Version: 2017.3
public void Insert (int index, T item);

パラメーター

index 要素を挿入する場所
item 挿入する要素

説明

List::Insert() と同じ機能ですが、クライアント上のリストに挿入します。