Structures (records)
Definition and initialization
Constructors
Methods
Fields and properties
Constants
Subscripts (indexer methods)
Type members
Inheritance
Structure inside the structure
struct
ColorPoint
{
//Fields
int
x, y;
//In C++ there are no properties
Brush Color;
};