SparseArray.RemoveAtRange(Int32, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprimez une plage de mappages en tant que lot.
[Android.Runtime.Register("removeAtRange", "(II)V", "GetRemoveAtRange_IIHandler")]
public virtual void RemoveAtRange(int index, int size);
[<Android.Runtime.Register("removeAtRange", "(II)V", "GetRemoveAtRange_IIHandler")>]
abstract member RemoveAtRange : int * int -> unit
override this.RemoveAtRange : int * int -> unit
Paramètres
- index
- Int32
Index à commencer à
- size
- Int32
Nombre de mappages à supprimer
<p>For indices outside of the range <code data-dev-comment-type="c">0...size()-1</code>,
the behavior is undefined.</p>
- Attributs
Remarques
Supprimez une plage de mappages en tant que lot.
Java documentation pour android.util.SparseArray.removeAtRange(int, int).
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.