次の方法で共有


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

定義

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

パラメーター

method
MethodBase
instance
Object
arguments
Object[]

適用対象