InterpolatedStringHandlerArgumentAttribute Konstruktory

Definice

Přetížení

InterpolatedStringHandlerArgumentAttribute(String)

Inicializuje novou instanci InterpolatedStringHandlerArgumentAttribute třídy.

InterpolatedStringHandlerArgumentAttribute(String[])

Inicializuje novou instanci InterpolatedStringHandlerArgumentAttribute třídy.

InterpolatedStringHandlerArgumentAttribute(String)

Zdroj:
InterpolatedStringHandlerArgumentAttribute.cs
Zdroj:
InterpolatedStringHandlerArgumentAttribute.cs
Zdroj:
InterpolatedStringHandlerArgumentAttribute.cs

Inicializuje novou instanci InterpolatedStringHandlerArgumentAttribute třídy.

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

Název argumentu, který má být předán obslužné rutině.

Poznámky

Prázdný řetězec může být použit jako název příjemce v metodě instance.

Platí pro

InterpolatedStringHandlerArgumentAttribute(String[])

Zdroj:
InterpolatedStringHandlerArgumentAttribute.cs
Zdroj:
InterpolatedStringHandlerArgumentAttribute.cs
Zdroj:
InterpolatedStringHandlerArgumentAttribute.cs

Inicializuje novou instanci InterpolatedStringHandlerArgumentAttribute třídy.

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[]

Názvy argumentů, které mají být předány obslužné rutině.

Poznámky

Prázdný řetězec může být použit jako název příjemce v metodě instance.

Platí pro