Inheritance: MonoDevelop.Ide.Editor.Extension.TextEditorExtension
Exemple #1
0
 public UnitTestMarkerHostImpl(AbstractUnitTestTextEditorExtension ext)
 {
     if (ext == null)
     {
         throw new ArgumentNullException(nameof(ext));
     }
     this.ext = ext;
 }
			public UnitTestMarkerHostImpl (AbstractUnitTestTextEditorExtension ext)
			{
				if (ext == null)
					throw new ArgumentNullException (nameof (ext));
				this.ext = ext;
			}