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