コード例 #1
0
 private void WriteProperty(string term, string typeName, bool include = true, string propertyName = null)
 {
     config = config.SetString(ConfigUtils.PropertySection, term, "typeName", typeName)
              .SetBoolean(ConfigUtils.PropertySection, term, "include", include);
 }