In few words, what can be said about Func<>

Posted by Richard77 on Stack Overflow See other posts from Stack Overflow or by Richard77
Published on 2010-04-18T09:05:13Z Indexed on 2010/04/18 9:13 UTC
Read the original article Hit count: 178

Filed under:

Hello,

I've been seing Func<> for sometime now, and I've manage to avoid it (for now). But, now it looks like I can't dodge it forever. For instance, I tried Dynamic Linq, but almost everything was in terms of Func<>. I've tried one of my book (C# 2008/Deitel&Deitel) and also MSDN but I'm not getting it yet. They all jump straight in the subject.

  1. What can be said (in few words) about Func<>
  2. Can I get some links on the web that can get me started on that matter?

Thanks for helping

© Stack Overflow or respective owner

Related posts about c#