Delegate

Jarrett Billingsley jarrett.billingsley at gmail.com
Tue Dec 2 10:55:31 PST 2008


On Tue, Dec 2, 2008 at 1:30 PM, Fabian Claßen <admin at fabs-world.de> wrote:
>                result += dg;

Just change that line to "result += dg();".  A delegate is like a
function; you call it to get the value.



More information about the Digitalmars-d mailing list