SynchronizedSuspendableObservableCollectionTInsert - метод

Inserts an item to the IListT at the specified index.

Definition

Пространство имён: Tessa.UI
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public void Insert(
	int index,
	T item
)

Параметры

index  Int32
The zero-based index at which item should be inserted.
item  T
The object to insert into the IListT.

Реализации

IListTInsert(Int32, T)

Исключения

ArgumentOutOfRangeExceptionindex is not a valid index in the IListT.
NotSupportedExceptionThe IListT is read-only.

См. также