Show / Hide Table of Contents

Class Argument

Inheritance
Object
Argument
MonoArgument
MsBuildArgument
Namespace: BenchmarkDotNet.Jobs
Assembly: BenchmarkDotNet.dll
Syntax
public abstract class Argument

Properties

TextRepresentation

Declaration
public string TextRepresentation { get; protected set; }
Property Value
Type Description
String

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
String
Overrides
Object.ToString()
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors