29 internal TValue
this[TKey
key]
62 return 0x7FFFFFFF & ((
key !=
null) ? (
comparer?.GetHashCode(
key) ??
key.GetHashCode()) : 0);
124 int[]
array =
new int[num];
127 for (
int i = 0; i <
count; i++)
static unsafe void Copy(Array sourceArray, Array destinationArray, int length)
bool Find(TKey key, bool add, bool set, [MaybeNullWhen(false)] ref TValue value)
bool AreKeysEqual(TKey key1, TKey key2)
int GetKeyHashCode(TKey key)
bool TryGetValue(TKey key, [MaybeNullWhen(false)][AllowNull] ref TValue value)
readonly IEqualityComparer< TKey > comparer
bool Add(TKey key, TValue value)
HashLookup(IEqualityComparer< TKey > comparer)