ConfigFile.GetSectionList C# (CSharp) Method

GetSectionList() public method

public GetSectionList ( ) : Dictionary>
return Dictionary>
    public Dictionary<string, Dictionary<string, string>> GetSectionList()
    {
        return m_SectiontList;
    }