CommandBindingCollection::AddRange Method (ICollection^)

 

Adds the items of the specified ICollection to the end of this CommandBindingCollection.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
void AddRange(
	ICollection^ collection
)

Parameters

collection
Type: System.Collections::ICollection^

The collection of items to add to the end of this CommandBindingCollection.

Exception Condition
NotSupportedException

Any of the items in the collection to add are null.

NotSupportedException

The collection to add is null.

.NET Framework
Available since 3.0
Return to top
Show: