TablistDialogInsert Method |
Namespace: SampSharp.GameMode.Display
public void Insert( int index, IEnumerable<string> item )
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is not a valid index in the IListT. |
| NotSupportedException | The IListT is read-only. |