Table of Contents

Class ExporterConfigBaseAttribute

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

Constructors

ExporterConfigBaseAttribute()

protected ExporterConfigBaseAttribute()

ExporterConfigBaseAttribute(params IExporter[])

protected ExporterConfigBaseAttribute(params IExporter[] exporters)

Parameters

exporters IExporter[]

Properties

Config

public IConfig Config { get; }

Property Value

IConfig