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


18 Structs
18.1 Struct declarations
18.1.2 Struct interfaces
Paragraph 11 A struct declaration may include a struct-interfaces specification, in which case the struct is said to implement the given interface types. struct-interfaces : : interface-type-list
Paragraph 21 Interface implementations are discussed further in §20.4. |
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

