Extension Methods from rkttu
-
Shorthand Task.Factory.FromAsync (for .NET 4.0)
This extension method series represent shorthand version of Task.Factory.FromAsync (for .NET 4.0)
-
Delegate Type Casting Extension Methods
These extension methods enable type casting between generic Action, generic Func, EventHandler, generic EventHandler and non-generic Action, non-generic Func, non-generic EventHandler as well as generic EventHandler and non generic EventHandler delegates in mscorlib and System.dll assembly.
-
Shorthand Task.Factory.FromAsync (for .NET 4.5)
This extension method series represent shorthand version of Task.Factory.FromAsync (for .NET 4.5)
-
Shorthand ReferenceEquals
This extension method represents shorthand version of ReferenceEquals method.