Overloading function call operator in C#

Posted by Asaf R on Stack Overflow See other posts from Stack Overflow or by Asaf R
Published on 2010-03-15T20:15:30Z Indexed on 2010/03/15 20:19 UTC
Read the original article Hit count: 377

Filed under:
|

Hi,

Is it possible to overload the default function operator (the () operator) in C#? If so - how? If not, is there a workaround to create a similar affect?

Thanks,
Asaf

© Stack Overflow or respective owner

Related posts about c#

Related posts about operator-overloading