ArgumentsBuilderExtension.

GetArgumentFromNullableUInt16Property(PropertyInfo, Nullable<ushort>) Method

Summary

Get an argument from an unsigned short.
Assembly
Cake.Buildah.dll
Namespace
Cake.Buildah
Containing Type
ArgumentsBuilderExtension

Syntax

public static string GetArgumentFromNullableUInt16Property(PropertyInfo property, Nullable<ushort> value)

Parameters

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

Return Value

Type Description
string a nullable string.