次の方法で共有


CodeTypeDeclaration.IsEnum プロパティ

定義

型が列挙体かどうかを示す値を取得または設定します。

public:
 property bool IsEnum { bool get(); void set(bool value); };
public bool IsEnum { get; set; }
member this.IsEnum : bool with get, set
Public Property IsEnum As Boolean

プロパティ値

型が列挙体である場合は true。それ以外の場合は false

適用対象