Наследование: MonoDevelop.Ide.Gui.Content.TextEditorExtension, IPathedDocument
			public DataProvider (PathedDocumentTextEditorExtension ext, object tag)
			{
				if (ext == null)
					throw new ArgumentNullException ("ext");
				this.ext = ext;
				this.tag = tag;
				Reset ();
			}
Пример #2
0
 public DataProvider(PathedDocumentTextEditorExtension ext, object tag)
 {
     if (ext == null)
     {
         throw new ArgumentNullException("ext");
     }
     this.ext = ext;
     this.tag = tag;
     Reset();
 }