Esempio n. 1
0
		public cProperty_aggregate() {
			shashtable_ = new SHashtable();
		}
		public cProperty_standard() {
			shashtable_ = new SHashtable();
		}
Esempio n. 3
0
 public cProperty_standard()
 {
     shashtable_ = new SHashtable();
 }
Esempio n. 4
0
			public SHashtableKeys(SHashtable parent_ref_in) {
				parent_ref_ = parent_ref_in;
			}
Esempio n. 5
0
 public SHashtableKeys(SHashtable parent_ref_in)
 {
     parent_ref_ = parent_ref_in;
 }
Esempio n. 6
0
 public cProperty_aggregate()
 {
     shashtable_ = new SHashtable();
 }
Esempio n. 7
0
 public cProperty_aggregate_collection()
 {
     shashtable_ = new SHashtable();
 }
		public cProperty_aggregate_collection() {
			shashtable_ = new SHashtable();
		}
Esempio n. 9
0
		public void TestFixtureTearDown() {
			_hash = null;
		}
Esempio n. 10
0
		public void TestFixtureSetUp() {
			_hash = new SHashtable();
			_hash.Add("três", 3);
			_hash.Add("um", 1);
			_hash.Add("dois", 2);
		}