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

Namespace: CodeSmith.CustomProperties
Assembly: CodeSmith.CustomProperties (in CodeSmith.CustomProperties.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
void Reset()
Visual Basic
Sub Reset

Remarks

Please refer to Reset()()()() for details.

Exceptions

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

See Also