Allows to enumerate the TKey of a EntityMultiMap<TKey>.
public readonly struct EntityMultiMap<TKey>.KeyEnumerable :
System.Collections.Generic.IEnumerable<TKey>,
System.Collections.IEnumerable
TKey
Implements System.Collections.Generic.IEnumerable<TKey>, System.Collections.IEnumerable
Methods | |
---|---|
GetEnumerator() | Returns an enumerator that iterates through the collection. |
Explicit Interface Implementations | |
---|---|
System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() | Returns an enumerator that iterates through the collection. |
System.Collections.IEnumerable.GetEnumerator() | Returns an enumerator that iterates through the collection. |