EntityMap_TKey_.KeyEnumerable.GetEnumerator().md
March 19, 2022 ยท View on GitHub
DefaultEcs
DefaultEcs.EntityMap<TKey>.KeyEnumerable
EntityMap.KeyEnumerable.GetEnumerator() Method
Returns an enumerator that iterates through the collection.
public DefaultEcs.EntityMap<TKey>.KeyEnumerator GetEnumerator();
Implements GetEnumerator(), GetEnumerator()
Returns
DefaultEcs.EntityMap.KeyEnumerator<TKey>
An enumerator that can be used to iterate through the collection.