IntegerCollectionEnumeratorMoveNext Method
|
Moves to the next value in the
collection.
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
Public Function MoveNext As Boolean
public:
virtual bool MoveNext() sealed
abstract MoveNext : unit -> bool
override MoveNext : unit -> bool
Return Value
Boolean
true true if the enumerator is not at the
end of the collection,
false otherwise.
Implements
IEnumeratorMoveNext
See Also