Exemplo n.º 1
0
 public DiffAction(DiffOp operation, int count = 0)
 {
     this.Operation = operation;
     this.Count = count;
 }
Exemplo n.º 2
0
 public DiffAction(DiffOp operation, int count)
 {
     System.Diagnostics.Debug.Assert(count >= 0);
     this.Operation = operation;
     this.Count     = count;
 }
Exemplo n.º 3
0
 public DiffAction(DiffOp operation, int count)
 {
     System.Diagnostics.Debug.Assert(count >= 0);
     this.Operation = operation;
     this.Count = count;
 }
Exemplo n.º 4
0
 public DiffAction(DiffOp operation, int count)
 {
     LorettaDebug.Assert(count >= 0);
     Operation = operation;
     Count     = count;
 }
Exemplo n.º 5
0
 public DiffAction(DiffOp operation, int count = 0)
 {
     this.Operation = operation;
     this.Count     = count;
 }