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.