コード例 #1
0
 public ChoIniCommentNode CreateCommentNode(string comment)
 {
     return(_iniDocument.CreateCommentNode(comment));
 }