Updating Newtonsoft JSON to 6.0.5

This commit is contained in:
Nicholas Mayne
2014-10-12 16:42:16 +01:00
parent 1bab01738b
commit 5422a95921
2 changed files with 1 additions and 1 deletions

View File

@@ -7959,7 +7959,7 @@
</member> </member>
<member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.OverrideCreator"> <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.OverrideCreator">
<summary> <summary>
Gets or sets the function used to create the object. When set this function will override <see cref="P:DefaultCreator"/>. Gets or sets the function used to create the object. When set this function will override <see cref="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator"/>.
This function is called with a collection of arguments which are defined by the <see cref="P:Newtonsoft.Json.Serialization.JsonObjectContract.CreatorParameters"/> collection. This function is called with a collection of arguments which are defined by the <see cref="P:Newtonsoft.Json.Serialization.JsonObjectContract.CreatorParameters"/> collection.
</summary> </summary>
<value>The function used to create the object.</value> <value>The function used to create the object.</value>