ArrayEditor::CreateCollectionItemType Method ()

 

Gets the data type that this collection is designed to contain.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

protected:
virtual Type^ CreateCollectionItemType() override

Return Value

Type: System::Type^

A Type that indicates the data type that the collection is designed to contain.

The default implementation returns the item type of the array.

.NET Framework
Available since 1.1
Return to top
Show: