InputBindingCollection::AddRange Method (ICollection^)

 

Adds the items of the specified ICollection to the end of this InputBindingCollection

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 InputBindingCollection.

.NET Framework
Available since 3.0
Return to top
Show: