MonoDevelop.Projects.Formats.MSBuild.ProjectBuilder.RefreshWithContent C# (CSharp) Method

RefreshWithContent() public method

public RefreshWithContent ( string projectContent ) : void
projectContent string
return void
		public void RefreshWithContent (string projectContent)
		{
			buildEngine.UnloadProject (file);
			buildEngine.SetUnsavedProjectContent (file, projectContent);
		}