ArgumentsBuilderExtension.

GetArgumentFromBoolProperty(PropertyInfo, bool) Method

Summary

Get an argument from a bool property.
Assembly
Cake.Buildah.dll
Namespace
Cake.Buildah
Containing Type
ArgumentsBuilderExtension

Syntax

public static string GetArgumentFromBoolProperty(PropertyInfo property, bool value)

Parameters

Name Type Description
property PropertyInfo the property.
value bool the value.

Return Value

Type Description
string a nullable string.