Co-variance Delegates in C# Co-variance Delegates Introduction Today, in this article let's play around with one of the interes...
Showing posts with label Delegates. Show all posts
Showing posts with label Delegates. Show all posts
Thursday, October 25, 2012
Contra-variance Delegates in C#
Contra-variance Delegates in C# Contra-variance Delegates Introduction Today, in this article let's play around with one of t...
Monday, August 27, 2012
Func and Action Delegates
The .Net Framework 3.5 has introduced two sets of System-Defined Delegates named Func andAction. Action<> and Func<> are extr...