Class ParamsAttribute
Inherited Members
Namespace: BenchmarkDotNet.Attributes
Assembly: BenchmarkDotNet.Annotations.dll
Syntax
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
public class ParamsAttribute : PriorityAttribute
Constructors
ParamsAttribute()
Declaration
public ParamsAttribute()
ParamsAttribute(Object[])
Declaration
public ParamsAttribute(params object[] values)
Parameters
Type | Name | Description |
---|---|---|
Object[] | values |
Properties
Values
Declaration
public object[] Values { get; }
Property Value
Type | Description |
---|---|
Object[] |