BehaviorServiceAdornerCollection.AddRange Method

Definition

Adds the contents of another BehaviorServiceAdornerCollection to the end of the collection.

Overloads

AddRange(Adorner[])

Copies the elements of an array to the end of the BehaviorServiceAdornerCollection.

AddRange(BehaviorServiceAdornerCollection)

Adds the contents of another BehaviorServiceAdornerCollection to the end of the collection.

AddRange(Adorner[])

Copies the elements of an array to the end of the BehaviorServiceAdornerCollection.

public:
 void AddRange(cli::array <System::Windows::Forms::Design::Behavior::Adorner ^> ^ value);
public:
 void AddRange(... cli::array <System::Windows::Forms::Design::Behavior::Adorner ^> ^ value);
public void AddRange (System.Windows.Forms.Design.Behavior.Adorner[] value);
public void AddRange (params System.Windows.Forms.Design.Behavior.Adorner[] value);
member this.AddRange : System.Windows.Forms.Design.Behavior.Adorner[] -> unit
Public Sub AddRange (value As Adorner())
Public Sub AddRange (ParamArray value As Adorner())

Parameters

value
Adorner[]

An array of type Adorner to copy to the end of the collection.

See also

Applies to

AddRange(BehaviorServiceAdornerCollection)

Adds the contents of another BehaviorServiceAdornerCollection to the end of the collection.

public:
 void AddRange(System::Windows::Forms::Design::Behavior::BehaviorServiceAdornerCollection ^ value);
public void AddRange (System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection value);
member this.AddRange : System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection -> unit
Public Sub AddRange (value As BehaviorServiceAdornerCollection)

Parameters

value
BehaviorServiceAdornerCollection

A BehaviorServiceAdornerCollection to add to the end of the collection.

See also

Applies to