ConfigurationCollectionAttribute Constructor (Type^)
.NET Framework (current version)
Initializes a new instance of the ConfigurationCollectionAttribute class.
Assembly: System.Configuration (in System.Configuration.dll)
Parameters
- itemType
-
Type:
System::Type^
The type of the property collection to create.
| Exception | Condition |
|---|---|
| ArgumentNullException | itemType is null. |
You use this constructor to tell the .NET Framework the custom type of the property collection to be created.
.NET Framework
Available since 2.0
Available since 2.0
Show: