Common Intermediate Language: Difference between revisions

Content deleted Content added
Computational model: copy editing
Line 76:
</syntaxhighlight>
 
ThisThe method Foo does not require any instance of Foo to be declared because it is static.declared Thatas means it belongs to the classstatic, and it may then be used like this in C#:
<syntaxhighlight lang="csharp">
int r = Foo.Add(2, 3); // 5