IDictionary<TKey, TValue>
Keys
this[TKey]
Values
Add(TKey, TValue)
ContainsKey(TKey)
Remove(TKey)
TryGetValue(TKey, TValue)
AsFormattedString<TKey, TValue>(IDictionary<TKey, TValue>)
AsReadOnly<TKey, TValue>(IDictionary<TKey, TValue>)
GetMode<TLabel>(IDictionary<TLabel, Double>)
GetValueOrDefault<TValue>(IDictionary<String, Object>, String)
Remove<TKey, TValue>(IDictionary<TKey, TValue>, TKey, TValue)
SetOrClearValue<T>(IDictionary<String, Object>, String, T)
ToInteroperableCollection<K, V>(IDictionary<K, V>)
ToJson(IDictionary<String, IEnumerable<String>>)
TryAdd<TKey, TValue>(IDictionary<TKey, TValue>, TKey, TValue)
TryGetValue<TValue>(IDictionary<String, Object>, String, TValue)
net9.0
namespace System.Collections.Generic
{
public static class CollectionExtensions
{
public static bool TryAdd<TKey, TValue>(this IDictionary<TKey, TValue>! dictionary, TKey key, TValue value);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 5.06.07.08.09.0 |
.NET Core | 2.02.12.23.03.1 |
.NET Standard | 2.1 |
Information specific to net9.0 | |
Assembly | System.Collections , Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | The API is automatically referenced. |
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API