ActivityCollection.RemoveAt(Int32) Metoda

Definice

Odebere Activity v ICollection zadaném souboru index.

public:
 virtual void RemoveAt(int index);
public void RemoveAt (int index);
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

Parametry

index
Int32

Umístěte do indexu založeného na nule a odeberte aktivitu z kolekce.

Implementuje

Poznámky

Výjimka za běhu nastane, pokud index není platný (mimo rozsah).

Platí pro