| Visual Basic (Declaration) | |
|---|---|
Overloads Public Sub Insert( _ ByVal nIndex As Integer, _ ByVal obj As dbiExplorerList _ ) | |
| C# | |
|---|---|
public void Insert( int nIndex, dbiExplorerList obj ) | |
Parameters
- nIndex
- The index value to insert the ExplorerList into.
- obj
- The dbiExplorerList to add to the collection.