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'));
        }