C# 클래스 FiftyOne.Example.Illustration.StronglyTyped.Program

파일 보기 프로젝트 열기: 51Degrees/dotNET-Device-Detection

공개 메소드들

메소드 설명
Run ( string fileName ) : void
getIsMobileBool ( Match match ) : bool

Returns a boolean representation of the value associated with the IsMobile property.

비공개 메소드들

메소드 설명
Main ( string args ) : void

메소드 상세

Run() 공개 정적인 메소드

public static Run ( string fileName ) : void
fileName string
리턴 void

getIsMobileBool() 공개 정적인 메소드

Returns a boolean representation of the value associated with the IsMobile property.
public static getIsMobileBool ( Match match ) : bool
match Match a Match object
리턴 bool