API Diff between 8.0.0-preview.7.23375.6 and 10.0.0-preview.3.25171.5
1 Additions
3 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>
System.Runtime.InteropServices