Ejemplo n.º 1
0
 public void SetFinal()
 {
     this.Status |= Pair.PairStatus.PairFinal;
 }
Ejemplo n.º 2
0
 public void SetRemoved()
 {
     this.Status |= Pair.PairStatus.PairRemoved;
 }
Ejemplo n.º 3
0
 public void ClearRemoved()
 {
     this.Status &= ~Pair.PairStatus.PairRemoved;
 }
Ejemplo n.º 4
0
 public void SetBuffered()
 {
     this.Status |= Pair.PairStatus.PairBuffered;
 }
Ejemplo n.º 5
0
 public void ClearBuffered()
 {
     this.Status &= ~Pair.PairStatus.PairBuffered;
 }
Ejemplo n.º 6
0
 public void SetRemoved()
 {
     this.Status |= Pair.PairStatus.PairRemoved;
 }
Ejemplo n.º 7
0
 public void SetFinal()
 {
     this.Status |= Pair.PairStatus.PairFinal;
 }
Ejemplo n.º 8
0
 public void SetBuffered()
 {
     this.Status |= Pair.PairStatus.PairBuffered;
 }
Ejemplo n.º 9
0
 public void ClearRemoved()
 {
     this.Status &= ~Pair.PairStatus.PairRemoved;
 }
Ejemplo n.º 10
0
 public void ClearBuffered()
 {
     this.Status &= ~Pair.PairStatus.PairBuffered;
 }