Bari.Plugins.VCpp.VisualStudio.VcxprojSections.PropertiesSection.GetLinkerParameters C# (CSharp) Метод

GetLinkerParameters() приватный Метод

private GetLinkerParameters ( Project project ) : Bari.Plugins.VCpp.Model.VCppProjectLinkerParameters
project Project
Результат Bari.Plugins.VCpp.Model.VCppProjectLinkerParameters
        private VCppProjectLinkerParameters GetLinkerParameters(Project project)
        {
            return project.GetInheritableParameters<VCppProjectLinkerParameters, VCppProjectLinkerParametersDef>("cpp-linker");
        }