Exemple #1
0
 public TypingAttr(Typing.Mode mode, int start, int end)
 {
     this.mode  = mode;
     this.start = start;
     this.end   = end;
 }
Exemple #2
0
 public TypingAttr(Typing.Mode mode)
 {
     this.mode = mode;
 }