Changes
! Argument !! Type !! Direction !! Purpose
|- align="left"
| Dictionary || IDictionary<String{{String_MSDN}},Object{{Object_MSDN}}> || In || The dictionary containing the items
|- align="left"
| Key || String {{String_MSDN}} || In || The item's key
|- align="left"
| Result|| {{Boolean_MSDN}} || Out || True if item has been added
|- align="left"
| Update|| {{BooleanBoolean_MSDN}} || In || If true, an existing item is updated; if false, a new item is added
|- align="left"
| Value || Object {{Object_MSDN}} || In || If true, an existing item is updated; if false, a new item is added
|}