IDictionary<TKey, TValue>
Keys
this[TKey]
Values
Add(TKey, TValue)
ContainsKey(TKey)
Remove(TKey)
TryGetValue(TKey, TValue)
AsReadOnly<TKey, TValue>(IDictionary<TKey, TValue>)
Remove<TKey, TValue>(IDictionary<TKey, TValue>, TKey, TValue)
ToInteroperableCollection<K, V>(IDictionary<K, V>)
TryAdd<TKey, TValue>(IDictionary<TKey, TValue>, TKey, TValue)
net11.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.011.0 |
Information specific to net11.0 | |
| Assembly | System.Collections , Version=11.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