Show / Hide Table of Contents

Class CompositeColumnProvider

Inheritance
Object
CompositeColumnProvider
Implements
IColumnProvider
Namespace: BenchmarkDotNet.Columns
Assembly: BenchmarkDotNet.dll
Syntax
public class CompositeColumnProvider : IColumnProvider

Constructors

CompositeColumnProvider(IColumnProvider[])

Declaration
public CompositeColumnProvider(params IColumnProvider[] providers)
Parameters
Type Name Description
IColumnProvider[] providers

Methods

GetColumns(Summary)

Declaration
public IEnumerable<IColumn> GetColumns(Summary summary)
Parameters
Type Name Description
Summary summary
Returns
Type Description
IEnumerable<IColumn>

Implements

IColumnProvider
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors