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

GetKeys() 개인적인 메소드

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