InterpolatedStringHandlerArgumentAttribute Constructeurs

Définition

Surcharges

InterpolatedStringHandlerArgumentAttribute(String)

Initialise une nouvelle instance de la classe InterpolatedStringHandlerArgumentAttribute.

InterpolatedStringHandlerArgumentAttribute(String[])

Initialise une nouvelle instance de la classe InterpolatedStringHandlerArgumentAttribute.

InterpolatedStringHandlerArgumentAttribute(String)

Source:
InterpolatedStringHandlerArgumentAttribute.cs
Source:
InterpolatedStringHandlerArgumentAttribute.cs
Source:
InterpolatedStringHandlerArgumentAttribute.cs

Initialise une nouvelle instance de la classe 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)

Paramètres

argument
String

Nom de l’argument qui doit être passé au gestionnaire.

Remarques

La chaîne vide peut être utilisée comme nom du récepteur dans une méthode instance.

S’applique à

InterpolatedStringHandlerArgumentAttribute(String[])

Source:
InterpolatedStringHandlerArgumentAttribute.cs
Source:
InterpolatedStringHandlerArgumentAttribute.cs
Source:
InterpolatedStringHandlerArgumentAttribute.cs

Initialise une nouvelle instance de la classe 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())

Paramètres

arguments
String[]

Noms des arguments qui doivent être passés au gestionnaire.

Remarques

La chaîne vide peut être utilisée comme nom du récepteur dans une méthode instance.

S’applique à