SynchronizedSuspendableObservableCollectionTRemoveAt - метод

Removes the IList item at the specified index.

Definition

Пространство имён: Tessa.UI
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
C#
public void RemoveAt(
	int index
)

Параметры

index  Int32
The zero-based index of the item to remove.

Реализации

IListTRemoveAt(Int32)
IListRemoveAt(Int32)

Исключения

ArgumentOutOfRangeExceptionindex is not a valid index in the IList.
NotSupportedExceptionThe IList is read-only. -or- The IList has a fixed size.

См. также