Example #1
0
 public string GetWordAtOffset(int offset)
 {
     return(_editor.GetWordAtOffset(offset));
 }