Get the field value for the given index number.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
public IGFSerializable this[ uint index ]{ get;} |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Default Property Item ( _ index As UInteger _ ) As IGFSerializable |
| Visual C++ |
|---|
public: property IGFSerializable^ default[unsigned int index] { IGFSerializable^ get (unsigned int index); } |
Parameters
- index
- UInt32
Return Value
The value of the field or null if index is out of bounds.
See Also
Struct Class
GemStone.GemFire.Cache Namespace