ArgumentsBuilderExtension.

GetArgumentFromDictionaryProperty(PropertyInfo, Dictionary<string, string>, bool) Method

Assembly
Cake.Docker.dll
Namespace
Cake.Docker
Containing Type
ArgumentsBuilderExtension

Syntax

public static IEnumerable<Nullable<DockerArgument>> GetArgumentFromDictionaryProperty(PropertyInfo property, Dictionary<string, string> values, bool isSecret)

Attributes

Type Description
IteratorStateMachineAttribute

Parameters

Name Type Description
property PropertyInfo
values Dictionary<string, string>
isSecret bool

Return Value

Type Description
IEnumerable<Nullable<DockerArgument>>