Bari.Plugins.VsCore.VisualStudio.ProjectSections.MSBuildProjectSectionBase.MSBuildProjectSectionBase C# (CSharp) Метод

MSBuildProjectSectionBase() защищенный Метод

Initializes the .csproj section writer
protected MSBuildProjectSectionBase ( Suite suite ) : System.IO
suite Suite Active suite
Результат System.IO
        protected MSBuildProjectSectionBase(Suite suite)
        {
            this.suite = suite;
        }