1 // CS1913: Member `Data.Count' cannot be initialized. An object initializer may only be used for fields, or properties
6 using System
.Collections
.Generic
;
10 public delegate int Count ();
20 //string drawBackLabel = string.Length("absDrawBack");
21 var c
= new Data { Count = 10 }
;