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

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

공개 메소드들

메소드 설명
OutputMatchMetrics ( Match match ) : void

Prints match metrics associated with a given match object.

Run ( string fileName ) : void

비공개 메소드들

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

메소드 상세

OutputMatchMetrics() 공개 정적인 메소드

Prints match metrics associated with a given match object.
public static OutputMatchMetrics ( Match match ) : void
match Match a Match object
리턴 void

Run() 공개 정적인 메소드

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