Class ArgumentsSourceAttribute
- Namespace
- BenchmarkDotNet.Attributes
- Assembly
- BenchmarkDotNet.Annotations.dll
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
public class ArgumentsSourceAttribute : PriorityAttribute
- Inheritance
-
ArgumentsSourceAttribute
- Inherited Members
Constructors
ArgumentsSourceAttribute(string)
public ArgumentsSourceAttribute(string name)
Parameters
name
string
Properties
Name
public string Name { get; }