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

Namespace: ININ.IceLib.Configuration.Dialer.DataTypes
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public void Reset()
Visual Basic
Public Sub Reset

Implements

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

Exceptions

ExceptionCondition
System..::..InvalidOperationExceptionThe collection was modified after the enumerator was created.

See Also