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

方法的名称。

适用于