phdesign.NppToolBucket.Infrastructure.Settings.GetKeys C# (CSharp) Method

GetKeys() private method

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