FrozenDictionary<TKey, TValue>
AlternateLookup<TAlternateKey>
Enumerator
Comparer
Count
Empty
Keys
this[TKey]
Values
ContainsKey(TKey)
CopyTo(Span<KeyValuePair<TKey, TValue>>)
CopyTo(KeyValuePair<TKey, TValue>[], Int32)
GetAlternateLookup<TAlternateKey>()
GetEnumerator()
GetValueRefOrNullRef(TKey)
TryGetAlternateLookup<TAlternateKey>(AlternateLookup<TAlternateKey>)
TryGetValue(TKey, TValue)
net9.0
namespace System.Collections.Frozen
{
[DefaultMember("Item")]
public abstract class FrozenDictionary<TKey, TValue> : ICollection<KeyValuePair<TKey, TValue>>, IDictionary<TKey, TValue>, IEnumerable, IEnumerable<KeyValuePair<TKey, TValue>>, IReadOnlyCollection<KeyValuePair<TKey, TValue>>, IReadOnlyDictionary<TKey, TValue>, ICollection, IDictionary
where TKey, notnull
{
public AlternateLookup<TAlternateKey> GetAlternateLookup<TAlternateKey>()
where TAlternateKey, notnull;
}
}
.NET | 9.010.0 |
---|---|
Information specific to net9.0 | |
Assembly | System.Collections.Immutable , 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