public virtual void Test()
		{
			ObjectCanDeleteExceptionTestCase.Item item = new ObjectCanDeleteExceptionTestCase.Item
				();
			Store(item);
			Assert.Expect(typeof(ReflectException), typeof(ItemException), new _ICodeBlock_27
				(this, item));
		}
 public virtual void Test()
 {
     ObjectCanDeleteExceptionTestCase.Item item = new ObjectCanDeleteExceptionTestCase.Item
                                                      ();
     Store(item);
     Assert.Expect(typeof(ReflectException), typeof(ItemException), new _ICodeBlock_27
                       (this, item));
 }
 public _ICodeBlock_27(ObjectCanDeleteExceptionTestCase _enclosing, ObjectCanDeleteExceptionTestCase.Item
                       item)
 {
     this._enclosing = _enclosing;
     this.item       = item;
 }