Compartilhar via


JSONArray.Remove(Int32) Método

Definição

Remove e retorna o valor em index, ou null se a matriz não tiver valor em index.

[Android.Runtime.Register("remove", "(I)Ljava/lang/Object;", "GetRemove_IHandler")]
public virtual Java.Lang.Object? Remove (int index);
[<Android.Runtime.Register("remove", "(I)Ljava/lang/Object;", "GetRemove_IHandler")>]
abstract member Remove : int -> Java.Lang.Object
override this.Remove : int -> Java.Lang.Object

Parâmetros

index
Int32

Retornos

Atributos

Comentários

Remove e retorna o valor em index, ou null se a matriz não tiver valor em index.

Documentação Java para org.json.JSONArray.remove(int).

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a