ActivityCollection.RemoveAt(Int32) Metoda

Definice

Odebere Activity v ICollection zadaném bodě 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ění v indexu založeném na nule pro odebrání aktivity z kolekce

Implementuje

Poznámky

K výjimce za běhu dochází v případě, že index není platný (mimo rozsah).

Platí pro