ArgumentsBuilderExtension.

GetParameterAttributeOrNull(PropertyInfo) Method

Summary

Retrieve ParameterAttribute from property or null if there isn't one.

Syntax

public static ParameterAttribute GetParameterAttributeOrNull(PropertyInfo property)

Parameters

Name Type Description
property PropertyInfo

Return Value

Type Description
ParameterAttribute