BuildahArgument.

Deconstruct(string, string, BuildahArgumentQuoting) Method

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 BuildahArgumentQuoting The Quote style.

Return Value

Type Description
void