API Diff between 1.1.32-beta and 1.6.0-preview9.19416.11
4 Additions
12 Removals
System.Collections.Immutable
-
public static class ImmutableArray
-
public struct ImmutableArray<T> : IList<T>, ICollection<T>, IEquatable<ImmutableArray<T>>, IImmutableList<T>, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IList, ICollection, IEnumerable, IImmutableArray, IStructuralComparable, IStructuralEquatable
-
public static class ImmutableDictionary
-
public static class ImmutableHashSet
-
public static class ImmutableInterlocked
- public static bool Update<T>(ref T location, Func<T, T> transformer)
- public static bool Update<T, TArg>(ref T location, Func<T, TArg, T> transformer, TArg transformerArgument)
-
public static class ImmutableList
-
public static class ImmutableSortedDictionary
-
public static class ImmutableSortedSet
System.Linq
System.Runtime.InteropServices