TypeProvider.IsEnum(Type) 메서드

정의

형식 Type 인지 여부를 Enum 나타냅니다.

public:
 static bool IsEnum(Type ^ type);
public static bool IsEnum(Type type);
static member IsEnum : Type -> bool
Public Shared Function IsEnum (type As Type) As Boolean

매개 변수

type
Type

Type 테스트할 수 있습니다.

반품

true이면 ;TypeEnum 고, 그렇지 않으면 false.입니다.

예외

type null 참조입니다(Visual Basic Nothing).

적용 대상