C# Class NuGet.MSBuild.Tools.CommandLineBuilderExtensions

Datei anzeigen Open project: SympaOy/NuGet.for.MSBuild

Public Methods

Method Description
AppendSwitchIfTrue ( this builder, string switchName, bool value ) : void
AppendTextUnquotedIfNotNullOrEmpty ( this builder, string text ) : void

Method Details

AppendSwitchIfTrue() public static method

public static AppendSwitchIfTrue ( this builder, string switchName, bool value ) : void
builder this
switchName string
value bool
return void

AppendTextUnquotedIfNotNullOrEmpty() public static method

public static AppendTextUnquotedIfNotNullOrEmpty ( this builder, string text ) : void
builder this
text string
return void