7[DebuggerDisplay(
"Key = {Key}")]
11 internal readonly TKey
_key;
52 internal void Add(TElement element)
72 for (
int i = 0; i <
_count; i++)
int IList. IndexOf(object value)
static unsafe void Copy(Array sourceArray, Array destinationArray, int length)
bool ICollection< KeyValuePair< TKey, TValue > >. Remove(KeyValuePair< TKey, TValue > keyValuePair)
void CopyTo(KeyValuePair< TKey, TValue >[] array, int index)
bool ICollection< KeyValuePair< TKey, TValue > >. Contains(KeyValuePair< TKey, TValue > keyValuePair)
bool ICollection< KeyValuePair< TKey, TValue > >. IsReadOnly
void Add(TKey key, TValue value)
Grouping(TKey key, int hashCode)
Grouping< TKey, TElement > _next
Grouping< TKey, TElement > _hashNext
void Add(TElement element)
IEnumerator< TElement > GetEnumerator()
static void ThrowArgumentOutOfRangeException(ExceptionArgument argument)
static void ThrowNotSupportedException()
new IEnumerator< T > GetEnumerator()