CollectionEditor::CreateInstance Method (Type^)
.NET Framework (current version)
Creates a new instance of the specified collection item type.
Assembly: System.Design (in System.Design.dll)
Parameters
- itemType
-
Type:
System::Type^
The type of item to create.
Notes to Implementers:
This method should throw an exception if it cannot create a new instance of the specified type.
.NET Framework
Available since 1.1
Available since 1.1
Show: