StructItem Property (UInt64) |
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic IGFSerializable this[
ulong index
] { get; }
Public ReadOnly Default Property Item (
index As ULong
) As IGFSerializable
Get
public:
property IGFSerializable^ default[unsigned long long index] {
IGFSerializable^ get (unsigned long long index);
}
member Item : IGFSerializable with get
Parameters
- index
- Type: SystemUInt64
Property Value
Type:
IGFSerializable
See Also