Udostępnij za pośrednictwem


IRemoteArgumentArrayListContract.RemoveAt(Int32) Metoda

Definicja

Usuwa element w określonym indeksie elementu 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 zerowy elementu do usunięcia.

Wyjątki

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

-lub-

indexjest równa lub większa niż zwracana wartość .GetCount()

Dotyczy