ISelectResultsTResultItem Property |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxTResult this[
ulong index
] { get; }
ReadOnly Default Property Item (
index As ULong
) As TResult
Get
property TResult default[unsigned long long index] {
TResult get (unsigned long long index);
}
abstract Item : 'TResult with get
Parameters
- index
- Type: SystemUInt64
Property Value
Type:
TResult
See Also