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>2018-11-07 03:51:50 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2018-11-07 03:51:50 +0300
commitbbb7c9282702bd8f3e8b3e31827f431169835e01 (patch)
tree13264b2b4cf84b5b176a8159022c5dcc95aceefc /profiles/monotouch/System.cs
parent4dde5da31c05e9da4e860b5080e2e4d507004b7b (diff)
Apply changes from https://github.com/mono/mono/pull/10880 to API snapshot
Diffstat (limited to 'profiles/monotouch/System.cs')
-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 1cd88e0..56935db 100644
--- a/profiles/monotouch/System.cs
+++ b/profiles/monotouch/System.cs
@@ -516,6 +516,7 @@ namespace System.Collections.Generic
}
[System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")]
[System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Generic.QueueDebugView<T>")]
+ [System.Runtime.CompilerServices.TypeForwardedFromAttribute("System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.SerializableAttribute]
public partial class Queue<T> : System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IReadOnlyCollection<T>, System.Collections.ICollection, System.Collections.IEnumerable
{
@@ -781,6 +782,7 @@ namespace System.Collections.Generic
}
[System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")]
[System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Generic.StackDebugView<T>")]
+ [System.Runtime.CompilerServices.TypeForwardedFromAttribute("System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.SerializableAttribute]
public partial class Stack<T> : System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IReadOnlyCollection<T>, System.Collections.ICollection, System.Collections.IEnumerable
{