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