IDictionary<TKey, TValue>
Keys
this[TKey]
Values
Add(TKey, TValue)
ContainsKey(TKey)
Remove(TKey)
TryGetValue(TKey, TValue)
AsReadOnly<TKey, TValue>(IDictionary<TKey, TValue>)
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>)
TryAdd<TKey, TValue>(IDictionary<TKey, TValue>, TKey, TValue)
TryGetValue<TValue>(IDictionary<String, Object>, String, TValue)
net10.0
namespace System.Collections.Generic
{
public static class CollectionExtensions
{
public static ReadOnlyDictionary<TKey, TValue>! AsReadOnly<TKey, TValue>(this IDictionary<TKey, TValue>! dictionary)
where TKey, notnull;
}
}
| nuget.org | 0.1 % Reference this API |
|---|---|
| Design Reviews |
|
| .NET | 7.08.09.010.0 |
Information specific to net10.0 | |
| Assembly | System.Collections , Version=10.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