ArgumentsBuilderExtension.

GetArgumentFromNullableIntProperty(PropertyInfo, Nullable<int>) Method

Summary

Get Argument From NullableIntProperty.
Assembly
Cake.Buildah.dll
Namespace
Cake.Buildah
Containing Type
ArgumentsBuilderExtension

Syntax

public static string GetArgumentFromNullableIntProperty(PropertyInfo property, Nullable<int> value)

Parameters

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

Return Value

Type Description
string a nullable string.