Class Argument
- Namespace
- BenchmarkDotNet.Jobs
- Assembly
- BenchmarkDotNet.dll
public abstract class Argument : IEquatable<Argument>
- Inheritance
-
Argument
- Implements
- Derived
Constructors
Argument(string)
protected Argument(string value)
Parameters
value
string
Properties
TextRepresentation
public string TextRepresentation { get; }
Property Value
Methods
Equals(Argument)
public bool Equals(Argument other)
Parameters
other
Argument
Returns
Equals(object)
public override bool Equals(object obj)
Parameters
obj
object
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()