I am at work right now and I have no way of checking:
Does the current version of Mono support the HasFlag method for enums with the Flag attribute?
Thanks.
I am at work right now and I have no way of checking:
Does the current version of Mono support the HasFlag method for enums with the Flag attribute?
Thanks.
I doubt it as 2.8 has been in work for much longer than the release date of .NET 4.0
But you can always use an additional class for example like http://www.java2s.com/Open-Source/CSharp/2.6.4-mono-.net-core/System/System/EnumExtensions.cs.htm
Thanks for the link!