EnumBuilder.CreateType メソッド

定義

この列挙型の Type オブジェクトを作成します。

public:
 Type ^ CreateType();
public Type? CreateType ();
public Type CreateType ();
member this.CreateType : unit -> Type
Public Function CreateType () As Type

戻り値

Type

この列挙型の Type オブジェクト。

例外

この型は以前に作成されています。

  • または -

囲む型が作成されていません。

適用対象