How can i hack C# functions to call something else?
- by acidzombie24
Long story short. Clone() returns object and my code expects a cmd bc i was working with another lib but nearly the same interface. How can i use define or 'using' to have it call a function extension? I tried extending with the name Clone but it was ignored. However it does see Clone2()