13.07.2015 Views

C# Language Specification - Willy .Net

C# Language Specification - Willy .Net

C# Language Specification - Willy .Net

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Appendix A Grammarlocal-variable-initializer:expressionarray-initializerlocal-constant-declaration:const type constant-declaratorsconstant-declarators:constant-declaratorconstant-declarators , constant-declaratorconstant-declarator:identifier = constant-expressionexpression-statement:statement-expression ;statement-expression:invocation-expressionobject-creation-expressionassignmentpost-increment-expressionpost-decrement-expressionpre-increment-expressionpre-decrement-expressionselection-statement:if-statementswitch-statementif-statement:if ( boolean-expression ) embedded-statementif ( boolean-expression ) embedded-statement else embedded-statementboolean-expression:expressionswitch-statement:switch ( expression ) switch-blockswitch-block:{ switch-sections opt }switch-sections:switch-sectionswitch-sections switch-sectionswitch-section:switch-labels statement-listswitch-labels:switch-labelswitch-labels switch-labelswitch-label:case constant-expression :default :iteration-statement:while-statementdo-statementfor-statementforeach-statement347

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

Saved successfully!

Ooh no, something went wrong!