methods nesting
Give an example of typical use of methods nesting?
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 Nov 12, 2013, 1:38 AM
hi,
nested method or function can be writern using Delegate.
Please refer
http://www.codeproject.com/Articles/25486/Nested-Functions-in-C
http://www.codeguru.com/csharp/csharp/cs_misc/designtechniques/article.php/c12749/Implementing-Nested-Functions-in-C.htm
hope this will help you.