CollectionEditorBase Constructor (Type^)

 

Initializes a new instance of the CollectionEditorBase class by using the specified collection type.

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

public:
CollectionEditorBase(
	Type^ type
)

Parameters

type
Type: System::Type^

The type of the collection to be edited.

.NET Framework
Available since 3.5
Return to top
Show: