Binder.ReorderArgumentArray Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Upon returning from BindToMethod, restores the args argument to what it was when it came from BindToMethod.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- args
- Type:
System.Object
[]
%
The actual arguments that are passed in. Both the types and values of the arguments can be changed.
- state
- Type: System.Object
A binder-provided object that keeps track of argument reordering.
Show: