| 1. | This sample presents the syntax and usage of structs 本示例介绍结构的语法和用法。 |
| 2. | Structs cannot inherit from classes or other structs 结构不能从类或其他结构继承。 |
| 3. | Classes and structs can declare constants as members 类和结构可以将常数声明为成员。 |
| 4. | Structs cannot inherit from other structs or classes 结构不能从其他结构或类中继承。 |
| 5. | Classes and structs , arrays of classes and structs 类和结构、类数组和结构 |
| 6. | Static classes and structs can also have constructors 静态类和结构也可以有构造函数。 |
| 7. | New data types are defined using classes and structs 新数据类型是使用类和结构定义的。 |
| 8. | Structs can also contain methods and events 结构还可以包含方法和事件。 |
| 9. | Xsd offers a wide range of types and simple structs Xsd提供了大量的类型以及简单的结构。 |
| 10. | Classes and structs can inherit from more than one interface 类和结构可从多个接口继承。 |