- args
- An array of objects whose elements represent the parameters passed to the bound method in their original order.
- state
- A binder-provided opaque object that keeps track of parameter reordering. This object is the same object that was passed as the state parameter in the invocation of Binder.BindToMethod(BindingFlags, MethodBase[], Object[]@, ParameterModifier[], System.Globalization.CultureInfo, String[], Object@) that caused Binder.ReorderArgumentArray(Object[]@, object) to be called.
- state
- Documentation for this section has not yet been entered.