Content deleted Content added
Line 25:
==Extension methods==
The new language feature of extension methods in C# 3.0, however, makes the latter code possible. This approach requires a static class and a static method, as follows:
<source lang="csharp">
</source>
==Related==
|