IRemoteArgumentArrayListContract.RemoveAt(Int32) Metoda

Definicja

Usuwa element w określonym indeksie IRemoteArgumentArrayListContract .

public:
 void RemoveAt(int index);
public void RemoveAt (int index);
abstract member RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

Parametry

index
Int32

Indeks (liczony od zera) elementu do usunięcia.

Wyjątki

Parametr index ma wartość niższą niż zero.

-lub- index jest równa lub większa od wartości zwracanej przez GetCount() .

Dotyczy