C# Class AvoidBoxingToString.Program

Inheritance: BelhardTraining.Benchmark.Core.ProgramBase
Show file Open project: bazile/Training

Protected Methods

Method Description
GetBenhmarkList ( ) : Tuple[]

Private Methods

Method Description
ConcatMessageAvoidingBoxing ( int id, int size ) : string
ConcatMessageAvoidingBoxingBenchmark ( ) : void
ConcatMessageWithBoxing ( int id, int size ) : string
ConcatMessageWithBoxingBenchmark ( ) : void
FormatMessageAvoidingBoxing ( int id, int size ) : string
FormatMessageAvoidingBoxingBenchmark ( ) : void
FormatMessageWithBoxing ( int id, int size ) : string
FormatMessageWithBoxingBenchmark ( ) : void
Main ( string args ) : void

Method Details

GetBenhmarkList() protected method

protected GetBenhmarkList ( ) : Tuple[]
return Tuple[]