C# Класс clipr.Utils.DotNet35Extensions

Extensions to convert .Net3.5-compatible code to the .Net4.5 syntax.
Показать файл Открыть проект

Открытые методы

Метод Описание
HasFlag ( this en, ParserOptions cmp ) : bool

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

Описание методов

HasFlag() публичный статический Метод

Checks whether or not the enum has the given flag set.
public static HasFlag ( this en, ParserOptions cmp ) : bool
en this
cmp ParserOptions
Результат bool