API Diff between 1.1.38-beta-23409 and 1.1.32-beta
5 Additions
2 Removals
System.Collections.Immutable
-
public static class ImmutableArray
-
public struct ImmutableArray<T> : IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, IList<T>, ICollection<T>, IEquatable<ImmutableArray<T>>, IImmutableList<T>, IList, ICollection, IImmutableArray, IStructuralComparable, IStructuralEquatable
-
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)
System.Linq
System.Runtime.InteropServices