ArgumentsBuilderExtension.

GetArgumentFromStringArrayProperty(PropertyInfo, string[]) Method

Summary

Get argument from string array.
Assembly
Cake.Buildah.dll
Namespace
Cake.Buildah
Containing Type
ArgumentsBuilderExtension

Syntax

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

Attributes

Type Description
IteratorStateMachineAttribute

Parameters

Name Type Description
property PropertyInfo The property.
values string[] the values.

Return Value

Type Description
IEnumerable<Nullable<BuildahArgument>> a nullable list of BuildahArgument.