GenericEnumConverter(Type) 생성자

정의

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

public:
 GenericEnumConverter(Type ^ typeEnum);
public GenericEnumConverter(Type typeEnum);
new System.Configuration.GenericEnumConverter : Type -> System.Configuration.GenericEnumConverter
Public Sub New (typeEnum As Type)

매개 변수

typeEnum
Type

변환할 열거형 형식입니다.

예외

typeEnumnull입니다.

설명

일반적으로 시스템에서 제공하는 변환기 형식을 사용합니다. 생성자를 사용해야 GenericEnumConverter 하는 유일한 경우는 고유한 변환 형식을 만드는 경우입니다.

적용 대상