C# 클래스 AriDEVParser.Util.Extensions

파일 보기 프로젝트 열기: AriDEV/AriDEVParser

공개 메소드들

메소드 설명
HasAnyFlag ( this value, Enum toTest ) : bool
ToByte ( this boolean ) : byte

메소드 상세

HasAnyFlag() 공개 정적인 메소드

public static HasAnyFlag ( this value, Enum toTest ) : bool
value this
toTest System.Enum
리턴 bool

ToByte() 공개 정적인 메소드

public static ToByte ( this boolean ) : byte
boolean this
리턴 byte