Advances the enumerator to the next element of the collection.
Namespace: CodeSmith.CustomPropertiesAssembly: CodeSmith.CustomProperties (in CodeSmith.CustomProperties.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
bool MoveNext() |
Visual Basic |
---|
Function MoveNext As Boolean |
Return Value
Type: Booleantrue if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
Remarks
Please refer to MoveNext()()()() for details.
Exceptions
Exception | Condition |
---|---|
System..::..InvalidOperationException | The collection was modified after the enumerator was created. |