Table of Contents

Class HideColumnsAttribute

Namespace
BenchmarkDotNet.Attributes
Assembly
BenchmarkDotNet.dll
[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class, AllowMultiple = true)]
public class HideColumnsAttribute : Attribute, IConfigSource
Inheritance
HideColumnsAttribute
Implements
Inherited Members

Constructors

HideColumnsAttribute()

protected HideColumnsAttribute()

HideColumnsAttribute(params string[])

public HideColumnsAttribute(params string[] names)

Parameters

names string[]

Properties

Config

public IConfig Config { get; }

Property Value

IConfig