Для изменения размера нажмите или перетащите

SynchronizedSuspendableObservableCollectionTRemoveAt - метод

Removes the IList item at the specified index.

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

Параметры

index
Тип: SystemInt32
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.
См. также