UniqueNameCollectionTRemoveAt - метод
Removes the IListT item at the specified index.
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
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
- The zero-based index of the item to remove.
IListTRemoveAt(Int32) | [Tessa.Platform.ObjectSealedException] | Произведена попытка изменения объекта, защищённого от изменений. |
| ArgumentOutOfRangeException | index is not a valid index in the IListT. |
| NotSupportedException | The IListT is read-only. |
Ссылки
[Tessa.Platform.ObjectSealedException]