class ImmutableInterlocked
in global :: System . Collections . Immutable
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public static void Enqueue( ref ImmutableQueue<T> location, T value )
😔 No documentation found.
public static bool TryDequeue( ref ImmutableQueue<T> location, ref T value )
😔 No documentation found.
public static void Push( ref ImmutableStack<T> location, T value )
😔 No documentation found.
public static bool TryPop( ref ImmutableStack<T> location, ref T value )
😔 No documentation found.
public static bool TryRemove( ref ImmutableDictionary<TKey,TValue> location, TKey key, ref TValue value )
😔 No documentation found.
public static bool TryUpdate( ref ImmutableDictionary<TKey,TValue> location, TKey key, TValue newValue, TValue comparisonValue )
😔 No documentation found.
public static bool TryAdd( ref ImmutableDictionary<TKey,TValue> location, TKey key, TValue value )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public static TValue AddOrUpdate( ref ImmutableDictionary<TKey,TValue> location, TKey key, TValue addValue, Func<TKey,TValue,TValue> updateValueFactory )
😔 No documentation found.
public static TValue GetOrAdd( ref ImmutableDictionary<TKey,TValue> location, TKey key, TValue value )
😔 No documentation found.
public static TValue GetOrAdd( ref ImmutableDictionary<TKey,TValue> location, TKey key, Func<TKey,TValue> valueFactory )
😔 No documentation found.
public static TValue GetOrAdd( ref ImmutableDictionary<TKey,TValue> location, TKey key, Func<TKey,TArg,TValue> valueFactory, TArg factoryArgument )
😔 No documentation found.
public static bool InterlockedInitialize( ref ImmutableArray<T> location, ImmutableArray<T> value )
😔 No documentation found.
public static ImmutableArray<T> InterlockedCompareExchange( ref ImmutableArray<T> location, ImmutableArray<T> value, ImmutableArray<T> comparand )
😔 No documentation found.
public static ImmutableArray<T> InterlockedExchange( ref ImmutableArray<T> location, ImmutableArray<T> value )
😔 No documentation found.
public static bool Update( ref ImmutableArray<T> location, Func<ImmutableArray<T>,TArg,ImmutableArray<T>> transformer, TArg transformerArgument )
😔 No documentation found.
public static bool Update( ref ImmutableArray<T> location, Func<ImmutableArray<T>,ImmutableArray<T>> transformer )
😔 No documentation found.
public static bool Update( ref T location, Func<T,TArg,T> transformer, TArg transformerArgument )
😔 No documentation found.
public static TValue AddOrUpdate( ref ImmutableDictionary<TKey,TValue> location, TKey key, Func<TKey,TValue> addValueFactory, Func<TKey,TValue,TValue> updateValueFactory )
😔 No documentation found.
public static bool Update( ref T location, Func<T,T> transformer )
😔 No documentation found.