ECMA-334 C# Language Specification

17.1.3: Class body

The class-body of a class defines the members of that class.

class-body
{ class-member-declarationsopt }