ECMA-334 C# Language Specification

20.1.3: Interface body

The interface-body of an interface defines the members of the interface.

interface-body
{ interface-member-declarationsopt }