ECMA-334: 10.4.5 Interface members
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| C# Language Specification |
| © 2006 ECMA International |
10.4.5 Interface members
The members of an interface are the members declared in the interface and in all base interfaces of the
interface. [Note: The members in class object are not, strictly speaking, members of any interface (§20.2).
However, the members in class object are available via member lookup in any interface type (§14.3). end note]