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.

Appendix A Grammarspecific-catch-clause:catch ( class-type identifier opt ) blockgeneral-catch-clause:catch blockfinally-clause:finally blockchecked-statement:checked blockunchecked-statement:unchecked blocklock-statement:lock ( expression ) embedded-statementusing-statement:using ( resource-acquisition ) embedded-statementresource-acquisition:local-variable-declarationexpressionnamespace-declaration:namespace qualified-identifier namespace-body ; optqualified-identifier:identifierqualified-identifier . identifiernamespace-body:{ using-directives opt namespace-member-declarations opt }using-directives:using-directiveusing-directives using-directiveusing-directive:using-alias-directiveusing-namespace-directiveusing-alias-directive:using identifier = namespace-or-type-name ;using-namespace-directive:using namespace-name ;namespace-member-declarations:namespace-member-declarationnamespace-member-declarations namespace-member-declarationnamespace-member-declaration:namespace-declarationtype-declarationtype-declaration:class-declarationstruct-declarationinterface-declarationenum-declarationdelegate-declaration349

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

Saved successfully!

Ooh no, something went wrong!