CardSerializableEntryCollectionTRemoveAt - метод |
Удаляет элемент в заданной позиции.
Пространство имён:
Tessa.Cards
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис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
- Тип: SystemInt32
Отсчитываемый от нуля индекс удаляемого элемента.
Реализации
IListTRemoveAt(Int32)IListRemoveAt(Int32)
Исключения| Исключение | Условие |
|---|
| [Tessa.Platform.ObjectSealedException] | Произведена попытка изменения объекта, защищённого от изменений. |
См. такжеСсылки
[Tessa.Platform.ObjectSealedException]