ArgumentsBuilderExtension.

GetArgumentFromStringProperty(PropertyInfo, string) Method

Summary

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

Syntax

public static Nullable<BuildahArgument> GetArgumentFromStringProperty(PropertyInfo property, string value)

Parameters

Name Type Description
property PropertyInfo The property.
value string the value.

Return Value

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