ECMA-334: 11.2.4 Interface types
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| C# Language Specification |
| © 2006 ECMA International |
11.2.4 Interface types
An interface defines a contract. A class or struct that implements an interface shall adhere to its contract. An interface can inherit from multiple base interfaces, and a class or struct can implement multiple interfaces.
Interface types are described in §20.