EnumType.IsFlags 属性

定义

获取指示枚举类型是否定义为标志(即,可以被视为位域)的值。

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

属性值

适用于