API Diff between 9.0.1 and 8.0.0-preview.4.23259.5
13 Additions
4 Removals
System.Collections.Frozen
System.Collections.Immutable
-
public struct ImmutableArray<T> : IReadOnlyList<T>, IEnumerable<T>, IEnumerable, IReadOnlyCollection<T>, IList<T>, ICollection<T>, IEquatable<ImmutableArray<T>>, IList, ICollection, IImmutableArray, IStructuralComparable, IStructuralEquatable, IImmutableList<T>
-
public static class ImmutableHashSet
-
public static class ImmutableList
-
public static class ImmutableQueue
-
public static class ImmutableSortedSet
-
public static class ImmutableStack
System.Runtime.InteropServices