'宣言 Public Sub Insert( _ ByVal index As Integer, _ ByVal entry As ImageEntry _ )
public void Insert( int index, ImageEntry entry )
パラメータ
- index
- Position where the entry will be inserted.
- entry
- ImageEntry to add to the collection.
戻り値の型
The index of the new entry in the collection.