public ReadonlyDocumentSnapshot (Mono.TextEditor.TextDocument textDocument)
		{
			snapshot = textDocument.CreateDocumentSnapshot ();
			version = new TextSourceVersionWrapper (textDocument.Version);
		}
예제 #2
0
 public ReadonlyDocumentSnapshot(Mono.TextEditor.TextDocument textDocument)
 {
     snapshot = textDocument.CreateDocumentSnapshot();
     version  = new TextSourceVersionWrapper(textDocument.Version);
 }