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