Click or drag to resize

ISeriesTItem Property

Gets the value of the specified index

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
T this[
	int idx
] { get; }

Parameters

idx  Int32
Index

Return Value

T
The value at the defined index
See Also