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
Deconstruction Support.
- Assembly
- Cake
.Buildah .dll - Namespace
- Cake
.Buildah - Containing Type
- BuildahArgument
Syntax
public void Deconstruct(out string key, out string value, out BuildahArgumentQuoting quoting)
Parameters
Name | Type | Description |
---|---|---|
key | string | the key. |
value | string | the value. |
quoting | Buildah |
The Quote style. |
Return Value
Type | Description |
---|---|
void |