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