Exemplo n.º 1
0
 public void Release(TcpVectorQueueByte v)
 {
     o = v;
     thisLock.Release();
 }
Exemplo n.º 2
0
 public TContainerTcpVectorQueueByte(TcpVectorQueueByte o)
 {
     VTable.Assert(o != null);
     this.o = o;
 }