InterpolatedStringHandlerArgumentAttribute コンストラクター

定義

オーバーロード

InterpolatedStringHandlerArgumentAttribute(String)

InterpolatedStringHandlerArgumentAttribute クラスの新しいインスタンスを初期化します。

InterpolatedStringHandlerArgumentAttribute(String[])

InterpolatedStringHandlerArgumentAttribute クラスの新しいインスタンスを初期化します。

InterpolatedStringHandlerArgumentAttribute(String)

ソース:
InterpolatedStringHandlerArgumentAttribute.cs
ソース:
InterpolatedStringHandlerArgumentAttribute.cs
ソース:
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[])

ソース:
InterpolatedStringHandlerArgumentAttribute.cs
ソース:
InterpolatedStringHandlerArgumentAttribute.cs
ソース:
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[]

ハンドラーに渡す必要がある引数の名前。

注釈

空の文字列は、インスタンス メソッドのレシーバーの名前として使用できます。

適用対象