SynchronizedSuspendableObservableCollection<T>.Insert - метод

Inserts an item to the IList<T> at the specified index.

Definition

Пространство имён: Tessa.UI
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.24
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 IList<T>.

Реализации

IList<T>.Insert(Int32, T)

Исключения

ArgumentOutOfRangeExceptionindex is not a valid index in the IList<T>.
NotSupportedExceptionThe IList<T> is read-only.

См. также