EntityMap_TKey_.KeyEnumerator.System.Collections.IEnumerator.Reset().md
March 19, 2022 ยท View on GitHub
DefaultEcs
DefaultEcs.EntityMap<TKey>.KeyEnumerator
EntityMap.KeyEnumerator.System.Collections.IEnumerator.Reset() Method
Sets the enumerator to its initial position, which is before the first element in the collection.
void System.Collections.IEnumerator.Reset();
Implements Reset()
Exceptions
System.InvalidOperationException
The collection was modified after the enumerator was created.