How can i hack C# functions to call something else?
Posted
by acidzombie24
on Stack Overflow
See other posts from Stack Overflow
or by acidzombie24
Published on 2010-05-21T23:28:46Z
Indexed on
2010/05/21
23:30 UTC
Read the original article
Hit count: 130
c#
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()
© Stack Overflow or respective owner