CallerArgumentExpressionAttribute.

CallerArgumentExpressionAttribute(string) Constructor

Summary

Initializes a new instance of the CallerArgumentExpressionAttribute class.

Syntax

public CallerArgumentExpressionAttribute(string parameterName)

Parameters

Name Type Description
parameterName string The name of the targeted parameter.

Return Value

Type Description
void
GitHub