Sdílet prostřednictvím


OrderedDictionary<TKey,TValue>.ValueCollection.IList<TValue>.RemoveAt Metoda

Definice

Odebere IList<T> položku v zadaném indexu.

 virtual void System.Collections.Generic.IList<TValue>.RemoveAt(int index) = System::Collections::Generic::IList<TValue>::RemoveAt;
void IList<TValue>.RemoveAt (int index);
abstract member System.Collections.Generic.IList<TValue>.RemoveAt : int -> unit
override this.System.Collections.Generic.IList<TValue>.RemoveAt : int -> unit
Sub RemoveAt (index As Integer) Implements IList(Of TValue).RemoveAt

Parametry

index
Int32

Index položky založený na nule, který chcete odebrat.

Implementuje

Platí pro