Extension Methods(programming360.blogspot.com)
submitted by
syedtayyabali(135) 2 years, 8 months ago
Extension Methods enable you to "add" methods to existing types without creating a new derived type, recompiling, or otherwise modifying the original type. Extension methods are a special kind of static method, but they are called as if they were instance methods on the extended type. For client code written in C# and Visual Basic, there is no apparent difference between calling an extension method and the methods that are actually defined in a type.
|category: C#
|Views: 4
tags:
C# another
Everyones tags:
Your Tags: