TriggerActionCollection.RemoveAt(Int32) Метод
Определение
Удаляет элемент, находящийся по указанному индексу, из коллекции.Removes from the collection the item that is located at the specified index.
public:
virtual void RemoveAt(int index);
public void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)
Параметры
- index
- Int32
Отсчитываемый от нуля индекс удаляемого элемента.The zero-based index of the item to remove.