[]
Inserts a Single value into the collection at the specified index.
public void Insert(int index, float item)
Public Sub Insert(index As Integer, item As Single)
Type | Condition |
---|---|
ArgumentOutOfRangeException | item is less than zero or is greater than 4. |