Tuesday, November 6, 2018

Anonymous Methods In C#

An anonymous method is method which is inline method and it does not have name i.e it has only body. We can defined it using delegate.

source https://www.c-sharpcorner.com/article/anonymous-methods-in-c-sharp/

No comments:

Post a Comment