ArgumentsBuilderExtension.

GetArgumentFromNullableInt64Property(PropertyInfo, Nullable<long>) Method

Summary

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

Syntax

public static string GetArgumentFromNullableInt64Property(PropertyInfo property, Nullable<long> value)

Parameters

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

Return Value

Type Description
string a nullable string.