Class ExporterConfigBaseAttribute
Inheritance
ExporterConfigBaseAttribute
Assembly: BenchmarkDotNet.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class)]
public class ExporterConfigBaseAttribute : Attribute, IConfigSource
Constructors
ExporterConfigBaseAttribute()
Declaration
protected ExporterConfigBaseAttribute()
ExporterConfigBaseAttribute(IExporter[])
Declaration
protected ExporterConfigBaseAttribute(params IExporter[] exporters)
Parameters
Properties
Config
Declaration
public IConfig Config { get; }
Property Value
Implements