7 public int SetValue (string name
, string value, string defaultValue
= null, bool preserveExistingCase
= false)
12 public int SetValue (string name
, C
value, C defaultValue
= default(C
), bool relativeToProject
= true, C relativeToPath
= default(C
), bool mergeToMainGroup
= false, string condition
= null)
17 public int SetValue (string name
, object value, C defaultValue
= null)
31 if (f
.SetValue ("a", b
, c
) != 2)