[]
Inserts the specified function in the collection at the specified index.
public void Insert(int index, FunctionBase f)
Public Sub Insert(index As Integer, f As FunctionBase)
| Type | Name | Description |
|---|---|---|
| int | index | Index. |
| FunctionBase | f | Function. |