Welcome to mirror list, hosted at ThFree Co, Russian Federation.

18.1.3.xml « ecma334 « docs « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ff39e1c3806de5b061f78e45fbd6b5b947fece54 (plain)
1
2
3
4
<?xml version="1.0"?>
<clause number="18.1.3" title="Struct body">
  <paragraph>The <non_terminal where="18.1.3">struct-body</non_terminal> of a struct defines the members of the struct. <grammar_production><name><non_terminal where="18.1.3">struct-body</non_terminal></name> : <rhs><terminal>{</terminal><non_terminal where="18.2">struct-member-declarations</non_terminal><opt/><terminal>}</terminal></rhs></grammar_production></paragraph>
</clause>