Boo.BooLangProject.GeneralPropertyPage.GetProjectProperty C# (CSharp) Method

GetProjectProperty() private method

private GetProjectProperty ( GeneralPropertyPageTag tag, bool resetCache ) : string
tag GeneralPropertyPageTag
resetCache bool
return string
        private string GetProjectProperty(GeneralPropertyPageTag tag, bool resetCache)
        {
            return this.ProjectMgr.GetProjectProperty(tag.ToString(), resetCache);
        }

Same methods

GeneralPropertyPage::GetProjectProperty ( GeneralPropertyPageTag tag ) : string