FlexReport for WinForms
GetParameterlessCtor メソッド (Utils)


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > Utils クラス : GetParameterlessCtor メソッド
The type.
Returns default instance parameter-less constructor for the specified type.
シンタックス
'宣言
 
Public Shared Function GetParameterlessCtor( _
   ByVal type As System.Type _
) As System.Reflection.ConstructorInfo
'使用法
 
Dim type As System.Type
Dim value As System.Reflection.ConstructorInfo
 
value = Utils.GetParameterlessCtor(type)
public static System.Reflection.ConstructorInfo GetParameterlessCtor( 
   System.Type type
)

パラメータ

type
The type.

戻り値の型

The default constructor for the specified type if it exists; Null otherwise.
参照

参照

Utils クラス
Utils メンバ