"If at first you don't succeed; call it version 1.0" :-Unknown

Pages

Showing posts with label Delegates. Show all posts
Showing posts with label Delegates. Show all posts

Monday, September 23, 2013

Action Delegates in c#

In my last post i shown FUNC Delegates now going around ACTION delegates
        
            Action instance can receive parameters, but cannot return values.
 Example below:
  1. How to execute a line
  2. How to execute a method