Show/Hide Toolbars

XSharp

Compiler

Operation

Difference

Adding methods to existing classes

In X# (actually in .Net) you cannot add methods to classes in other assemblies. As work around you can:

write an extension method

create a subclass

Runtime functions

Function

Difference