InterpolatedStringHandlerArgumentAttribute 构造函数

定义

重载

InterpolatedStringHandlerArgumentAttribute(String)

初始化 InterpolatedStringHandlerArgumentAttribute 类的新实例。

InterpolatedStringHandlerArgumentAttribute(String[])

初始化 InterpolatedStringHandlerArgumentAttribute 类的新实例。

InterpolatedStringHandlerArgumentAttribute(String)

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

初始化 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)

参数

argument
String

应传递给处理程序的参数的名称。

注解

空字符串可用作实例方法中接收方的名称。

适用于

InterpolatedStringHandlerArgumentAttribute(String[])

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

初始化 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())

参数

arguments
String[]

应传递给处理程序的参数的名称。

注解

空字符串可用作实例方法中接收方的名称。

适用于