コード例 #1
0
		/// <exception cref="System.Exception"></exception>
		protected override void Store()
		{
			Store(new UseSecondBestIndexTestCase.Parent(42));
			UseSecondBestIndexTestCase.Parent parent2 = new UseSecondBestIndexTestCase.Parent
				(42);
			parent2.child = new UseSecondBestIndexTestCase.Child(42);
			Store(parent2);
		}
コード例 #2
0
 /// <exception cref="System.Exception"></exception>
 protected override void Store()
 {
     Store(new UseSecondBestIndexTestCase.Parent(42));
     UseSecondBestIndexTestCase.Parent parent2 = new UseSecondBestIndexTestCase.Parent
                                                     (42);
     parent2.child = new UseSecondBestIndexTestCase.Child(42);
     Store(parent2);
 }