Difference between revisions of "Identifier"

esse quam videri
Jump to: navigation, search
(Notes)
Line 14: Line 14:
 
==Notes==
 
==Notes==
 
<syntaxhighlight lang ="csharp">
 
<syntaxhighlight lang ="csharp">
 +
class something{
 
int i=9;
 
int i=9;
 +
}
 
</syntaxhighlight>
 
</syntaxhighlight>
  

Revision as of 20:05, 19 June 2019

Definition

Relevance

Explanation

Resources

See also

Notes

class something{
int i=9;
}

External Links