Sets the enumerator to its initial position,
which is before the first element in the collection.
Namespace: CodeSmith.CustomPropertiesAssembly: 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
Exception | Condition |
---|---|
System..::..InvalidOperationException | The collection was modified after the enumerator was created. |