BzReader.HitCollection.Reset C# (CSharp) 메소드

Reset() 공개 메소드

Sets the enumerator to its initial position, which is before the first element in the collection.
The collection was modified after the enumerator was created.
public Reset ( ) : void
리턴 void
        public void Reset()
        {
            this.index = -1;
        }