Sdílet prostřednictvím


CallerArgumentExpressionAttribute(String) Konstruktor

Definice

Inicializuje novou instanci CallerArgumentExpressionAttribute třídy.

public:
 CallerArgumentExpressionAttribute(System::String ^ parameterName);
public CallerArgumentExpressionAttribute (string parameterName);
new System.Runtime.CompilerServices.CallerArgumentExpressionAttribute : string -> System.Runtime.CompilerServices.CallerArgumentExpressionAttribute
Public Sub New (parameterName As String)

Parametry

parameterName
String

Název parametru, jehož výraz by měl být zachycen jako řetězec.

Platí pro