Show / Hide Table of Contents

Interface IColumnProvider

Namespace: BenchmarkDotNet.Columns
Assembly: BenchmarkDotNet.dll
Syntax
public interface IColumnProvider

Methods

GetColumns(Summary)

Declaration
IEnumerable<IColumn> GetColumns(Summary summary)
Parameters
Type Name Description
Summary summary
Returns
Type Description
IEnumerable<IColumn>
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors