Table of Contents 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 Notes DownloadECMA-334 C# Language Specification


11 Types
11.2 Reference types
11.2.4 Interface types
Paragraph 11 An interface defines a contract. 2 A class or struct that implements an interface must adhere to its contract. 3 An interface may inherit from multiple base interfaces, and a class or struct may implement multiple interfaces.
Paragraph 21 Interface types are described in §20. |
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

