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