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 Grammarstatic-constructor-modifiers:extern opt staticstatic extern optstatic-constructor-body:block;destructor-declaration:attributes opt extern opt ~ identifier ( ) destructor-bodydestructor-body:block;A.2.7 Structsstruct-declaration:attributes opt struct-modifiers opt struct identifier struct-interfaces opt struct-body ; optstruct-modifiers:struct-modifierstruct-modifiers struct-modifierstruct-modifier:newpublicprotectedinternalprivatestruct-interfaces:: interface-type-liststruct-body:{ struct-member-declarations opt }struct-member-declarations:struct-member-declarationstruct-member-declarations struct-member-declarationstruct-member-declaration:constant-declarationfield-declarationmethod-declarationproperty-declarationevent-declarationindexer-declarationoperator-declarationconstructor-declarationstatic-constructor-declarationtype-declarationA.2.8 Arraysarray-type:non-array-type rank-specifiersnon-array-type:type355

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

Saved successfully!

Ooh no, something went wrong!