InterpolatedStringHandlerArgumentAttribute Konstruktory

Definicja

Przeciążenia

InterpolatedStringHandlerArgumentAttribute(String)

Inicjuje nowe wystąpienie klasy InterpolatedStringHandlerArgumentAttribute.

InterpolatedStringHandlerArgumentAttribute(String[])

Inicjuje nowe wystąpienie klasy InterpolatedStringHandlerArgumentAttribute.

InterpolatedStringHandlerArgumentAttribute(String)

Źródło:
InterpolatedStringHandlerArgumentAttribute.cs
Źródło:
InterpolatedStringHandlerArgumentAttribute.cs
Źródło:
InterpolatedStringHandlerArgumentAttribute.cs

Inicjuje nowe wystąpienie klasy InterpolatedStringHandlerArgumentAttribute.

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

Parametry

argument
String

Nazwa argumentu, który powinien zostać przekazany do procedury obsługi.

Uwagi

Pusty ciąg może być używany jako nazwa odbiorcy w metodzie wystąpienia.

Dotyczy

InterpolatedStringHandlerArgumentAttribute(String[])

Źródło:
InterpolatedStringHandlerArgumentAttribute.cs
Źródło:
InterpolatedStringHandlerArgumentAttribute.cs
Źródło:
InterpolatedStringHandlerArgumentAttribute.cs

Inicjuje nowe wystąpienie klasy InterpolatedStringHandlerArgumentAttribute.

public:
 InterpolatedStringHandlerArgumentAttribute(... cli::array <System::String ^> ^ arguments);
public InterpolatedStringHandlerArgumentAttribute (params string[] arguments);
new System.Runtime.CompilerServices.InterpolatedStringHandlerArgumentAttribute : string[] -> System.Runtime.CompilerServices.InterpolatedStringHandlerArgumentAttribute
Public Sub New (ParamArray arguments As String())

Parametry

arguments
String[]

Nazwy argumentów, które powinny zostać przekazane do procedury obsługi.

Uwagi

Pusty ciąg może być używany jako nazwa odbiorcy w metodzie wystąpienia.

Dotyczy