SynchronizedSuspendableObservableCollectionTRemoveAt - метод
Removes the IList item at the specified index.
Пространство имён: Tessa.UIСборка: Tessa.UI (в Tessa.UI.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
- The zero-based index of the item to remove.
IListTRemoveAt(Int32)IListRemoveAt(Int32) ArgumentOutOfRangeException | index is not a valid index in the IList. |
NotSupportedException | The IList is read-only.
-or-
The IList has a fixed size. |