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