[This is preliminary documentation and is subject to change.]
Appends contents of another JSONDataMap for keys that do not exist in this one or null.
Only appends references, does not provide deep reference copy
Namespace: NFX.Serialization.JSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public JSONDataMap Append(
JSONDataMap other,
bool deep = false
)
public JSONDataMap Append(
JSONDataMap other,
bool deep = false
)
Public Function Append (
other As JSONDataMap,
Optional deep As Boolean = false
) As JSONDataMap
Public Function Append (
other As JSONDataMap,
Optional deep As Boolean = false
) As JSONDataMap
public:
JSONDataMap^ Append(
JSONDataMap^ other,
bool deep = false
)
public:
JSONDataMap^ Append(
JSONDataMap^ other,
bool deep = false
)
member Append :
other : JSONDataMap *
?deep : bool
(* Defaults:
let _deep = defaultArg deep false
*)
-> JSONDataMap
member Append :
other : JSONDataMap *
?deep : bool
(* Defaults:
let _deep = defaultArg deep false
*)
-> JSONDataMap
Return Value
Type:
JSONDataMap