Operation |
Difference |
Adding methods to existing classes |
In X# (actually in .Net), you cannot add methods to classes in other assemblies. To work around this, you can: •write an extension method; •create a subclass. |
Function |
Difference |