C# Class FiftyOne.Example.Illustration.StronglyTyped.Program

ファイルを表示 Open project: 51Degrees/dotNET-Device-Detection

Public Methods

Method Description
Run ( string fileName ) : void
getIsMobileBool ( Match match ) : bool

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

Private Methods

Method Description
Main ( string args ) : void

Method Details

Run() public static method

public static Run ( string fileName ) : void
fileName string
return void

getIsMobileBool() public static method

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