VirtualTypeBuilder::ConstructorInfoCollection::Add Method (array<Type^>^, array<Attribute^>^)
Visual Studio 2015
Adds an array of ConstructorInfo to the end of the collection.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Parameters
- argumentTypes
-
Type:
array<System::Type^>^
The types of arguments to be passed to the constructor. This can be null or an empty array to declare an empty constructor.
- attributes
-
Type:
array<System::Attribute^>^
An array of attributes to be attached to this constructor. This may be null or empty.
Show: