'宣言 Public Shared Function IsC1DocumentType( _ ByVal type As System.Type _ ) As System.Boolean
'使用法 Dim type As System.Type Dim value As System.Boolean value = Utils.IsC1DocumentType(type)
public static System.bool IsC1DocumentType( System.Type type )
パラメータ
- type
- The type to test.
戻り値の型
true if the specified type can be represented as a IC1Document, false otherwise.