Sets the enumerator to its initial position, which is before the first element in the collection.

Namespace:  BioSharp.Core.Utils
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public void Reset()

Implements

IEnumerator..::.Reset()()()

Exceptions

ExceptionCondition
System..::.InvalidOperationException The collection was modified after the enumerator was created.

See Also