Class CategoryDiscovererAttribute
- Namespace
- BenchmarkDotNet.Attributes
- Assembly
- BenchmarkDotNet.dll
[AttributeUsage(AttributeTargets.Class)]
public class CategoryDiscovererAttribute : Attribute, IConfigSource
- Inheritance
-
CategoryDiscovererAttribute
- Implements
- Inherited Members
Constructors
CategoryDiscovererAttribute(bool)
public CategoryDiscovererAttribute(bool inherit = true)
Parameters
inherit
bool
Properties
Config
public IConfig Config { get; }