VirtualTypeBuilder.ConstructorInfoCollection.Add Method (ConstructorInfo)
Adds a ConstructorInfo to the end of the collection.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public Function Add ( _
value As ConstructorInfo _
) As Integer
public int Add(
ConstructorInfo value
)
public:
int Add(
ConstructorInfo^ value
)
member Add :
value:ConstructorInfo -> int
public function Add(
value : ConstructorInfo
) : int
Parameters
value
Type: System.Reflection.ConstructorInfoThe ConstructorInfo to be added to the end of the collection.
Return Value
Type: System.Int32
The index at which the value has been added.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.