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