'宣言 Public Sub InsertRange( _ ByVal index As System.Integer, _ ByVal collection As System.Collections.Generic.IEnumerable(Of Object) _ )
public void InsertRange( System.int index, System.Collections.Generic.IEnumerable<object> collection )
パラメータ
- index
- Index of the item.
- collection
- The specified collection of items.