public void Release(TcpVectorQueueByte v) { o = v; thisLock.Release(); }
public TContainerTcpVectorQueueByte(TcpVectorQueueByte o) { VTable.Assert(o != null); this.o = o; }