SelectResultsIteratorCurrent Property |
Gets the element in the collection at the current
position of the enumerator.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic virtual IGFSerializable Current { get; }
Public Overridable ReadOnly Property Current As IGFSerializable
Get
public:
virtual property IGFSerializable^ Current {
IGFSerializable^ get ();
}
abstract Current : IGFSerializable with get
override Current : IGFSerializable with get
Return Value
Type:
IGFSerializable
The element in the collection at the current position
of the enumerator.
Implements
IEnumeratorTCurrent
See Also