Closed kgilpin closed 2 years ago
Create method signature for the hook method that matches the argument names and types of the original method. This ensures that the hook method remains compatible with any code that inspects parameters dynamically.
Solved via alternate means.
Create method signature for the hook method that matches the argument names and types of the original method. This ensures that the hook method remains compatible with any code that inspects parameters dynamically.