Friday, November 2, 2007
Method Extensions in C# 3.0
One of the new features in C#.NET 3.0 is method extensions. You can add additional methods, for example, to the String class so you can have a ToEmployee method in it. The only difference between a regular static method and a method extension is the addition of the "this" keyword before the parameter declaration.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment