Inline functions in C#?

Posted by Dinah on Stack Overflow See other posts from Stack Overflow or by Dinah
Published on 2009-01-23T17:31:07Z Indexed on 2010/04/15 15:03 UTC
Read the original article Hit count: 186

Filed under:
|
|

How do you do "inline functions" in C#? I don't think I understand the concept. Are they like anonymous methods? Like lambda functions?

© Stack Overflow or respective owner

Related posts about inline

Related posts about c#