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

파라미터

index Where to insert the item.
item Item to insert.

설명

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