SealableListTRemoveAt - метод
Удаляет элемент в заданной позиции.
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public void RemoveAt(
int index
)
Public Sub RemoveAt (
index As Integer
)
public:
virtual void RemoveAt(
int index
) sealed
abstract RemoveAt :
index : int -> unit
override RemoveAt :
index : int -> unit
- index Int32
- Отсчитываемый от нуля индекс удаляемого элемента.
IListTRemoveAt(Int32)IListRemoveAt(Int32) [Tessa.Platform.ObjectSealedException] | Произведена попытка изменения объекта, защищённого от изменений. |
Ссылки
[Tessa.Platform.ObjectSealedException]