EntityMap_TKey_.KeyEnumerator.MoveNext().md
March 19, 2022 ยท View on GitHub
DefaultEcs
DefaultEcs.EntityMap<TKey>.KeyEnumerator
EntityMap.KeyEnumerator.MoveNext() Method
Advances the enumerator to the next TKey of the EntityMap<TKey>.
public bool MoveNext();
Implements MoveNext()
Returns
System.Boolean
true if the enumerator was successfully advanced to the next TKey; false if the enumerator has passed the end of the collection.