次の方法で共有


Binding<R>(MethodBase, Object, Object[]) コンストラクター

定義

public Binding(System.Reflection.MethodBase method, object instance, object[] arguments);
new Microsoft.Bot.Builder.Scorables.Internals.Binding<'R> : System.Reflection.MethodBase * obj * obj[] -> Microsoft.Bot.Builder.Scorables.Internals.Binding<'R>
Public Sub New (method As MethodBase, instance As Object, arguments As Object())

パラメーター

method
MethodBase
instance
Object
arguments
Object[]

適用対象