Binding<R>(MethodBase, Object, Object[]) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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())
Paramètres
- method
- MethodBase
- instance
- Object
- arguments
- Object[]