Axiom.Math.Collections.BaseCollection.Reset C# (CSharp) Méthode

Reset() public méthode

Resets the in progress enumerator.
public Reset ( ) : void
Résultat void
        public void Reset()
        {
            // reset the enumerator position
            position = -1;
        }