FreezableCollection<T>.RemoveAt(Int32) Metoda

Definice

Odebere objekt na zadaném indexu založeném na nule objektu FreezableCollection<T>.

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)

Parametry

index
Int32

Index od nuly objektu, který má být odebrán.

Implementuje

Výjimky

index je menší než 0.

-nebo-

index je větší než Count.

Objekt FreezableCollection<T> je zablokovaný (jeho IsFrozen vlastnost je true).

Platí pro