Content deleted Content added
m Task 18 (cosmetic): eval 6 templates: hyphenate params (2×); |
→Object-oriented concepts: Corrected the name of the method |
||
Line 69:
</syntaxhighlight>
The method
<syntaxhighlight lang="csharp">
int r = Foo.Add(2, 3); // 5
|