コード例 #1
0
 public bool UncommentSection(string sectionName)
 {
     return(_iniDocument.UncommentSection(sectionName));
 }