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 Grammarnamed-argument-list:named-argumentnamed-argument-list , named-argumentnamed-argument:identifier = attribute-argument-expressionattribute-argument-expression:expressionA.3 Grammar extensions for unsafe codeembedded-statement:...unsafe-statementunsafe-statement:unsafe blocktype:value-typereference-typepointer-typepointer-type:unmanaged-type *void *unmanaged-type:typeprimary-no-array-creation-expression:...pointer-member-accesspointer-element-accesssizeof-expressionunary-expression:...pointer-indirection-expressionaddressof-expressionpointer-indirection-expression:* unary-expressionpointer-member-access:primary-expression -> identifierpointer-element-access:primary-no-array-creation-expression [ expression ]addressof-expression:& unary-expressionsizeof-expression:sizeof ( unmanaged-type )embedded-statement:...fixed-statementfixed-statement:fixed ( pointer-type fixed-pointer-declarators ) embedded-statement359

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

Saved successfully!

Ooh no, something went wrong!