C# Class Benchmarker.Models.Benchmark

Mostrar archivo Open project: xamarin/benchmarker Class Usage Examples

Public Methods

Method Description
Benchmark ( ) : System
Equals ( object other ) : bool
GetHashCode ( ) : int
LoadFromString ( string jsonContent ) : Benchmark

Method Details

Benchmark() public method

public Benchmark ( ) : System
return System

Equals() public method

public Equals ( object other ) : bool
other object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

LoadFromString() public static method

public static LoadFromString ( string jsonContent ) : Benchmark
jsonContent string
return Benchmark