Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 851 Bytes

ii.6.6-declarations-inside-a-module-or-assembly.md

File metadata and controls

14 lines (12 loc) · 851 Bytes

II.6.6 Declarations inside a module or assembly

Declarations inside a module or assembly are specified by the following grammar. More information on each option can be found in the corresponding clause or subclause.

Decl ::= Clause
| .class ClassHeader '{' ClassMember* '}' §II.10
| .custom CustomDecl §II.21
| .data DataDecl §II.16.3.1
| .field FieldDecl §II.16
| .method MethodHeader '{' MethodBodyItem* '}' §II.15
| ExternSourceDecl §II.5.7
| SecurityDecl §II.20
| …