다음을 통해 공유


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

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

예외

typeEnum이(가) null인 경우

설명

일반적으로 시스템에서 제공 하는 변환기 형식을 사용할 수 있습니다. 에 사용 해야는 GenericEnumConverter 생성자는 변환 형식을 직접 만들면 됩니다.

적용 대상