Пример #1
0
 public ReadonlyDocumentSnapshot(Mono.TextEditor.TextDocument textDocument)
 {
     snapshot = textDocument.CreateDocumentSnapshot();
     version  = new TextSourceVersionWrapper(textDocument.Version);
 }