You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[<ExtensionAttribute>]static memberSetFlag:value :'TEnum * flag : 'TEnum * enabled : bool -> 'TEnum when 'TEnum : struct, new()
Parameters
value
Type: TEnum The value.
flag
Type: TEnum The flag.
enabled
Type: System.Boolean Determines whether the flag should be set or cleared.
Type Parameters
TEnum
The type of the enum.
Return Value
Type: TEnum Bitwise combination of the flag and the value if the enabled is true; otherwise, the result is the bits of the value excluding the ones from the flag.