SynchronizedSuspendableObservableCollection<T>.RemoveAt - метод |
Removes the
IList item at the specified index.
Пространство имён:
Tessa.UI
Сборка:
Tessa.UI (в Tessa.UI.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
- Тип: System.Int32
The zero-based index of the item to remove.
Реализации
IList<T>.RemoveAt(Int32)IList.RemoveAt(Int32)
Исключения
См. также