Let\'s say we have the following code:
struct Point { public Int32 m_x, m_y; } class Rectangle { Point p; } //Program.cs static void Main(string[] args) {