EntityMap_TKey_.KeyEnumerable.md

March 19, 2022 ยท View on GitHub

DefaultEcs

DefaultEcs.EntityMap<TKey>

EntityMap.KeyEnumerable Struct

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

public readonly struct EntityMap<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.