Extension Methods In C#
Mar 26 2018

Deependra Kushwah

Extension methods enable you to add methods to existing types without creating a new derived type, recompiling, or otherwise modifying the original type.