VirtualTypeBuilder.ConstructorInfoCollection.Add Method

Adds a ConstructorInfo to the end of the VirtualTypeBuilder.ConstructorInfoCollection.

Overload List

  Name Description
Public method Add(ConstructorInfo) Adds a ConstructorInfo to the end of the collection.
Public method Add([]) Adds an array of ConstructorInfo to the end of the collection.
Public method Add([], []) Adds an array of ConstructorInfo to the end of the collection.

Top

Remarks

Adds a new ConstructorInfo to the collection of constructors this type builder will produce on the final type.

See Also

Reference

VirtualTypeBuilder.ConstructorInfoCollection Class

VirtualTypeBuilder.ConstructorInfoCollection Members

Microsoft.VisualStudio.Shell.Design Namespace