phdesign.NppToolBucket.Infrastructure.Settings.GetSections C# (CSharp) 메소드

GetSections() 개인적인 메소드

private GetSections ( ) : List
리턴 List
        private List<string> GetSections()
        {
            return new List<string>(GetValue(null, null).Split('\0'));
        }