ConditionalWeakTable<TKey, TValue>
CreateValueCallback
ConditionalWeakTable()
~ConditionalWeakTable()
Add(TKey, TValue)
AddOrUpdate(TKey, TValue)
Clear()
GetOrAdd(TKey, TValue)
GetOrAdd<TArg>(TKey, Func<TKey, TArg, TValue>, TArg)
GetOrAdd(TKey, Func<TKey, TValue>)
GetOrCreateValue(TKey)
GetValue(TKey, CreateValueCallback)
Remove(TKey)
Remove(TKey, TValue)
TryAdd(TKey, TValue)
TryGetValue(TKey, TValue)
net481
namespace System.Runtime.CompilerServices
{
[ComVisible(false)]
public sealed class ConditionalWeakTable<TKey, TValue>
where TKey, class
where TValue, class
{
[SecuritySafeCritical]
~ConditionalWeakTable();
}
}
| .NET Framework | 4.04.54.5.14.5.24.64.6.14.6.24.74.7.14.7.24.84.8.1 |
|---|---|
Information specific to net481 | |
| Assembly | mscorlib , Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API