This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Buildah.
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 | Buildah |
Quoting style. |
Return Value
Type | Description |
---|---|
void |