Ejemplo n.º 1
0
        static void Main(string[] args)
        {
            var p = new example.Property();

            p.E = new decimal[] { 3, 4 };
            p.A = new decimal[] { 1, 2, 3 };
        }
Ejemplo n.º 2
0
 static void Main(string[] args)
 {
     var p = new example.Property();
     p.E = new decimal[] { 3, 4 };
     p.A = new decimal[] { 1, 2, 3 };
 }