コード例 #1
0
        public void ParseSection(string line)
        {
            var section = _parser.ParseSectionLine(line);

            if (!_data.SectionExists(section))
            {
                _data.AddSection(section);
            }
        }