Show / Hide Table of Contents

Class MsBuildArgument

Argument passed to dotnet cli when restoring and building the project example: new MsBuildArgument("/p:MyCustomSetting=123")

Inheritance
Object
Argument
MsBuildArgument
Inherited Members
Argument.TextRepresentation
Argument.ToString()
Namespace: BenchmarkDotNet.Jobs
Assembly: BenchmarkDotNet.dll
Syntax
public class MsBuildArgument : Argument

Constructors

MsBuildArgument(String)

Declaration
public MsBuildArgument(string value)
Parameters
Type Name Description
String value
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors