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 コンストラクターを使用する必要があるのは、独自の変換型を作成する場合だけです。

適用対象