1 2 3 4 5 6 7
// CS8051: Auto-implemented property `V.P' must have get accessor // Line: 6 class V { public object P { set; } = 1; }