Gets the element in the collection at the current
position of the enumerator.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
public virtual IGFSerializable Current{ get;} |
| Visual Basic (Declaration) |
|---|
Public Overridable ReadOnly Property Current As IGFSerializable |
| Visual C++ |
|---|
public: virtual property IGFSerializable^ Current { IGFSerializable^ get (); } |
Return Value
The element in the collection at the current position of the enumerator.
See Also
SelectResultsIterator Class
GemStone.GemFire.Cache Namespace