this Property
this[int]
Gets or sets the specified ValueItem from the collection at the specified index.
Declaration
public ValueItem this[int index] { get; set; }
Public Default Property Item(index As Integer) As ValueItem
Parameters
| Type |
Name |
Description |
| int |
index |
|