Gets the value of the specified index
Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax T this[
int idx
] { get; }
Parameters
- idx Int32
- Index
Return Value
TThe value at the defined index
See Also