Class BenchmarkCategoryAttribute
- Namespace
- BenchmarkDotNet.Attributes
- Assembly
- BenchmarkDotNet.Annotations.dll
[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class|AttributeTargets.Method, AllowMultiple = true)]
public class BenchmarkCategoryAttribute : Attribute
- Inheritance
-
BenchmarkCategoryAttribute
- Inherited Members
Constructors
BenchmarkCategoryAttribute()
protected BenchmarkCategoryAttribute()
BenchmarkCategoryAttribute(params string[])
public BenchmarkCategoryAttribute(params string[] categories)
Parameters
categories
string[]
Properties
Categories
public string[] Categories { get; }
Property Value
- string[]