EnumDataTypeAttribute(Type) 생성자

정의

EnumDataTypeAttribute 클래스의 새 인스턴스를 초기화합니다.

public:
 EnumDataTypeAttribute(Type ^ enumType);
public EnumDataTypeAttribute (Type enumType);
new System.ComponentModel.DataAnnotations.EnumDataTypeAttribute : Type -> System.ComponentModel.DataAnnotations.EnumDataTypeAttribute
Public Sub New (enumType As Type)

매개 변수

enumType
Type

열거형의 유형입니다.

적용 대상