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

列挙体の型。

適用対象