EnumType.IsFlags 属性

定义

获取一个值,该值指示枚举类型是否定义为标志(即可以被视为位字段)

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

属性值

适用于