Table of Contents

Class ArgumentsAttribute

Namespace
BenchmarkDotNet.Attributes
Assembly
BenchmarkDotNet.Annotations.dll
[AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]
public class ArgumentsAttribute : PriorityAttribute
Inheritance
ArgumentsAttribute
Inherited Members

Constructors

ArgumentsAttribute()

public ArgumentsAttribute()

ArgumentsAttribute(params object?[]?)

public ArgumentsAttribute(params object?[]? values)

Parameters

values object[]

Properties

Values

public object?[] Values { get; }

Property Value

object[]