public virtual void NotifyClosed(MsgExceptionHandlingTestCase.CloseAwareBin bin)
			{
				lock (_openBins)
				{
					Sharpen.Collections.Remove(_openBins, bin);
				}
			}
示例#2
0
 public _ICodeBlock_164(MsgExceptionHandlingTestCase _enclosing)
 {
     this._enclosing = _enclosing;
 }
示例#3
0
 public _IEventListener4_103(MsgExceptionHandlingTestCase _enclosing)
 {
     this._enclosing = _enclosing;
 }
 public _ICodeBlock_164(MsgExceptionHandlingTestCase _enclosing)
 {
     this._enclosing = _enclosing;
 }
 public _IEventListener4_103(MsgExceptionHandlingTestCase _enclosing)
 {
     this._enclosing = _enclosing;
 }
			public CloseAwareBin(MsgExceptionHandlingTestCase.CloseAwareStorage storage, IBin
				 bin) : base(bin)
			{
				_storage = storage;
			}