结构(记录)
定义和初始化
构造函数
方法
字段和属性
常量
下标(索引器方法)
类型成员
继承
结构内的结构
struct
ColorPoint
{
//Fields
int
x, y;
//In C++ there are no properties
Brush Color;
};