ArgumentsBuilderExtension.

GetArgumentFromStringArrayProperty(PropertyInfo, string[], bool) Method

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

Syntax

public static IEnumerable<Nullable<DockerArgument>> GetArgumentFromStringArrayProperty(PropertyInfo property, string[] values, bool isSecret)

Attributes

Type Description
IteratorStateMachineAttribute

Parameters

Name Type Description
property PropertyInfo
values string[]
isSecret bool

Return Value

Type Description
IEnumerable<Nullable<DockerArgument>>