'宣言 Public Overloads Sub InsertRange( _ ByVal startingIndex As System.Integer, _ ByVal count As System.Integer _ )
public void InsertRange( System.int startingIndex, System.int count )
パラメータ
- startingIndex
- The index where the items are inserted.
- count
- The number of nulls that will be inserted.