'宣言 Public Shared Function IsC1DocumentType( _ ByVal type As System.Type _ ) As System.Boolean
public static System.bool IsC1DocumentType( System.Type type )
パラメータ
- type
- テストするタイプ。
戻り値の型
指定したタイプを IC1Document として表すことができる場合は true、 その他の場合は false。
'宣言 Public Shared Function IsC1DocumentType( _ ByVal type As System.Type _ ) As System.Boolean
public static System.bool IsC1DocumentType( System.Type type )