Item |
Scroll |
Gets or sets the TheIndexData object with the specified index.
Namespace: Therefore.API
Visual Basic Public Overridable Default Property Item ( _ nIndex As Integer _ ) As TheIndexData C# public virtual TheIndexData this [int nIndex] { get; set; }
ParametersnIndex Zero-based index in the condition list.
Property ValueTheIndexData with the specified nIndex. |
|