public void Insert (int index, T item);

파라미터

indexWhere to insert the item.
itemItem to insert.

설명

Same as List::Insert() but also inserts into list on clients.