ECMA-334 C# Language Specification

18.1.3: Struct body

The struct-body of a struct defines the members of the struct.

struct-body
{ struct-member-declarationsopt }