C# Класс FiftyOne.Example.Illustration.StronglyTyped.Program

Показать файл Открыть проект

Открытые методы

Метод Описание
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