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.5.0.1
Syntax
| C# |
|---|
public virtual ICacheableKey Current{ get;} |
| Visual Basic (Declaration) |
|---|
Public Overridable ReadOnly Property Current As ICacheableKey |
| Visual C++ |
|---|
public: virtual property ICacheableKey^ Current { ICacheableKey^ get (); } |
Return Value
The element in the collection at the current position of the enumerator.
See Also
GemStone.GemFire.Cache Namespace