Binding(MethodBase, Object, Object[]) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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())
Parameters
- method
- MethodBase
- instance
- Object
- arguments
- Object[]