CustomReflectionBinder.ReorderArgumentArray Method |
Namespace: PostSharp.Reflection
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
public override void ReorderArgumentArray( ref Object[] args, Object state )
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.