InterpolatedStringHandlerArgumentAttribute Costruttori

Definizione

Overload

InterpolatedStringHandlerArgumentAttribute(String)

Inizializza una nuova istanza della classe InterpolatedStringHandlerArgumentAttribute.

InterpolatedStringHandlerArgumentAttribute(String[])

Inizializza una nuova istanza della classe InterpolatedStringHandlerArgumentAttribute.

InterpolatedStringHandlerArgumentAttribute(String)

Origine:
InterpolatedStringHandlerArgumentAttribute.cs
Origine:
InterpolatedStringHandlerArgumentAttribute.cs
Origine:
InterpolatedStringHandlerArgumentAttribute.cs

Inizializza una nuova istanza della 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)

Parametri

argument
String

Nome dell'argomento da passare al gestore.

Commenti

La stringa vuota può essere usata come nome del ricevitore in un metodo di istanza.

Si applica a

InterpolatedStringHandlerArgumentAttribute(String[])

Origine:
InterpolatedStringHandlerArgumentAttribute.cs
Origine:
InterpolatedStringHandlerArgumentAttribute.cs
Origine:
InterpolatedStringHandlerArgumentAttribute.cs

Inizializza una nuova istanza della 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())

Parametri

arguments
String[]

Nomi degli argomenti da passare al gestore.

Commenti

La stringa vuota può essere usata come nome del ricevitore in un metodo di istanza.

Si applica a