C# 클래스 Benchmarker.Models.Benchmark

파일 보기 프로젝트 열기: xamarin/benchmarker 1 사용 예제들

공개 메소드들

메소드 설명
Benchmark ( ) : System
Equals ( object other ) : bool
GetHashCode ( ) : int
LoadFromString ( string jsonContent ) : Benchmark

메소드 상세

Benchmark() 공개 메소드

public Benchmark ( ) : System
리턴 System

Equals() 공개 메소드

public Equals ( object other ) : bool
other object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

LoadFromString() 공개 정적인 메소드

public static LoadFromString ( string jsonContent ) : Benchmark
jsonContent string
리턴 Benchmark