Initialize a new instance.
[Visual Basic] Public Sub New( _ ByVal Type As Type, _ ByVal ParamArray String[] As String() _ ) [C#] public ControlExtenderAttribute( Type Type, params string[] String[] ); [C++] public: ControlExtenderAttribute( Type* Type, String* String[] __gc[] ); [JScript] public function ControlExtenderAttribute( Type Type, String[] String[] );
ControlExtenderAttribute Class | AqDWeb.Attributes Namespace