Udostępnij za pośrednictwem


JsonRpcMethodAttribute Konstruktory

Definicja

Przeciążenia

JsonRpcMethodAttribute()

Inicjuje nowe wystąpienie klasy JsonRpcMethodAttribute.

JsonRpcMethodAttribute(String)

Inicjuje nowe wystąpienie klasy JsonRpcMethodAttribute.

JsonRpcMethodAttribute()

Źródło:
JsonRpcMethodAttribute.cs
Źródło:
JsonRpcMethodAttribute.cs
Źródło:
JsonRpcMethodAttribute.cs

Inicjuje nowe wystąpienie klasy JsonRpcMethodAttribute.

public JsonRpcMethodAttribute();
Public Sub New ()

Dotyczy

JsonRpcMethodAttribute(String)

Źródło:
JsonRpcMethodAttribute.cs
Źródło:
JsonRpcMethodAttribute.cs
Źródło:
JsonRpcMethodAttribute.cs
Źródło:
JsonRpcMethodAttribute.cs
Źródło:
JsonRpcMethodAttribute.cs
Źródło:
JsonRpcMethodAttribute.cs
Źródło:
JsonRpcMethodAttribute.cs

Inicjuje nowe wystąpienie klasy JsonRpcMethodAttribute.

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

Parametry

name
String

Nazwa zastępcza metody.

Dotyczy