[]
Gets or sets the item at the specified index.
public DoubleCollection this[int index] { get; set; }
Public Default Property Item(index As Integer) As DoubleCollection
Type | Name | Description |
---|---|---|
int | index | Index of the item. |
Type | Description |
---|---|
DoubleCollection | Item. |