SelectResultsIteratorMoveNext Method |
Advances the enumerator to the next element of the collection.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxPublic Function MoveNext As Boolean
public:
virtual bool MoveNext() sealed
abstract MoveNext : unit -> bool
override MoveNext : unit -> bool
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.
See Also