Constructs the ArrayEditor. Takes a Class an an argument which is the type of the object being edited (should be an array).
[Visual Basic] Public Sub New( _ ByVal type As Type _ ) [C#] public OldArrayEditor( Type type ); [C++] public: OldArrayEditor( Type* type ); [JScript] public function OldArrayEditor( type : Type );
OldArrayEditor Class | OldArrayEditor Members | System.ComponentModel.Design Namespace