DioDocs for PDF
IsEnum メソッド

DS.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX 名前空間 > DXUtil クラス : IsEnum メソッド
テストするタイプ。
テストする指定されたタイプが列挙体であるかどうかを判断します。
シンタックス
'宣言
 
Public Shared Function IsEnum( _
   ByVal typeToTest As System.Type _
) As System.Boolean
public static System.bool IsEnum( 
   System.Type typeToTest
)

パラメータ

typeToTest
テストするタイプ。

戻り値の型

テストするために指定されたタイプが列挙体の場合は true。それ以外の場合は false
参照

DXUtil クラス
DXUtil メンバ