C# Class clipr.Utils.DotNet35Extensions

Extensions to convert .Net3.5-compatible code to the .Net4.5 syntax.
Exibir arquivo Open project: nemec/clipr

Public Methods

Method Description
HasFlag ( this en, ParserOptions cmp ) : bool

Checks whether or not the enum has the given flag set.

Method Details

HasFlag() public static method

Checks whether or not the enum has the given flag set.
public static HasFlag ( this en, ParserOptions cmp ) : bool
en this
cmp ParserOptions
return bool