'宣言 Public Shared Function GetDefaultPublicCtor( _ ByVal type As System.Type _ ) As System.Reflection.ConstructorInfo
public static System.Reflection.ConstructorInfo GetDefaultPublicCtor( System.Type type )
パラメータ
- type
- タイプ。
戻り値の型
存在する場合は、指定されたタイプのデフォルトコンストラクタを返し、そうでない場合は Null を返します。