Compartilhar via


Bundle.PutIntegerArrayList(String, IList<Integer>) Método

Definição

Insere um valor ArrayList<Integer> no mapeamento desse Bundle, substituindo qualquer valor existente para a chave fornecida.

[Android.Runtime.Register("putIntegerArrayList", "(Ljava/lang/String;Ljava/util/ArrayList;)V", "")]
public void PutIntegerArrayList (string? key, System.Collections.Generic.IList<Java.Lang.Integer>? value);
[<Android.Runtime.Register("putIntegerArrayList", "(Ljava/lang/String;Ljava/util/ArrayList;)V", "")>]
member this.PutIntegerArrayList : string * System.Collections.Generic.IList<Java.Lang.Integer> -> unit

Parâmetros

key
String

um String ou null

value
IList<Integer>

um objeto ArrayList<Integer> ou null

Atributos

Comentários

Insere um valor ArrayList<Integer> no mapeamento desse Bundle, substituindo qualquer valor existente para a chave fornecida. A chave ou o valor podem ser nulos.

Documentação Java para android.os.Bundle.putIntegerArrayList(java.lang.String, java.util.ArrayList<java.lang.Integer>).

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