LINQ_Extension_Expression1.htm
Code To Test : LINQ_Extension_Expression1.txt
Extension methods are a special kind of static method, but they are called as if they were instance methods on the extended type.
Steps :
  • Scope of the object
  • Implementing with IEnumerable<T>
  • Implementing with var