KeyedByTypeCollection<TItem> Constructor (IEnumerable<TItem>^)
.NET Framework (current version)
Initializes a new instance of the KeyedByTypeCollection<TItem> class for a specified enumeration of objects.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
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
Available since 3.0
Show: