Int32Collection.RemoveAt(Int32) Metod

Definition

Int32 Tar bort vid den angivna indexpositionen från samlingen.

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)

Parametrar

index
Int32

Indexposition för den Int32 som ska tas bort.

Implementeringar

Gäller för

Se även