Hello all,
Please clear this fundamental of anonymous.
Thanks in advance
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Jan 17, 2014, 3:02 AM
hi,
An anonymous function is nothing but inline function.
please refer
http://msdn.microsoft.com/en-us/library/bb882516.aspx
hope this will help you.
Satyapriya NayakPosted Jan 17, 2014, 2:15 AM
Biswa Pujarini MohapatraPosted Jan 17, 2014, 1:49 AM
Anonymous function means which has no name you can use delegate to use multiple statements it can be used over Lambda Expression
Basic example you can find here
http://www.dotnetperls.com/anonymous-function