Skip to the content.

< Back


MyFlag

Namespace: MyClassLib

My enum.

public enum MyFlag

Inheritance ObjectValueTypeEnumMyFlag
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Attributes FlagsAttribute

Fields

Name Value Description
Default 0 The default
First 1 The first.
Second 2 The second.
Third 4 The Third.

< Back