EntityMultiMap_TKey_.KeyEnumerator.MoveNext().md
March 19, 2022 ยท View on GitHub
DefaultEcs
DefaultEcs.EntityMultiMap<TKey>.KeyEnumerator
EntityMultiMap.KeyEnumerator.MoveNext() Method
Advances the enumerator to the next TKey of the EntityMultiMap<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.