Class ArgumentsAttribute
Inheritance
ArgumentsAttribute
Assembly: BenchmarkDotNet.Annotations.dll
Syntax
[AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]
public class ArgumentsAttribute : PriorityAttribute
Constructors
ArgumentsAttribute()
Declaration
public ArgumentsAttribute()
ArgumentsAttribute(Object[])
Declaration
public ArgumentsAttribute(params object[] values)
Parameters
Type |
Name |
Description |
Object[] |
values |
|
Properties
Values
Declaration
public object[] Values { get; }
Property Value