Axiom.Math.Collections.BaseCollection.Reset C# (CSharp) 메소드

Reset() 공개 메소드

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