Ejemplo n.º 1
0
 public DeepMemeber(int depth)
 {
     if (depth > 0)
     {
         member = new Db4oIOExceptionTestCase.DeepMemeber(--depth);
     }
 }
			public DeepMemeber(int depth)
			{
				if (depth > 0)
				{
					member = new Db4oIOExceptionTestCase.DeepMemeber(--depth);
				}
			}
Ejemplo n.º 3
0
 public Item(int depth)
 {
     member = new Db4oIOExceptionTestCase.DeepMemeber(depth);
 }
			public Item(int depth)
			{
				member = new Db4oIOExceptionTestCase.DeepMemeber(depth);
			}