Advances the enumerator to the next element of the collection.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
public bool MoveNext() |
| Visual Basic (Declaration) |
|---|
Public Function MoveNext As Boolean |
| Visual C++ |
|---|
public: virtual bool MoveNext () sealed |
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
SelectResultsIterator Class
GemStone.GemFire.Cache Namespace