Syntax
| C# |
|---|
public sealed class SelectResultsIterator |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class SelectResultsIterator |
| Visual C++ |
|---|
public ref class SelectResultsIterator sealed |
The type exposes the following properties.
Public Properties
| Name | Description | |
|---|---|---|
| Current |
Gets the element in the collection at the current
position of the enumerator.
| |
| HasNext |
Check if there is a next element.
|
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IEnumerator..::Current |
See Also
GemStone.GemFire.Cache Namespace