コード例 #1
0
 /// <exception cref="System.Exception"></exception>
 protected override void Store()
 {
     NullIdentityConstraintTestCase.Data a = new NullIdentityConstraintTestCase.Data(null
                                                                                     );
     NullIdentityConstraintTestCase.Data b = new NullIdentityConstraintTestCase.Data(a
                                                                                     );
     Store(b);
 }
コード例 #2
0
		/// <exception cref="System.Exception"></exception>
		protected override void Store()
		{
			NullIdentityConstraintTestCase.Data a = new NullIdentityConstraintTestCase.Data(null
				);
			NullIdentityConstraintTestCase.Data b = new NullIdentityConstraintTestCase.Data(a
				);
			Store(b);
		}
コード例 #3
0
 public Data(NullIdentityConstraintTestCase.Data prev)
 {
     this._prev = prev;
 }
コード例 #4
0
			public Data(NullIdentityConstraintTestCase.Data prev)
			{
				this._prev = prev;
			}