Share via


Type.GetConstructor Method (array<Type[])

Namespace:  System.Reflection.Mock
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Function GetConstructor ( _
    types As Type() _
) As ConstructorInfo
'Usage
Dim instance As Type
Dim types As Type()
Dim returnValue As ConstructorInfo

returnValue = instance.GetConstructor(types)
public ConstructorInfo GetConstructor(
    Type[] types
)
public:
ConstructorInfo^ GetConstructor(
    array<Type^>^ types
)
member GetConstructor : 
        types:Type[] -> ConstructorInfo 
public function GetConstructor(
    types : Type[]
) : ConstructorInfo

Parameters

Return Value

Type: System.Reflection.Mock.ConstructorInfo

.NET Framework Security

See Also

Reference

Type Class

Type Members

GetConstructor Overload

System.Reflection.Mock Namespace