{CompanyName} FlexyGo
Enumerator
.
.
::
.
.
MoveNext Method
Advances the enumerator to the next element of the collection.
Namespace:
FLEXYGO.Objects
Assembly:
flxEntity
(in flxEntity.dll)
Syntax
C#
VB
public
bool
MoveNext
()
Public
Function
MoveNext
As
Boolean
Return Value
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
See Also
Enumerator Class
FLEXYGO.Objects Namespace