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
Some enums have the [Flags] attribute, e.g. Windows.Storage.StorageOpenOptions (even though I don't understand its purpose in that case ...). We should implement the bitwise operators for them (or maybe use bitflags?).
The text was updated successfully, but these errors were encountered:
Some enums have the
[Flags]
attribute, e.g.Windows.Storage.StorageOpenOptions
(even though I don't understand its purpose in that case ...). We should implement the bitwise operators for them (or maybe use bitflags?).The text was updated successfully, but these errors were encountered: