Class BenchmarkCategoryAttribute
Inheritance
BenchmarkCategoryAttribute
Assembly: BenchmarkDotNet.Annotations.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Method)]
public class BenchmarkCategoryAttribute : Attribute
Constructors
BenchmarkCategoryAttribute()
Declaration
protected BenchmarkCategoryAttribute()
BenchmarkCategoryAttribute(String[])
Declaration
public BenchmarkCategoryAttribute(params string[] categories)
Parameters
Type |
Name |
Description |
String[] |
categories |
|
Properties
Categories
Declaration
public string[] Categories { get; }
Property Value