コード例 #1
0
 public data(section_collection sdc)
 {
     _sections           = (section_collection)sdc.Clone();
     Global              = new key_collection();
     SectionKeySeparator = '.';
 }