ArgumentsBuilderExtension.

GetArgumentFromNullableBoolProperty(PropertyInfo, Nullable<bool>) Method

Summary

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

Syntax

public static string GetArgumentFromNullableBoolProperty(PropertyInfo property, Nullable<bool> value)

Parameters

Name Type Description
property PropertyInfo The property.
value Nullable<bool> the value.

Return Value

Type Description
string a nullable string.