Initializes a new instance of the CollectionEditorBase class by using the specified collection type.
Syntax
CSharp
public CollectionEditorBase (
Type type
)
VisualBasic
Public Sub New ( _
type As Type _
)
ManagedCPlusPlus
public:
CollectionEditorBase (
Type^ type
)
JSharp
public CollectionEditorBase (
Type type
)
Parameters
- type (Type)
The type of the collection to be edited.
Assembly: System.Web.Extensions.Design (Module: System.Web.Extensions.Design)