Esempio n. 1
0
 public CodeLens(Range range, EditorCommand command, JToken data)
 {
     Range   = range;
     Command = command;
     Data    = data;
 }
Esempio n. 2
0
 public CodeLens(Range range, EditorCommand command) : this(range, command, null)
 {
 }