InterpolatedStringHandlerArgumentAttribute Constructores

Definición

Sobrecargas

InterpolatedStringHandlerArgumentAttribute(String)

Inicializa una nueva instancia de la clase InterpolatedStringHandlerArgumentAttribute.

InterpolatedStringHandlerArgumentAttribute(String[])

Inicializa una nueva instancia de la clase InterpolatedStringHandlerArgumentAttribute.

InterpolatedStringHandlerArgumentAttribute(String)

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

Inicializa una nueva instancia de la clase 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)

Parámetros

argument
String

Nombre del argumento que se debe pasar al controlador.

Comentarios

La cadena vacía se puede usar como nombre del receptor en un método de instancia.

Se aplica a

InterpolatedStringHandlerArgumentAttribute(String[])

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

Inicializa una nueva instancia de la clase 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())

Parámetros

arguments
String[]

Nombres de los argumentos que se deben pasar al controlador.

Comentarios

La cadena vacía se puede usar como nombre del receptor en un método de instancia.

Se aplica a