共用方式為


GenericMethodInvoker(Type, String, Int32) 建構函式

定義

初始化 GenericMethodInvoker 類別的新執行個體。

public GenericMethodInvoker (Type grainInterfaceType, string methodName, int typeParameterCount);
new Orleans.CodeGeneration.GenericMethodInvoker : Type * string * int -> Orleans.CodeGeneration.GenericMethodInvoker
Public Sub New (grainInterfaceType As Type, methodName As String, typeParameterCount As Integer)

參數

grainInterfaceType
Type

方法所在的細微性介面類別型。

methodName
String

方法的名稱。

typeParameterCount
Int32

方法具有的類型參數數目。

適用於