EnumType.IsFlags 屬性

定義

會得到一個值,表示 enum 類型是否定義為旗標(即可視為位元欄位)

public:
 property bool IsFlags { bool get(); };
public bool IsFlags { get; }
member this.IsFlags : bool
Public ReadOnly Property IsFlags As Boolean

屬性值

適用於