'宣言 Public Shared Function GetParameterlessCtor( _ ByVal type As System.Type _ ) As System.Reflection.ConstructorInfo
public static System.Reflection.ConstructorInfo GetParameterlessCtor( System.Type type )
パラメータ
- type
- The type.
戻り値の型
The default constructor for the specified type if it exists; Null otherwise.