Exemple #1
0
 public SupportBeanVariantOne()
 {
     Indexed     = new[] { 1, 2, 3 };
     Mapped      = new Dictionary <String, String>();
     Mapped["a"] = "val1";
     Inneritem   = new SupportBeanVariantOneInner("i1");
 }
 public SupportBeanVariantOne()
 {
     Indexed = new[] {1, 2, 3};
     Mapped = new Dictionary<string, string>();
     Mapped.Put("a", "val1");
     Inneritem = new SupportBeanVariantOneInner("i1");
 }