13.07.2015 Views

C# Language Specification - Willy .Net

C# Language Specification - Willy .Net

C# Language Specification - Willy .Net

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>C#</strong> LANGUAGE SPECIFICATIONassignment-operator: one of= += -= *= /= %= &= |= ^= =expression:conditional-expressionassignmentconstant-expression:expressionboolean-expression:expressionA.2.5 Statementsstatement:labeled-statementdeclaration-statementembedded-statementembedded-statement:blockempty-statementexpression-statementselection-statementiteration-statementjump-statementtry-statementchecked-statementunchecked-statementlock-statementusing-statementblock:{ statement-list opt }statement-list:statementstatement-list statementempty-statement:;labeled-statement:identifier : statementdeclaration-statement:local-variable-declaration ;local-constant-declaration ;local-variable-declaration:type local-variable-declaratorslocal-variable-declarators:local-variable-declaratorlocal-variable-declarators , local-variable-declaratorlocal-variable-declarator:identifieridentifier = local-variable-initializer346

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!