Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-snapshot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonojenkins <jo.shields+jenkins@xamarin.com>2019-07-11 00:58:20 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-07-11 00:58:20 +0300
commitd87ade142bcf385655475640c45a52c038c53f78 (patch)
tree876ae0935400584d93a98ff861bd2d853607d01b /profiles/monotouch
parent70a48c6c5c340dee88cac8fb049ebc98d15ce6e1 (diff)
Apply changes from https://github.com/mono/mono/pull/15652 to API snapshot
Diffstat (limited to 'profiles/monotouch')
-rw-r--r--profiles/monotouch/System.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/monotouch/System.cs b/profiles/monotouch/System.cs
index 3ac2ec8..593c0f8 100644
--- a/profiles/monotouch/System.cs
+++ b/profiles/monotouch/System.cs
@@ -31,6 +31,8 @@
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Generic.Queue<>))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Generic.Stack<>))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.Enumeration.FileSystemName))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Security.Cryptography.CryptographicOperations))]
namespace Microsoft.Win32.SafeHandles
{
[System.Security.SuppressUnmanagedCodeSecurityAttribute]