'Declaration Public Sub Insert( _ ByVal index As Integer, _ ByVal item As IndexEntry _ )
public void Insert( int index, IndexEntry item )
Parameters
- index
- The position of the inserted item in the collection.
- item
- The item to insert.
'Declaration Public Sub Insert( _ ByVal index As Integer, _ ByVal item As IndexEntry _ )
public void Insert( int index, IndexEntry item )