TableRowsCollectionEditor::CreateInstance Method (Type^)

 

Creates an instance 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 the item to create.

Return Value

Type: System::Object^

An object of the specified type.

.NET Framework
Available since 1.1
Return to top
Show: