public void Dispose() { _buff = null; }
public Enumerator(BufferTransactionType type, NameBuffer buff) { _buff = buff; _next = -2; _type = type; }