Share via


Type.GetConstructors Method

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

Syntax

'Declaration
Public Function GetConstructors As ConstructorInfo()
'Usage
Dim instance As Type
Dim returnValue As ConstructorInfo()

returnValue = instance.GetConstructors()
public ConstructorInfo[] GetConstructors()
public:
array<ConstructorInfo^>^ GetConstructors()
member GetConstructors : unit -> ConstructorInfo[] 
public function GetConstructors() : ConstructorInfo[]

Return Value

Type: array<System.Reflection.Mock.ConstructorInfo[]

.NET Framework Security

See Also

Reference

Type Class

Type Members

GetConstructors Overload

System.Reflection.Mock Namespace