C#

C# Tutorial Collection, Tips and tricks, Step by Step Explanation with Examples, Source Codes and more

Extension methods in C#

Extension methods as the name implies, about extending the functionalities of the class. They helps to add a new method to existing Class (or Type).

Scroll to Top