ImmutableInterlocked
AddOrUpdate<TKey, TValue>(ImmutableDictionary<TKey, TValue>, TKey, TValue, Func<TKey, TValue, TValue>)
AddOrUpdate<TKey, TValue>(ImmutableDictionary<TKey, TValue>, TKey, Func<TKey, TValue>, Func<TKey, TValue, TValue>)
Enqueue<T>(ImmutableQueue<T>, T)
GetOrAdd<TKey, TValue>(ImmutableDictionary<TKey, TValue>, TKey, TValue)
GetOrAdd<TKey, TValue>(ImmutableDictionary<TKey, TValue>, TKey, Func<TKey, TValue>)
GetOrAdd<TKey, TValue, TArg>(ImmutableDictionary<TKey, TValue>, TKey, Func<TKey, TArg, TValue>, TArg)
InterlockedCompareExchange<T>(ImmutableArray<T>, ImmutableArray<T>, ImmutableArray<T>)
InterlockedExchange<T>(ImmutableArray<T>, ImmutableArray<T>)
InterlockedInitialize<T>(ImmutableArray<T>, ImmutableArray<T>)
Push<T>(ImmutableStack<T>, T)
TryAdd<TKey, TValue>(ImmutableDictionary<TKey, TValue>, TKey, TValue)
TryDequeue<T>(ImmutableQueue<T>, T)
TryPop<T>(ImmutableStack<T>, T)
TryRemove<TKey, TValue>(ImmutableDictionary<TKey, TValue>, TKey, TValue)
TryUpdate<TKey, TValue>(ImmutableDictionary<TKey, TValue>, TKey, TValue, TValue)
Update<T>(ImmutableArray<T>, Func<ImmutableArray<T>, ImmutableArray<T>>)
Update<T>(T, Func<T, T>)
Update<T, TArg>(ImmutableArray<T>, Func<ImmutableArray<T>, TArg, ImmutableArray<T>>, TArg)
Update<T, TArg>(T, Func<T, TArg, T>, TArg)
net10.0-windows7.0
namespace System.Collections.Immutable
{
public static class ImmutableInterlocked
{
public static bool Update<T, TArg>(ref T! location, Func<T!, TArg, T!>! transformer, TArg transformerArgument)
where T, class;
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
Design Reviews |
|
.NET | 5.06.07.08.09.010.0 |
.NET Core | 1.01.12.02.12.23.03.1 |
.NET Framework | 4.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 2.02.1 |
Information specific to net10.0 | |
Platforms | This API is only available when you target a specific platform: |
Windows | 7.0 |
Information specific to net10.0-windows7.0 | |
Assemblies | System.Collections.Immutable , Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Collections.Immutable , Version=10.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | Your project needs a package reference to |
Package | System.Collections.Immutable (9.0.3) net9.0 |
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API