Advances the enumerator to the next element of the collection.

Namespace: CodeSmith.CustomProperties
Assembly: 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: Boolean
true 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

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

See Also