コード例 #1
0
 public DeepMemeber(int depth)
 {
     if (depth > 0)
     {
         member = new Db4oIOExceptionTestCase.DeepMemeber(--depth);
     }
 }
コード例 #2
0
			public DeepMemeber(int depth)
			{
				if (depth > 0)
				{
					member = new Db4oIOExceptionTestCase.DeepMemeber(--depth);
				}
			}
コード例 #3
0
 public Item(int depth)
 {
     member = new Db4oIOExceptionTestCase.DeepMemeber(depth);
 }
コード例 #4
0
			public Item(int depth)
			{
				member = new Db4oIOExceptionTestCase.DeepMemeber(depth);
			}