CollectionNodeRemoveAt - метод

Removes the IListT item at the specified index.

Definition

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

Параметры

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

Реализации

IListTRemoveAt(Int32)

Исключения

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

См. также