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

Afficher le fichier Open project: 51Degrees/dotNET-Device-Detection

Méthodes publiques

Méthode Description
Run ( string fileName ) : void
getIsMobileBool ( Match match ) : bool

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

Private Methods

Méthode Description
Main ( string args ) : void

Method Details

Run() public static méthode

public static Run ( string fileName ) : void
fileName string
Résultat void

getIsMobileBool() public static méthode

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