Axiom.Math.Collections.BaseCollection.Reset C# (CSharp) Method

Reset() public method

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