Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

KeyedByTypeCollection<TItem> Constructor (IEnumerable<TItem>^)

 

Initializes a new instance of the KeyedByTypeCollection<TItem> class for a specified enumeration of objects.

Namespace:   System.Collections.Generic
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
KeyedByTypeCollection(
	IEnumerable<TItem>^ items
)

Parameters

items
Type: System.Collections.Generic::IEnumerable<TItem>^

The IEnumerable<T> of generic type Object used to initialize the collection.

Exception Condition
ArgumentNullException

items is null.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft