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. To work around this, you can:

write an extension method;

create a subclass.

Runtime functions

Function

Difference