Beispiel #1
0
        public ClassB()
        {
            MyInt    = 444;
            MyClassC = new ClassC();

            MyList = new List <string>();
            MyList.Add("rr");
            MyList.Add("tt");

            MyDictionary = new Dictionary <string, string>();
            MyDictionary.Add("33", "11111111111111111111");
            MyDictionary.Add("44", "333333333333333");
        }
Beispiel #2
0
        public ClassB()
        {
            MyInt = 444;
              MyClassC = new ClassC();

              MyList = new List<string>();
              MyList.Add("rr");
              MyList.Add("tt");

              MyDictionary = new Dictionary<string, string>();
              MyDictionary.Add("33", "11111111111111111111");
              MyDictionary.Add("44", "333333333333333");
        }