次の方法で共有


DefaultInvokeMethodNameAttribute(Type, String) コンストラクター

定義

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

public DefaultInvokeMethodNameAttribute (Type returnType, string methodName);
new Orleans.DefaultInvokeMethodNameAttribute : Type * string -> Orleans.DefaultInvokeMethodNameAttribute
Public Sub New (returnType As Type, methodName As String)

パラメーター

returnType
Type

戻り値の型。

methodName
String

メソッドの名前です。

適用対象