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;
        }