| Visual Basic (Declaration) | |
|---|---|
Public Overridable Sub Insert( _ ByVal index As Integer, _ ByVal variable As Variable _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As VariableCollection Dim index As Integer Dim variable As Variable instance.Insert(index, variable) | |
Parameters
- index
- The 0 based index where the Variable is to be inserted.
- variable
- A Variable to be inserted.
If index equals Count, the variable is appended to the list.
Target Platforms: Microsoft .NET Framework 2.0