C# 클래스 clipr.Utils.DotNet35Extensions

Extensions to convert .Net3.5-compatible code to the .Net4.5 syntax.
파일 보기 프로젝트 열기: nemec/clipr

공개 메소드들

메소드 설명
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