Table of Contents

Class ConfigAttribute

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

Constructors

ConfigAttribute(Type)

public ConfigAttribute(Type type)

Parameters

type Type

Properties

Config

public IConfig Config { get; }

Property Value

IConfig