다음을 통해 공유


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

처리기에 전달해야 하는 인수의 이름입니다.

설명

빈 문자열은 instance 메서드에서 수신기의 이름으로 사용할 수 있습니다.

적용 대상

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[]

처리기에 전달되어야 하는 인수의 이름입니다.

설명

빈 문자열은 instance 메서드에서 수신기의 이름으로 사용할 수 있습니다.

적용 대상