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

显示文件 Open project: 51Degrees/dotNET-Device-Detection

Public Methods

Method Description
Run ( string fileName ) : void

Private Methods

Method Description
Main ( string args ) : void
getProfileValues ( Profile profile, System.Property property ) : string

Constructs a "|" separated string of all the values the profile has which relate to the supplied property.

Method Details

Run() public static method

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