Public Member Functions | |
| virtual Boolean | MoveNext () |
| IGFSerializable^ | Next () |
| virtual void | Reset () |
Properties | |
| virtual IGFSerializable^ | Current [get] |
| Boolean | HasNext [get] |
| virtual Boolean GemStone::GemFire::Cache::SelectResultsIterator::MoveNext | ( | ) | [virtual] |
Advances the enumerator to the next element of the collection.
| IGFSerializable ^ GemStone::GemFire::Cache::SelectResultsIterator::Next | ( | ) |
Get the current element and move to the next one.
| virtual void GemStone::GemFire::Cache::SelectResultsIterator::Reset | ( | ) | [virtual] |
Sets the enumerator to its initial position, which is before the first element in the collection.
virtual IGFSerializable^ GemStone::GemFire::Cache::SelectResultsIterator::Current [get] |
Gets the element in the collection at the current position of the enumerator.
Boolean GemStone::GemFire::Cache::SelectResultsIterator::HasNext [get] |
Check if there is a next element.