DesignerActionListCollection::AddRange Method

 

Adds the supplied series of DesignerActionList objects to the current collection.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

NameDescription
System_CAPS_pubmethodAddRange(array<DesignerActionList^>^)

Adds the elements of the supplied DesignerActionList array to the end of the current collection.

System_CAPS_pubmethodAddRange(DesignerActionListCollection^)

Adds the elements of the supplied DesignerActionListCollection to the end of the current collection.

Return to top
Show: