EntityMultiMap_TKey_.KeyEnumerable.md

March 19, 2022 ยท View on GitHub

DefaultEcs

DefaultEcs.EntityMultiMap<TKey>

EntityMultiMap.KeyEnumerable Struct

Allows to enumerate the TKey of a EntityMultiMap<TKey>.

public readonly struct EntityMultiMap<TKey>.KeyEnumerable :
System.Collections.Generic.IEnumerable<TKey>,
System.Collections.IEnumerable

Type parameters

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.