Метод RemoveAt
Удаляет элемент по указанному индексу.
Пространство имен: Microsoft.Synchronization
Сборка: Microsoft.Synchronization (в Microsoft.Synchronization.dll)
Синтаксис
'Декларация
Public Sub RemoveAt ( _
index As Integer _
)
'Применение
Dim instance As ClockVector
Dim index As Integer
instance.RemoveAt(index)
public void RemoveAt(
int index
)
public:
virtual void RemoveAt(
int index
) sealed
abstract RemoveAt :
index:int -> unit
override RemoveAt :
index:int -> unit
public final function RemoveAt(
index : int
)
Параметры
- index
Тип System. . :: . .Int32
Индекс элемента, удаляемого из вектора синхронизации.
Реализует интерфейс
IList< (Of < ( <'T> ) > ) >. . :: . .RemoveAt(Int32)