Dreamescaper / IntelliSenseExtender

GNU General Public License v3.0
88 stars 17 forks source link

Investigate not suggested class #24

Closed Dreamescaper closed 6 years ago

Dreamescaper commented 6 years ago
    public ServiceSection GetServiceSection(string sectionTitle)
    {
        return ServiceSections.First(section => string.Equals(section.GetSectionName(), sectionTitle, StringCom$$)
    }

(no System using)