'Declaration Public Sub Insert( _ ByVal index As Integer, _ ByVal entry As ImageEntry _ )
public void Insert( int index, ImageEntry entry )
Parameters
- index
- Position where the entry will be inserted.
- entry
- ImageEntry to add to the collection.
Return Value
The index of the new entry in the collection.