ComponentOne FlexReport for WinForms
GetParameterlessCtor Method

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > Utils Class : GetParameterlessCtor Method
The type.
Returns default instance parameter-less constructor for the specified type.
Syntax
'Declaration
 
Public Shared Function GetParameterlessCtor( _
   ByVal type As System.Type _
) As System.Reflection.ConstructorInfo
public static System.Reflection.ConstructorInfo GetParameterlessCtor( 
   System.Type type
)

Parameters

type
The type.

Return Value

The default constructor for the specified type if it exists; Null otherwise.
See Also

Reference

Utils Class
Utils Members