BuildahArgument.

BuildahArgument(string, string, BuildahArgumentQuoting) Constructor

Summary

Initializes a new instance of the BuildahArgument struct. Constructor.
Assembly
Cake.Buildah.dll
Namespace
Cake.Buildah
Containing Type
BuildahArgument

Syntax

public BuildahArgument(string key, string value, BuildahArgumentQuoting quoting)

Parameters

Name Type Description
key string the key.
value string the value.
quoting BuildahArgumentQuoting Quoting style.

Return Value

Type Description
void