Exemple #1
0
 public void CopyTo(IniCustom dest)
 {
     foreach (var v in data)
     dest.WriteValue(fName, v.Key, v.Value.ToString());
 }