[Missing <summary> documentation for "M:Karamba.Utilities.SimpleIniFile.SetValue(System.String,System.Object,System.Boolean)"]
public virtual void SetValue(
string akey,
Object value,
bool alsoAbove = false
)
Public Overridable Sub SetValue (
akey As String,
value As Object,
Optional alsoAbove As Boolean = false
)
public:
virtual void SetValue(
String^ akey,
Object^ value,
bool alsoAbove = false
)
abstract SetValue :
akey : string *
value : Object *
?alsoAbove : bool
(* Defaults:
let _alsoAbove = defaultArg alsoAbove false
*)
-> unit
override SetValue :
akey : string *
value : Object *
?alsoAbove : bool
(* Defaults:
let _alsoAbove = defaultArg alsoAbove false
*)
-> unit
[Missing <param name="akey"/> documentation for "M:Karamba.Utilities.SimpleIniFile.SetValue(System.String,System.Object,System.Boolean)"]
[Missing <param name="value"/> documentation for "M:Karamba.Utilities.SimpleIniFile.SetValue(System.String,System.Object,System.Boolean)"]
[Missing <param name="alsoAbove"/> documentation for "M:Karamba.Utilities.SimpleIniFile.SetValue(System.String,System.Object,System.Boolean)"]