<PackageReference Include="System.Collections" Version="4.0.11-beta-23409" />
API Differences between 4.0.11-beta-23409 and 4.0.10-beta-22231
168 Additions
0 Removals
System.Collections
System.Collections.Generic
-
public class HashSet<T> : ICollection<T>, IEnumerable<T>, IEnumerable, ISet<T>, IReadOnlyCollection<T>
-
public class LinkedList<T> : ICollection<T>, IEnumerable<T>, IEnumerable, ICollection, IReadOnlyCollection<T>
-
public sealed class LinkedListNode<T>
-
public class Queue<T> : IEnumerable<T>, IEnumerable, ICollection, IReadOnlyCollection<T>
-
public class SortedDictionary<TKey, TValue> : IDictionary<TKey, TValue>, ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable, IDictionary, ICollection, IReadOnlyDictionary<TKey, TValue>, IReadOnlyCollection<KeyValuePair<TKey, TValue>>
- public struct Enumerator<TKey, TValue> : IEnumerator<KeyValuePair<TKey, TValue>>, IDisposable, IEnumerator, IDictionaryEnumerator
- public sealed class KeyCollection<TKey, TValue> : ICollection<TKey>, IEnumerable<TKey>, IEnumerable, ICollection, IReadOnlyCollection<TKey>
- public sealed class ValueCollection<TKey, TValue> : ICollection<TValue>, IEnumerable<TValue>, IEnumerable, ICollection, IReadOnlyCollection<TValue>
- public IComparer<TKey> Comparer { get; }
- public int Count { get; }
- public TValue this[TKey key] { get; set; }
- public KeyCollection<TKey, TValue> Keys { get; }
- public ValueCollection<TKey, TValue> Values { get; }
- public SortedDictionary()
- public SortedDictionary(IDictionary<TKey, TValue> dictionary)
- public SortedDictionary(IDictionary<TKey, TValue> dictionary, IComparer<TKey> comparer)
- public SortedDictionary(IComparer<TKey> comparer)
- public void Add(TKey key, TValue value)
- public void Clear()
- public bool ContainsKey(TKey key)
- public bool ContainsValue(TValue value)
- public void CopyTo(KeyValuePair<TKey, TValue>[] array, int index)
- public Enumerator<TKey, TValue> GetEnumerator()
- public bool Remove(TKey key)
- public bool TryGetValue(TKey key, out TValue value)
-
public class SortedList<TKey, TValue> : IDictionary<TKey, TValue>, ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable, IDictionary, ICollection, IReadOnlyDictionary<TKey, TValue>, IReadOnlyCollection<KeyValuePair<TKey, TValue>>
-
public class SortedSet<T> : ISet<T>, ICollection<T>, IEnumerable<T>, IEnumerable, ICollection, IReadOnlyCollection<T>
-
public class Stack<T> : IEnumerable<T>, IEnumerable, ICollection, IReadOnlyCollection<T>