JsonObject.RemoveAt(Int32) Método

Definição

Remove a propriedade no índice especificado.

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

Parâmetros

index
Int32

O índice em base zero do item a remover.

Implementações

Exceções

index é menor que 0 ou maior ou igual a Count.

Aplica-se a