JsonRpcMethodAttribute 생성자

정의

오버로드

JsonRpcMethodAttribute()

JsonRpcMethodAttribute 클래스의 새 인스턴스를 초기화합니다.

JsonRpcMethodAttribute(String)

JsonRpcMethodAttribute 클래스의 새 인스턴스를 초기화합니다.

JsonRpcMethodAttribute()

JsonRpcMethodAttribute 클래스의 새 인스턴스를 초기화합니다.

public JsonRpcMethodAttribute ();
Public Sub New ()

적용 대상

JsonRpcMethodAttribute(String)

JsonRpcMethodAttribute 클래스의 새 인스턴스를 초기화합니다.

public JsonRpcMethodAttribute (string name);
public JsonRpcMethodAttribute (string? name);
new StreamJsonRpc.JsonRpcMethodAttribute : string -> StreamJsonRpc.JsonRpcMethodAttribute
Public Sub New (name As String)

매개 변수

name
String

메서드의 대체 이름입니다.

적용 대상