BenchmarkDotNet.Reports.Summary.this C# (CSharp) Method

this() public method

Returns a report for the given benchmark or null if there is no a corresponded report.
public this ( BenchmarkCase benchmarkCase ) : BenchmarkReport
benchmarkCase BenchmarkCase
return BenchmarkReport
        public BenchmarkReport this[BenchmarkCase benchmarkCase] => ReportMap.GetValueOrDefault(benchmarkCase);