InputGestureCollection.AddRange(ICollection) Méthode

Définition

Ajoute les éléments de l'interface ICollection spécifiée à la fin de ce InputGestureCollection.

public:
 void AddRange(System::Collections::ICollection ^ collection);
public void AddRange (System.Collections.ICollection collection);
member this.AddRange : System.Collections.ICollection -> unit
Public Sub AddRange (collection As ICollection)

Paramètres

collection
ICollection

Collection d'éléments à ajouter à la fin de ce InputGestureCollection.

Exceptions

La collection est en lecture seule.

La collection à ajouter est null.

S’applique à

Voir aussi