InputGestureCollection.AddRange(ICollection) Método

Definición

Agrega los elementos del objeto ICollection especificado al final de esta colección 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)

Parámetros

collection
ICollection

Colección de elementos que se agrega al final de esta colección InputGestureCollection.

Excepciones

La colección es de solo lectura.

La colección que se agrega es null.

Se aplica a

Consulte también