ArgumentsBuilderExtension.

GetArgumentFromStringArrayListProperty(PropertyInfo, string[]) Method

Summary

Get argument from String Array List.
Assembly
Cake.Buildah.dll
Namespace
Cake.Buildah
Containing Type
ArgumentsBuilderExtension

Syntax

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

Parameters

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

Return Value

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