Content deleted Content added
Citation bot (talk | contribs) Alter: title, template type. Add: chapter-url, chapter. Removed or converted URL. | Use this bot. Report bugs. | Suggested by Headbomb | #UCB_toolbar |
→Problem description: Classes, interfaces and methods in C# sample needn't be all public Tags: Mobile edit Mobile web edit |
||
Line 126:
<syntaxhighlight lang="c#" line="1">
{
int Eval();
}
{
{
N = n;
}
public int Eval()
Line 146:
}
{
{
Left = left;
Line 154:
}
public int Eval()
Line 164:
}
{
}
</syntaxhighlight>
|