ArgumentsBuilderExtension.

GetAutoPropertyAttributeOrNull(PropertyInfo) Method

Summary

Retrieve AutoPropertyAttribute from property or null if there isn't one.
Assembly
Cake.Buildah.dll
Namespace
Cake.Buildah
Containing Type
ArgumentsBuilderExtension

Syntax

public static AutoPropertyAttribute GetAutoPropertyAttributeOrNull(PropertyInfo property)

Parameters

Name Type Description
property PropertyInfo The property.

Return Value

Type Description
AutoPropertyAttribute an instance of AutoPropertyAttribute.