Exemplo n.º 1
0
 public void Dispose()
 {
     _buff = null;
 }
Exemplo n.º 2
0
 public Enumerator(BufferTransactionType type, NameBuffer buff)
 {
     _buff = buff;
     _next = -2;
     _type = type;
 }