Class ParameterDefinition
- Namespace
- BenchmarkDotNet.Parameters
- Assembly
- BenchmarkDotNet.dll
public class ParameterDefinition
- Inheritance
-
ParameterDefinition
Constructors
ParameterDefinition(string, bool, object[], bool, Type, int)
public ParameterDefinition(string name, bool isStatic, object[] values, bool isArgument, Type parameterType, int priorityInCategory)
Parameters
Properties
IsArgument
public bool IsArgument { get; }
Property Value
IsStatic
public bool IsStatic { get; }
Property Value
Name
public string Name { get; }
Property Value
ParameterType
public Type ParameterType { get; }
Property Value
PriorityInCategory
public int PriorityInCategory { get; }
Property Value
Values
public object[] Values { get; }
Property Value
- object[]