Boo.BooLangProject.GeneralPropertyPage.GetProjectProperty C# (CSharp) 메소드

GetProjectProperty() 개인적인 메소드

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

Same methods

GeneralPropertyPage::GetProjectProperty ( GeneralPropertyPageTag tag ) : string