CLRInteropBinder.ReorderArgumentArray(Object[], Object) Method
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:
override void ReorderArgumentArray(cli::array <System::Object ^> ^ % args, System::Object ^ state);
public override void ReorderArgumentArray (ref object[] args, object state);
override this.ReorderArgumentArray : Object[] * obj -> unit
Public Overrides Sub ReorderArgumentArray (ByRef args As Object(), state As Object)
Parameters
- args
- Object[]
- state
- Object