'宣言 Public Shared Function IsEnum( _ ByVal typeToTest As System.Type _ ) As System.Boolean
public static System.bool IsEnum( System.Type typeToTest )
パラメータ
- typeToTest
- The type to test.
戻り値の型
true
if the specified type to test is an enum; otherwise, false
.