WizardStepCollectionEditor::CreateInstance Method (Type^)

 

Creates an instance of the collection of the specified Type.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

protected:
virtual Object^ CreateInstance(
	Type^ itemType
) override

Parameters

itemType
Type: System::Type^

The Type of collection to create.

Return Value

Type: System::Object^

A collection of the specified itemType.

.NET Framework
Available since 2.0
Return to top
Show: