示例#1
0
 public ChoIniNameValueNode CreateNameValueNode(string name, string value)
 {
     return(_iniDocument.CreateNameValueNode(name, value));
 }