Exemple #1
0
 public void Visit(EscapedPCS pcs, byte data)
 {
     if (CurrentText.Length < 2)
     {
         return;
     }
     CompleteCharacterEdit(pcs);
     Result = true;
 }
 public void Visit(EscapedPCS pcs, byte data)
 {
 }
 public void Visit(EscapedPCS pcs, byte data) => currentChange.ChangeData(buffer, index, 0xFF);
 public void Visit(EscapedPCS pcs, byte data) => Visit((None)null, data);