| Visual Basic (Declaration) | |
|---|---|
Protected Sub InternalInsert( _ ByVal index As Integer, _ ByVal obj As SubObjectBase _ ) | |
| C# | |
|---|---|
protected void InternalInsert( int index, SubObjectBase obj ) | |
Parameters
- index
- Item insertion index.
- obj
- SubObjectBase to insert into the collection.
