On Saturday, 12 January 2013 at 19:16:02 UTC, Zhenya wrote:
But I would like to handle not only member-function,but global function too(by UFCS) if it's possible.

Global functions rewritten as UFCS functions are not delegates, they are still functions, so they can be handled just as other functions. In such case it is enough to supply null to void* parameter.

Reply via email to