Implement update check on startup
[ArchiSteamFarm.git] / packages / Newtonsoft.Json.8.0.1-beta1 / lib / net45 / Newtonsoft.Json.xml
blob8e9e4fbfec7885618f5dea5901938cf5d2df276e
1 <?xml version="1.0"?>
2 <doc>
3     <assembly>
4         <name>Newtonsoft.Json</name>
5     </assembly>
6     <members>
7         <member name="T:Newtonsoft.Json.Bson.BsonObjectId">
8             <summary>
9             Represents a BSON Oid (object id).
10             </summary>
11         </member>
12         <member name="P:Newtonsoft.Json.Bson.BsonObjectId.Value">
13             <summary>
14             Gets or sets the value of the Oid.
15             </summary>
16             <value>The value of the Oid.</value>
17         </member>
18         <member name="M:Newtonsoft.Json.Bson.BsonObjectId.#ctor(System.Byte[])">
19             <summary>
20             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonObjectId"/> class.
21             </summary>
22             <param name="value">The Oid value.</param>
23         </member>
24         <member name="T:Newtonsoft.Json.Bson.BsonReader">
25             <summary>
26             Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data.
27             </summary>
28         </member>
29         <member name="P:Newtonsoft.Json.Bson.BsonReader.JsonNet35BinaryCompatibility">
30             <summary>
31             Gets or sets a value indicating whether binary data reading should compatible with incorrect Json.NET 3.5 written binary.
32             </summary>
33             <value>
34                 <c>true</c> if binary data reading will be compatible with incorrect Json.NET 3.5 written binary; otherwise, <c>false</c>.
35             </value>
36         </member>
37         <member name="P:Newtonsoft.Json.Bson.BsonReader.ReadRootValueAsArray">
38             <summary>
39             Gets or sets a value indicating whether the root object will be read as a JSON array.
40             </summary>
41             <value>
42                 <c>true</c> if the root object will be read as a JSON array; otherwise, <c>false</c>.
43             </value>
44         </member>
45         <member name="P:Newtonsoft.Json.Bson.BsonReader.DateTimeKindHandling">
46             <summary>
47             Gets or sets the <see cref="T:System.DateTimeKind" /> used when reading <see cref="T:System.DateTime"/> values from BSON.
48             </summary>
49             <value>The <see cref="T:System.DateTimeKind" /> used when reading <see cref="T:System.DateTime"/> values from BSON.</value>
50         </member>
51         <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.Stream)">
52             <summary>
53             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.
54             </summary>
55             <param name="stream">The stream.</param>
56         </member>
57         <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.BinaryReader)">
58             <summary>
59             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.
60             </summary>
61             <param name="reader">The reader.</param>
62         </member>
63         <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.Stream,System.Boolean,System.DateTimeKind)">
64             <summary>
65             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.
66             </summary>
67             <param name="stream">The stream.</param>
68             <param name="readRootValueAsArray">if set to <c>true</c> the root object will be read as a JSON array.</param>
69             <param name="dateTimeKindHandling">The <see cref="T:System.DateTimeKind" /> used when reading <see cref="T:System.DateTime"/> values from BSON.</param>
70         </member>
71         <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.BinaryReader,System.Boolean,System.DateTimeKind)">
72             <summary>
73             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.
74             </summary>
75             <param name="reader">The reader.</param>
76             <param name="readRootValueAsArray">if set to <c>true</c> the root object will be read as a JSON array.</param>
77             <param name="dateTimeKindHandling">The <see cref="T:System.DateTimeKind" /> used when reading <see cref="T:System.DateTime"/> values from BSON.</param>
78         </member>
79         <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsBytes">
80             <summary>
81             Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].
82             </summary>
83             <returns>
84             A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.
85             </returns>
86         </member>
87         <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDecimal">
88             <summary>
89             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
90             </summary>
91             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
92         </member>
93         <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsInt32">
94             <summary>
95             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
96             </summary>
97             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
98         </member>
99         <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsString">
100             <summary>
101             Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
102             </summary>
103             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
104         </member>
105         <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDateTime">
106             <summary>
107             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
108             </summary>
109             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
110         </member>
111         <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDateTimeOffset">
112             <summary>
113             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
114             </summary>
115             <returns>
116             A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.
117             </returns>
118         </member>
119         <member name="M:Newtonsoft.Json.Bson.BsonReader.Read">
120             <summary>
121             Reads the next JSON token from the stream.
122             </summary>
123             <returns>
124             true if the next token was read successfully; false if there are no more tokens to read.
125             </returns>
126         </member>
127         <member name="M:Newtonsoft.Json.Bson.BsonReader.Close">
128             <summary>
129             Changes the <see cref="T:Newtonsoft.Json.JsonReader.State"/> to Closed.
130             </summary>
131         </member>
132         <member name="T:Newtonsoft.Json.Bson.BsonWriter">
133             <summary>
134             Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
135             </summary>
136         </member>
137         <member name="P:Newtonsoft.Json.Bson.BsonWriter.DateTimeKindHandling">
138             <summary>
139             Gets or sets the <see cref="T:System.DateTimeKind" /> used when writing <see cref="T:System.DateTime"/> values to BSON.
140             When set to <see cref="F:System.DateTimeKind.Unspecified" /> no conversion will occur.
141             </summary>
142             <value>The <see cref="T:System.DateTimeKind" /> used when writing <see cref="T:System.DateTime"/> values to BSON.</value>
143         </member>
144         <member name="M:Newtonsoft.Json.Bson.BsonWriter.#ctor(System.IO.Stream)">
145             <summary>
146             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonWriter"/> class.
147             </summary>
148             <param name="stream">The stream.</param>
149         </member>
150         <member name="M:Newtonsoft.Json.Bson.BsonWriter.#ctor(System.IO.BinaryWriter)">
151             <summary>
152             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonWriter"/> class.
153             </summary>
154             <param name="writer">The writer.</param>
155         </member>
156         <member name="M:Newtonsoft.Json.Bson.BsonWriter.Flush">
157             <summary>
158             Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
159             </summary>
160         </member>
161         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
162             <summary>
163             Writes the end.
164             </summary>
165             <param name="token">The token.</param>
166         </member>
167         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteComment(System.String)">
168             <summary>
169             Writes out a comment <code>/*...*/</code> containing the specified text.
170             </summary>
171             <param name="text">Text to place inside the comment.</param>
172         </member>
173         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartConstructor(System.String)">
174             <summary>
175             Writes the start of a constructor with the given name.
176             </summary>
177             <param name="name">The name of the constructor.</param>
178         </member>
179         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRaw(System.String)">
180             <summary>
181             Writes raw JSON.
182             </summary>
183             <param name="json">The raw JSON to write.</param>
184         </member>
185         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRawValue(System.String)">
186             <summary>
187             Writes raw JSON where a value is expected and updates the writer's state.
188             </summary>
189             <param name="json">The raw JSON to write.</param>
190         </member>
191         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartArray">
192             <summary>
193             Writes the beginning of a JSON array.
194             </summary>
195         </member>
196         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartObject">
197             <summary>
198             Writes the beginning of a JSON object.
199             </summary>
200         </member>
201         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WritePropertyName(System.String)">
202             <summary>
203             Writes the property name of a name/value pair on a JSON object.
204             </summary>
205             <param name="name">The name of the property.</param>
206         </member>
207         <member name="M:Newtonsoft.Json.Bson.BsonWriter.Close">
208             <summary>
209             Closes this stream and the underlying stream.
210             </summary>
211         </member>
212         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Object)">
213             <summary>
214             Writes a <see cref="T:System.Object"/> value.
215             An error will raised if the value cannot be written as a single JSON token.
216             </summary>
217             <param name="value">The <see cref="T:System.Object"/> value to write.</param>
218         </member>
219         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteNull">
220             <summary>
221             Writes a null value.
222             </summary>
223         </member>
224         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteUndefined">
225             <summary>
226             Writes an undefined value.
227             </summary>
228         </member>
229         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.String)">
230             <summary>
231             Writes a <see cref="T:System.String"/> value.
232             </summary>
233             <param name="value">The <see cref="T:System.String"/> value to write.</param>
234         </member>
235         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int32)">
236             <summary>
237             Writes a <see cref="T:System.Int32"/> value.
238             </summary>
239             <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
240         </member>
241         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt32)">
242             <summary>
243             Writes a <see cref="T:System.UInt32"/> value.
244             </summary>
245             <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
246         </member>
247         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int64)">
248             <summary>
249             Writes a <see cref="T:System.Int64"/> value.
250             </summary>
251             <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
252         </member>
253         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt64)">
254             <summary>
255             Writes a <see cref="T:System.UInt64"/> value.
256             </summary>
257             <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
258         </member>
259         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Single)">
260             <summary>
261             Writes a <see cref="T:System.Single"/> value.
262             </summary>
263             <param name="value">The <see cref="T:System.Single"/> value to write.</param>
264         </member>
265         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Double)">
266             <summary>
267             Writes a <see cref="T:System.Double"/> value.
268             </summary>
269             <param name="value">The <see cref="T:System.Double"/> value to write.</param>
270         </member>
271         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Boolean)">
272             <summary>
273             Writes a <see cref="T:System.Boolean"/> value.
274             </summary>
275             <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
276         </member>
277         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int16)">
278             <summary>
279             Writes a <see cref="T:System.Int16"/> value.
280             </summary>
281             <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
282         </member>
283         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt16)">
284             <summary>
285             Writes a <see cref="T:System.UInt16"/> value.
286             </summary>
287             <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
288         </member>
289         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Char)">
290             <summary>
291             Writes a <see cref="T:System.Char"/> value.
292             </summary>
293             <param name="value">The <see cref="T:System.Char"/> value to write.</param>
294         </member>
295         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Byte)">
296             <summary>
297             Writes a <see cref="T:System.Byte"/> value.
298             </summary>
299             <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
300         </member>
301         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.SByte)">
302             <summary>
303             Writes a <see cref="T:System.SByte"/> value.
304             </summary>
305             <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
306         </member>
307         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Decimal)">
308             <summary>
309             Writes a <see cref="T:System.Decimal"/> value.
310             </summary>
311             <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
312         </member>
313         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.DateTime)">
314             <summary>
315             Writes a <see cref="T:System.DateTime"/> value.
316             </summary>
317             <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
318         </member>
319         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.DateTimeOffset)">
320             <summary>
321             Writes a <see cref="T:System.DateTimeOffset"/> value.
322             </summary>
323             <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>
324         </member>
325         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Byte[])">
326             <summary>
327             Writes a <see cref="T:System.Byte"/>[] value.
328             </summary>
329             <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param>
330         </member>
331         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Guid)">
332             <summary>
333             Writes a <see cref="T:System.Guid"/> value.
334             </summary>
335             <param name="value">The <see cref="T:System.Guid"/> value to write.</param>
336         </member>
337         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.TimeSpan)">
338             <summary>
339             Writes a <see cref="T:System.TimeSpan"/> value.
340             </summary>
341             <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>
342         </member>
343         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Uri)">
344             <summary>
345             Writes a <see cref="T:System.Uri"/> value.
346             </summary>
347             <param name="value">The <see cref="T:System.Uri"/> value to write.</param>
348         </member>
349         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteObjectId(System.Byte[])">
350             <summary>
351             Writes a <see cref="T:System.Byte"/>[] value that represents a BSON object id.
352             </summary>
353             <param name="value">The Object ID value to write.</param>
354         </member>
355         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRegex(System.String,System.String)">
356             <summary>
357             Writes a BSON regex.
358             </summary>
359             <param name="pattern">The regex pattern.</param>
360             <param name="options">The regex options.</param>
361         </member>
362         <member name="T:Newtonsoft.Json.ConstructorHandling">
363             <summary>
364             Specifies how constructors are used when initializing objects during deserialization by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
365             </summary>
366         </member>
367         <member name="F:Newtonsoft.Json.ConstructorHandling.Default">
368             <summary>
369             First attempt to use the public default constructor, then fall back to single paramatized constructor, then the non-public default constructor.
370             </summary>
371         </member>
372         <member name="F:Newtonsoft.Json.ConstructorHandling.AllowNonPublicDefaultConstructor">
373             <summary>
374             Json.NET will use a non-public default constructor before falling back to a paramatized constructor.
375             </summary>
376         </member>
377         <member name="T:Newtonsoft.Json.Converters.BinaryConverter">
378             <summary>
379             Converts a binary value to and from a base 64 string value.
380             </summary>
381         </member>
382         <member name="M:Newtonsoft.Json.Converters.BinaryConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
383             <summary>
384             Writes the JSON representation of the object.
385             </summary>
386             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
387             <param name="value">The value.</param>
388             <param name="serializer">The calling serializer.</param>
389         </member>
390         <member name="M:Newtonsoft.Json.Converters.BinaryConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
391             <summary>
392             Reads the JSON representation of the object.
393             </summary>
394             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
395             <param name="objectType">Type of the object.</param>
396             <param name="existingValue">The existing value of object being read.</param>
397             <param name="serializer">The calling serializer.</param>
398             <returns>The object value.</returns>
399         </member>
400         <member name="M:Newtonsoft.Json.Converters.BinaryConverter.CanConvert(System.Type)">
401             <summary>
402             Determines whether this instance can convert the specified object type.
403             </summary>
404             <param name="objectType">Type of the object.</param>
405             <returns>
406                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
407             </returns>
408         </member>
409         <member name="T:Newtonsoft.Json.Converters.BsonObjectIdConverter">
410             <summary>
411             Converts a <see cref="T:Newtonsoft.Json.Bson.BsonObjectId"/> to and from JSON and BSON.
412             </summary>
413         </member>
414         <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
415             <summary>
416             Writes the JSON representation of the object.
417             </summary>
418             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
419             <param name="value">The value.</param>
420             <param name="serializer">The calling serializer.</param>
421         </member>
422         <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
423             <summary>
424             Reads the JSON representation of the object.
425             </summary>
426             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
427             <param name="objectType">Type of the object.</param>
428             <param name="existingValue">The existing value of object being read.</param>
429             <param name="serializer">The calling serializer.</param>
430             <returns>The object value.</returns>
431         </member>
432         <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.CanConvert(System.Type)">
433             <summary>
434             Determines whether this instance can convert the specified object type.
435             </summary>
436             <param name="objectType">Type of the object.</param>
437             <returns>
438                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
439             </returns>
440         </member>
441         <member name="T:Newtonsoft.Json.Converters.CustomCreationConverter`1">
442             <summary>
443             Create a custom object
444             </summary>
445             <typeparam name="T">The object type to convert.</typeparam>
446         </member>
447         <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
448             <summary>
449             Writes the JSON representation of the object.
450             </summary>
451             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
452             <param name="value">The value.</param>
453             <param name="serializer">The calling serializer.</param>
454         </member>
455         <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
456             <summary>
457             Reads the JSON representation of the object.
458             </summary>
459             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
460             <param name="objectType">Type of the object.</param>
461             <param name="existingValue">The existing value of object being read.</param>
462             <param name="serializer">The calling serializer.</param>
463             <returns>The object value.</returns>
464         </member>
465         <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.Create(System.Type)">
466             <summary>
467             Creates an object which will then be populated by the serializer.
468             </summary>
469             <param name="objectType">Type of the object.</param>
470             <returns>The created object.</returns>
471         </member>
472         <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.CanConvert(System.Type)">
473             <summary>
474             Determines whether this instance can convert the specified object type.
475             </summary>
476             <param name="objectType">Type of the object.</param>
477             <returns>
478                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
479             </returns>
480         </member>
481         <member name="P:Newtonsoft.Json.Converters.CustomCreationConverter`1.CanWrite">
482             <summary>
483             Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON.
484             </summary>
485             <value>
486                 <c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.
487             </value>
488         </member>
489         <member name="T:Newtonsoft.Json.Converters.DataSetConverter">
490             <summary>
491             Converts a <see cref="T:System.Data.DataSet"/> to and from JSON.
492             </summary>
493         </member>
494         <member name="M:Newtonsoft.Json.Converters.DataSetConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
495             <summary>
496             Writes the JSON representation of the object.
497             </summary>
498             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
499             <param name="value">The value.</param>
500             <param name="serializer">The calling serializer.</param>
501         </member>
502         <member name="M:Newtonsoft.Json.Converters.DataSetConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
503             <summary>
504             Reads the JSON representation of the object.
505             </summary>
506             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
507             <param name="objectType">Type of the object.</param>
508             <param name="existingValue">The existing value of object being read.</param>
509             <param name="serializer">The calling serializer.</param>
510             <returns>The object value.</returns>
511         </member>
512         <member name="M:Newtonsoft.Json.Converters.DataSetConverter.CanConvert(System.Type)">
513             <summary>
514             Determines whether this instance can convert the specified value type.
515             </summary>
516             <param name="valueType">Type of the value.</param>
517             <returns>
518                 <c>true</c> if this instance can convert the specified value type; otherwise, <c>false</c>.
519             </returns>
520         </member>
521         <member name="T:Newtonsoft.Json.Converters.DataTableConverter">
522             <summary>
523             Converts a <see cref="T:System.Data.DataTable"/> to and from JSON.
524             </summary>
525         </member>
526         <member name="M:Newtonsoft.Json.Converters.DataTableConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
527             <summary>
528             Writes the JSON representation of the object.
529             </summary>
530             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
531             <param name="value">The value.</param>
532             <param name="serializer">The calling serializer.</param>
533         </member>
534         <member name="M:Newtonsoft.Json.Converters.DataTableConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
535             <summary>
536             Reads the JSON representation of the object.
537             </summary>
538             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
539             <param name="objectType">Type of the object.</param>
540             <param name="existingValue">The existing value of object being read.</param>
541             <param name="serializer">The calling serializer.</param>
542             <returns>The object value.</returns>
543         </member>
544         <member name="M:Newtonsoft.Json.Converters.DataTableConverter.CanConvert(System.Type)">
545             <summary>
546             Determines whether this instance can convert the specified value type.
547             </summary>
548             <param name="valueType">Type of the value.</param>
549             <returns>
550                 <c>true</c> if this instance can convert the specified value type; otherwise, <c>false</c>.
551             </returns>
552         </member>
553         <member name="T:Newtonsoft.Json.Converters.DateTimeConverterBase">
554             <summary>
555             Provides a base class for converting a <see cref="T:System.DateTime"/> to and from JSON.
556             </summary>
557         </member>
558         <member name="M:Newtonsoft.Json.Converters.DateTimeConverterBase.CanConvert(System.Type)">
559             <summary>
560             Determines whether this instance can convert the specified object type.
561             </summary>
562             <param name="objectType">Type of the object.</param>
563             <returns>
564                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
565             </returns>
566         </member>
567         <member name="T:Newtonsoft.Json.Converters.DiscriminatedUnionConverter">
568             <summary>
569             Converts a F# discriminated union type to and from JSON.
570             </summary>
571         </member>
572         <member name="M:Newtonsoft.Json.Converters.DiscriminatedUnionConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
573             <summary>
574             Writes the JSON representation of the object.
575             </summary>
576             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
577             <param name="value">The value.</param>
578             <param name="serializer">The calling serializer.</param>
579         </member>
580         <member name="M:Newtonsoft.Json.Converters.DiscriminatedUnionConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
581             <summary>
582             Reads the JSON representation of the object.
583             </summary>
584             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
585             <param name="objectType">Type of the object.</param>
586             <param name="existingValue">The existing value of object being read.</param>
587             <param name="serializer">The calling serializer.</param>
588             <returns>The object value.</returns>
589         </member>
590         <member name="M:Newtonsoft.Json.Converters.DiscriminatedUnionConverter.CanConvert(System.Type)">
591             <summary>
592             Determines whether this instance can convert the specified object type.
593             </summary>
594             <param name="objectType">Type of the object.</param>
595             <returns>
596                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
597             </returns>
598         </member>
599         <member name="T:Newtonsoft.Json.Converters.EntityKeyMemberConverter">
600             <summary>
601             Converts an Entity Framework EntityKey to and from JSON.
602             </summary>
603         </member>
604         <member name="M:Newtonsoft.Json.Converters.EntityKeyMemberConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
605             <summary>
606             Writes the JSON representation of the object.
607             </summary>
608             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
609             <param name="value">The value.</param>
610             <param name="serializer">The calling serializer.</param>
611         </member>
612         <member name="M:Newtonsoft.Json.Converters.EntityKeyMemberConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
613             <summary>
614             Reads the JSON representation of the object.
615             </summary>
616             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
617             <param name="objectType">Type of the object.</param>
618             <param name="existingValue">The existing value of object being read.</param>
619             <param name="serializer">The calling serializer.</param>
620             <returns>The object value.</returns>
621         </member>
622         <member name="M:Newtonsoft.Json.Converters.EntityKeyMemberConverter.CanConvert(System.Type)">
623             <summary>
624             Determines whether this instance can convert the specified object type.
625             </summary>
626             <param name="objectType">Type of the object.</param>
627             <returns>
628                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
629             </returns>
630         </member>
631         <member name="T:Newtonsoft.Json.Converters.ExpandoObjectConverter">
632             <summary>
633             Converts an ExpandoObject to and from JSON.
634             </summary>
635         </member>
636         <member name="M:Newtonsoft.Json.Converters.ExpandoObjectConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
637             <summary>
638             Writes the JSON representation of the object.
639             </summary>
640             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
641             <param name="value">The value.</param>
642             <param name="serializer">The calling serializer.</param>
643         </member>
644         <member name="M:Newtonsoft.Json.Converters.ExpandoObjectConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
645             <summary>
646             Reads the JSON representation of the object.
647             </summary>
648             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
649             <param name="objectType">Type of the object.</param>
650             <param name="existingValue">The existing value of object being read.</param>
651             <param name="serializer">The calling serializer.</param>
652             <returns>The object value.</returns>
653         </member>
654         <member name="M:Newtonsoft.Json.Converters.ExpandoObjectConverter.CanConvert(System.Type)">
655             <summary>
656             Determines whether this instance can convert the specified object type.
657             </summary>
658             <param name="objectType">Type of the object.</param>
659             <returns>
660                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
661             </returns>
662         </member>
663         <member name="P:Newtonsoft.Json.Converters.ExpandoObjectConverter.CanWrite">
664             <summary>
665             Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON.
666             </summary>
667             <value>
668                 <c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.
669             </value>
670         </member>
671         <member name="T:Newtonsoft.Json.Converters.IsoDateTimeConverter">
672             <summary>
673             Converts a <see cref="T:System.DateTime"/> to and from the ISO 8601 date format (e.g. 2008-04-12T12:53Z).
674             </summary>
675         </member>
676         <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.DateTimeStyles">
677             <summary>
678             Gets or sets the date time styles used when converting a date to and from JSON.
679             </summary>
680             <value>The date time styles used when converting a date to and from JSON.</value>
681         </member>
682         <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.DateTimeFormat">
683             <summary>
684             Gets or sets the date time format used when converting a date to and from JSON.
685             </summary>
686             <value>The date time format used when converting a date to and from JSON.</value>
687         </member>
688         <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.Culture">
689             <summary>
690             Gets or sets the culture used when converting a date to and from JSON.
691             </summary>
692             <value>The culture used when converting a date to and from JSON.</value>
693         </member>
694         <member name="M:Newtonsoft.Json.Converters.IsoDateTimeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
695             <summary>
696             Writes the JSON representation of the object.
697             </summary>
698             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
699             <param name="value">The value.</param>
700             <param name="serializer">The calling serializer.</param>
701         </member>
702         <member name="M:Newtonsoft.Json.Converters.IsoDateTimeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
703             <summary>
704             Reads the JSON representation of the object.
705             </summary>
706             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
707             <param name="objectType">Type of the object.</param>
708             <param name="existingValue">The existing value of object being read.</param>
709             <param name="serializer">The calling serializer.</param>
710             <returns>The object value.</returns>
711         </member>
712         <member name="T:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter">
713             <summary>
714             Converts a <see cref="T:System.DateTime"/> to and from a JavaScript date constructor (e.g. new Date(52231943)).
715             </summary>
716         </member>
717         <member name="M:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
718             <summary>
719             Writes the JSON representation of the object.
720             </summary>
721             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
722             <param name="value">The value.</param>
723             <param name="serializer">The calling serializer.</param>
724         </member>
725         <member name="M:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
726             <summary>
727             Reads the JSON representation of the object.
728             </summary>
729             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
730             <param name="objectType">Type of the object.</param>
731             <param name="existingValue">The existing property value of the JSON that is being converted.</param>
732             <param name="serializer">The calling serializer.</param>
733             <returns>The object value.</returns>
734         </member>
735         <member name="T:Newtonsoft.Json.Converters.KeyValuePairConverter">
736             <summary>
737             Converts a <see cref="T:System.Collections.Generic.KeyValuePair`2"/> to and from JSON.
738             </summary>
739         </member>
740         <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
741             <summary>
742             Writes the JSON representation of the object.
743             </summary>
744             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
745             <param name="value">The value.</param>
746             <param name="serializer">The calling serializer.</param>
747         </member>
748         <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
749             <summary>
750             Reads the JSON representation of the object.
751             </summary>
752             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
753             <param name="objectType">Type of the object.</param>
754             <param name="existingValue">The existing value of object being read.</param>
755             <param name="serializer">The calling serializer.</param>
756             <returns>The object value.</returns>
757         </member>
758         <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.CanConvert(System.Type)">
759             <summary>
760             Determines whether this instance can convert the specified object type.
761             </summary>
762             <param name="objectType">Type of the object.</param>
763             <returns>
764                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
765             </returns>
766         </member>
767         <member name="T:Newtonsoft.Json.Converters.RegexConverter">
768             <summary>
769             Converts a <see cref="T:System.Text.RegularExpressions.Regex"/> to and from JSON and BSON.
770             </summary>
771         </member>
772         <member name="M:Newtonsoft.Json.Converters.RegexConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
773             <summary>
774             Writes the JSON representation of the object.
775             </summary>
776             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
777             <param name="value">The value.</param>
778             <param name="serializer">The calling serializer.</param>
779         </member>
780         <member name="M:Newtonsoft.Json.Converters.RegexConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
781             <summary>
782             Reads the JSON representation of the object.
783             </summary>
784             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
785             <param name="objectType">Type of the object.</param>
786             <param name="existingValue">The existing value of object being read.</param>
787             <param name="serializer">The calling serializer.</param>
788             <returns>The object value.</returns>
789         </member>
790         <member name="M:Newtonsoft.Json.Converters.RegexConverter.CanConvert(System.Type)">
791             <summary>
792             Determines whether this instance can convert the specified object type.
793             </summary>
794             <param name="objectType">Type of the object.</param>
795             <returns>
796                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
797             </returns>
798         </member>
799         <member name="T:Newtonsoft.Json.Converters.StringEnumConverter">
800             <summary>
801             Converts an <see cref="T:System.Enum"/> to and from its name string value.
802             </summary>
803         </member>
804         <member name="P:Newtonsoft.Json.Converters.StringEnumConverter.CamelCaseText">
805             <summary>
806             Gets or sets a value indicating whether the written enum text should be camel case.
807             </summary>
808             <value><c>true</c> if the written enum text will be camel case; otherwise, <c>false</c>.</value>
809         </member>
810         <member name="P:Newtonsoft.Json.Converters.StringEnumConverter.AllowIntegerValues">
811             <summary>
812             Gets or sets a value indicating whether integer values are allowed.
813             </summary>
814             <value><c>true</c> if integers are allowed; otherwise, <c>false</c>.</value>
815         </member>
816         <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.#ctor">
817             <summary>
818             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Converters.StringEnumConverter"/> class.
819             </summary>
820         </member>
821         <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
822             <summary>
823             Writes the JSON representation of the object.
824             </summary>
825             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
826             <param name="value">The value.</param>
827             <param name="serializer">The calling serializer.</param>
828         </member>
829         <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
830             <summary>
831             Reads the JSON representation of the object.
832             </summary>
833             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
834             <param name="objectType">Type of the object.</param>
835             <param name="existingValue">The existing value of object being read.</param>
836             <param name="serializer">The calling serializer.</param>
837             <returns>The object value.</returns>
838         </member>
839         <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.CanConvert(System.Type)">
840             <summary>
841             Determines whether this instance can convert the specified object type.
842             </summary>
843             <param name="objectType">Type of the object.</param>
844             <returns>
845             <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
846             </returns>
847         </member>
848         <member name="T:Newtonsoft.Json.Converters.VersionConverter">
849             <summary>
850             Converts a <see cref="T:System.Version"/> to and from a string (e.g. "1.2.3.4").
851             </summary>
852         </member>
853         <member name="M:Newtonsoft.Json.Converters.VersionConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
854             <summary>
855             Writes the JSON representation of the object.
856             </summary>
857             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
858             <param name="value">The value.</param>
859             <param name="serializer">The calling serializer.</param>
860         </member>
861         <member name="M:Newtonsoft.Json.Converters.VersionConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
862             <summary>
863             Reads the JSON representation of the object.
864             </summary>
865             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
866             <param name="objectType">Type of the object.</param>
867             <param name="existingValue">The existing property value of the JSON that is being converted.</param>
868             <param name="serializer">The calling serializer.</param>
869             <returns>The object value.</returns>
870         </member>
871         <member name="M:Newtonsoft.Json.Converters.VersionConverter.CanConvert(System.Type)">
872             <summary>
873             Determines whether this instance can convert the specified object type.
874             </summary>
875             <param name="objectType">Type of the object.</param>
876             <returns>
877                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
878             </returns>
879         </member>
880         <member name="T:Newtonsoft.Json.Converters.XmlNodeConverter">
881             <summary>
882             Converts XML to and from JSON.
883             </summary>
884         </member>
885         <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.DeserializeRootElementName">
886             <summary>
887             Gets or sets the name of the root element to insert when deserializing to XML if the JSON structure has produces multiple root elements.
888             </summary>
889             <value>The name of the deserialize root element.</value>
890         </member>
891         <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.WriteArrayAttribute">
892             <summary>
893             Gets or sets a flag to indicate whether to write the Json.NET array attribute.
894             This attribute helps preserve arrays when converting the written XML back to JSON.
895             </summary>
896             <value><c>true</c> if the array attibute is written to the XML; otherwise, <c>false</c>.</value>
897         </member>
898         <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.OmitRootObject">
899             <summary>
900             Gets or sets a value indicating whether to write the root JSON object.
901             </summary>
902             <value><c>true</c> if the JSON root object is omitted; otherwise, <c>false</c>.</value>
903         </member>
904         <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
905             <summary>
906             Writes the JSON representation of the object.
907             </summary>
908             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
909             <param name="serializer">The calling serializer.</param>
910             <param name="value">The value.</param>
911         </member>
912         <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
913             <summary>
914             Reads the JSON representation of the object.
915             </summary>
916             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
917             <param name="objectType">Type of the object.</param>
918             <param name="existingValue">The existing value of object being read.</param>
919             <param name="serializer">The calling serializer.</param>
920             <returns>The object value.</returns>
921         </member>
922         <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.IsNamespaceAttribute(System.String,System.String@)">
923             <summary>
924             Checks if the attributeName is a namespace attribute.
925             </summary>
926             <param name="attributeName">Attribute name to test.</param>
927             <param name="prefix">The attribute name prefix if it has one, otherwise an empty string.</param>
928             <returns>True if attribute name is for a namespace attribute, otherwise false.</returns>
929         </member>
930         <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.CanConvert(System.Type)">
931             <summary>
932             Determines whether this instance can convert the specified value type.
933             </summary>
934             <param name="valueType">Type of the value.</param>
935             <returns>
936                 <c>true</c> if this instance can convert the specified value type; otherwise, <c>false</c>.
937             </returns>
938         </member>
939         <member name="T:Newtonsoft.Json.FloatParseHandling">
940             <summary>
941             Specifies how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
942             </summary>
943         </member>
944         <member name="F:Newtonsoft.Json.FloatParseHandling.Double">
945             <summary>
946             Floating point numbers are parsed to <see cref="F:Newtonsoft.Json.FloatParseHandling.Double"/>.
947             </summary>
948         </member>
949         <member name="F:Newtonsoft.Json.FloatParseHandling.Decimal">
950             <summary>
951             Floating point numbers are parsed to <see cref="F:Newtonsoft.Json.FloatParseHandling.Decimal"/>.
952             </summary>
953         </member>
954         <member name="T:Newtonsoft.Json.DateFormatHandling">
955             <summary>
956             Specifies how dates are formatted when writing JSON text.
957             </summary>
958         </member>
959         <member name="F:Newtonsoft.Json.DateFormatHandling.IsoDateFormat">
960             <summary>
961             Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z".
962             </summary>
963         </member>
964         <member name="F:Newtonsoft.Json.DateFormatHandling.MicrosoftDateFormat">
965             <summary>
966             Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/".
967             </summary>
968         </member>
969         <member name="T:Newtonsoft.Json.DateParseHandling">
970             <summary>
971             Specifies how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON text.
972             </summary>
973         </member>
974         <member name="F:Newtonsoft.Json.DateParseHandling.None">
975             <summary>
976             Date formatted strings are not parsed to a date type and are read as strings.
977             </summary>
978         </member>
979         <member name="F:Newtonsoft.Json.DateParseHandling.DateTime">
980             <summary>
981             Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to <see cref="F:Newtonsoft.Json.DateParseHandling.DateTime"/>.
982             </summary>
983         </member>
984         <member name="F:Newtonsoft.Json.DateParseHandling.DateTimeOffset">
985             <summary>
986             Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to <see cref="F:Newtonsoft.Json.DateParseHandling.DateTimeOffset"/>.
987             </summary>
988         </member>
989         <member name="T:Newtonsoft.Json.DateTimeZoneHandling">
990             <summary>
991             Specifies how to treat the time value when converting between string and <see cref="T:System.DateTime"/>.
992             </summary>
993         </member>
994         <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Local">
995             <summary>
996             Treat as local time. If the <see cref="T:System.DateTime"/> object represents a Coordinated Universal Time (UTC), it is converted to the local time.
997             </summary>
998         </member>
999         <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Utc">
1000             <summary>
1001             Treat as a UTC. If the <see cref="T:System.DateTime"/> object represents a local time, it is converted to a UTC.
1002             </summary>
1003         </member>
1004         <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Unspecified">
1005             <summary>
1006             Treat as a local time if a <see cref="T:System.DateTime"/> is being converted to a string.
1007             If a string is being converted to <see cref="T:System.DateTime"/>, convert to a local time if a time zone is specified.
1008             </summary>
1009         </member>
1010         <member name="F:Newtonsoft.Json.DateTimeZoneHandling.RoundtripKind">
1011             <summary>
1012             Time zone information should be preserved when converting.
1013             </summary>
1014         </member>
1015         <member name="T:Newtonsoft.Json.DefaultValueHandling">
1016             <summary>
1017             Specifies default value handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
1018             </summary>
1019             <example>
1020               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeDefaultValueHandlingObject" title="DefaultValueHandling Class" />
1021               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeDefaultValueHandlingExample" title="DefaultValueHandling Ignore Example" />
1022             </example>
1023         </member>
1024         <member name="F:Newtonsoft.Json.DefaultValueHandling.Include">
1025             <summary>
1026             Include members where the member value is the same as the member's default value when serializing objects.
1027             Included members are written to JSON. Has no effect when deserializing.
1028             </summary>
1029         </member>
1030         <member name="F:Newtonsoft.Json.DefaultValueHandling.Ignore">
1031             <summary>
1032             Ignore members where the member value is the same as the member's default value when serializing objects
1033             so that is is not written to JSON.
1034             This option will ignore all default values (e.g. <c>null</c> for objects and nullable types; <c>0</c> for integers,
1035             decimals and floating point numbers; and <c>false</c> for booleans). The default value ignored can be changed by
1036             placing the <see cref="T:System.ComponentModel.DefaultValueAttribute"/> on the property.
1037             </summary>
1038         </member>
1039         <member name="F:Newtonsoft.Json.DefaultValueHandling.Populate">
1040             <summary>
1041             Members with a default value but no JSON will be set to their default value when deserializing.
1042             </summary>
1043         </member>
1044         <member name="F:Newtonsoft.Json.DefaultValueHandling.IgnoreAndPopulate">
1045             <summary>
1046             Ignore members where the member value is the same as the member's default value when serializing objects
1047             and sets members to their default value when deserializing.
1048             </summary>
1049         </member>
1050         <member name="T:Newtonsoft.Json.FloatFormatHandling">
1051             <summary>
1052             Specifies float format handling options when writing special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>,
1053             <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/> with <see cref="T:Newtonsoft.Json.JsonWriter"/>.
1054             </summary>
1055         </member>
1056         <member name="F:Newtonsoft.Json.FloatFormatHandling.String">
1057             <summary>
1058             Write special floating point values as strings in JSON, e.g. "NaN", "Infinity", "-Infinity".
1059             </summary>
1060         </member>
1061         <member name="F:Newtonsoft.Json.FloatFormatHandling.Symbol">
1062             <summary>
1063             Write special floating point values as symbols in JSON, e.g. NaN, Infinity, -Infinity.
1064             Note that this will produce non-valid JSON.
1065             </summary>
1066         </member>
1067         <member name="F:Newtonsoft.Json.FloatFormatHandling.DefaultValue">
1068             <summary>
1069             Write special floating point values as the property's default value in JSON, e.g. 0.0 for a <see cref="T:System.Double"/> property, null for a <see cref="T:System.Nullable`1"/> property.
1070             </summary>
1071         </member>
1072         <member name="T:Newtonsoft.Json.Formatting">
1073             <summary>
1074             Specifies formatting options for the <see cref="T:Newtonsoft.Json.JsonTextWriter"/>.
1075             </summary>
1076         </member>
1077         <member name="F:Newtonsoft.Json.Formatting.None">
1078             <summary>
1079             No special formatting is applied. This is the default.
1080             </summary>
1081         </member>
1082         <member name="F:Newtonsoft.Json.Formatting.Indented">
1083             <summary>
1084             Causes child objects to be indented according to the <see cref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <see cref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings.
1085             </summary>
1086         </member>
1087         <member name="T:Newtonsoft.Json.IJsonLineInfo">
1088             <summary>
1089             Provides an interface to enable a class to return line and position information.
1090             </summary>
1091         </member>
1092         <member name="M:Newtonsoft.Json.IJsonLineInfo.HasLineInfo">
1093             <summary>
1094             Gets a value indicating whether the class can return line information.
1095             </summary>
1096             <returns>
1097                 <c>true</c> if LineNumber and LinePosition can be provided; otherwise, <c>false</c>.
1098             </returns>
1099         </member>
1100         <member name="P:Newtonsoft.Json.IJsonLineInfo.LineNumber">
1101             <summary>
1102             Gets the current line number.
1103             </summary>
1104             <value>The current line number or 0 if no line information is available (for example, HasLineInfo returns false).</value>
1105         </member>
1106         <member name="P:Newtonsoft.Json.IJsonLineInfo.LinePosition">
1107             <summary>
1108             Gets the current line position.
1109             </summary>
1110             <value>The current line position or 0 if no line information is available (for example, HasLineInfo returns false).</value>
1111         </member>
1112         <member name="T:Newtonsoft.Json.JsonArrayAttribute">
1113             <summary>
1114             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the collection.
1115             </summary>
1116         </member>
1117         <member name="P:Newtonsoft.Json.JsonArrayAttribute.AllowNullItems">
1118             <summary>
1119             Gets or sets a value indicating whether null items are allowed in the collection.
1120             </summary>
1121             <value><c>true</c> if null items are allowed in the collection; otherwise, <c>false</c>.</value>
1122         </member>
1123         <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor">
1124             <summary>
1125             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonArrayAttribute"/> class.
1126             </summary>
1127         </member>
1128         <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor(System.Boolean)">
1129             <summary>
1130             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with a flag indicating whether the array can contain null items
1131             </summary>
1132             <param name="allowNullItems">A flag indicating whether the array can contain null items.</param>
1133         </member>
1134         <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor(System.String)">
1135             <summary>
1136             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonArrayAttribute"/> class with the specified container Id.
1137             </summary>
1138             <param name="id">The container Id.</param>
1139         </member>
1140         <member name="T:Newtonsoft.Json.JsonConstructorAttribute">
1141             <summary>
1142             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to use the specified constructor when deserializing that object.
1143             </summary>
1144         </member>
1145         <member name="T:Newtonsoft.Json.JsonContainerAttribute">
1146             <summary>
1147             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the object.
1148             </summary>
1149         </member>
1150         <member name="P:Newtonsoft.Json.JsonContainerAttribute.Id">
1151             <summary>
1152             Gets or sets the id.
1153             </summary>
1154             <value>The id.</value>
1155         </member>
1156         <member name="P:Newtonsoft.Json.JsonContainerAttribute.Title">
1157             <summary>
1158             Gets or sets the title.
1159             </summary>
1160             <value>The title.</value>
1161         </member>
1162         <member name="P:Newtonsoft.Json.JsonContainerAttribute.Description">
1163             <summary>
1164             Gets or sets the description.
1165             </summary>
1166             <value>The description.</value>
1167         </member>
1168         <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemConverterType">
1169             <summary>
1170             Gets the collection's items converter.
1171             </summary>
1172             <value>The collection's items converter.</value>
1173         </member>
1174         <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemConverterParameters">
1175             <summary>
1176             The parameter list to use when constructing the JsonConverter described by ItemConverterType.
1177             If null, the default constructor is used.
1178             When non-null, there must be a constructor defined in the JsonConverter that exactly matches the number,
1179             order, and type of these parameters.
1180             </summary>
1181             <example>
1182             [JsonContainer(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })]
1183             </example>
1184         </member>
1185         <member name="P:Newtonsoft.Json.JsonContainerAttribute.IsReference">
1186             <summary>
1187             Gets or sets a value that indicates whether to preserve object references.
1188             </summary>
1189             <value>
1190                 <c>true</c> to keep object reference; otherwise, <c>false</c>. The default is <c>false</c>.
1191             </value>
1192         </member>
1193         <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemIsReference">
1194             <summary>
1195             Gets or sets a value that indicates whether to preserve collection's items references.
1196             </summary>
1197             <value>
1198                 <c>true</c> to keep collection's items object references; otherwise, <c>false</c>. The default is <c>false</c>.
1199             </value>
1200         </member>
1201         <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemReferenceLoopHandling">
1202             <summary>
1203             Gets or sets the reference loop handling used when serializing the collection's items.
1204             </summary>
1205             <value>The reference loop handling.</value>
1206         </member>
1207         <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemTypeNameHandling">
1208             <summary>
1209             Gets or sets the type name handling used when serializing the collection's items.
1210             </summary>
1211             <value>The type name handling.</value>
1212         </member>
1213         <member name="M:Newtonsoft.Json.JsonContainerAttribute.#ctor">
1214             <summary>
1215             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonContainerAttribute"/> class.
1216             </summary>
1217         </member>
1218         <member name="M:Newtonsoft.Json.JsonContainerAttribute.#ctor(System.String)">
1219             <summary>
1220             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonContainerAttribute"/> class with the specified container Id.
1221             </summary>
1222             <param name="id">The container Id.</param>
1223         </member>
1224         <member name="T:Newtonsoft.Json.JsonConvert">
1225             <summary>
1226             Provides methods for converting between common language runtime types and JSON types.
1227             </summary>
1228             <example>
1229               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="SerializeObject" title="Serializing and Deserializing JSON with JsonConvert" />
1230             </example>
1231         </member>
1232         <member name="P:Newtonsoft.Json.JsonConvert.DefaultSettings">
1233             <summary>
1234             Gets or sets a function that creates default <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1235             Default settings are automatically used by serialization methods on <see cref="T:Newtonsoft.Json.JsonConvert"/>,
1236             and <see cref="M:Newtonsoft.Json.Linq.JToken.ToObject``1"/> and <see cref="M:Newtonsoft.Json.Linq.JToken.FromObject(System.Object)"/> on <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
1237             To serialize without using any default settings create a <see cref="T:Newtonsoft.Json.JsonSerializer"/> with
1238             <see cref="M:Newtonsoft.Json.JsonSerializer.Create"/>.
1239             </summary>
1240         </member>
1241         <member name="F:Newtonsoft.Json.JsonConvert.True">
1242             <summary>
1243             Represents JavaScript's boolean value true as a string. This field is read-only.
1244             </summary>
1245         </member>
1246         <member name="F:Newtonsoft.Json.JsonConvert.False">
1247             <summary>
1248             Represents JavaScript's boolean value false as a string. This field is read-only.
1249             </summary>
1250         </member>
1251         <member name="F:Newtonsoft.Json.JsonConvert.Null">
1252             <summary>
1253             Represents JavaScript's null as a string. This field is read-only.
1254             </summary>
1255         </member>
1256         <member name="F:Newtonsoft.Json.JsonConvert.Undefined">
1257             <summary>
1258             Represents JavaScript's undefined as a string. This field is read-only.
1259             </summary>
1260         </member>
1261         <member name="F:Newtonsoft.Json.JsonConvert.PositiveInfinity">
1262             <summary>
1263             Represents JavaScript's positive infinity as a string. This field is read-only.
1264             </summary>
1265         </member>
1266         <member name="F:Newtonsoft.Json.JsonConvert.NegativeInfinity">
1267             <summary>
1268             Represents JavaScript's negative infinity as a string. This field is read-only.
1269             </summary>
1270         </member>
1271         <member name="F:Newtonsoft.Json.JsonConvert.NaN">
1272             <summary>
1273             Represents JavaScript's NaN as a string. This field is read-only.
1274             </summary>
1275         </member>
1276         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTime)">
1277             <summary>
1278             Converts the <see cref="T:System.DateTime"/> to its JSON string representation.
1279             </summary>
1280             <param name="value">The value to convert.</param>
1281             <returns>A JSON string representation of the <see cref="T:System.DateTime"/>.</returns>
1282         </member>
1283         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTime,Newtonsoft.Json.DateFormatHandling,Newtonsoft.Json.DateTimeZoneHandling)">
1284             <summary>
1285             Converts the <see cref="T:System.DateTime"/> to its JSON string representation using the <see cref="T:Newtonsoft.Json.DateFormatHandling"/> specified.
1286             </summary>
1287             <param name="value">The value to convert.</param>
1288             <param name="format">The format the date will be converted to.</param>
1289             <param name="timeZoneHandling">The time zone handling when the date is converted to a string.</param>
1290             <returns>A JSON string representation of the <see cref="T:System.DateTime"/>.</returns>
1291         </member>
1292         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTimeOffset)">
1293             <summary>
1294             Converts the <see cref="T:System.DateTimeOffset"/> to its JSON string representation.
1295             </summary>
1296             <param name="value">The value to convert.</param>
1297             <returns>A JSON string representation of the <see cref="T:System.DateTimeOffset"/>.</returns>
1298         </member>
1299         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTimeOffset,Newtonsoft.Json.DateFormatHandling)">
1300             <summary>
1301             Converts the <see cref="T:System.DateTimeOffset"/> to its JSON string representation using the <see cref="T:Newtonsoft.Json.DateFormatHandling"/> specified.
1302             </summary>
1303             <param name="value">The value to convert.</param>
1304             <param name="format">The format the date will be converted to.</param>
1305             <returns>A JSON string representation of the <see cref="T:System.DateTimeOffset"/>.</returns>
1306         </member>
1307         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Boolean)">
1308             <summary>
1309             Converts the <see cref="T:System.Boolean"/> to its JSON string representation.
1310             </summary>
1311             <param name="value">The value to convert.</param>
1312             <returns>A JSON string representation of the <see cref="T:System.Boolean"/>.</returns>
1313         </member>
1314         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Char)">
1315             <summary>
1316             Converts the <see cref="T:System.Char"/> to its JSON string representation.
1317             </summary>
1318             <param name="value">The value to convert.</param>
1319             <returns>A JSON string representation of the <see cref="T:System.Char"/>.</returns>
1320         </member>
1321         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Enum)">
1322             <summary>
1323             Converts the <see cref="T:System.Enum"/> to its JSON string representation.
1324             </summary>
1325             <param name="value">The value to convert.</param>
1326             <returns>A JSON string representation of the <see cref="T:System.Enum"/>.</returns>
1327         </member>
1328         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int32)">
1329             <summary>
1330             Converts the <see cref="T:System.Int32"/> to its JSON string representation.
1331             </summary>
1332             <param name="value">The value to convert.</param>
1333             <returns>A JSON string representation of the <see cref="T:System.Int32"/>.</returns>
1334         </member>
1335         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int16)">
1336             <summary>
1337             Converts the <see cref="T:System.Int16"/> to its JSON string representation.
1338             </summary>
1339             <param name="value">The value to convert.</param>
1340             <returns>A JSON string representation of the <see cref="T:System.Int16"/>.</returns>
1341         </member>
1342         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt16)">
1343             <summary>
1344             Converts the <see cref="T:System.UInt16"/> to its JSON string representation.
1345             </summary>
1346             <param name="value">The value to convert.</param>
1347             <returns>A JSON string representation of the <see cref="T:System.UInt16"/>.</returns>
1348         </member>
1349         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt32)">
1350             <summary>
1351             Converts the <see cref="T:System.UInt32"/> to its JSON string representation.
1352             </summary>
1353             <param name="value">The value to convert.</param>
1354             <returns>A JSON string representation of the <see cref="T:System.UInt32"/>.</returns>
1355         </member>
1356         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int64)">
1357             <summary>
1358             Converts the <see cref="T:System.Int64"/>  to its JSON string representation.
1359             </summary>
1360             <param name="value">The value to convert.</param>
1361             <returns>A JSON string representation of the <see cref="T:System.Int64"/>.</returns>
1362         </member>
1363         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt64)">
1364             <summary>
1365             Converts the <see cref="T:System.UInt64"/> to its JSON string representation.
1366             </summary>
1367             <param name="value">The value to convert.</param>
1368             <returns>A JSON string representation of the <see cref="T:System.UInt64"/>.</returns>
1369         </member>
1370         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Single)">
1371             <summary>
1372             Converts the <see cref="T:System.Single"/> to its JSON string representation.
1373             </summary>
1374             <param name="value">The value to convert.</param>
1375             <returns>A JSON string representation of the <see cref="T:System.Single"/>.</returns>
1376         </member>
1377         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Double)">
1378             <summary>
1379             Converts the <see cref="T:System.Double"/> to its JSON string representation.
1380             </summary>
1381             <param name="value">The value to convert.</param>
1382             <returns>A JSON string representation of the <see cref="T:System.Double"/>.</returns>
1383         </member>
1384         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Byte)">
1385             <summary>
1386             Converts the <see cref="T:System.Byte"/> to its JSON string representation.
1387             </summary>
1388             <param name="value">The value to convert.</param>
1389             <returns>A JSON string representation of the <see cref="T:System.Byte"/>.</returns>
1390         </member>
1391         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.SByte)">
1392             <summary>
1393             Converts the <see cref="T:System.SByte"/> to its JSON string representation.
1394             </summary>
1395             <param name="value">The value to convert.</param>
1396             <returns>A JSON string representation of the <see cref="T:System.SByte"/>.</returns>
1397         </member>
1398         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Decimal)">
1399             <summary>
1400             Converts the <see cref="T:System.Decimal"/> to its JSON string representation.
1401             </summary>
1402             <param name="value">The value to convert.</param>
1403             <returns>A JSON string representation of the <see cref="T:System.SByte"/>.</returns>
1404         </member>
1405         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Guid)">
1406             <summary>
1407             Converts the <see cref="T:System.Guid"/> to its JSON string representation.
1408             </summary>
1409             <param name="value">The value to convert.</param>
1410             <returns>A JSON string representation of the <see cref="T:System.Guid"/>.</returns>
1411         </member>
1412         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.TimeSpan)">
1413             <summary>
1414             Converts the <see cref="T:System.TimeSpan"/> to its JSON string representation.
1415             </summary>
1416             <param name="value">The value to convert.</param>
1417             <returns>A JSON string representation of the <see cref="T:System.TimeSpan"/>.</returns>
1418         </member>
1419         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Uri)">
1420             <summary>
1421             Converts the <see cref="T:System.Uri"/> to its JSON string representation.
1422             </summary>
1423             <param name="value">The value to convert.</param>
1424             <returns>A JSON string representation of the <see cref="T:System.Uri"/>.</returns>
1425         </member>
1426         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String)">
1427             <summary>
1428             Converts the <see cref="T:System.String"/> to its JSON string representation.
1429             </summary>
1430             <param name="value">The value to convert.</param>
1431             <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns>
1432         </member>
1433         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String,System.Char)">
1434             <summary>
1435             Converts the <see cref="T:System.String"/> to its JSON string representation.
1436             </summary>
1437             <param name="value">The value to convert.</param>
1438             <param name="delimiter">The string delimiter character.</param>
1439             <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns>
1440         </member>
1441         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String,System.Char,Newtonsoft.Json.StringEscapeHandling)">
1442             <summary>
1443             Converts the <see cref="T:System.String"/> to its JSON string representation.
1444             </summary>
1445             <param name="value">The value to convert.</param>
1446             <param name="delimiter">The string delimiter character.</param>
1447             <param name="stringEscapeHandling">The string escape handling.</param>
1448             <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns>
1449         </member>
1450         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Object)">
1451             <summary>
1452             Converts the <see cref="T:System.Object"/> to its JSON string representation.
1453             </summary>
1454             <param name="value">The value to convert.</param>
1455             <returns>A JSON string representation of the <see cref="T:System.Object"/>.</returns>
1456         </member>
1457         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object)">
1458             <summary>
1459             Serializes the specified object to a JSON string.
1460             </summary>
1461             <param name="value">The object to serialize.</param>
1462             <returns>A JSON string representation of the object.</returns>
1463         </member>
1464         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting)">
1465             <summary>
1466             Serializes the specified object to a JSON string using formatting.
1467             </summary>
1468             <param name="value">The object to serialize.</param>
1469             <param name="formatting">Indicates how the output is formatted.</param>
1470             <returns>
1471             A JSON string representation of the object.
1472             </returns>
1473         </member>
1474         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.JsonConverter[])">
1475             <summary>
1476             Serializes the specified object to a JSON string using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1477             </summary>
1478             <param name="value">The object to serialize.</param>
1479             <param name="converters">A collection converters used while serializing.</param>
1480             <returns>A JSON string representation of the object.</returns>
1481         </member>
1482         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[])">
1483             <summary>
1484             Serializes the specified object to a JSON string using formatting and a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1485             </summary>
1486             <param name="value">The object to serialize.</param>
1487             <param name="formatting">Indicates how the output is formatted.</param>
1488             <param name="converters">A collection converters used while serializing.</param>
1489             <returns>A JSON string representation of the object.</returns>
1490         </member>
1491         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.JsonSerializerSettings)">
1492             <summary>
1493             Serializes the specified object to a JSON string using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1494             </summary>
1495             <param name="value">The object to serialize.</param>
1496             <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.
1497             If this is null, default serialization settings will be used.</param>
1498             <returns>
1499             A JSON string representation of the object.
1500             </returns>
1501         </member>
1502         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,System.Type,Newtonsoft.Json.JsonSerializerSettings)">
1503             <summary>
1504             Serializes the specified object to a JSON string using a type, formatting and <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1505             </summary>
1506             <param name="value">The object to serialize.</param>
1507             <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.
1508             If this is null, default serialization settings will be used.</param>
1509             <param name="type">
1510             The type of the value being serialized.
1511             This parameter is used when <see cref="T:Newtonsoft.Json.TypeNameHandling"/> is Auto to write out the type name if the type of the value does not match.
1512             Specifing the type is optional.
1513             </param>
1514             <returns>
1515             A JSON string representation of the object.
1516             </returns>
1517         </member>
1518         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)">
1519             <summary>
1520             Serializes the specified object to a JSON string using formatting and <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1521             </summary>
1522             <param name="value">The object to serialize.</param>
1523             <param name="formatting">Indicates how the output is formatted.</param>
1524             <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.
1525             If this is null, default serialization settings will be used.</param>
1526             <returns>
1527             A JSON string representation of the object.
1528             </returns>
1529         </member>
1530         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,System.Type,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)">
1531             <summary>
1532             Serializes the specified object to a JSON string using a type, formatting and <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1533             </summary>
1534             <param name="value">The object to serialize.</param>
1535             <param name="formatting">Indicates how the output is formatted.</param>
1536             <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.
1537             If this is null, default serialization settings will be used.</param>
1538             <param name="type">
1539             The type of the value being serialized.
1540             This parameter is used when <see cref="T:Newtonsoft.Json.TypeNameHandling"/> is Auto to write out the type name if the type of the value does not match.
1541             Specifing the type is optional.
1542             </param>
1543             <returns>
1544             A JSON string representation of the object.
1545             </returns>
1546         </member>
1547         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObjectAsync(System.Object)">
1548             <summary>
1549             Asynchronously serializes the specified object to a JSON string.
1550             Serialization will happen on a new thread.
1551             </summary>
1552             <param name="value">The object to serialize.</param>
1553             <returns>
1554             A task that represents the asynchronous serialize operation. The value of the <c>TResult</c> parameter contains a JSON string representation of the object.
1555             </returns>
1556         </member>
1557         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObjectAsync(System.Object,Newtonsoft.Json.Formatting)">
1558             <summary>
1559             Asynchronously serializes the specified object to a JSON string using formatting.
1560             Serialization will happen on a new thread.
1561             </summary>
1562             <param name="value">The object to serialize.</param>
1563             <param name="formatting">Indicates how the output is formatted.</param>
1564             <returns>
1565             A task that represents the asynchronous serialize operation. The value of the <c>TResult</c> parameter contains a JSON string representation of the object.
1566             </returns>
1567         </member>
1568         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObjectAsync(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)">
1569             <summary>
1570             Asynchronously serializes the specified object to a JSON string using formatting and a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1571             Serialization will happen on a new thread.
1572             </summary>
1573             <param name="value">The object to serialize.</param>
1574             <param name="formatting">Indicates how the output is formatted.</param>
1575             <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.
1576             If this is null, default serialization settings will be used.</param>
1577             <returns>
1578             A task that represents the asynchronous serialize operation. The value of the <c>TResult</c> parameter contains a JSON string representation of the object.
1579             </returns>
1580         </member>
1581         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String)">
1582             <summary>
1583             Deserializes the JSON to a .NET object.
1584             </summary>
1585             <param name="value">The JSON to deserialize.</param>
1586             <returns>The deserialized object from the JSON string.</returns>
1587         </member>
1588         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,Newtonsoft.Json.JsonSerializerSettings)">
1589             <summary>
1590             Deserializes the JSON to a .NET object using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1591             </summary>
1592             <param name="value">The JSON to deserialize.</param>
1593             <param name="settings">
1594             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1595             If this is null, default serialization settings will be used.
1596             </param>
1597             <returns>The deserialized object from the JSON string.</returns>
1598         </member>
1599         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type)">
1600             <summary>
1601             Deserializes the JSON to the specified .NET type.
1602             </summary>
1603             <param name="value">The JSON to deserialize.</param>
1604             <param name="type">The <see cref="T:System.Type"/> of object being deserialized.</param>
1605             <returns>The deserialized object from the JSON string.</returns>
1606         </member>
1607         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String)">
1608             <summary>
1609             Deserializes the JSON to the specified .NET type.
1610             </summary>
1611             <typeparam name="T">The type of the object to deserialize to.</typeparam>
1612             <param name="value">The JSON to deserialize.</param>
1613             <returns>The deserialized object from the JSON string.</returns>
1614         </member>
1615         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeAnonymousType``1(System.String,``0)">
1616             <summary>
1617             Deserializes the JSON to the given anonymous type.
1618             </summary>
1619             <typeparam name="T">
1620             The anonymous type to deserialize to. This can't be specified
1621             traditionally and must be infered from the anonymous type passed
1622             as a parameter.
1623             </typeparam>
1624             <param name="value">The JSON to deserialize.</param>
1625             <param name="anonymousTypeObject">The anonymous type object.</param>
1626             <returns>The deserialized anonymous type from the JSON string.</returns>
1627         </member>
1628         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeAnonymousType``1(System.String,``0,Newtonsoft.Json.JsonSerializerSettings)">
1629             <summary>
1630             Deserializes the JSON to the given anonymous type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1631             </summary>
1632             <typeparam name="T">
1633             The anonymous type to deserialize to. This can't be specified
1634             traditionally and must be infered from the anonymous type passed
1635             as a parameter.
1636             </typeparam>
1637             <param name="value">The JSON to deserialize.</param>
1638             <param name="anonymousTypeObject">The anonymous type object.</param>
1639             <param name="settings">
1640             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1641             If this is null, default serialization settings will be used.
1642             </param>
1643             <returns>The deserialized anonymous type from the JSON string.</returns>
1644         </member>
1645         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String,Newtonsoft.Json.JsonConverter[])">
1646             <summary>
1647             Deserializes the JSON to the specified .NET type using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1648             </summary>
1649             <typeparam name="T">The type of the object to deserialize to.</typeparam>
1650             <param name="value">The JSON to deserialize.</param>
1651             <param name="converters">Converters to use while deserializing.</param>
1652             <returns>The deserialized object from the JSON string.</returns>
1653         </member>
1654         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String,Newtonsoft.Json.JsonSerializerSettings)">
1655             <summary>
1656             Deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1657             </summary>
1658             <typeparam name="T">The type of the object to deserialize to.</typeparam>
1659             <param name="value">The object to deserialize.</param>
1660             <param name="settings">
1661             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1662             If this is null, default serialization settings will be used.
1663             </param>
1664             <returns>The deserialized object from the JSON string.</returns>
1665         </member>
1666         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type,Newtonsoft.Json.JsonConverter[])">
1667             <summary>
1668             Deserializes the JSON to the specified .NET type using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1669             </summary>
1670             <param name="value">The JSON to deserialize.</param>
1671             <param name="type">The type of the object to deserialize.</param>
1672             <param name="converters">Converters to use while deserializing.</param>
1673             <returns>The deserialized object from the JSON string.</returns>
1674         </member>
1675         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type,Newtonsoft.Json.JsonSerializerSettings)">
1676             <summary>
1677             Deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1678             </summary>
1679             <param name="value">The JSON to deserialize.</param>
1680             <param name="type">The type of the object to deserialize to.</param>
1681             <param name="settings">
1682             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1683             If this is null, default serialization settings will be used.
1684             </param>
1685             <returns>The deserialized object from the JSON string.</returns>
1686         </member>
1687         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObjectAsync``1(System.String)">
1688             <summary>
1689             Asynchronously deserializes the JSON to the specified .NET type.
1690             Deserialization will happen on a new thread.
1691             </summary>
1692             <typeparam name="T">The type of the object to deserialize to.</typeparam>
1693             <param name="value">The JSON to deserialize.</param>
1694             <returns>
1695             A task that represents the asynchronous deserialize operation. The value of the <c>TResult</c> parameter contains the deserialized object from the JSON string.
1696             </returns>
1697         </member>
1698         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObjectAsync``1(System.String,Newtonsoft.Json.JsonSerializerSettings)">
1699             <summary>
1700             Asynchronously deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1701             Deserialization will happen on a new thread.
1702             </summary>
1703             <typeparam name="T">The type of the object to deserialize to.</typeparam>
1704             <param name="value">The JSON to deserialize.</param>
1705             <param name="settings">
1706             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1707             If this is null, default serialization settings will be used.
1708             </param>
1709             <returns>
1710             A task that represents the asynchronous deserialize operation. The value of the <c>TResult</c> parameter contains the deserialized object from the JSON string.
1711             </returns>
1712         </member>
1713         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObjectAsync(System.String)">
1714             <summary>
1715             Asynchronously deserializes the JSON to the specified .NET type.
1716             Deserialization will happen on a new thread.
1717             </summary>
1718             <param name="value">The JSON to deserialize.</param>
1719             <returns>
1720             A task that represents the asynchronous deserialize operation. The value of the <c>TResult</c> parameter contains the deserialized object from the JSON string.
1721             </returns>
1722         </member>
1723         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObjectAsync(System.String,System.Type,Newtonsoft.Json.JsonSerializerSettings)">
1724             <summary>
1725             Asynchronously deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1726             Deserialization will happen on a new thread.
1727             </summary>
1728             <param name="value">The JSON to deserialize.</param>
1729             <param name="type">The type of the object to deserialize to.</param>
1730             <param name="settings">
1731             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1732             If this is null, default serialization settings will be used.
1733             </param>
1734             <returns>
1735             A task that represents the asynchronous deserialize operation. The value of the <c>TResult</c> parameter contains the deserialized object from the JSON string.
1736             </returns>
1737         </member>
1738         <member name="M:Newtonsoft.Json.JsonConvert.PopulateObject(System.String,System.Object)">
1739             <summary>
1740             Populates the object with values from the JSON string.
1741             </summary>
1742             <param name="value">The JSON to populate values from.</param>
1743             <param name="target">The target object to populate values onto.</param>
1744         </member>
1745         <member name="M:Newtonsoft.Json.JsonConvert.PopulateObject(System.String,System.Object,Newtonsoft.Json.JsonSerializerSettings)">
1746             <summary>
1747             Populates the object with values from the JSON string using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1748             </summary>
1749             <param name="value">The JSON to populate values from.</param>
1750             <param name="target">The target object to populate values onto.</param>
1751             <param name="settings">
1752             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1753             If this is null, default serialization settings will be used.
1754             </param>
1755         </member>
1756         <member name="M:Newtonsoft.Json.JsonConvert.PopulateObjectAsync(System.String,System.Object,Newtonsoft.Json.JsonSerializerSettings)">
1757             <summary>
1758             Asynchronously populates the object with values from the JSON string using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1759             </summary>
1760             <param name="value">The JSON to populate values from.</param>
1761             <param name="target">The target object to populate values onto.</param>
1762             <param name="settings">
1763             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1764             If this is null, default serialization settings will be used.
1765             </param>
1766             <returns>
1767             A task that represents the asynchronous populate operation.
1768             </returns>
1769         </member>
1770         <member name="M:Newtonsoft.Json.JsonConvert.SerializeXmlNode(System.Xml.XmlNode)">
1771             <summary>
1772             Serializes the XML node to a JSON string.
1773             </summary>
1774             <param name="node">The node to serialize.</param>
1775             <returns>A JSON string of the XmlNode.</returns>
1776         </member>
1777         <member name="M:Newtonsoft.Json.JsonConvert.SerializeXmlNode(System.Xml.XmlNode,Newtonsoft.Json.Formatting)">
1778             <summary>
1779             Serializes the XML node to a JSON string using formatting.
1780             </summary>
1781             <param name="node">The node to serialize.</param>
1782             <param name="formatting">Indicates how the output is formatted.</param>
1783             <returns>A JSON string of the XmlNode.</returns>
1784         </member>
1785         <member name="M:Newtonsoft.Json.JsonConvert.SerializeXmlNode(System.Xml.XmlNode,Newtonsoft.Json.Formatting,System.Boolean)">
1786             <summary>
1787             Serializes the XML node to a JSON string using formatting and omits the root object if <paramref name="omitRootObject"/> is <c>true</c>.
1788             </summary>
1789             <param name="node">The node to serialize.</param>
1790             <param name="formatting">Indicates how the output is formatted.</param>
1791             <param name="omitRootObject">Omits writing the root object.</param>
1792             <returns>A JSON string of the XmlNode.</returns>
1793         </member>
1794         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXmlNode(System.String)">
1795             <summary>
1796             Deserializes the XmlNode from a JSON string.
1797             </summary>
1798             <param name="value">The JSON string.</param>
1799             <returns>The deserialized XmlNode</returns>
1800         </member>
1801         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXmlNode(System.String,System.String)">
1802             <summary>
1803             Deserializes the XmlNode from a JSON string nested in a root elment specified by <paramref name="deserializeRootElementName"/>.
1804             </summary>
1805             <param name="value">The JSON string.</param>
1806             <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param>
1807             <returns>The deserialized XmlNode</returns>
1808         </member>
1809         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXmlNode(System.String,System.String,System.Boolean)">
1810             <summary>
1811             Deserializes the XmlNode from a JSON string nested in a root elment specified by <paramref name="deserializeRootElementName"/>
1812             and writes a .NET array attribute for collections.
1813             </summary>
1814             <param name="value">The JSON string.</param>
1815             <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param>
1816             <param name="writeArrayAttribute">
1817             A flag to indicate whether to write the Json.NET array attribute.
1818             This attribute helps preserve arrays when converting the written XML back to JSON.
1819             </param>
1820             <returns>The deserialized XmlNode</returns>
1821         </member>
1822         <member name="M:Newtonsoft.Json.JsonConvert.SerializeXNode(System.Xml.Linq.XObject)">
1823             <summary>
1824             Serializes the <see cref="T:System.Xml.Linq.XNode"/> to a JSON string.
1825             </summary>
1826             <param name="node">The node to convert to JSON.</param>
1827             <returns>A JSON string of the XNode.</returns>
1828         </member>
1829         <member name="M:Newtonsoft.Json.JsonConvert.SerializeXNode(System.Xml.Linq.XObject,Newtonsoft.Json.Formatting)">
1830             <summary>
1831             Serializes the <see cref="T:System.Xml.Linq.XNode"/> to a JSON string using formatting.
1832             </summary>
1833             <param name="node">The node to convert to JSON.</param>
1834             <param name="formatting">Indicates how the output is formatted.</param>
1835             <returns>A JSON string of the XNode.</returns>
1836         </member>
1837         <member name="M:Newtonsoft.Json.JsonConvert.SerializeXNode(System.Xml.Linq.XObject,Newtonsoft.Json.Formatting,System.Boolean)">
1838             <summary>
1839             Serializes the <see cref="T:System.Xml.Linq.XNode"/> to a JSON string using formatting and omits the root object if <paramref name="omitRootObject"/> is <c>true</c>.
1840             </summary>
1841             <param name="node">The node to serialize.</param>
1842             <param name="formatting">Indicates how the output is formatted.</param>
1843             <param name="omitRootObject">Omits writing the root object.</param>
1844             <returns>A JSON string of the XNode.</returns>
1845         </member>
1846         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXNode(System.String)">
1847             <summary>
1848             Deserializes the <see cref="T:System.Xml.Linq.XNode"/> from a JSON string.
1849             </summary>
1850             <param name="value">The JSON string.</param>
1851             <returns>The deserialized XNode</returns>
1852         </member>
1853         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXNode(System.String,System.String)">
1854             <summary>
1855             Deserializes the <see cref="T:System.Xml.Linq.XNode"/> from a JSON string nested in a root elment specified by <paramref name="deserializeRootElementName"/>.
1856             </summary>
1857             <param name="value">The JSON string.</param>
1858             <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param>
1859             <returns>The deserialized XNode</returns>
1860         </member>
1861         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXNode(System.String,System.String,System.Boolean)">
1862             <summary>
1863             Deserializes the <see cref="T:System.Xml.Linq.XNode"/> from a JSON string nested in a root elment specified by <paramref name="deserializeRootElementName"/>
1864             and writes a .NET array attribute for collections.
1865             </summary>
1866             <param name="value">The JSON string.</param>
1867             <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param>
1868             <param name="writeArrayAttribute">
1869             A flag to indicate whether to write the Json.NET array attribute.
1870             This attribute helps preserve arrays when converting the written XML back to JSON.
1871             </param>
1872             <returns>The deserialized XNode</returns>
1873         </member>
1874         <member name="T:Newtonsoft.Json.JsonConverter">
1875             <summary>
1876             Converts an object to and from JSON.
1877             </summary>
1878         </member>
1879         <member name="M:Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1880             <summary>
1881             Writes the JSON representation of the object.
1882             </summary>
1883             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1884             <param name="value">The value.</param>
1885             <param name="serializer">The calling serializer.</param>
1886         </member>
1887         <member name="M:Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1888             <summary>
1889             Reads the JSON representation of the object.
1890             </summary>
1891             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1892             <param name="objectType">Type of the object.</param>
1893             <param name="existingValue">The existing value of object being read.</param>
1894             <param name="serializer">The calling serializer.</param>
1895             <returns>The object value.</returns>
1896         </member>
1897         <member name="M:Newtonsoft.Json.JsonConverter.CanConvert(System.Type)">
1898             <summary>
1899             Determines whether this instance can convert the specified object type.
1900             </summary>
1901             <param name="objectType">Type of the object.</param>
1902             <returns>
1903                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1904             </returns>
1905         </member>
1906         <member name="M:Newtonsoft.Json.JsonConverter.GetSchema">
1907             <summary>
1908             <para>
1909             Gets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of the JSON produced by the JsonConverter.
1910             </para>
1911             <note type="caution">
1912             JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
1913             </note>
1914             </summary>
1915             <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of the JSON produced by the JsonConverter.</returns>
1916         </member>
1917         <member name="P:Newtonsoft.Json.JsonConverter.CanRead">
1918             <summary>
1919             Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can read JSON.
1920             </summary>
1921             <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can read JSON; otherwise, <c>false</c>.</value>
1922         </member>
1923         <member name="P:Newtonsoft.Json.JsonConverter.CanWrite">
1924             <summary>
1925             Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON.
1926             </summary>
1927             <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.</value>
1928         </member>
1929         <member name="T:Newtonsoft.Json.JsonConverterAttribute">
1930             <summary>
1931             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to use the specified <see cref="T:Newtonsoft.Json.JsonConverter"/> when serializing the member or class.
1932             </summary>
1933         </member>
1934         <member name="P:Newtonsoft.Json.JsonConverterAttribute.ConverterType">
1935             <summary>
1936             Gets the <see cref="T:System.Type"/> of the converter.
1937             </summary>
1938             <value>The <see cref="T:System.Type"/> of the converter.</value>
1939         </member>
1940         <member name="P:Newtonsoft.Json.JsonConverterAttribute.ConverterParameters">
1941             <summary>
1942             The parameter list to use when constructing the JsonConverter described by ConverterType.  
1943             If null, the default constructor is used.
1944             </summary>
1945         </member>
1946         <member name="M:Newtonsoft.Json.JsonConverterAttribute.#ctor(System.Type)">
1947             <summary>
1948             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonConverterAttribute"/> class.
1949             </summary>
1950             <param name="converterType">Type of the converter.</param>
1951         </member>
1952         <member name="M:Newtonsoft.Json.JsonConverterAttribute.#ctor(System.Type,System.Object[])">
1953             <summary>
1954             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonConverterAttribute"/> class.
1955             </summary>
1956             <param name="converterType">Type of the converter.</param>
1957             <param name="converterParameters">Parameter list to use when constructing the JsonConverter. Can be null.</param>
1958         </member>
1959         <member name="T:Newtonsoft.Json.JsonConverterCollection">
1960             <summary>
1961             Represents a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1962             </summary>
1963         </member>
1964         <member name="T:Newtonsoft.Json.JsonDictionaryAttribute">
1965             <summary>
1966             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the collection.
1967             </summary>
1968         </member>
1969         <member name="M:Newtonsoft.Json.JsonDictionaryAttribute.#ctor">
1970             <summary>
1971             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonDictionaryAttribute"/> class.
1972             </summary>
1973         </member>
1974         <member name="M:Newtonsoft.Json.JsonDictionaryAttribute.#ctor(System.String)">
1975             <summary>
1976             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonDictionaryAttribute"/> class with the specified container Id.
1977             </summary>
1978             <param name="id">The container Id.</param>
1979         </member>
1980         <member name="T:Newtonsoft.Json.JsonException">
1981             <summary>
1982             The exception thrown when an error occurs during JSON serialization or deserialization.
1983             </summary>
1984         </member>
1985         <member name="M:Newtonsoft.Json.JsonException.#ctor">
1986             <summary>
1987             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class.
1988             </summary>
1989         </member>
1990         <member name="M:Newtonsoft.Json.JsonException.#ctor(System.String)">
1991             <summary>
1992             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class
1993             with a specified error message.
1994             </summary>
1995             <param name="message">The error message that explains the reason for the exception.</param>
1996         </member>
1997         <member name="M:Newtonsoft.Json.JsonException.#ctor(System.String,System.Exception)">
1998             <summary>
1999             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class
2000             with a specified error message and a reference to the inner exception that is the cause of this exception.
2001             </summary>
2002             <param name="message">The error message that explains the reason for the exception.</param>
2003             <param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.</param>
2004         </member>
2005         <member name="M:Newtonsoft.Json.JsonException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
2006             <summary>
2007             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class.
2008             </summary>
2009             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
2010             <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
2011             <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception>
2012             <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception>
2013         </member>
2014         <member name="T:Newtonsoft.Json.JsonExtensionDataAttribute">
2015             <summary>
2016             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to deserialize properties with no matching class member into the specified collection
2017             and write values during serialization.
2018             </summary>
2019         </member>
2020         <member name="P:Newtonsoft.Json.JsonExtensionDataAttribute.WriteData">
2021             <summary>
2022             Gets or sets a value that indicates whether to write extension data when serializing the object.
2023             </summary>
2024             <value>
2025                 <c>true</c> to write extension data when serializing the object; otherwise, <c>false</c>. The default is <c>true</c>.
2026             </value>
2027         </member>
2028         <member name="P:Newtonsoft.Json.JsonExtensionDataAttribute.ReadData">
2029             <summary>
2030             Gets or sets a value that indicates whether to read extension data when deserializing the object.
2031             </summary>
2032             <value>
2033                 <c>true</c> to read extension data when deserializing the object; otherwise, <c>false</c>. The default is <c>true</c>.
2034             </value>
2035         </member>
2036         <member name="M:Newtonsoft.Json.JsonExtensionDataAttribute.#ctor">
2037             <summary>
2038             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonExtensionDataAttribute"/> class.
2039             </summary>
2040         </member>
2041         <member name="T:Newtonsoft.Json.JsonIgnoreAttribute">
2042             <summary>
2043             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> not to serialize the public field or public read/write property value.
2044             </summary>
2045         </member>
2046         <member name="T:Newtonsoft.Json.JsonObjectAttribute">
2047             <summary>
2048             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the object.
2049             </summary>
2050         </member>
2051         <member name="P:Newtonsoft.Json.JsonObjectAttribute.MemberSerialization">
2052             <summary>
2053             Gets or sets the member serialization.
2054             </summary>
2055             <value>The member serialization.</value>
2056         </member>
2057         <member name="P:Newtonsoft.Json.JsonObjectAttribute.ItemRequired">
2058             <summary>
2059             Gets or sets a value that indicates whether the object's properties are required.
2060             </summary>
2061             <value>
2062                 A value indicating whether the object's properties are required.
2063             </value>
2064         </member>
2065         <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor">
2066             <summary>
2067             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class.
2068             </summary>
2069         </member>
2070         <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor(Newtonsoft.Json.MemberSerialization)">
2071             <summary>
2072             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with the specified member serialization.
2073             </summary>
2074             <param name="memberSerialization">The member serialization.</param>
2075         </member>
2076         <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor(System.String)">
2077             <summary>
2078             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with the specified container Id.
2079             </summary>
2080             <param name="id">The container Id.</param>
2081         </member>
2082         <member name="T:Newtonsoft.Json.JsonPropertyAttribute">
2083             <summary>
2084             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to always serialize the member with the specified name.
2085             </summary>
2086         </member>
2087         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemConverterType">
2088             <summary>
2089             Gets or sets the converter used when serializing the property's collection items.
2090             </summary>
2091             <value>The collection's items converter.</value>
2092         </member>
2093         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemConverterParameters">
2094             <summary>
2095             The parameter list to use when constructing the JsonConverter described by ItemConverterType.
2096             If null, the default constructor is used.
2097             When non-null, there must be a constructor defined in the JsonConverter that exactly matches the number,
2098             order, and type of these parameters.
2099             </summary>
2100             <example>
2101             [JsonProperty(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })]
2102             </example>
2103         </member>
2104         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.NullValueHandling">
2105             <summary>
2106             Gets or sets the null value handling used when serializing this property.
2107             </summary>
2108             <value>The null value handling.</value>
2109         </member>
2110         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.DefaultValueHandling">
2111             <summary>
2112             Gets or sets the default value handling used when serializing this property.
2113             </summary>
2114             <value>The default value handling.</value>
2115         </member>
2116         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ReferenceLoopHandling">
2117             <summary>
2118             Gets or sets the reference loop handling used when serializing this property.
2119             </summary>
2120             <value>The reference loop handling.</value>
2121         </member>
2122         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ObjectCreationHandling">
2123             <summary>
2124             Gets or sets the object creation handling used when deserializing this property.
2125             </summary>
2126             <value>The object creation handling.</value>
2127         </member>
2128         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.TypeNameHandling">
2129             <summary>
2130             Gets or sets the type name handling used when serializing this property.
2131             </summary>
2132             <value>The type name handling.</value>
2133         </member>
2134         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.IsReference">
2135             <summary>
2136             Gets or sets whether this property's value is serialized as a reference.
2137             </summary>
2138             <value>Whether this property's value is serialized as a reference.</value>
2139         </member>
2140         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.Order">
2141             <summary>
2142             Gets or sets the order of serialization and deserialization of a member.
2143             </summary>
2144             <value>The numeric order of serialization or deserialization.</value>
2145         </member>
2146         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.Required">
2147             <summary>
2148             Gets or sets a value indicating whether this property is required.
2149             </summary>
2150             <value>
2151                 A value indicating whether this property is required.
2152             </value>
2153         </member>
2154         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.PropertyName">
2155             <summary>
2156             Gets or sets the name of the property.
2157             </summary>
2158             <value>The name of the property.</value>
2159         </member>
2160         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemReferenceLoopHandling">
2161             <summary>
2162             Gets or sets the the reference loop handling used when serializing the property's collection items.
2163             </summary>
2164             <value>The collection's items reference loop handling.</value>
2165         </member>
2166         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemTypeNameHandling">
2167             <summary>
2168             Gets or sets the the type name handling used when serializing the property's collection items.
2169             </summary>
2170             <value>The collection's items type name handling.</value>
2171         </member>
2172         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemIsReference">
2173             <summary>
2174             Gets or sets whether this property's collection items are serialized as a reference.
2175             </summary>
2176             <value>Whether this property's collection items are serialized as a reference.</value>
2177         </member>
2178         <member name="M:Newtonsoft.Json.JsonPropertyAttribute.#ctor">
2179             <summary>
2180             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> class.
2181             </summary>
2182         </member>
2183         <member name="M:Newtonsoft.Json.JsonPropertyAttribute.#ctor(System.String)">
2184             <summary>
2185             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> class with the specified name.
2186             </summary>
2187             <param name="propertyName">Name of the property.</param>
2188         </member>
2189         <member name="T:Newtonsoft.Json.JsonReader">
2190             <summary>
2191             Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data.
2192             </summary>
2193         </member>
2194         <member name="T:Newtonsoft.Json.JsonReader.State">
2195             <summary>
2196             Specifies the state of the reader.
2197             </summary>
2198         </member>
2199         <member name="F:Newtonsoft.Json.JsonReader.State.Start">
2200             <summary>
2201             The Read method has not been called.
2202             </summary>
2203         </member>
2204         <member name="F:Newtonsoft.Json.JsonReader.State.Complete">
2205             <summary>
2206             The end of the file has been reached successfully.
2207             </summary>
2208         </member>
2209         <member name="F:Newtonsoft.Json.JsonReader.State.Property">
2210             <summary>
2211             Reader is at a property.
2212             </summary>
2213         </member>
2214         <member name="F:Newtonsoft.Json.JsonReader.State.ObjectStart">
2215             <summary>
2216             Reader is at the start of an object.
2217             </summary>
2218         </member>
2219         <member name="F:Newtonsoft.Json.JsonReader.State.Object">
2220             <summary>
2221             Reader is in an object.
2222             </summary>
2223         </member>
2224         <member name="F:Newtonsoft.Json.JsonReader.State.ArrayStart">
2225             <summary>
2226             Reader is at the start of an array.
2227             </summary>
2228         </member>
2229         <member name="F:Newtonsoft.Json.JsonReader.State.Array">
2230             <summary>
2231             Reader is in an array.
2232             </summary>
2233         </member>
2234         <member name="F:Newtonsoft.Json.JsonReader.State.Closed">
2235             <summary>
2236             The Close method has been called.
2237             </summary>
2238         </member>
2239         <member name="F:Newtonsoft.Json.JsonReader.State.PostValue">
2240             <summary>
2241             Reader has just read a value.
2242             </summary>
2243         </member>
2244         <member name="F:Newtonsoft.Json.JsonReader.State.ConstructorStart">
2245             <summary>
2246             Reader is at the start of a constructor.
2247             </summary>
2248         </member>
2249         <member name="F:Newtonsoft.Json.JsonReader.State.Constructor">
2250             <summary>
2251             Reader in a constructor.
2252             </summary>
2253         </member>
2254         <member name="F:Newtonsoft.Json.JsonReader.State.Error">
2255             <summary>
2256             An error occurred that prevents the read operation from continuing.
2257             </summary>
2258         </member>
2259         <member name="F:Newtonsoft.Json.JsonReader.State.Finished">
2260             <summary>
2261             The end of the file has been reached successfully.
2262             </summary>
2263         </member>
2264         <member name="P:Newtonsoft.Json.JsonReader.CurrentState">
2265             <summary>
2266             Gets the current reader state.
2267             </summary>
2268             <value>The current reader state.</value>
2269         </member>
2270         <member name="P:Newtonsoft.Json.JsonReader.CloseInput">
2271             <summary>
2272             Gets or sets a value indicating whether the underlying stream or
2273             <see cref="T:System.IO.TextReader"/> should be closed when the reader is closed.
2274             </summary>
2275             <value>
2276             true to close the underlying stream or <see cref="T:System.IO.TextReader"/> when
2277             the reader is closed; otherwise false. The default is true.
2278             </value>
2279         </member>
2280         <member name="P:Newtonsoft.Json.JsonReader.SupportMultipleContent">
2281             <summary>
2282             Gets or sets a value indicating whether multiple pieces of JSON content can
2283             be read from a continuous stream without erroring.
2284             </summary>
2285             <value>
2286             true to support reading multiple pieces of JSON content; otherwise false. The default is false.
2287             </value>
2288         </member>
2289         <member name="P:Newtonsoft.Json.JsonReader.QuoteChar">
2290             <summary>
2291             Gets the quotation mark character used to enclose the value of a string.
2292             </summary>
2293         </member>
2294         <member name="P:Newtonsoft.Json.JsonReader.DateTimeZoneHandling">
2295             <summary>
2296             Get or set how <see cref="T:System.DateTime"/> time zones are handling when reading JSON.
2297             </summary>
2298         </member>
2299         <member name="P:Newtonsoft.Json.JsonReader.DateParseHandling">
2300             <summary>
2301             Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
2302             </summary>
2303         </member>
2304         <member name="P:Newtonsoft.Json.JsonReader.FloatParseHandling">
2305             <summary>
2306             Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
2307             </summary>
2308         </member>
2309         <member name="P:Newtonsoft.Json.JsonReader.DateFormatString">
2310             <summary>
2311             Get or set how custom date formatted strings are parsed when reading JSON.
2312             </summary>
2313         </member>
2314         <member name="P:Newtonsoft.Json.JsonReader.MaxDepth">
2315             <summary>
2316             Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>.
2317             </summary>
2318         </member>
2319         <member name="P:Newtonsoft.Json.JsonReader.TokenType">
2320             <summary>
2321             Gets the type of the current JSON token. 
2322             </summary>
2323         </member>
2324         <member name="P:Newtonsoft.Json.JsonReader.Value">
2325             <summary>
2326             Gets the text value of the current JSON token.
2327             </summary>
2328         </member>
2329         <member name="P:Newtonsoft.Json.JsonReader.ValueType">
2330             <summary>
2331             Gets The Common Language Runtime (CLR) type for the current JSON token.
2332             </summary>
2333         </member>
2334         <member name="P:Newtonsoft.Json.JsonReader.Depth">
2335             <summary>
2336             Gets the depth of the current token in the JSON document.
2337             </summary>
2338             <value>The depth of the current token in the JSON document.</value>
2339         </member>
2340         <member name="P:Newtonsoft.Json.JsonReader.Path">
2341             <summary>
2342             Gets the path of the current JSON token. 
2343             </summary>
2344         </member>
2345         <member name="P:Newtonsoft.Json.JsonReader.Culture">
2346             <summary>
2347             Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.
2348             </summary>
2349         </member>
2350         <member name="M:Newtonsoft.Json.JsonReader.#ctor">
2351             <summary>
2352             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReader"/> class with the specified <see cref="T:System.IO.TextReader"/>.
2353             </summary>
2354         </member>
2355         <member name="M:Newtonsoft.Json.JsonReader.Read">
2356             <summary>
2357             Reads the next JSON token from the stream.
2358             </summary>
2359             <returns>true if the next token was read successfully; false if there are no more tokens to read.</returns>
2360         </member>
2361         <member name="M:Newtonsoft.Json.JsonReader.ReadAsInt32">
2362             <summary>
2363             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
2364             </summary>
2365             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
2366         </member>
2367         <member name="M:Newtonsoft.Json.JsonReader.ReadAsString">
2368             <summary>
2369             Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
2370             </summary>
2371             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
2372         </member>
2373         <member name="M:Newtonsoft.Json.JsonReader.ReadAsBytes">
2374             <summary>
2375             Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].
2376             </summary>
2377             <returns>A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.</returns>
2378         </member>
2379         <member name="M:Newtonsoft.Json.JsonReader.ReadAsDecimal">
2380             <summary>
2381             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
2382             </summary>
2383             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
2384         </member>
2385         <member name="M:Newtonsoft.Json.JsonReader.ReadAsDateTime">
2386             <summary>
2387             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
2388             </summary>
2389             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
2390         </member>
2391         <member name="M:Newtonsoft.Json.JsonReader.ReadAsDateTimeOffset">
2392             <summary>
2393             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
2394             </summary>
2395             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
2396         </member>
2397         <member name="M:Newtonsoft.Json.JsonReader.Skip">
2398             <summary>
2399             Skips the children of the current token.
2400             </summary>
2401         </member>
2402         <member name="M:Newtonsoft.Json.JsonReader.SetToken(Newtonsoft.Json.JsonToken)">
2403             <summary>
2404             Sets the current token.
2405             </summary>
2406             <param name="newToken">The new token.</param>
2407         </member>
2408         <member name="M:Newtonsoft.Json.JsonReader.SetToken(Newtonsoft.Json.JsonToken,System.Object)">
2409             <summary>
2410             Sets the current token and value.
2411             </summary>
2412             <param name="newToken">The new token.</param>
2413             <param name="value">The value.</param>
2414         </member>
2415         <member name="M:Newtonsoft.Json.JsonReader.SetStateBasedOnCurrent">
2416             <summary>
2417             Sets the state based on current token type.
2418             </summary>
2419         </member>
2420         <member name="M:Newtonsoft.Json.JsonReader.System#IDisposable#Dispose">
2421             <summary>
2422             Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
2423             </summary>
2424         </member>
2425         <member name="M:Newtonsoft.Json.JsonReader.Dispose(System.Boolean)">
2426             <summary>
2427             Releases unmanaged and - optionally - managed resources
2428             </summary>
2429             <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
2430         </member>
2431         <member name="M:Newtonsoft.Json.JsonReader.Close">
2432             <summary>
2433             Changes the <see cref="T:Newtonsoft.Json.JsonReader.State"/> to Closed. 
2434             </summary>
2435         </member>
2436         <member name="T:Newtonsoft.Json.JsonReaderException">
2437             <summary>
2438             The exception thrown when an error occurs while reading JSON text.
2439             </summary>
2440         </member>
2441         <member name="P:Newtonsoft.Json.JsonReaderException.LineNumber">
2442             <summary>
2443             Gets the line number indicating where the error occurred.
2444             </summary>
2445             <value>The line number indicating where the error occurred.</value>
2446         </member>
2447         <member name="P:Newtonsoft.Json.JsonReaderException.LinePosition">
2448             <summary>
2449             Gets the line position indicating where the error occurred.
2450             </summary>
2451             <value>The line position indicating where the error occurred.</value>
2452         </member>
2453         <member name="P:Newtonsoft.Json.JsonReaderException.Path">
2454             <summary>
2455             Gets the path to the JSON where the error occurred.
2456             </summary>
2457             <value>The path to the JSON where the error occurred.</value>
2458         </member>
2459         <member name="M:Newtonsoft.Json.JsonReaderException.#ctor">
2460             <summary>
2461             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class.
2462             </summary>
2463         </member>
2464         <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.String)">
2465             <summary>
2466             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class
2467             with a specified error message.
2468             </summary>
2469             <param name="message">The error message that explains the reason for the exception.</param>
2470         </member>
2471         <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.String,System.Exception)">
2472             <summary>
2473             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class
2474             with a specified error message and a reference to the inner exception that is the cause of this exception.
2475             </summary>
2476             <param name="message">The error message that explains the reason for the exception.</param>
2477             <param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.</param>
2478         </member>
2479         <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
2480             <summary>
2481             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class.
2482             </summary>
2483             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
2484             <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
2485             <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception>
2486             <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception>
2487         </member>
2488         <member name="T:Newtonsoft.Json.JsonRequiredAttribute">
2489             <summary>
2490             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to always serialize the member, and require the member has a value.
2491             </summary>
2492         </member>
2493         <member name="T:Newtonsoft.Json.JsonSerializationException">
2494             <summary>
2495             The exception thrown when an error occurs during JSON serialization or deserialization.
2496             </summary>
2497         </member>
2498         <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor">
2499             <summary>
2500             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class.
2501             </summary>
2502         </member>
2503         <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.String)">
2504             <summary>
2505             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class
2506             with a specified error message.
2507             </summary>
2508             <param name="message">The error message that explains the reason for the exception.</param>
2509         </member>
2510         <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.String,System.Exception)">
2511             <summary>
2512             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class
2513             with a specified error message and a reference to the inner exception that is the cause of this exception.
2514             </summary>
2515             <param name="message">The error message that explains the reason for the exception.</param>
2516             <param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.</param>
2517         </member>
2518         <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
2519             <summary>
2520             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class.
2521             </summary>
2522             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
2523             <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
2524             <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception>
2525             <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception>
2526         </member>
2527         <member name="T:Newtonsoft.Json.JsonSerializer">
2528             <summary>
2529             Serializes and deserializes objects into and from the JSON format.
2530             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> enables you to control how objects are encoded into JSON.
2531             </summary>
2532         </member>
2533         <member name="E:Newtonsoft.Json.JsonSerializer.Error">
2534             <summary>
2535             Occurs when the <see cref="T:Newtonsoft.Json.JsonSerializer"/> errors during serialization and deserialization.
2536             </summary>
2537         </member>
2538         <member name="P:Newtonsoft.Json.JsonSerializer.ReferenceResolver">
2539             <summary>
2540             Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.
2541             </summary>
2542         </member>
2543         <member name="P:Newtonsoft.Json.JsonSerializer.Binder">
2544             <summary>
2545             Gets or sets the <see cref="T:System.Runtime.Serialization.SerializationBinder"/> used by the serializer when resolving type names.
2546             </summary>
2547         </member>
2548         <member name="P:Newtonsoft.Json.JsonSerializer.TraceWriter">
2549             <summary>
2550             Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.ITraceWriter"/> used by the serializer when writing trace messages.
2551             </summary>
2552             <value>The trace writer.</value>
2553         </member>
2554         <member name="P:Newtonsoft.Json.JsonSerializer.EqualityComparer">
2555             <summary>
2556             Gets or sets the equality comparer used by the serializer when comparing references.
2557             </summary>
2558             <value>The equality comparer.</value>
2559         </member>
2560         <member name="P:Newtonsoft.Json.JsonSerializer.TypeNameHandling">
2561             <summary>
2562             Gets or sets how type name writing and reading is handled by the serializer.
2563             </summary>
2564         </member>
2565         <member name="P:Newtonsoft.Json.JsonSerializer.TypeNameAssemblyFormat">
2566             <summary>
2567             Gets or sets how a type name assembly is written and resolved by the serializer.
2568             </summary>
2569             <value>The type name assembly format.</value>
2570         </member>
2571         <member name="P:Newtonsoft.Json.JsonSerializer.PreserveReferencesHandling">
2572             <summary>
2573             Gets or sets how object references are preserved by the serializer.
2574             </summary>
2575         </member>
2576         <member name="P:Newtonsoft.Json.JsonSerializer.ReferenceLoopHandling">
2577             <summary>
2578             Get or set how reference loops (e.g. a class referencing itself) is handled.
2579             </summary>
2580         </member>
2581         <member name="P:Newtonsoft.Json.JsonSerializer.MissingMemberHandling">
2582             <summary>
2583             Get or set how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
2584             </summary>
2585         </member>
2586         <member name="P:Newtonsoft.Json.JsonSerializer.NullValueHandling">
2587             <summary>
2588             Get or set how null values are handled during serialization and deserialization.
2589             </summary>
2590         </member>
2591         <member name="P:Newtonsoft.Json.JsonSerializer.DefaultValueHandling">
2592             <summary>
2593             Get or set how null default are handled during serialization and deserialization.
2594             </summary>
2595         </member>
2596         <member name="P:Newtonsoft.Json.JsonSerializer.ObjectCreationHandling">
2597             <summary>
2598             Gets or sets how objects are created during deserialization.
2599             </summary>
2600             <value>The object creation handling.</value>
2601         </member>
2602         <member name="P:Newtonsoft.Json.JsonSerializer.ConstructorHandling">
2603             <summary>
2604             Gets or sets how constructors are used during deserialization.
2605             </summary>
2606             <value>The constructor handling.</value>
2607         </member>
2608         <member name="P:Newtonsoft.Json.JsonSerializer.MetadataPropertyHandling">
2609             <summary>
2610             Gets or sets how metadata properties are used during deserialization.
2611             </summary>
2612             <value>The metadata properties handling.</value>
2613         </member>
2614         <member name="P:Newtonsoft.Json.JsonSerializer.Converters">
2615             <summary>
2616             Gets a collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.
2617             </summary>
2618             <value>Collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.</value>
2619         </member>
2620         <member name="P:Newtonsoft.Json.JsonSerializer.ContractResolver">
2621             <summary>
2622             Gets or sets the contract resolver used by the serializer when
2623             serializing .NET objects to JSON and vice versa.
2624             </summary>
2625         </member>
2626         <member name="P:Newtonsoft.Json.JsonSerializer.Context">
2627             <summary>
2628             Gets or sets the <see cref="T:System.Runtime.Serialization.StreamingContext"/> used by the serializer when invoking serialization callback methods.
2629             </summary>
2630             <value>The context.</value>
2631         </member>
2632         <member name="P:Newtonsoft.Json.JsonSerializer.Formatting">
2633             <summary>
2634             Indicates how JSON text output is formatted.
2635             </summary>
2636         </member>
2637         <member name="P:Newtonsoft.Json.JsonSerializer.DateFormatHandling">
2638             <summary>
2639             Get or set how dates are written to JSON text.
2640             </summary>
2641         </member>
2642         <member name="P:Newtonsoft.Json.JsonSerializer.DateTimeZoneHandling">
2643             <summary>
2644             Get or set how <see cref="T:System.DateTime"/> time zones are handling during serialization and deserialization.
2645             </summary>
2646         </member>
2647         <member name="P:Newtonsoft.Json.JsonSerializer.DateParseHandling">
2648             <summary>
2649             Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
2650             </summary>
2651         </member>
2652         <member name="P:Newtonsoft.Json.JsonSerializer.FloatParseHandling">
2653             <summary>
2654             Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
2655             </summary>
2656         </member>
2657         <member name="P:Newtonsoft.Json.JsonSerializer.FloatFormatHandling">
2658             <summary>
2659             Get or set how special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>,
2660             <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/>,
2661             are written as JSON text.
2662             </summary>
2663         </member>
2664         <member name="P:Newtonsoft.Json.JsonSerializer.StringEscapeHandling">
2665             <summary>
2666             Get or set how strings are escaped when writing JSON text.
2667             </summary>
2668         </member>
2669         <member name="P:Newtonsoft.Json.JsonSerializer.DateFormatString">
2670             <summary>
2671             Get or set how <see cref="T:System.DateTime"/> and <see cref="T:System.DateTimeOffset"/> values are formatted when writing JSON text, and the expected date format when reading JSON text.
2672             </summary>
2673         </member>
2674         <member name="P:Newtonsoft.Json.JsonSerializer.Culture">
2675             <summary>
2676             Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.
2677             </summary>
2678         </member>
2679         <member name="P:Newtonsoft.Json.JsonSerializer.MaxDepth">
2680             <summary>
2681             Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>.
2682             </summary>
2683         </member>
2684         <member name="P:Newtonsoft.Json.JsonSerializer.CheckAdditionalContent">
2685             <summary>
2686             Gets a value indicating whether there will be a check for additional JSON content after deserializing an object.
2687             </summary>
2688             <value>
2689                 <c>true</c> if there will be a check for additional JSON content after deserializing an object; otherwise, <c>false</c>.
2690             </value>
2691         </member>
2692         <member name="M:Newtonsoft.Json.JsonSerializer.#ctor">
2693             <summary>
2694             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializer"/> class.
2695             </summary>
2696         </member>
2697         <member name="M:Newtonsoft.Json.JsonSerializer.Create">
2698             <summary>
2699             Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance.
2700             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings 
2701             from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>.
2702             </summary>
2703             <returns>
2704             A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance.
2705             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings 
2706             from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>.
2707             </returns>
2708         </member>
2709         <member name="M:Newtonsoft.Json.JsonSerializer.Create(Newtonsoft.Json.JsonSerializerSettings)">
2710             <summary>
2711             Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2712             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings 
2713             from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>.
2714             </summary>
2715             <param name="settings">The settings to be applied to the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.</param>
2716             <returns>
2717             A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2718             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings 
2719             from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>.
2720             </returns>
2721         </member>
2722         <member name="M:Newtonsoft.Json.JsonSerializer.CreateDefault">
2723             <summary>
2724             Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance.
2725             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings 
2726             from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>.
2727             </summary>
2728             <returns>
2729             A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance.
2730             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings 
2731             from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>.
2732             </returns>
2733         </member>
2734         <member name="M:Newtonsoft.Json.JsonSerializer.CreateDefault(Newtonsoft.Json.JsonSerializerSettings)">
2735             <summary>
2736             Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2737             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings 
2738             from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/> as well as the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2739             </summary>
2740             <param name="settings">The settings to be applied to the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.</param>
2741             <returns>
2742             A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2743             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings 
2744             from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/> as well as the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2745             </returns>
2746         </member>
2747         <member name="M:Newtonsoft.Json.JsonSerializer.Populate(System.IO.TextReader,System.Object)">
2748             <summary>
2749             Populates the JSON values onto the target object.
2750             </summary>
2751             <param name="reader">The <see cref="T:System.IO.TextReader"/> that contains the JSON structure to reader values from.</param>
2752             <param name="target">The target object to populate values onto.</param>
2753         </member>
2754         <member name="M:Newtonsoft.Json.JsonSerializer.Populate(Newtonsoft.Json.JsonReader,System.Object)">
2755             <summary>
2756             Populates the JSON values onto the target object.
2757             </summary>
2758             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> that contains the JSON structure to reader values from.</param>
2759             <param name="target">The target object to populate values onto.</param>
2760         </member>
2761         <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(Newtonsoft.Json.JsonReader)">
2762             <summary>
2763             Deserializes the JSON structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.
2764             </summary>
2765             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> that contains the JSON structure to deserialize.</param>
2766             <returns>The <see cref="T:System.Object"/> being deserialized.</returns>
2767         </member>
2768         <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(System.IO.TextReader,System.Type)">
2769             <summary>
2770             Deserializes the JSON structure contained by the specified <see cref="T:System.IO.StringReader"/>
2771             into an instance of the specified type.
2772             </summary>
2773             <param name="reader">The <see cref="T:System.IO.TextReader"/> containing the object.</param>
2774             <param name="objectType">The <see cref="T:System.Type"/> of object being deserialized.</param>
2775             <returns>The instance of <paramref name="objectType"/> being deserialized.</returns>
2776         </member>
2777         <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize``1(Newtonsoft.Json.JsonReader)">
2778             <summary>
2779             Deserializes the JSON structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>
2780             into an instance of the specified type.
2781             </summary>
2782             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the object.</param>
2783             <typeparam name="T">The type of the object to deserialize.</typeparam>
2784             <returns>The instance of <typeparamref name="T"/> being deserialized.</returns>
2785         </member>
2786         <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(Newtonsoft.Json.JsonReader,System.Type)">
2787             <summary>
2788             Deserializes the JSON structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>
2789             into an instance of the specified type.
2790             </summary>
2791             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the object.</param>
2792             <param name="objectType">The <see cref="T:System.Type"/> of object being deserialized.</param>
2793             <returns>The instance of <paramref name="objectType"/> being deserialized.</returns>
2794         </member>
2795         <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(System.IO.TextWriter,System.Object)">
2796             <summary>
2797             Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure
2798             to a <c>Stream</c> using the specified <see cref="T:System.IO.TextWriter"/>. 
2799             </summary>
2800             <param name="textWriter">The <see cref="T:System.IO.TextWriter"/> used to write the JSON structure.</param>
2801             <param name="value">The <see cref="T:System.Object"/> to serialize.</param>
2802         </member>
2803         <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(Newtonsoft.Json.JsonWriter,System.Object,System.Type)">
2804             <summary>
2805             Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure
2806             to a <c>Stream</c> using the specified <see cref="T:System.IO.TextWriter"/>. 
2807             </summary>
2808             <param name="jsonWriter">The <see cref="T:Newtonsoft.Json.JsonWriter"/> used to write the JSON structure.</param>
2809             <param name="value">The <see cref="T:System.Object"/> to serialize.</param>
2810             <param name="objectType">
2811             The type of the value being serialized.
2812             This parameter is used when <see cref="P:Newtonsoft.Json.JsonSerializer.TypeNameHandling"/> is Auto to write out the type name if the type of the value does not match.
2813             Specifing the type is optional.
2814             </param>
2815         </member>
2816         <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(System.IO.TextWriter,System.Object,System.Type)">
2817             <summary>
2818             Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure
2819             to a <c>Stream</c> using the specified <see cref="T:System.IO.TextWriter"/>. 
2820             </summary>
2821             <param name="textWriter">The <see cref="T:System.IO.TextWriter"/> used to write the JSON structure.</param>
2822             <param name="value">The <see cref="T:System.Object"/> to serialize.</param>
2823             <param name="objectType">
2824             The type of the value being serialized.
2825             This parameter is used when <see cref="P:Newtonsoft.Json.JsonSerializer.TypeNameHandling"/> is Auto to write out the type name if the type of the value does not match.
2826             Specifing the type is optional.
2827             </param>
2828         </member>
2829         <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(Newtonsoft.Json.JsonWriter,System.Object)">
2830             <summary>
2831             Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure
2832             to a <c>Stream</c> using the specified <see cref="T:Newtonsoft.Json.JsonWriter"/>. 
2833             </summary>
2834             <param name="jsonWriter">The <see cref="T:Newtonsoft.Json.JsonWriter"/> used to write the JSON structure.</param>
2835             <param name="value">The <see cref="T:System.Object"/> to serialize.</param>
2836         </member>
2837         <member name="T:Newtonsoft.Json.JsonSerializerSettings">
2838             <summary>
2839             Specifies the settings on a <see cref="T:Newtonsoft.Json.JsonSerializer"/> object.
2840             </summary>
2841         </member>
2842         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceLoopHandling">
2843             <summary>
2844             Gets or sets how reference loops (e.g. a class referencing itself) is handled.
2845             </summary>
2846             <value>Reference loop handling.</value>
2847         </member>
2848         <member name="P:Newtonsoft.Json.JsonSerializerSettings.MissingMemberHandling">
2849             <summary>
2850             Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
2851             </summary>
2852             <value>Missing member handling.</value>
2853         </member>
2854         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ObjectCreationHandling">
2855             <summary>
2856             Gets or sets how objects are created during deserialization.
2857             </summary>
2858             <value>The object creation handling.</value>
2859         </member>
2860         <member name="P:Newtonsoft.Json.JsonSerializerSettings.NullValueHandling">
2861             <summary>
2862             Gets or sets how null values are handled during serialization and deserialization.
2863             </summary>
2864             <value>Null value handling.</value>
2865         </member>
2866         <member name="P:Newtonsoft.Json.JsonSerializerSettings.DefaultValueHandling">
2867             <summary>
2868             Gets or sets how null default are handled during serialization and deserialization.
2869             </summary>
2870             <value>The default value handling.</value>
2871         </member>
2872         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Converters">
2873             <summary>
2874             Gets or sets a collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.
2875             </summary>
2876             <value>The converters.</value>
2877         </member>
2878         <member name="P:Newtonsoft.Json.JsonSerializerSettings.PreserveReferencesHandling">
2879             <summary>
2880             Gets or sets how object references are preserved by the serializer.
2881             </summary>
2882             <value>The preserve references handling.</value>
2883         </member>
2884         <member name="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameHandling">
2885             <summary>
2886             Gets or sets how type name writing and reading is handled by the serializer.
2887             </summary>
2888             <value>The type name handling.</value>
2889         </member>
2890         <member name="P:Newtonsoft.Json.JsonSerializerSettings.MetadataPropertyHandling">
2891             <summary>
2892             Gets or sets how metadata properties are used during deserialization.
2893             </summary>
2894             <value>The metadata properties handling.</value>
2895         </member>
2896         <member name="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameAssemblyFormat">
2897             <summary>
2898             Gets or sets how a type name assembly is written and resolved by the serializer.
2899             </summary>
2900             <value>The type name assembly format.</value>
2901         </member>
2902         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ConstructorHandling">
2903             <summary>
2904             Gets or sets how constructors are used during deserialization.
2905             </summary>
2906             <value>The constructor handling.</value>
2907         </member>
2908         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ContractResolver">
2909             <summary>
2910             Gets or sets the contract resolver used by the serializer when
2911             serializing .NET objects to JSON and vice versa.
2912             </summary>
2913             <value>The contract resolver.</value>
2914         </member>
2915         <member name="P:Newtonsoft.Json.JsonSerializerSettings.EqualityComparer">
2916             <summary>
2917             Gets or sets the equality comparer used by the serializer when comparing references.
2918             </summary>
2919             <value>The equality comparer.</value>
2920         </member>
2921         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceResolver">
2922             <summary>
2923             Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.
2924             </summary>
2925             <value>The reference resolver.</value>
2926         </member>
2927         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceResolverProvider">
2928             <summary>
2929             Gets or sets a function that creates the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.
2930             </summary>
2931             <value>A function that creates the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.</value>
2932         </member>
2933         <member name="P:Newtonsoft.Json.JsonSerializerSettings.TraceWriter">
2934             <summary>
2935             Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.ITraceWriter"/> used by the serializer when writing trace messages.
2936             </summary>
2937             <value>The trace writer.</value>
2938         </member>
2939         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Binder">
2940             <summary>
2941             Gets or sets the <see cref="T:System.Runtime.Serialization.SerializationBinder"/> used by the serializer when resolving type names.
2942             </summary>
2943             <value>The binder.</value>
2944         </member>
2945         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Error">
2946             <summary>
2947             Gets or sets the error handler called during serialization and deserialization.
2948             </summary>
2949             <value>The error handler called during serialization and deserialization.</value>
2950         </member>
2951         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Context">
2952             <summary>
2953             Gets or sets the <see cref="T:System.Runtime.Serialization.StreamingContext"/> used by the serializer when invoking serialization callback methods.
2954             </summary>
2955             <value>The context.</value>
2956         </member>
2957         <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateFormatString">
2958             <summary>
2959             Get or set how <see cref="T:System.DateTime"/> and <see cref="T:System.DateTimeOffset"/> values are formatted when writing JSON text, and the expected date format when reading JSON text.
2960             </summary>
2961         </member>
2962         <member name="P:Newtonsoft.Json.JsonSerializerSettings.MaxDepth">
2963             <summary>
2964             Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>.
2965             </summary>
2966         </member>
2967         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Formatting">
2968             <summary>
2969             Indicates how JSON text output is formatted.
2970             </summary>
2971         </member>
2972         <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateFormatHandling">
2973             <summary>
2974             Get or set how dates are written to JSON text.
2975             </summary>
2976         </member>
2977         <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateTimeZoneHandling">
2978             <summary>
2979             Get or set how <see cref="T:System.DateTime"/> time zones are handling during serialization and deserialization.
2980             </summary>
2981         </member>
2982         <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateParseHandling">
2983             <summary>
2984             Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
2985             </summary>
2986         </member>
2987         <member name="P:Newtonsoft.Json.JsonSerializerSettings.FloatFormatHandling">
2988             <summary>
2989             Get or set how special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>,
2990             <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/>,
2991             are written as JSON.
2992             </summary>
2993         </member>
2994         <member name="P:Newtonsoft.Json.JsonSerializerSettings.FloatParseHandling">
2995             <summary>
2996             Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
2997             </summary>
2998         </member>
2999         <member name="P:Newtonsoft.Json.JsonSerializerSettings.StringEscapeHandling">
3000             <summary>
3001             Get or set how strings are escaped when writing JSON text.
3002             </summary>
3003         </member>
3004         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Culture">
3005             <summary>
3006             Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.
3007             </summary>
3008         </member>
3009         <member name="P:Newtonsoft.Json.JsonSerializerSettings.CheckAdditionalContent">
3010             <summary>
3011             Gets a value indicating whether there will be a check for additional content after deserializing an object.
3012             </summary>
3013             <value>
3014                 <c>true</c> if there will be a check for additional content after deserializing an object; otherwise, <c>false</c>.
3015             </value>
3016         </member>
3017         <member name="M:Newtonsoft.Json.JsonSerializerSettings.#ctor">
3018             <summary>
3019             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> class.
3020             </summary>
3021         </member>
3022         <member name="T:Newtonsoft.Json.JsonTextReader">
3023             <summary>
3024             Represents a reader that provides fast, non-cached, forward-only access to JSON text data.
3025             </summary>
3026         </member>
3027         <member name="M:Newtonsoft.Json.JsonTextReader.#ctor(System.IO.TextReader)">
3028             <summary>
3029             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReader"/> class with the specified <see cref="T:System.IO.TextReader"/>.
3030             </summary>
3031             <param name="reader">The <c>TextReader</c> containing the XML data to read.</param>
3032         </member>
3033         <member name="M:Newtonsoft.Json.JsonTextReader.Read">
3034             <summary>
3035             Reads the next JSON token from the stream.
3036             </summary>
3037             <returns>
3038             true if the next token was read successfully; false if there are no more tokens to read.
3039             </returns>
3040         </member>
3041         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsBytes">
3042             <summary>
3043             Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].
3044             </summary>
3045             <returns>
3046             A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.
3047             </returns>
3048         </member>
3049         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDecimal">
3050             <summary>
3051             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
3052             </summary>
3053             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
3054         </member>
3055         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsInt32">
3056             <summary>
3057             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
3058             </summary>
3059             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
3060         </member>
3061         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsString">
3062             <summary>
3063             Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
3064             </summary>
3065             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
3066         </member>
3067         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTime">
3068             <summary>
3069             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
3070             </summary>
3071             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
3072         </member>
3073         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTimeOffset">
3074             <summary>
3075             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
3076             </summary>
3077             <returns>A <see cref="T:System.DateTimeOffset"/>. This method will return <c>null</c> at the end of an array.</returns>
3078         </member>
3079         <member name="M:Newtonsoft.Json.JsonTextReader.Close">
3080             <summary>
3081             Changes the state to closed. 
3082             </summary>
3083         </member>
3084         <member name="M:Newtonsoft.Json.JsonTextReader.HasLineInfo">
3085             <summary>
3086             Gets a value indicating whether the class can return line information.
3087             </summary>
3088             <returns>
3089                 <c>true</c> if LineNumber and LinePosition can be provided; otherwise, <c>false</c>.
3090             </returns>
3091         </member>
3092         <member name="P:Newtonsoft.Json.JsonTextReader.LineNumber">
3093             <summary>
3094             Gets the current line number.
3095             </summary>
3096             <value>
3097             The current line number or 0 if no line information is available (for example, HasLineInfo returns false).
3098             </value>
3099         </member>
3100         <member name="P:Newtonsoft.Json.JsonTextReader.LinePosition">
3101             <summary>
3102             Gets the current line position.
3103             </summary>
3104             <value>
3105             The current line position or 0 if no line information is available (for example, HasLineInfo returns false).
3106             </value>
3107         </member>
3108         <member name="T:Newtonsoft.Json.JsonTextWriter">
3109             <summary>
3110             Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
3111             </summary>
3112         </member>
3113         <member name="P:Newtonsoft.Json.JsonTextWriter.Indentation">
3114             <summary>
3115             Gets or sets how many IndentChars to write for each level in the hierarchy when <see cref="T:Newtonsoft.Json.Formatting"/> is set to <c>Formatting.Indented</c>.
3116             </summary>
3117         </member>
3118         <member name="P:Newtonsoft.Json.JsonTextWriter.QuoteChar">
3119             <summary>
3120             Gets or sets which character to use to quote attribute values.
3121             </summary>
3122         </member>
3123         <member name="P:Newtonsoft.Json.JsonTextWriter.IndentChar">
3124             <summary>
3125             Gets or sets which character to use for indenting when <see cref="T:Newtonsoft.Json.Formatting"/> is set to <c>Formatting.Indented</c>.
3126             </summary>
3127         </member>
3128         <member name="P:Newtonsoft.Json.JsonTextWriter.QuoteName">
3129             <summary>
3130             Gets or sets a value indicating whether object names will be surrounded with quotes.
3131             </summary>
3132         </member>
3133         <member name="M:Newtonsoft.Json.JsonTextWriter.#ctor(System.IO.TextWriter)">
3134             <summary>
3135             Creates an instance of the <c>JsonWriter</c> class using the specified <see cref="T:System.IO.TextWriter"/>. 
3136             </summary>
3137             <param name="textWriter">The <c>TextWriter</c> to write to.</param>
3138         </member>
3139         <member name="M:Newtonsoft.Json.JsonTextWriter.Flush">
3140             <summary>
3141             Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
3142             </summary>
3143         </member>
3144         <member name="M:Newtonsoft.Json.JsonTextWriter.Close">
3145             <summary>
3146             Closes this stream and the underlying stream.
3147             </summary>
3148         </member>
3149         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartObject">
3150             <summary>
3151             Writes the beginning of a JSON object.
3152             </summary>
3153         </member>
3154         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartArray">
3155             <summary>
3156             Writes the beginning of a JSON array.
3157             </summary>
3158         </member>
3159         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartConstructor(System.String)">
3160             <summary>
3161             Writes the start of a constructor with the given name.
3162             </summary>
3163             <param name="name">The name of the constructor.</param>
3164         </member>
3165         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
3166             <summary>
3167             Writes the specified end token.
3168             </summary>
3169             <param name="token">The end token to write.</param>
3170         </member>
3171         <member name="M:Newtonsoft.Json.JsonTextWriter.WritePropertyName(System.String)">
3172             <summary>
3173             Writes the property name of a name/value pair on a JSON object.
3174             </summary>
3175             <param name="name">The name of the property.</param>
3176         </member>
3177         <member name="M:Newtonsoft.Json.JsonTextWriter.WritePropertyName(System.String,System.Boolean)">
3178             <summary>
3179             Writes the property name of a name/value pair on a JSON object.
3180             </summary>
3181             <param name="name">The name of the property.</param>
3182             <param name="escape">A flag to indicate whether the text should be escaped when it is written as a JSON property name.</param>
3183         </member>
3184         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteIndent">
3185             <summary>
3186             Writes indent characters.
3187             </summary>
3188         </member>
3189         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValueDelimiter">
3190             <summary>
3191             Writes the JSON value delimiter.
3192             </summary>
3193         </member>
3194         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteIndentSpace">
3195             <summary>
3196             Writes an indent space.
3197             </summary>
3198         </member>
3199         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Object)">
3200             <summary>
3201             Writes a <see cref="T:System.Object"/> value.
3202             An error will raised if the value cannot be written as a single JSON token.
3203             </summary>
3204             <param name="value">The <see cref="T:System.Object"/> value to write.</param>
3205         </member>
3206         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteNull">
3207             <summary>
3208             Writes a null value.
3209             </summary>
3210         </member>
3211         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteUndefined">
3212             <summary>
3213             Writes an undefined value.
3214             </summary>
3215         </member>
3216         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteRaw(System.String)">
3217             <summary>
3218             Writes raw JSON.
3219             </summary>
3220             <param name="json">The raw JSON to write.</param>
3221         </member>
3222         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.String)">
3223             <summary>
3224             Writes a <see cref="T:System.String"/> value.
3225             </summary>
3226             <param name="value">The <see cref="T:System.String"/> value to write.</param>
3227         </member>
3228         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int32)">
3229             <summary>
3230             Writes a <see cref="T:System.Int32"/> value.
3231             </summary>
3232             <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
3233         </member>
3234         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt32)">
3235             <summary>
3236             Writes a <see cref="T:System.UInt32"/> value.
3237             </summary>
3238             <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
3239         </member>
3240         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int64)">
3241             <summary>
3242             Writes a <see cref="T:System.Int64"/> value.
3243             </summary>
3244             <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
3245         </member>
3246         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt64)">
3247             <summary>
3248             Writes a <see cref="T:System.UInt64"/> value.
3249             </summary>
3250             <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
3251         </member>
3252         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Single)">
3253             <summary>
3254             Writes a <see cref="T:System.Single"/> value.
3255             </summary>
3256             <param name="value">The <see cref="T:System.Single"/> value to write.</param>
3257         </member>
3258         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Nullable{System.Single})">
3259             <summary>
3260             Writes a <see cref="T:System.Nullable`1"/> value.
3261             </summary>
3262             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3263         </member>
3264         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Double)">
3265             <summary>
3266             Writes a <see cref="T:System.Double"/> value.
3267             </summary>
3268             <param name="value">The <see cref="T:System.Double"/> value to write.</param>
3269         </member>
3270         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Nullable{System.Double})">
3271             <summary>
3272             Writes a <see cref="T:System.Nullable`1"/> value.
3273             </summary>
3274             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3275         </member>
3276         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Boolean)">
3277             <summary>
3278             Writes a <see cref="T:System.Boolean"/> value.
3279             </summary>
3280             <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
3281         </member>
3282         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int16)">
3283             <summary>
3284             Writes a <see cref="T:System.Int16"/> value.
3285             </summary>
3286             <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
3287         </member>
3288         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt16)">
3289             <summary>
3290             Writes a <see cref="T:System.UInt16"/> value.
3291             </summary>
3292             <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
3293         </member>
3294         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Char)">
3295             <summary>
3296             Writes a <see cref="T:System.Char"/> value.
3297             </summary>
3298             <param name="value">The <see cref="T:System.Char"/> value to write.</param>
3299         </member>
3300         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Byte)">
3301             <summary>
3302             Writes a <see cref="T:System.Byte"/> value.
3303             </summary>
3304             <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
3305         </member>
3306         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.SByte)">
3307             <summary>
3308             Writes a <see cref="T:System.SByte"/> value.
3309             </summary>
3310             <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
3311         </member>
3312         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Decimal)">
3313             <summary>
3314             Writes a <see cref="T:System.Decimal"/> value.
3315             </summary>
3316             <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
3317         </member>
3318         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.DateTime)">
3319             <summary>
3320             Writes a <see cref="T:System.DateTime"/> value.
3321             </summary>
3322             <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
3323         </member>
3324         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Byte[])">
3325             <summary>
3326             Writes a <see cref="T:System.Byte"/>[] value.
3327             </summary>
3328             <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param>
3329         </member>
3330         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.DateTimeOffset)">
3331             <summary>
3332             Writes a <see cref="T:System.DateTimeOffset"/> value.
3333             </summary>
3334             <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>
3335         </member>
3336         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Guid)">
3337             <summary>
3338             Writes a <see cref="T:System.Guid"/> value.
3339             </summary>
3340             <param name="value">The <see cref="T:System.Guid"/> value to write.</param>
3341         </member>
3342         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.TimeSpan)">
3343             <summary>
3344             Writes a <see cref="T:System.TimeSpan"/> value.
3345             </summary>
3346             <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>
3347         </member>
3348         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Uri)">
3349             <summary>
3350             Writes a <see cref="T:System.Uri"/> value.
3351             </summary>
3352             <param name="value">The <see cref="T:System.Uri"/> value to write.</param>
3353         </member>
3354         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteComment(System.String)">
3355             <summary>
3356             Writes out a comment <code>/*...*/</code> containing the specified text. 
3357             </summary>
3358             <param name="text">Text to place inside the comment.</param>
3359         </member>
3360         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteWhitespace(System.String)">
3361             <summary>
3362             Writes out the given white space.
3363             </summary>
3364             <param name="ws">The string of white space characters.</param>
3365         </member>
3366         <member name="T:Newtonsoft.Json.JsonToken">
3367             <summary>
3368             Specifies the type of JSON token.
3369             </summary>
3370         </member>
3371         <member name="F:Newtonsoft.Json.JsonToken.None">
3372             <summary>
3373             This is returned by the <see cref="T:Newtonsoft.Json.JsonReader"/> if a <see cref="M:Newtonsoft.Json.JsonReader.Read"/> method has not been called. 
3374             </summary>
3375         </member>
3376         <member name="F:Newtonsoft.Json.JsonToken.StartObject">
3377             <summary>
3378             An object start token.
3379             </summary>
3380         </member>
3381         <member name="F:Newtonsoft.Json.JsonToken.StartArray">
3382             <summary>
3383             An array start token.
3384             </summary>
3385         </member>
3386         <member name="F:Newtonsoft.Json.JsonToken.StartConstructor">
3387             <summary>
3388             A constructor start token.
3389             </summary>
3390         </member>
3391         <member name="F:Newtonsoft.Json.JsonToken.PropertyName">
3392             <summary>
3393             An object property name.
3394             </summary>
3395         </member>
3396         <member name="F:Newtonsoft.Json.JsonToken.Comment">
3397             <summary>
3398             A comment.
3399             </summary>
3400         </member>
3401         <member name="F:Newtonsoft.Json.JsonToken.Raw">
3402             <summary>
3403             Raw JSON.
3404             </summary>
3405         </member>
3406         <member name="F:Newtonsoft.Json.JsonToken.Integer">
3407             <summary>
3408             An integer.
3409             </summary>
3410         </member>
3411         <member name="F:Newtonsoft.Json.JsonToken.Float">
3412             <summary>
3413             A float.
3414             </summary>
3415         </member>
3416         <member name="F:Newtonsoft.Json.JsonToken.String">
3417             <summary>
3418             A string.
3419             </summary>
3420         </member>
3421         <member name="F:Newtonsoft.Json.JsonToken.Boolean">
3422             <summary>
3423             A boolean.
3424             </summary>
3425         </member>
3426         <member name="F:Newtonsoft.Json.JsonToken.Null">
3427             <summary>
3428             A null token.
3429             </summary>
3430         </member>
3431         <member name="F:Newtonsoft.Json.JsonToken.Undefined">
3432             <summary>
3433             An undefined token.
3434             </summary>
3435         </member>
3436         <member name="F:Newtonsoft.Json.JsonToken.EndObject">
3437             <summary>
3438             An object end token.
3439             </summary>
3440         </member>
3441         <member name="F:Newtonsoft.Json.JsonToken.EndArray">
3442             <summary>
3443             An array end token.
3444             </summary>
3445         </member>
3446         <member name="F:Newtonsoft.Json.JsonToken.EndConstructor">
3447             <summary>
3448             A constructor end token.
3449             </summary>
3450         </member>
3451         <member name="F:Newtonsoft.Json.JsonToken.Date">
3452             <summary>
3453             A Date.
3454             </summary>
3455         </member>
3456         <member name="F:Newtonsoft.Json.JsonToken.Bytes">
3457             <summary>
3458             Byte data.
3459             </summary>
3460         </member>
3461         <member name="T:Newtonsoft.Json.JsonValidatingReader">
3462             <summary>
3463             <para>
3464             Represents a reader that provides <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> validation.
3465             </para>
3466             <note type="caution">
3467             JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
3468             </note>
3469             </summary>
3470         </member>
3471         <member name="E:Newtonsoft.Json.JsonValidatingReader.ValidationEventHandler">
3472             <summary>
3473             Sets an event handler for receiving schema validation errors.
3474             </summary>
3475         </member>
3476         <member name="P:Newtonsoft.Json.JsonValidatingReader.Value">
3477             <summary>
3478             Gets the text value of the current JSON token.
3479             </summary>
3480             <value></value>
3481         </member>
3482         <member name="P:Newtonsoft.Json.JsonValidatingReader.Depth">
3483             <summary>
3484             Gets the depth of the current token in the JSON document.
3485             </summary>
3486             <value>The depth of the current token in the JSON document.</value>
3487         </member>
3488         <member name="P:Newtonsoft.Json.JsonValidatingReader.Path">
3489             <summary>
3490             Gets the path of the current JSON token. 
3491             </summary>
3492         </member>
3493         <member name="P:Newtonsoft.Json.JsonValidatingReader.QuoteChar">
3494             <summary>
3495             Gets the quotation mark character used to enclose the value of a string.
3496             </summary>
3497             <value></value>
3498         </member>
3499         <member name="P:Newtonsoft.Json.JsonValidatingReader.TokenType">
3500             <summary>
3501             Gets the type of the current JSON token.
3502             </summary>
3503             <value></value>
3504         </member>
3505         <member name="P:Newtonsoft.Json.JsonValidatingReader.ValueType">
3506             <summary>
3507             Gets the Common Language Runtime (CLR) type for the current JSON token.
3508             </summary>
3509             <value></value>
3510         </member>
3511         <member name="M:Newtonsoft.Json.JsonValidatingReader.#ctor(Newtonsoft.Json.JsonReader)">
3512             <summary>
3513             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonValidatingReader"/> class that
3514             validates the content returned from the given <see cref="T:Newtonsoft.Json.JsonReader"/>.
3515             </summary>
3516             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from while validating.</param>
3517         </member>
3518         <member name="P:Newtonsoft.Json.JsonValidatingReader.Schema">
3519             <summary>
3520             Gets or sets the schema.
3521             </summary>
3522             <value>The schema.</value>
3523         </member>
3524         <member name="P:Newtonsoft.Json.JsonValidatingReader.Reader">
3525             <summary>
3526             Gets the <see cref="T:Newtonsoft.Json.JsonReader"/> used to construct this <see cref="T:Newtonsoft.Json.JsonValidatingReader"/>.
3527             </summary>
3528             <value>The <see cref="T:Newtonsoft.Json.JsonReader"/> specified in the constructor.</value>
3529         </member>
3530         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsInt32">
3531             <summary>
3532             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
3533             </summary>
3534             <returns>A <see cref="T:System.Nullable`1"/>.</returns>
3535         </member>
3536         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsBytes">
3537             <summary>
3538             Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].
3539             </summary>
3540             <returns>
3541             A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null.
3542             </returns>
3543         </member>
3544         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDecimal">
3545             <summary>
3546             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
3547             </summary>
3548             <returns>A <see cref="T:System.Nullable`1"/>.</returns>
3549         </member>
3550         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsString">
3551             <summary>
3552             Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
3553             </summary>
3554             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
3555         </member>
3556         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDateTime">
3557             <summary>
3558             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
3559             </summary>
3560             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
3561         </member>
3562         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDateTimeOffset">
3563             <summary>
3564             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
3565             </summary>
3566             <returns>A <see cref="T:System.Nullable`1"/>.</returns>
3567         </member>
3568         <member name="M:Newtonsoft.Json.JsonValidatingReader.Read">
3569             <summary>
3570             Reads the next JSON token from the stream.
3571             </summary>
3572             <returns>
3573             true if the next token was read successfully; false if there are no more tokens to read.
3574             </returns>
3575         </member>
3576         <member name="T:Newtonsoft.Json.JsonWriter">
3577             <summary>
3578             Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
3579             </summary>
3580         </member>
3581         <member name="P:Newtonsoft.Json.JsonWriter.CloseOutput">
3582             <summary>
3583             Gets or sets a value indicating whether the underlying stream or
3584             <see cref="T:System.IO.TextReader"/> should be closed when the writer is closed.
3585             </summary>
3586             <value>
3587             true to close the underlying stream or <see cref="T:System.IO.TextReader"/> when
3588             the writer is closed; otherwise false. The default is true.
3589             </value>
3590         </member>
3591         <member name="P:Newtonsoft.Json.JsonWriter.Top">
3592             <summary>
3593             Gets the top.
3594             </summary>
3595             <value>The top.</value>
3596         </member>
3597         <member name="P:Newtonsoft.Json.JsonWriter.WriteState">
3598             <summary>
3599             Gets the state of the writer.
3600             </summary>
3601         </member>
3602         <member name="P:Newtonsoft.Json.JsonWriter.Path">
3603             <summary>
3604             Gets the path of the writer. 
3605             </summary>
3606         </member>
3607         <member name="P:Newtonsoft.Json.JsonWriter.Formatting">
3608             <summary>
3609             Indicates how JSON text output is formatted.
3610             </summary>
3611         </member>
3612         <member name="P:Newtonsoft.Json.JsonWriter.DateFormatHandling">
3613             <summary>
3614             Get or set how dates are written to JSON text.
3615             </summary>
3616         </member>
3617         <member name="P:Newtonsoft.Json.JsonWriter.DateTimeZoneHandling">
3618             <summary>
3619             Get or set how <see cref="T:System.DateTime"/> time zones are handling when writing JSON text.
3620             </summary>
3621         </member>
3622         <member name="P:Newtonsoft.Json.JsonWriter.StringEscapeHandling">
3623             <summary>
3624             Get or set how strings are escaped when writing JSON text.
3625             </summary>
3626         </member>
3627         <member name="P:Newtonsoft.Json.JsonWriter.FloatFormatHandling">
3628             <summary>
3629             Get or set how special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>,
3630             <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/>,
3631             are written to JSON text.
3632             </summary>
3633         </member>
3634         <member name="P:Newtonsoft.Json.JsonWriter.DateFormatString">
3635             <summary>
3636             Get or set how <see cref="T:System.DateTime"/> and <see cref="T:System.DateTimeOffset"/> values are formatting when writing JSON text.
3637             </summary>
3638         </member>
3639         <member name="P:Newtonsoft.Json.JsonWriter.Culture">
3640             <summary>
3641             Gets or sets the culture used when writing JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.
3642             </summary>
3643         </member>
3644         <member name="M:Newtonsoft.Json.JsonWriter.#ctor">
3645             <summary>
3646             Creates an instance of the <c>JsonWriter</c> class. 
3647             </summary>
3648         </member>
3649         <member name="M:Newtonsoft.Json.JsonWriter.Flush">
3650             <summary>
3651             Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
3652             </summary>
3653         </member>
3654         <member name="M:Newtonsoft.Json.JsonWriter.Close">
3655             <summary>
3656             Closes this stream and the underlying stream.
3657             </summary>
3658         </member>
3659         <member name="M:Newtonsoft.Json.JsonWriter.WriteStartObject">
3660             <summary>
3661             Writes the beginning of a JSON object.
3662             </summary>
3663         </member>
3664         <member name="M:Newtonsoft.Json.JsonWriter.WriteEndObject">
3665             <summary>
3666             Writes the end of a JSON object.
3667             </summary>
3668         </member>
3669         <member name="M:Newtonsoft.Json.JsonWriter.WriteStartArray">
3670             <summary>
3671             Writes the beginning of a JSON array.
3672             </summary>
3673         </member>
3674         <member name="M:Newtonsoft.Json.JsonWriter.WriteEndArray">
3675             <summary>
3676             Writes the end of an array.
3677             </summary>
3678         </member>
3679         <member name="M:Newtonsoft.Json.JsonWriter.WriteStartConstructor(System.String)">
3680             <summary>
3681             Writes the start of a constructor with the given name.
3682             </summary>
3683             <param name="name">The name of the constructor.</param>
3684         </member>
3685         <member name="M:Newtonsoft.Json.JsonWriter.WriteEndConstructor">
3686             <summary>
3687             Writes the end constructor.
3688             </summary>
3689         </member>
3690         <member name="M:Newtonsoft.Json.JsonWriter.WritePropertyName(System.String)">
3691             <summary>
3692             Writes the property name of a name/value pair on a JSON object.
3693             </summary>
3694             <param name="name">The name of the property.</param>
3695         </member>
3696         <member name="M:Newtonsoft.Json.JsonWriter.WritePropertyName(System.String,System.Boolean)">
3697             <summary>
3698             Writes the property name of a name/value pair on a JSON object.
3699             </summary>
3700             <param name="name">The name of the property.</param>
3701             <param name="escape">A flag to indicate whether the text should be escaped when it is written as a JSON property name.</param>
3702         </member>
3703         <member name="M:Newtonsoft.Json.JsonWriter.WriteEnd">
3704             <summary>
3705             Writes the end of the current JSON object or array.
3706             </summary>
3707         </member>
3708         <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonReader)">
3709             <summary>
3710             Writes the current <see cref="T:Newtonsoft.Json.JsonReader"/> token and its children.
3711             </summary>
3712             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read the token from.</param>
3713         </member>
3714         <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonReader,System.Boolean)">
3715             <summary>
3716             Writes the current <see cref="T:Newtonsoft.Json.JsonReader"/> token.
3717             </summary>
3718             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read the token from.</param>
3719             <param name="writeChildren">A flag indicating whether the current token's children should be written.</param>
3720         </member>
3721         <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonToken,System.Object)">
3722             <summary>
3723             Writes the <see cref="T:Newtonsoft.Json.JsonToken"/> token and its value.
3724             </summary>
3725             <param name="token">The <see cref="T:Newtonsoft.Json.JsonToken"/> to write.</param>
3726             <param name="value">
3727             The value to write.
3728             A value is only required for tokens that have an associated value, e.g. the <see cref="T:System.String"/> property name for <see cref="F:Newtonsoft.Json.JsonToken.PropertyName"/>.
3729             A null value can be passed to the method for token's that don't have a value, e.g. <see cref="F:Newtonsoft.Json.JsonToken.StartObject"/>.</param>
3730         </member>
3731         <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonToken)">
3732             <summary>
3733             Writes the <see cref="T:Newtonsoft.Json.JsonToken"/> token.
3734             </summary>
3735             <param name="token">The <see cref="T:Newtonsoft.Json.JsonToken"/> to write.</param>
3736         </member>
3737         <member name="M:Newtonsoft.Json.JsonWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
3738             <summary>
3739             Writes the specified end token.
3740             </summary>
3741             <param name="token">The end token to write.</param>
3742         </member>
3743         <member name="M:Newtonsoft.Json.JsonWriter.WriteIndent">
3744             <summary>
3745             Writes indent characters.
3746             </summary>
3747         </member>
3748         <member name="M:Newtonsoft.Json.JsonWriter.WriteValueDelimiter">
3749             <summary>
3750             Writes the JSON value delimiter.
3751             </summary>
3752         </member>
3753         <member name="M:Newtonsoft.Json.JsonWriter.WriteIndentSpace">
3754             <summary>
3755             Writes an indent space.
3756             </summary>
3757         </member>
3758         <member name="M:Newtonsoft.Json.JsonWriter.WriteNull">
3759             <summary>
3760             Writes a null value.
3761             </summary>
3762         </member>
3763         <member name="M:Newtonsoft.Json.JsonWriter.WriteUndefined">
3764             <summary>
3765             Writes an undefined value.
3766             </summary>
3767         </member>
3768         <member name="M:Newtonsoft.Json.JsonWriter.WriteRaw(System.String)">
3769             <summary>
3770             Writes raw JSON without changing the writer's state.
3771             </summary>
3772             <param name="json">The raw JSON to write.</param>
3773         </member>
3774         <member name="M:Newtonsoft.Json.JsonWriter.WriteRawValue(System.String)">
3775             <summary>
3776             Writes raw JSON where a value is expected and updates the writer's state.
3777             </summary>
3778             <param name="json">The raw JSON to write.</param>
3779         </member>
3780         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.String)">
3781             <summary>
3782             Writes a <see cref="T:System.String"/> value.
3783             </summary>
3784             <param name="value">The <see cref="T:System.String"/> value to write.</param>
3785         </member>
3786         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int32)">
3787             <summary>
3788             Writes a <see cref="T:System.Int32"/> value.
3789             </summary>
3790             <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
3791         </member>
3792         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt32)">
3793             <summary>
3794             Writes a <see cref="T:System.UInt32"/> value.
3795             </summary>
3796             <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
3797         </member>
3798         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int64)">
3799             <summary>
3800             Writes a <see cref="T:System.Int64"/> value.
3801             </summary>
3802             <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
3803         </member>
3804         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt64)">
3805             <summary>
3806             Writes a <see cref="T:System.UInt64"/> value.
3807             </summary>
3808             <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
3809         </member>
3810         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Single)">
3811             <summary>
3812             Writes a <see cref="T:System.Single"/> value.
3813             </summary>
3814             <param name="value">The <see cref="T:System.Single"/> value to write.</param>
3815         </member>
3816         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Double)">
3817             <summary>
3818             Writes a <see cref="T:System.Double"/> value.
3819             </summary>
3820             <param name="value">The <see cref="T:System.Double"/> value to write.</param>
3821         </member>
3822         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Boolean)">
3823             <summary>
3824             Writes a <see cref="T:System.Boolean"/> value.
3825             </summary>
3826             <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
3827         </member>
3828         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int16)">
3829             <summary>
3830             Writes a <see cref="T:System.Int16"/> value.
3831             </summary>
3832             <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
3833         </member>
3834         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt16)">
3835             <summary>
3836             Writes a <see cref="T:System.UInt16"/> value.
3837             </summary>
3838             <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
3839         </member>
3840         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Char)">
3841             <summary>
3842             Writes a <see cref="T:System.Char"/> value.
3843             </summary>
3844             <param name="value">The <see cref="T:System.Char"/> value to write.</param>
3845         </member>
3846         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Byte)">
3847             <summary>
3848             Writes a <see cref="T:System.Byte"/> value.
3849             </summary>
3850             <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
3851         </member>
3852         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.SByte)">
3853             <summary>
3854             Writes a <see cref="T:System.SByte"/> value.
3855             </summary>
3856             <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
3857         </member>
3858         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Decimal)">
3859             <summary>
3860             Writes a <see cref="T:System.Decimal"/> value.
3861             </summary>
3862             <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
3863         </member>
3864         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.DateTime)">
3865             <summary>
3866             Writes a <see cref="T:System.DateTime"/> value.
3867             </summary>
3868             <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
3869         </member>
3870         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.DateTimeOffset)">
3871             <summary>
3872             Writes a <see cref="T:System.DateTimeOffset"/> value.
3873             </summary>
3874             <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>
3875         </member>
3876         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Guid)">
3877             <summary>
3878             Writes a <see cref="T:System.Guid"/> value.
3879             </summary>
3880             <param name="value">The <see cref="T:System.Guid"/> value to write.</param>
3881         </member>
3882         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.TimeSpan)">
3883             <summary>
3884             Writes a <see cref="T:System.TimeSpan"/> value.
3885             </summary>
3886             <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>
3887         </member>
3888         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int32})">
3889             <summary>
3890             Writes a <see cref="T:System.Nullable`1"/> value.
3891             </summary>
3892             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3893         </member>
3894         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt32})">
3895             <summary>
3896             Writes a <see cref="T:System.Nullable`1"/> value.
3897             </summary>
3898             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3899         </member>
3900         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int64})">
3901             <summary>
3902             Writes a <see cref="T:System.Nullable`1"/> value.
3903             </summary>
3904             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3905         </member>
3906         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt64})">
3907             <summary>
3908             Writes a <see cref="T:System.Nullable`1"/> value.
3909             </summary>
3910             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3911         </member>
3912         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Single})">
3913             <summary>
3914             Writes a <see cref="T:System.Nullable`1"/> value.
3915             </summary>
3916             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3917         </member>
3918         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Double})">
3919             <summary>
3920             Writes a <see cref="T:System.Nullable`1"/> value.
3921             </summary>
3922             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3923         </member>
3924         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Boolean})">
3925             <summary>
3926             Writes a <see cref="T:System.Nullable`1"/> value.
3927             </summary>
3928             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3929         </member>
3930         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int16})">
3931             <summary>
3932             Writes a <see cref="T:System.Nullable`1"/> value.
3933             </summary>
3934             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3935         </member>
3936         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt16})">
3937             <summary>
3938             Writes a <see cref="T:System.Nullable`1"/> value.
3939             </summary>
3940             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3941         </member>
3942         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Char})">
3943             <summary>
3944             Writes a <see cref="T:System.Nullable`1"/> value.
3945             </summary>
3946             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3947         </member>
3948         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Byte})">
3949             <summary>
3950             Writes a <see cref="T:System.Nullable`1"/> value.
3951             </summary>
3952             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3953         </member>
3954         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.SByte})">
3955             <summary>
3956             Writes a <see cref="T:System.Nullable`1"/> value.
3957             </summary>
3958             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3959         </member>
3960         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Decimal})">
3961             <summary>
3962             Writes a <see cref="T:System.Nullable`1"/> value.
3963             </summary>
3964             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3965         </member>
3966         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.DateTime})">
3967             <summary>
3968             Writes a <see cref="T:System.Nullable`1"/> value.
3969             </summary>
3970             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3971         </member>
3972         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.DateTimeOffset})">
3973             <summary>
3974             Writes a <see cref="T:System.Nullable`1"/> value.
3975             </summary>
3976             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3977         </member>
3978         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Guid})">
3979             <summary>
3980             Writes a <see cref="T:System.Nullable`1"/> value.
3981             </summary>
3982             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3983         </member>
3984         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.TimeSpan})">
3985             <summary>
3986             Writes a <see cref="T:System.Nullable`1"/> value.
3987             </summary>
3988             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3989         </member>
3990         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Byte[])">
3991             <summary>
3992             Writes a <see cref="T:System.Byte"/>[] value.
3993             </summary>
3994             <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param>
3995         </member>
3996         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Uri)">
3997             <summary>
3998             Writes a <see cref="T:System.Uri"/> value.
3999             </summary>
4000             <param name="value">The <see cref="T:System.Uri"/> value to write.</param>
4001         </member>
4002         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Object)">
4003             <summary>
4004             Writes a <see cref="T:System.Object"/> value.
4005             An error will raised if the value cannot be written as a single JSON token.
4006             </summary>
4007             <param name="value">The <see cref="T:System.Object"/> value to write.</param>
4008         </member>
4009         <member name="M:Newtonsoft.Json.JsonWriter.WriteComment(System.String)">
4010             <summary>
4011             Writes out a comment <code>/*...*/</code> containing the specified text. 
4012             </summary>
4013             <param name="text">Text to place inside the comment.</param>
4014         </member>
4015         <member name="M:Newtonsoft.Json.JsonWriter.WriteWhitespace(System.String)">
4016             <summary>
4017             Writes out the given white space.
4018             </summary>
4019             <param name="ws">The string of white space characters.</param>
4020         </member>
4021         <member name="M:Newtonsoft.Json.JsonWriter.SetWriteState(Newtonsoft.Json.JsonToken,System.Object)">
4022             <summary>
4023             Sets the state of the JsonWriter,
4024             </summary>
4025             <param name="token">The JsonToken being written.</param>
4026             <param name="value">The value being written.</param>
4027         </member>
4028         <member name="T:Newtonsoft.Json.JsonWriterException">
4029             <summary>
4030             The exception thrown when an error occurs while reading JSON text.
4031             </summary>
4032         </member>
4033         <member name="P:Newtonsoft.Json.JsonWriterException.Path">
4034             <summary>
4035             Gets the path to the JSON where the error occurred.
4036             </summary>
4037             <value>The path to the JSON where the error occurred.</value>
4038         </member>
4039         <member name="M:Newtonsoft.Json.JsonWriterException.#ctor">
4040             <summary>
4041             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class.
4042             </summary>
4043         </member>
4044         <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.String)">
4045             <summary>
4046             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class
4047             with a specified error message.
4048             </summary>
4049             <param name="message">The error message that explains the reason for the exception.</param>
4050         </member>
4051         <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.String,System.Exception)">
4052             <summary>
4053             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class
4054             with a specified error message and a reference to the inner exception that is the cause of this exception.
4055             </summary>
4056             <param name="message">The error message that explains the reason for the exception.</param>
4057             <param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.</param>
4058         </member>
4059         <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
4060             <summary>
4061             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class.
4062             </summary>
4063             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
4064             <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
4065             <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception>
4066             <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception>
4067         </member>
4068         <member name="T:Newtonsoft.Json.Linq.CommentHandling">
4069             <summary>
4070             Specifies how JSON comments are handled when loading JSON.
4071             </summary>
4072         </member>
4073         <member name="F:Newtonsoft.Json.Linq.CommentHandling.Ignore">
4074             <summary>
4075             Ignore comments.
4076             </summary>
4077         </member>
4078         <member name="F:Newtonsoft.Json.Linq.CommentHandling.Load">
4079             <summary>
4080             Load comments as a <see cref="T:Newtonsoft.Json.Linq.JValue"/> with type <see cref="F:Newtonsoft.Json.Linq.JTokenType.Comment"/>.
4081             </summary>
4082         </member>
4083         <member name="T:Newtonsoft.Json.Linq.Extensions">
4084             <summary>
4085             Contains the LINQ to JSON extension methods.
4086             </summary>
4087         </member>
4088         <member name="M:Newtonsoft.Json.Linq.Extensions.Ancestors``1(System.Collections.Generic.IEnumerable{``0})">
4089             <summary>
4090             Returns a collection of tokens that contains the ancestors of every token in the source collection.
4091             </summary>
4092             <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</typeparam>
4093             <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>
4094             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the ancestors of every token in the source collection.</returns>
4095         </member>
4096         <member name="M:Newtonsoft.Json.Linq.Extensions.AncestorsAndSelf``1(System.Collections.Generic.IEnumerable{``0})">
4097             <summary>
4098             Returns a collection of tokens that contains every token in the source collection, and the ancestors of every token in the source collection.
4099             </summary>
4100             <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</typeparam>
4101             <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>
4102             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains every token in the source collection, the ancestors of every token in the source collection.</returns>
4103         </member>
4104         <member name="M:Newtonsoft.Json.Linq.Extensions.Descendants``1(System.Collections.Generic.IEnumerable{``0})">
4105             <summary>
4106             Returns a collection of tokens that contains the descendants of every token in the source collection.
4107             </summary>
4108             <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JContainer"/>.</typeparam>
4109             <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>
4110             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the descendants of every token in the source collection.</returns>
4111         </member>
4112         <member name="M:Newtonsoft.Json.Linq.Extensions.DescendantsAndSelf``1(System.Collections.Generic.IEnumerable{``0})">
4113             <summary>
4114             Returns a collection of tokens that contains every token in the source collection, and the descendants of every token in the source collection.
4115             </summary>
4116             <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JContainer"/>.</typeparam>
4117             <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>
4118             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains every token in the source collection, and the descendants of every token in the source collection.</returns>
4119         </member>
4120         <member name="M:Newtonsoft.Json.Linq.Extensions.Properties(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JObject})">
4121             <summary>
4122             Returns a collection of child properties of every object in the source collection.
4123             </summary>
4124             <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JObject"/> that contains the source collection.</param>
4125             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JProperty"/> that contains the properties of every object in the source collection.</returns>
4126         </member>
4127         <member name="M:Newtonsoft.Json.Linq.Extensions.Values(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken},System.Object)">
4128             <summary>
4129             Returns a collection of child values of every object in the source collection with the given key.
4130             </summary>
4131             <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>
4132             <param name="key">The token key.</param>
4133             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the values of every token in the source collection with the given key.</returns>
4134         </member>
4135         <member name="M:Newtonsoft.Json.Linq.Extensions.Values(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
4136             <summary>
4137             Returns a collection of child values of every object in the source collection.
4138             </summary>
4139             <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>
4140             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the values of every token in the source collection.</returns>
4141         </member>
4142         <member name="M:Newtonsoft.Json.Linq.Extensions.Values``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken},System.Object)">
4143             <summary>
4144             Returns a collection of converted child values of every object in the source collection with the given key.
4145             </summary>
4146             <typeparam name="U">The type to convert the values to.</typeparam>
4147             <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>
4148             <param name="key">The token key.</param>
4149             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the converted values of every token in the source collection with the given key.</returns>
4150         </member>
4151         <member name="M:Newtonsoft.Json.Linq.Extensions.Values``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
4152             <summary>
4153             Returns a collection of converted child values of every object in the source collection.
4154             </summary>
4155             <typeparam name="U">The type to convert the values to.</typeparam>
4156             <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>
4157             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the converted values of every token in the source collection.</returns>
4158         </member>
4159         <member name="M:Newtonsoft.Json.Linq.Extensions.Value``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
4160             <summary>
4161             Converts the value.
4162             </summary>
4163             <typeparam name="U">The type to convert the value to.</typeparam>
4164             <param name="value">A <see cref="T:Newtonsoft.Json.Linq.JToken"/> cast as a <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
4165             <returns>A converted value.</returns>
4166         </member>
4167         <member name="M:Newtonsoft.Json.Linq.Extensions.Value``2(System.Collections.Generic.IEnumerable{``0})">
4168             <summary>
4169             Converts the value.
4170             </summary>
4171             <typeparam name="T">The source collection type.</typeparam>
4172             <typeparam name="U">The type to convert the value to.</typeparam>
4173             <param name="value">A <see cref="T:Newtonsoft.Json.Linq.JToken"/> cast as a <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
4174             <returns>A converted value.</returns>
4175         </member>
4176         <member name="M:Newtonsoft.Json.Linq.Extensions.Children``1(System.Collections.Generic.IEnumerable{``0})">
4177             <summary>
4178             Returns a collection of child tokens of every array in the source collection.
4179             </summary>
4180             <typeparam name="T">The source collection type.</typeparam>
4181             <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>
4182             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the values of every token in the source collection.</returns>
4183         </member>
4184         <member name="M:Newtonsoft.Json.Linq.Extensions.Children``2(System.Collections.Generic.IEnumerable{``0})">
4185             <summary>
4186             Returns a collection of converted child tokens of every array in the source collection.
4187             </summary>
4188             <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>
4189             <typeparam name="U">The type to convert the values to.</typeparam>
4190             <typeparam name="T">The source collection type.</typeparam>
4191             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the converted values of every token in the source collection.</returns>
4192         </member>
4193         <member name="M:Newtonsoft.Json.Linq.Extensions.AsJEnumerable(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
4194             <summary>
4195             Returns the input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.
4196             </summary>
4197             <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>
4198             <returns>The input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.</returns>
4199         </member>
4200         <member name="M:Newtonsoft.Json.Linq.Extensions.AsJEnumerable``1(System.Collections.Generic.IEnumerable{``0})">
4201             <summary>
4202             Returns the input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.
4203             </summary>
4204             <typeparam name="T">The source collection type.</typeparam>
4205             <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>
4206             <returns>The input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.</returns>
4207         </member>
4208         <member name="T:Newtonsoft.Json.Linq.IJEnumerable`1">
4209             <summary>
4210             Represents a collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.
4211             </summary>
4212             <typeparam name="T">The type of token</typeparam>
4213         </member>
4214         <member name="P:Newtonsoft.Json.Linq.IJEnumerable`1.Item(System.Object)">
4215             <summary>
4216             Gets the <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/> with the specified key.
4217             </summary>
4218             <value></value>
4219         </member>
4220         <member name="T:Newtonsoft.Json.Linq.JArray">
4221             <summary>
4222             Represents a JSON array.
4223             </summary>
4224             <example>
4225               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParseArray" title="Parsing a JSON Array from Text" />
4226             </example>
4227         </member>
4228         <member name="P:Newtonsoft.Json.Linq.JArray.ChildrenTokens">
4229             <summary>
4230             Gets the container's children tokens.
4231             </summary>
4232             <value>The container's children tokens.</value>
4233         </member>
4234         <member name="P:Newtonsoft.Json.Linq.JArray.Type">
4235             <summary>
4236             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4237             </summary>
4238             <value>The type.</value>
4239         </member>
4240         <member name="M:Newtonsoft.Json.Linq.JArray.#ctor">
4241             <summary>
4242             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class.
4243             </summary>
4244         </member>
4245         <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(Newtonsoft.Json.Linq.JArray)">
4246             <summary>
4247             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class from another <see cref="T:Newtonsoft.Json.Linq.JArray"/> object.
4248             </summary>
4249             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JArray"/> object to copy from.</param>
4250         </member>
4251         <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(System.Object[])">
4252             <summary>
4253             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class with the specified content.
4254             </summary>
4255             <param name="content">The contents of the array.</param>
4256         </member>
4257         <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(System.Object)">
4258             <summary>
4259             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class with the specified content.
4260             </summary>
4261             <param name="content">The contents of the array.</param>
4262         </member>
4263         <member name="M:Newtonsoft.Json.Linq.JArray.Load(Newtonsoft.Json.JsonReader)">
4264             <summary>
4265             Loads an <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
4266             </summary>
4267             <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> that will be read for the content of the <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>
4268             <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> that contains the JSON that was read from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.</returns>
4269         </member>
4270         <member name="M:Newtonsoft.Json.Linq.JArray.Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)">
4271             <summary>
4272             Loads an <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
4273             </summary>
4274             <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> that will be read for the content of the <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>
4275             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
4276             If this is null, default load settings will be used.</param>
4277             <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> that contains the JSON that was read from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.</returns>
4278         </member>
4279         <member name="M:Newtonsoft.Json.Linq.JArray.Parse(System.String)">
4280             <summary>
4281             Load a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a string that contains JSON.
4282             </summary>
4283             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
4284             <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> populated from the string that contains JSON.</returns>
4285             <example>
4286               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParseArray" title="Parsing a JSON Array from Text" />
4287             </example>
4288         </member>
4289         <member name="M:Newtonsoft.Json.Linq.JArray.Parse(System.String,Newtonsoft.Json.Linq.JsonLoadSettings)">
4290             <summary>
4291             Load a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a string that contains JSON.
4292             </summary>
4293             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
4294             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
4295             If this is null, default load settings will be used.</param>
4296             <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> populated from the string that contains JSON.</returns>
4297             <example>
4298               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParseArray" title="Parsing a JSON Array from Text" />
4299             </example>
4300         </member>
4301         <member name="M:Newtonsoft.Json.Linq.JArray.FromObject(System.Object)">
4302             <summary>
4303             Creates a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from an object.
4304             </summary>
4305             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>
4306             <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> with the values of the specified object</returns>
4307         </member>
4308         <member name="M:Newtonsoft.Json.Linq.JArray.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">
4309             <summary>
4310             Creates a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from an object.
4311             </summary>
4312             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>
4313             <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used to read the object.</param>
4314             <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> with the values of the specified object</returns>
4315         </member>
4316         <member name="M:Newtonsoft.Json.Linq.JArray.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
4317             <summary>
4318             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
4319             </summary>
4320             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
4321             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
4322         </member>
4323         <member name="P:Newtonsoft.Json.Linq.JArray.Item(System.Object)">
4324             <summary>
4325             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
4326             </summary>
4327             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
4328         </member>
4329         <member name="P:Newtonsoft.Json.Linq.JArray.Item(System.Int32)">
4330             <summary>
4331             Gets or sets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> at the specified index.
4332             </summary>
4333             <value></value>
4334         </member>
4335         <member name="M:Newtonsoft.Json.Linq.JArray.IndexOf(Newtonsoft.Json.Linq.JToken)">
4336             <summary>
4337             Determines the index of a specific item in the <see cref="T:System.Collections.Generic.IList`1"/>.
4338             </summary>
4339             <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.IList`1"/>.</param>
4340             <returns>
4341             The index of <paramref name="item"/> if found in the list; otherwise, -1.
4342             </returns>
4343         </member>
4344         <member name="M:Newtonsoft.Json.Linq.JArray.Insert(System.Int32,Newtonsoft.Json.Linq.JToken)">
4345             <summary>
4346             Inserts an item to the <see cref="T:System.Collections.Generic.IList`1"/> at the specified index.
4347             </summary>
4348             <param name="index">The zero-based index at which <paramref name="item"/> should be inserted.</param>
4349             <param name="item">The object to insert into the <see cref="T:System.Collections.Generic.IList`1"/>.</param>
4350             <exception cref="T:System.ArgumentOutOfRangeException">
4351                 <paramref name="index"/> is not a valid index in the <see cref="T:System.Collections.Generic.IList`1"/>.</exception>
4352             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IList`1"/> is read-only.</exception>
4353         </member>
4354         <member name="M:Newtonsoft.Json.Linq.JArray.RemoveAt(System.Int32)">
4355             <summary>
4356             Removes the <see cref="T:System.Collections.Generic.IList`1"/> item at the specified index.
4357             </summary>
4358             <param name="index">The zero-based index of the item to remove.</param>
4359             <exception cref="T:System.ArgumentOutOfRangeException">
4360                 <paramref name="index"/> is not a valid index in the <see cref="T:System.Collections.Generic.IList`1"/>.</exception>
4361             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IList`1"/> is read-only.</exception>
4362         </member>
4363         <member name="M:Newtonsoft.Json.Linq.JArray.GetEnumerator">
4364             <summary>
4365             Returns an enumerator that iterates through the collection.
4366             </summary>
4367             <returns>
4368             A <see cref="T:System.Collections.Generic.IEnumerator`1" /> that can be used to iterate through the collection.
4369             </returns>
4370         </member>
4371         <member name="M:Newtonsoft.Json.Linq.JArray.Add(Newtonsoft.Json.Linq.JToken)">
4372             <summary>
4373             Adds an item to the <see cref="T:System.Collections.Generic.ICollection`1"/>.
4374             </summary>
4375             <param name="item">The object to add to the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>
4376             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only.</exception>
4377         </member>
4378         <member name="M:Newtonsoft.Json.Linq.JArray.Clear">
4379             <summary>
4380             Removes all items from the <see cref="T:System.Collections.Generic.ICollection`1"/>.
4381             </summary>
4382             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only. </exception>
4383         </member>
4384         <member name="M:Newtonsoft.Json.Linq.JArray.Contains(Newtonsoft.Json.Linq.JToken)">
4385             <summary>
4386             Determines whether the <see cref="T:System.Collections.Generic.ICollection`1"/> contains a specific value.
4387             </summary>
4388             <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>
4389             <returns>
4390             true if <paramref name="item"/> is found in the <see cref="T:System.Collections.Generic.ICollection`1"/>; otherwise, false.
4391             </returns>
4392         </member>
4393         <member name="M:Newtonsoft.Json.Linq.JArray.CopyTo(Newtonsoft.Json.Linq.JToken[],System.Int32)">
4394             <summary>
4395             Copies to.
4396             </summary>
4397             <param name="array">The array.</param>
4398             <param name="arrayIndex">Index of the array.</param>
4399         </member>
4400         <member name="P:Newtonsoft.Json.Linq.JArray.IsReadOnly">
4401             <summary>
4402             Gets a value indicating whether the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only.
4403             </summary>
4404             <returns>true if the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only; otherwise, false.</returns>
4405         </member>
4406         <member name="M:Newtonsoft.Json.Linq.JArray.Remove(Newtonsoft.Json.Linq.JToken)">
4407             <summary>
4408             Removes the first occurrence of a specific object from the <see cref="T:System.Collections.Generic.ICollection`1"/>.
4409             </summary>
4410             <param name="item">The object to remove from the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>
4411             <returns>
4412             true if <paramref name="item"/> was successfully removed from the <see cref="T:System.Collections.Generic.ICollection`1"/>; otherwise, false. This method also returns false if <paramref name="item"/> is not found in the original <see cref="T:System.Collections.Generic.ICollection`1"/>.
4413             </returns>
4414             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only.</exception>
4415         </member>
4416         <member name="T:Newtonsoft.Json.Linq.JConstructor">
4417             <summary>
4418             Represents a JSON constructor.
4419             </summary>
4420         </member>
4421         <member name="P:Newtonsoft.Json.Linq.JConstructor.ChildrenTokens">
4422             <summary>
4423             Gets the container's children tokens.
4424             </summary>
4425             <value>The container's children tokens.</value>
4426         </member>
4427         <member name="P:Newtonsoft.Json.Linq.JConstructor.Name">
4428             <summary>
4429             Gets or sets the name of this constructor.
4430             </summary>
4431             <value>The constructor name.</value>
4432         </member>
4433         <member name="P:Newtonsoft.Json.Linq.JConstructor.Type">
4434             <summary>
4435             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4436             </summary>
4437             <value>The type.</value>
4438         </member>
4439         <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor">
4440             <summary>
4441             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class.
4442             </summary>
4443         </member>
4444         <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(Newtonsoft.Json.Linq.JConstructor)">
4445             <summary>
4446             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class from another <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> object.
4447             </summary>
4448             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> object to copy from.</param>
4449         </member>
4450         <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String,System.Object[])">
4451             <summary>
4452             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name and content.
4453             </summary>
4454             <param name="name">The constructor name.</param>
4455             <param name="content">The contents of the constructor.</param>
4456         </member>
4457         <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String,System.Object)">
4458             <summary>
4459             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name and content.
4460             </summary>
4461             <param name="name">The constructor name.</param>
4462             <param name="content">The contents of the constructor.</param>
4463         </member>
4464         <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String)">
4465             <summary>
4466             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name.
4467             </summary>
4468             <param name="name">The constructor name.</param>
4469         </member>
4470         <member name="M:Newtonsoft.Json.Linq.JConstructor.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
4471             <summary>
4472             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
4473             </summary>
4474             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
4475             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
4476         </member>
4477         <member name="P:Newtonsoft.Json.Linq.JConstructor.Item(System.Object)">
4478             <summary>
4479             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
4480             </summary>
4481             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
4482         </member>
4483         <member name="M:Newtonsoft.Json.Linq.JConstructor.Load(Newtonsoft.Json.JsonReader)">
4484             <summary>
4485             Loads an <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
4486             </summary>
4487             <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> that will be read for the content of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/>.</param>
4488             <returns>A <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> that contains the JSON that was read from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.</returns>
4489         </member>
4490         <member name="M:Newtonsoft.Json.Linq.JConstructor.Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)">
4491             <summary>
4492             Loads an <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
4493             </summary>
4494             <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> that will be read for the content of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/>.</param>
4495             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
4496             If this is null, default load settings will be used.</param>
4497             <returns>A <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> that contains the JSON that was read from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.</returns>
4498         </member>
4499         <member name="T:Newtonsoft.Json.Linq.JContainer">
4500             <summary>
4501             Represents a token that can contain other tokens.
4502             </summary>
4503         </member>
4504         <member name="E:Newtonsoft.Json.Linq.JContainer.ListChanged">
4505             <summary>
4506             Occurs when the list changes or an item in the list changes.
4507             </summary>
4508         </member>
4509         <member name="E:Newtonsoft.Json.Linq.JContainer.AddingNew">
4510             <summary>
4511             Occurs before an item is added to the collection.
4512             </summary>
4513         </member>
4514         <member name="E:Newtonsoft.Json.Linq.JContainer.CollectionChanged">
4515             <summary>
4516             Occurs when the items list of the collection has changed, or the collection is reset.
4517             </summary>
4518         </member>
4519         <member name="P:Newtonsoft.Json.Linq.JContainer.ChildrenTokens">
4520             <summary>
4521             Gets the container's children tokens.
4522             </summary>
4523             <value>The container's children tokens.</value>
4524         </member>
4525         <member name="M:Newtonsoft.Json.Linq.JContainer.OnAddingNew(System.ComponentModel.AddingNewEventArgs)">
4526             <summary>
4527             Raises the <see cref="E:Newtonsoft.Json.Linq.JContainer.AddingNew"/> event.
4528             </summary>
4529             <param name="e">The <see cref="T:System.ComponentModel.AddingNewEventArgs"/> instance containing the event data.</param>
4530         </member>
4531         <member name="M:Newtonsoft.Json.Linq.JContainer.OnListChanged(System.ComponentModel.ListChangedEventArgs)">
4532             <summary>
4533             Raises the <see cref="E:Newtonsoft.Json.Linq.JContainer.ListChanged"/> event.
4534             </summary>
4535             <param name="e">The <see cref="T:System.ComponentModel.ListChangedEventArgs"/> instance containing the event data.</param>
4536         </member>
4537         <member name="M:Newtonsoft.Json.Linq.JContainer.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
4538             <summary>
4539             Raises the <see cref="E:Newtonsoft.Json.Linq.JContainer.CollectionChanged"/> event.
4540             </summary>
4541             <param name="e">The <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs"/> instance containing the event data.</param>
4542         </member>
4543         <member name="P:Newtonsoft.Json.Linq.JContainer.HasValues">
4544             <summary>
4545             Gets a value indicating whether this token has child tokens.
4546             </summary>
4547             <value>
4548                 <c>true</c> if this token has child values; otherwise, <c>false</c>.
4549             </value>
4550         </member>
4551         <member name="P:Newtonsoft.Json.Linq.JContainer.First">
4552             <summary>
4553             Get the first child token of this token.
4554             </summary>
4555             <value>
4556             A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the first child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4557             </value>
4558         </member>
4559         <member name="P:Newtonsoft.Json.Linq.JContainer.Last">
4560             <summary>
4561             Get the last child token of this token.
4562             </summary>
4563             <value>
4564             A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the last child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4565             </value>
4566         </member>
4567         <member name="M:Newtonsoft.Json.Linq.JContainer.Children">
4568             <summary>
4569             Returns a collection of the child tokens of this token, in document order.
4570             </summary>
4571             <returns>
4572             An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the child tokens of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>, in document order.
4573             </returns>
4574         </member>
4575         <member name="M:Newtonsoft.Json.Linq.JContainer.Values``1">
4576             <summary>
4577             Returns a collection of the child values of this token, in document order.
4578             </summary>
4579             <typeparam name="T">The type to convert the values to.</typeparam>
4580             <returns>
4581             A <see cref="T:System.Collections.Generic.IEnumerable`1"/> containing the child values of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>, in document order.
4582             </returns>
4583         </member>
4584         <member name="M:Newtonsoft.Json.Linq.JContainer.Descendants">
4585             <summary>
4586             Returns a collection of the descendant tokens for this token in document order.
4587             </summary>
4588             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> containing the descendant tokens of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>
4589         </member>
4590         <member name="M:Newtonsoft.Json.Linq.JContainer.DescendantsAndSelf">
4591             <summary>
4592             Returns a collection of the tokens that contain this token, and all descendant tokens of this token, in document order.
4593             </summary>
4594             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> containing this token, and all the descendant tokens of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>
4595         </member>
4596         <member name="M:Newtonsoft.Json.Linq.JContainer.Add(System.Object)">
4597             <summary>
4598             Adds the specified content as children of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4599             </summary>
4600             <param name="content">The content to be added.</param>
4601         </member>
4602         <member name="M:Newtonsoft.Json.Linq.JContainer.AddFirst(System.Object)">
4603             <summary>
4604             Adds the specified content as the first children of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4605             </summary>
4606             <param name="content">The content to be added.</param>
4607         </member>
4608         <member name="M:Newtonsoft.Json.Linq.JContainer.CreateWriter">
4609             <summary>
4610             Creates an <see cref="T:Newtonsoft.Json.JsonWriter"/> that can be used to add tokens to the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4611             </summary>
4612             <returns>An <see cref="T:Newtonsoft.Json.JsonWriter"/> that is ready to have content written to it.</returns>
4613         </member>
4614         <member name="M:Newtonsoft.Json.Linq.JContainer.ReplaceAll(System.Object)">
4615             <summary>
4616             Replaces the children nodes of this token with the specified content.
4617             </summary>
4618             <param name="content">The content.</param>
4619         </member>
4620         <member name="M:Newtonsoft.Json.Linq.JContainer.RemoveAll">
4621             <summary>
4622             Removes the child nodes from this token.
4623             </summary>
4624         </member>
4625         <member name="M:Newtonsoft.Json.Linq.JContainer.Merge(System.Object)">
4626             <summary>
4627             Merge the specified content into this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4628             </summary>
4629             <param name="content">The content to be merged.</param>
4630         </member>
4631         <member name="M:Newtonsoft.Json.Linq.JContainer.Merge(System.Object,Newtonsoft.Json.Linq.JsonMergeSettings)">
4632             <summary>
4633             Merge the specified content into this <see cref="T:Newtonsoft.Json.Linq.JToken"/> using <see cref="T:Newtonsoft.Json.Linq.JsonMergeSettings"/>.
4634             </summary>
4635             <param name="content">The content to be merged.</param>
4636             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonMergeSettings"/> used to merge the content.</param>
4637         </member>
4638         <member name="P:Newtonsoft.Json.Linq.JContainer.Count">
4639             <summary>
4640             Gets the count of child JSON tokens.
4641             </summary>
4642             <value>The count of child JSON tokens</value>
4643         </member>
4644         <member name="T:Newtonsoft.Json.Linq.JEnumerable`1">
4645             <summary>
4646             Represents a collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.
4647             </summary>
4648             <typeparam name="T">The type of token</typeparam>
4649         </member>
4650         <member name="F:Newtonsoft.Json.Linq.JEnumerable`1.Empty">
4651             <summary>
4652             An empty collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.
4653             </summary>
4654         </member>
4655         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.#ctor(System.Collections.Generic.IEnumerable{`0})">
4656             <summary>
4657             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> struct.
4658             </summary>
4659             <param name="enumerable">The enumerable.</param>
4660         </member>
4661         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.GetEnumerator">
4662             <summary>
4663             Returns an enumerator that iterates through the collection.
4664             </summary>
4665             <returns>
4666             A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
4667             </returns>
4668         </member>
4669         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.System#Collections#IEnumerable#GetEnumerator">
4670             <summary>
4671             Returns an enumerator that iterates through a collection.
4672             </summary>
4673             <returns>
4674             An <see cref="T:System.Collections.IEnumerator"/> object that can be used to iterate through the collection.
4675             </returns>
4676         </member>
4677         <member name="P:Newtonsoft.Json.Linq.JEnumerable`1.Item(System.Object)">
4678             <summary>
4679             Gets the <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/> with the specified key.
4680             </summary>
4681             <value></value>
4682         </member>
4683         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.Equals(Newtonsoft.Json.Linq.JEnumerable{`0})">
4684             <summary>
4685             Determines whether the specified <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> is equal to this instance.
4686             </summary>
4687             <param name="other">The <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> to compare with this instance.</param>
4688             <returns>
4689                 <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> is equal to this instance; otherwise, <c>false</c>.
4690             </returns>
4691         </member>
4692         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.Equals(System.Object)">
4693             <summary>
4694             Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.
4695             </summary>
4696             <param name="obj">The <see cref="T:System.Object"/> to compare with this instance.</param>
4697             <returns>
4698                 <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.
4699             </returns>
4700         </member>
4701         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.GetHashCode">
4702             <summary>
4703             Returns a hash code for this instance.
4704             </summary>
4705             <returns>
4706             A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. 
4707             </returns>
4708         </member>
4709         <member name="T:Newtonsoft.Json.Linq.JObject">
4710             <summary>
4711             Represents a JSON object.
4712             </summary>
4713             <example>
4714               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParse" title="Parsing a JSON Object from Text" />
4715             </example>
4716         </member>
4717         <member name="P:Newtonsoft.Json.Linq.JObject.ChildrenTokens">
4718             <summary>
4719             Gets the container's children tokens.
4720             </summary>
4721             <value>The container's children tokens.</value>
4722         </member>
4723         <member name="E:Newtonsoft.Json.Linq.JObject.PropertyChanged">
4724             <summary>
4725             Occurs when a property value changes.
4726             </summary>
4727         </member>
4728         <member name="E:Newtonsoft.Json.Linq.JObject.PropertyChanging">
4729             <summary>
4730             Occurs when a property value is changing.
4731             </summary>
4732         </member>
4733         <member name="M:Newtonsoft.Json.Linq.JObject.#ctor">
4734             <summary>
4735             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class.
4736             </summary>
4737         </member>
4738         <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(Newtonsoft.Json.Linq.JObject)">
4739             <summary>
4740             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class from another <see cref="T:Newtonsoft.Json.Linq.JObject"/> object.
4741             </summary>
4742             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JObject"/> object to copy from.</param>
4743         </member>
4744         <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(System.Object[])">
4745             <summary>
4746             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class with the specified content.
4747             </summary>
4748             <param name="content">The contents of the object.</param>
4749         </member>
4750         <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(System.Object)">
4751             <summary>
4752             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class with the specified content.
4753             </summary>
4754             <param name="content">The contents of the object.</param>
4755         </member>
4756         <member name="P:Newtonsoft.Json.Linq.JObject.Type">
4757             <summary>
4758             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4759             </summary>
4760             <value>The type.</value>
4761         </member>
4762         <member name="M:Newtonsoft.Json.Linq.JObject.Properties">
4763             <summary>
4764             Gets an <see cref="T:System.Collections.Generic.IEnumerable`1"/> of this object's properties.
4765             </summary>
4766             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of this object's properties.</returns>
4767         </member>
4768         <member name="M:Newtonsoft.Json.Linq.JObject.Property(System.String)">
4769             <summary>
4770             Gets a <see cref="T:Newtonsoft.Json.Linq.JProperty"/> the specified name.
4771             </summary>
4772             <param name="name">The property name.</param>
4773             <returns>A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> with the specified name or null.</returns>
4774         </member>
4775         <member name="M:Newtonsoft.Json.Linq.JObject.PropertyValues">
4776             <summary>
4777             Gets an <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> of this object's property values.
4778             </summary>
4779             <returns>An <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> of this object's property values.</returns>
4780         </member>
4781         <member name="P:Newtonsoft.Json.Linq.JObject.Item(System.Object)">
4782             <summary>
4783             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
4784             </summary>
4785             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
4786         </member>
4787         <member name="P:Newtonsoft.Json.Linq.JObject.Item(System.String)">
4788             <summary>
4789             Gets or sets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.
4790             </summary>
4791             <value></value>
4792         </member>
4793         <member name="M:Newtonsoft.Json.Linq.JObject.Load(Newtonsoft.Json.JsonReader)">
4794             <summary>
4795             Loads an <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
4796             </summary>
4797             <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> that will be read for the content of the <see cref="T:Newtonsoft.Json.Linq.JObject"/>.</param>
4798             <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> that contains the JSON that was read from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.</returns>
4799         </member>
4800         <member name="M:Newtonsoft.Json.Linq.JObject.Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)">
4801             <summary>
4802             Loads an <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
4803             </summary>
4804             <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> that will be read for the content of the <see cref="T:Newtonsoft.Json.Linq.JObject"/>.</param>
4805             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
4806             If this is null, default load settings will be used.</param>
4807             <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> that contains the JSON that was read from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.</returns>
4808         </member>
4809         <member name="M:Newtonsoft.Json.Linq.JObject.Parse(System.String)">
4810             <summary>
4811             Load a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a string that contains JSON.
4812             </summary>
4813             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
4814             <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> populated from the string that contains JSON.</returns>
4815             <example>
4816               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParse" title="Parsing a JSON Object from Text" />
4817             </example>
4818         </member>
4819         <member name="M:Newtonsoft.Json.Linq.JObject.Parse(System.String,Newtonsoft.Json.Linq.JsonLoadSettings)">
4820             <summary>
4821             Load a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a string that contains JSON.
4822             </summary>
4823             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
4824             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
4825             If this is null, default load settings will be used.</param>
4826             <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> populated from the string that contains JSON.</returns>
4827             <example>
4828               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParse" title="Parsing a JSON Object from Text" />
4829             </example>
4830         </member>
4831         <member name="M:Newtonsoft.Json.Linq.JObject.FromObject(System.Object)">
4832             <summary>
4833             Creates a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from an object.
4834             </summary>
4835             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JObject"/>.</param>
4836             <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> with the values of the specified object</returns>
4837         </member>
4838         <member name="M:Newtonsoft.Json.Linq.JObject.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">
4839             <summary>
4840             Creates a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from an object.
4841             </summary>
4842             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JObject"/>.</param>
4843             <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used to read the object.</param>
4844             <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> with the values of the specified object</returns>
4845         </member>
4846         <member name="M:Newtonsoft.Json.Linq.JObject.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
4847             <summary>
4848             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
4849             </summary>
4850             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
4851             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
4852         </member>
4853         <member name="M:Newtonsoft.Json.Linq.JObject.GetValue(System.String)">
4854             <summary>
4855             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.
4856             </summary>
4857             <param name="propertyName">Name of the property.</param>
4858             <returns>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.</returns>
4859         </member>
4860         <member name="M:Newtonsoft.Json.Linq.JObject.GetValue(System.String,System.StringComparison)">
4861             <summary>
4862             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.
4863             The exact property name will be searched for first and if no matching property is found then
4864             the <see cref="T:System.StringComparison"/> will be used to match a property.
4865             </summary>
4866             <param name="propertyName">Name of the property.</param>
4867             <param name="comparison">One of the enumeration values that specifies how the strings will be compared.</param>
4868             <returns>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.</returns>
4869         </member>
4870         <member name="M:Newtonsoft.Json.Linq.JObject.TryGetValue(System.String,System.StringComparison,Newtonsoft.Json.Linq.JToken@)">
4871             <summary>
4872             Tries to get the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.
4873             The exact property name will be searched for first and if no matching property is found then
4874             the <see cref="T:System.StringComparison"/> will be used to match a property.
4875             </summary>
4876             <param name="propertyName">Name of the property.</param>
4877             <param name="value">The value.</param>
4878             <param name="comparison">One of the enumeration values that specifies how the strings will be compared.</param>
4879             <returns>true if a value was successfully retrieved; otherwise, false.</returns>
4880         </member>
4881         <member name="M:Newtonsoft.Json.Linq.JObject.Add(System.String,Newtonsoft.Json.Linq.JToken)">
4882             <summary>
4883             Adds the specified property name.
4884             </summary>
4885             <param name="propertyName">Name of the property.</param>
4886             <param name="value">The value.</param>
4887         </member>
4888         <member name="M:Newtonsoft.Json.Linq.JObject.Remove(System.String)">
4889             <summary>
4890             Removes the property with the specified name.
4891             </summary>
4892             <param name="propertyName">Name of the property.</param>
4893             <returns>true if item was successfully removed; otherwise, false.</returns>
4894         </member>
4895         <member name="M:Newtonsoft.Json.Linq.JObject.TryGetValue(System.String,Newtonsoft.Json.Linq.JToken@)">
4896             <summary>
4897             Tries the get value.
4898             </summary>
4899             <param name="propertyName">Name of the property.</param>
4900             <param name="value">The value.</param>
4901             <returns>true if a value was successfully retrieved; otherwise, false.</returns>
4902         </member>
4903         <member name="M:Newtonsoft.Json.Linq.JObject.GetEnumerator">
4904             <summary>
4905             Returns an enumerator that iterates through the collection.
4906             </summary>
4907             <returns>
4908             A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
4909             </returns>
4910         </member>
4911         <member name="M:Newtonsoft.Json.Linq.JObject.OnPropertyChanged(System.String)">
4912             <summary>
4913             Raises the <see cref="E:Newtonsoft.Json.Linq.JObject.PropertyChanged"/> event with the provided arguments.
4914             </summary>
4915             <param name="propertyName">Name of the property.</param>
4916         </member>
4917         <member name="M:Newtonsoft.Json.Linq.JObject.OnPropertyChanging(System.String)">
4918             <summary>
4919             Raises the <see cref="E:Newtonsoft.Json.Linq.JObject.PropertyChanging"/> event with the provided arguments.
4920             </summary>
4921             <param name="propertyName">Name of the property.</param>
4922         </member>
4923         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetProperties">
4924             <summary>
4925             Returns the properties for this instance of a component.
4926             </summary>
4927             <returns>
4928             A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"/> that represents the properties for this component instance.
4929             </returns>
4930         </member>
4931         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetProperties(System.Attribute[])">
4932             <summary>
4933             Returns the properties for this instance of a component using the attribute array as a filter.
4934             </summary>
4935             <param name="attributes">An array of type <see cref="T:System.Attribute"/> that is used as a filter.</param>
4936             <returns>
4937             A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"/> that represents the filtered properties for this component instance.
4938             </returns>
4939         </member>
4940         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetAttributes">
4941             <summary>
4942             Returns a collection of custom attributes for this instance of a component.
4943             </summary>
4944             <returns>
4945             An <see cref="T:System.ComponentModel.AttributeCollection"/> containing the attributes for this object.
4946             </returns>
4947         </member>
4948         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetClassName">
4949             <summary>
4950             Returns the class name of this instance of a component.
4951             </summary>
4952             <returns>
4953             The class name of the object, or null if the class does not have a name.
4954             </returns>
4955         </member>
4956         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetComponentName">
4957             <summary>
4958             Returns the name of this instance of a component.
4959             </summary>
4960             <returns>
4961             The name of the object, or null if the object does not have a name.
4962             </returns>
4963         </member>
4964         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetConverter">
4965             <summary>
4966             Returns a type converter for this instance of a component.
4967             </summary>
4968             <returns>
4969             A <see cref="T:System.ComponentModel.TypeConverter"/> that is the converter for this object, or null if there is no <see cref="T:System.ComponentModel.TypeConverter"/> for this object.
4970             </returns>
4971         </member>
4972         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetDefaultEvent">
4973             <summary>
4974             Returns the default event for this instance of a component.
4975             </summary>
4976             <returns>
4977             An <see cref="T:System.ComponentModel.EventDescriptor"/> that represents the default event for this object, or null if this object does not have events.
4978             </returns>
4979         </member>
4980         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetDefaultProperty">
4981             <summary>
4982             Returns the default property for this instance of a component.
4983             </summary>
4984             <returns>
4985             A <see cref="T:System.ComponentModel.PropertyDescriptor"/> that represents the default property for this object, or null if this object does not have properties.
4986             </returns>
4987         </member>
4988         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetEditor(System.Type)">
4989             <summary>
4990             Returns an editor of the specified type for this instance of a component.
4991             </summary>
4992             <param name="editorBaseType">A <see cref="T:System.Type"/> that represents the editor for this object.</param>
4993             <returns>
4994             An <see cref="T:System.Object"/> of the specified type that is the editor for this object, or null if the editor cannot be found.
4995             </returns>
4996         </member>
4997         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetEvents(System.Attribute[])">
4998             <summary>
4999             Returns the events for this instance of a component using the specified attribute array as a filter.
5000             </summary>
5001             <param name="attributes">An array of type <see cref="T:System.Attribute"/> that is used as a filter.</param>
5002             <returns>
5003             An <see cref="T:System.ComponentModel.EventDescriptorCollection"/> that represents the filtered events for this component instance.
5004             </returns>
5005         </member>
5006         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetEvents">
5007             <summary>
5008             Returns the events for this instance of a component.
5009             </summary>
5010             <returns>
5011             An <see cref="T:System.ComponentModel.EventDescriptorCollection"/> that represents the events for this component instance.
5012             </returns>
5013         </member>
5014         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetPropertyOwner(System.ComponentModel.PropertyDescriptor)">
5015             <summary>
5016             Returns an object that contains the property described by the specified property descriptor.
5017             </summary>
5018             <param name="pd">A <see cref="T:System.ComponentModel.PropertyDescriptor"/> that represents the property whose owner is to be found.</param>
5019             <returns>
5020             An <see cref="T:System.Object"/> that represents the owner of the specified property.
5021             </returns>
5022         </member>
5023         <member name="M:Newtonsoft.Json.Linq.JObject.GetMetaObject(System.Linq.Expressions.Expression)">
5024             <summary>
5025             Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.
5026             </summary>
5027             <param name="parameter">The expression tree representation of the runtime value.</param>
5028             <returns>
5029             The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.
5030             </returns>
5031         </member>
5032         <member name="T:Newtonsoft.Json.Linq.JsonMergeSettings">
5033             <summary>
5034             Specifies the settings used when merging JSON.
5035             </summary>
5036         </member>
5037         <member name="P:Newtonsoft.Json.Linq.JsonMergeSettings.MergeArrayHandling">
5038             <summary>
5039             Gets or sets the method used when merging JSON arrays.
5040             </summary>
5041             <value>The method used when merging JSON arrays.</value>
5042         </member>
5043         <member name="T:Newtonsoft.Json.Linq.JProperty">
5044             <summary>
5045             Represents a JSON property.
5046             </summary>
5047         </member>
5048         <member name="P:Newtonsoft.Json.Linq.JProperty.ChildrenTokens">
5049             <summary>
5050             Gets the container's children tokens.
5051             </summary>
5052             <value>The container's children tokens.</value>
5053         </member>
5054         <member name="P:Newtonsoft.Json.Linq.JProperty.Name">
5055             <summary>
5056             Gets the property name.
5057             </summary>
5058             <value>The property name.</value>
5059         </member>
5060         <member name="P:Newtonsoft.Json.Linq.JProperty.Value">
5061             <summary>
5062             Gets or sets the property value.
5063             </summary>
5064             <value>The property value.</value>
5065         </member>
5066         <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(Newtonsoft.Json.Linq.JProperty)">
5067             <summary>
5068             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class from another <see cref="T:Newtonsoft.Json.Linq.JProperty"/> object.
5069             </summary>
5070             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> object to copy from.</param>
5071         </member>
5072         <member name="P:Newtonsoft.Json.Linq.JProperty.Type">
5073             <summary>
5074             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5075             </summary>
5076             <value>The type.</value>
5077         </member>
5078         <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(System.String,System.Object[])">
5079             <summary>
5080             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class.
5081             </summary>
5082             <param name="name">The property name.</param>
5083             <param name="content">The property content.</param>
5084         </member>
5085         <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(System.String,System.Object)">
5086             <summary>
5087             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class.
5088             </summary>
5089             <param name="name">The property name.</param>
5090             <param name="content">The property content.</param>
5091         </member>
5092         <member name="M:Newtonsoft.Json.Linq.JProperty.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
5093             <summary>
5094             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
5095             </summary>
5096             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
5097             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
5098         </member>
5099         <member name="M:Newtonsoft.Json.Linq.JProperty.Load(Newtonsoft.Json.JsonReader)">
5100             <summary>
5101             Loads an <see cref="T:Newtonsoft.Json.Linq.JProperty"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
5102             </summary>
5103             <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> that will be read for the content of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/>.</param>
5104             <returns>A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> that contains the JSON that was read from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.</returns>
5105         </member>
5106         <member name="M:Newtonsoft.Json.Linq.JProperty.Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)">
5107             <summary>
5108             Loads an <see cref="T:Newtonsoft.Json.Linq.JProperty"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
5109             </summary>
5110             <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> that will be read for the content of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/>.</param>
5111             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
5112             If this is null, default load settings will be used.</param>
5113             <returns>A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> that contains the JSON that was read from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.</returns>
5114         </member>
5115         <member name="T:Newtonsoft.Json.Linq.JPropertyDescriptor">
5116             <summary>
5117             Represents a view of a <see cref="T:Newtonsoft.Json.Linq.JProperty"/>.
5118             </summary>
5119         </member>
5120         <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.#ctor(System.String)">
5121             <summary>
5122             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JPropertyDescriptor"/> class.
5123             </summary>
5124             <param name="name">The name.</param>
5125         </member>
5126         <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.CanResetValue(System.Object)">
5127             <summary>
5128             When overridden in a derived class, returns whether resetting an object changes its value.
5129             </summary>
5130             <returns>
5131             true if resetting the component changes its value; otherwise, false.
5132             </returns>
5133             <param name="component">The component to test for reset capability. 
5134                             </param>
5135         </member>
5136         <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.GetValue(System.Object)">
5137             <summary>
5138             When overridden in a derived class, gets the current value of the property on a component.
5139             </summary>
5140             <returns>
5141             The value of a property for a given component.
5142             </returns>
5143             <param name="component">The component with the property for which to retrieve the value. 
5144                             </param>
5145         </member>
5146         <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.ResetValue(System.Object)">
5147             <summary>
5148             When overridden in a derived class, resets the value for this property of the component to the default value.
5149             </summary>
5150             <param name="component">The component with the property value that is to be reset to the default value. 
5151                             </param>
5152         </member>
5153         <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.SetValue(System.Object,System.Object)">
5154             <summary>
5155             When overridden in a derived class, sets the value of the component to a different value.
5156             </summary>
5157             <param name="component">The component with the property value that is to be set. 
5158                             </param><param name="value">The new value. 
5159                             </param>
5160         </member>
5161         <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.ShouldSerializeValue(System.Object)">
5162             <summary>
5163             When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted.
5164             </summary>
5165             <returns>
5166             true if the property should be persisted; otherwise, false.
5167             </returns>
5168             <param name="component">The component with the property to be examined for persistence. 
5169                             </param>
5170         </member>
5171         <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.ComponentType">
5172             <summary>
5173             When overridden in a derived class, gets the type of the component this property is bound to.
5174             </summary>
5175             <returns>
5176             A <see cref="T:System.Type"/> that represents the type of component this property is bound to. When the <see cref="M:System.ComponentModel.PropertyDescriptor.GetValue(System.Object)"/> or <see cref="M:System.ComponentModel.PropertyDescriptor.SetValue(System.Object,System.Object)"/> methods are invoked, the object specified might be an instance of this type.
5177             </returns>
5178         </member>
5179         <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.IsReadOnly">
5180             <summary>
5181             When overridden in a derived class, gets a value indicating whether this property is read-only.
5182             </summary>
5183             <returns>
5184             true if the property is read-only; otherwise, false.
5185             </returns>
5186         </member>
5187         <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.PropertyType">
5188             <summary>
5189             When overridden in a derived class, gets the type of the property.
5190             </summary>
5191             <returns>
5192             A <see cref="T:System.Type"/> that represents the type of the property.
5193             </returns>
5194         </member>
5195         <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.NameHashCode">
5196             <summary>
5197             Gets the hash code for the name of the member.
5198             </summary>
5199             <value></value>
5200             <returns>
5201             The hash code for the name of the member.
5202             </returns>
5203         </member>
5204         <member name="T:Newtonsoft.Json.Linq.JRaw">
5205             <summary>
5206             Represents a raw JSON string.
5207             </summary>
5208         </member>
5209         <member name="M:Newtonsoft.Json.Linq.JRaw.#ctor(Newtonsoft.Json.Linq.JRaw)">
5210             <summary>
5211             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JRaw"/> class from another <see cref="T:Newtonsoft.Json.Linq.JRaw"/> object.
5212             </summary>
5213             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JRaw"/> object to copy from.</param>
5214         </member>
5215         <member name="M:Newtonsoft.Json.Linq.JRaw.#ctor(System.Object)">
5216             <summary>
5217             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JRaw"/> class.
5218             </summary>
5219             <param name="rawJson">The raw json.</param>
5220         </member>
5221         <member name="M:Newtonsoft.Json.Linq.JRaw.Create(Newtonsoft.Json.JsonReader)">
5222             <summary>
5223             Creates an instance of <see cref="T:Newtonsoft.Json.Linq.JRaw"/> with the content of the reader's current token.
5224             </summary>
5225             <param name="reader">The reader.</param>
5226             <returns>An instance of <see cref="T:Newtonsoft.Json.Linq.JRaw"/> with the content of the reader's current token.</returns>
5227         </member>
5228         <member name="T:Newtonsoft.Json.Linq.JToken">
5229             <summary>
5230             Represents an abstract JSON token.
5231             </summary>
5232         </member>
5233         <member name="P:Newtonsoft.Json.Linq.JToken.EqualityComparer">
5234             <summary>
5235             Gets a comparer that can compare two tokens for value equality.
5236             </summary>
5237             <value>A <see cref="T:Newtonsoft.Json.Linq.JTokenEqualityComparer"/> that can compare two nodes for value equality.</value>
5238         </member>
5239         <member name="P:Newtonsoft.Json.Linq.JToken.Parent">
5240             <summary>
5241             Gets or sets the parent.
5242             </summary>
5243             <value>The parent.</value>
5244         </member>
5245         <member name="P:Newtonsoft.Json.Linq.JToken.Root">
5246             <summary>
5247             Gets the root <see cref="T:Newtonsoft.Json.Linq.JToken"/> of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5248             </summary>
5249             <value>The root <see cref="T:Newtonsoft.Json.Linq.JToken"/> of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value>
5250         </member>
5251         <member name="P:Newtonsoft.Json.Linq.JToken.Type">
5252             <summary>
5253             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5254             </summary>
5255             <value>The type.</value>
5256         </member>
5257         <member name="P:Newtonsoft.Json.Linq.JToken.HasValues">
5258             <summary>
5259             Gets a value indicating whether this token has child tokens.
5260             </summary>
5261             <value>
5262                 <c>true</c> if this token has child values; otherwise, <c>false</c>.
5263             </value>
5264         </member>
5265         <member name="M:Newtonsoft.Json.Linq.JToken.DeepEquals(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
5266             <summary>
5267             Compares the values of two tokens, including the values of all descendant tokens.
5268             </summary>
5269             <param name="t1">The first <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
5270             <param name="t2">The second <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
5271             <returns>true if the tokens are equal; otherwise false.</returns>
5272         </member>
5273         <member name="P:Newtonsoft.Json.Linq.JToken.Next">
5274             <summary>
5275             Gets the next sibling token of this node.
5276             </summary>
5277             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the next sibling token.</value>
5278         </member>
5279         <member name="P:Newtonsoft.Json.Linq.JToken.Previous">
5280             <summary>
5281             Gets the previous sibling token of this node.
5282             </summary>
5283             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the previous sibling token.</value>
5284         </member>
5285         <member name="P:Newtonsoft.Json.Linq.JToken.Path">
5286             <summary>
5287             Gets the path of the JSON token. 
5288             </summary>
5289         </member>
5290         <member name="M:Newtonsoft.Json.Linq.JToken.AddAfterSelf(System.Object)">
5291             <summary>
5292             Adds the specified content immediately after this token.
5293             </summary>
5294             <param name="content">A content object that contains simple content or a collection of content objects to be added after this token.</param>
5295         </member>
5296         <member name="M:Newtonsoft.Json.Linq.JToken.AddBeforeSelf(System.Object)">
5297             <summary>
5298             Adds the specified content immediately before this token.
5299             </summary>
5300             <param name="content">A content object that contains simple content or a collection of content objects to be added before this token.</param>
5301         </member>
5302         <member name="M:Newtonsoft.Json.Linq.JToken.Ancestors">
5303             <summary>
5304             Returns a collection of the ancestor tokens of this token.
5305             </summary>
5306             <returns>A collection of the ancestor tokens of this token.</returns>
5307         </member>
5308         <member name="M:Newtonsoft.Json.Linq.JToken.AncestorsAndSelf">
5309             <summary>
5310             Returns a collection of tokens that contain this token, and the ancestors of this token.
5311             </summary>
5312             <returns>A collection of tokens that contain this token, and the ancestors of this token.</returns>
5313         </member>
5314         <member name="M:Newtonsoft.Json.Linq.JToken.AfterSelf">
5315             <summary>
5316             Returns a collection of the sibling tokens after this token, in document order.
5317             </summary>
5318             <returns>A collection of the sibling tokens after this tokens, in document order.</returns>
5319         </member>
5320         <member name="M:Newtonsoft.Json.Linq.JToken.BeforeSelf">
5321             <summary>
5322             Returns a collection of the sibling tokens before this token, in document order.
5323             </summary>
5324             <returns>A collection of the sibling tokens before this token, in document order.</returns>
5325         </member>
5326         <member name="P:Newtonsoft.Json.Linq.JToken.Item(System.Object)">
5327             <summary>
5328             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
5329             </summary>
5330             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
5331         </member>
5332         <member name="M:Newtonsoft.Json.Linq.JToken.Value``1(System.Object)">
5333             <summary>
5334             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key converted to the specified type.
5335             </summary>
5336             <typeparam name="T">The type to convert the token to.</typeparam>
5337             <param name="key">The token key.</param>
5338             <returns>The converted token value.</returns>
5339         </member>
5340         <member name="P:Newtonsoft.Json.Linq.JToken.First">
5341             <summary>
5342             Get the first child token of this token.
5343             </summary>
5344             <value>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the first child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value>
5345         </member>
5346         <member name="P:Newtonsoft.Json.Linq.JToken.Last">
5347             <summary>
5348             Get the last child token of this token.
5349             </summary>
5350             <value>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the last child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value>
5351         </member>
5352         <member name="M:Newtonsoft.Json.Linq.JToken.Children">
5353             <summary>
5354             Returns a collection of the child tokens of this token, in document order.
5355             </summary>
5356             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the child tokens of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>, in document order.</returns>
5357         </member>
5358         <member name="M:Newtonsoft.Json.Linq.JToken.Children``1">
5359             <summary>
5360             Returns a collection of the child tokens of this token, in document order, filtered by the specified type.
5361             </summary>
5362             <typeparam name="T">The type to filter the child tokens on.</typeparam>
5363             <returns>A <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> containing the child tokens of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>, in document order.</returns>
5364         </member>
5365         <member name="M:Newtonsoft.Json.Linq.JToken.Values``1">
5366             <summary>
5367             Returns a collection of the child values of this token, in document order.
5368             </summary>
5369             <typeparam name="T">The type to convert the values to.</typeparam>
5370             <returns>A <see cref="T:System.Collections.Generic.IEnumerable`1"/> containing the child values of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>, in document order.</returns>
5371         </member>
5372         <member name="M:Newtonsoft.Json.Linq.JToken.Remove">
5373             <summary>
5374             Removes this token from its parent.
5375             </summary>
5376         </member>
5377         <member name="M:Newtonsoft.Json.Linq.JToken.Replace(Newtonsoft.Json.Linq.JToken)">
5378             <summary>
5379             Replaces this token with the specified token.
5380             </summary>
5381             <param name="value">The value.</param>
5382         </member>
5383         <member name="M:Newtonsoft.Json.Linq.JToken.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
5384             <summary>
5385             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
5386             </summary>
5387             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
5388             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
5389         </member>
5390         <member name="M:Newtonsoft.Json.Linq.JToken.ToString">
5391             <summary>
5392             Returns the indented JSON for this token.
5393             </summary>
5394             <returns>
5395             The indented JSON for this token.
5396             </returns>
5397         </member>
5398         <member name="M:Newtonsoft.Json.Linq.JToken.ToString(Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[])">
5399             <summary>
5400             Returns the JSON for this token using the given formatting and converters.
5401             </summary>
5402             <param name="formatting">Indicates how the output is formatted.</param>
5403             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
5404             <returns>The JSON for this token using the given formatting and converters.</returns>
5405         </member>
5406         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Boolean">
5407             <summary>
5408             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Boolean"/>.
5409             </summary>
5410             <param name="value">The value.</param>
5411             <returns>The result of the conversion.</returns>
5412         </member>
5413         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.DateTimeOffset">
5414             <summary>
5415             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.DateTimeOffset"/>.
5416             </summary>
5417             <param name="value">The value.</param>
5418             <returns>The result of the conversion.</returns>
5419         </member>
5420         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Boolean}">
5421             <summary>
5422             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5423             </summary>
5424             <param name="value">The value.</param>
5425             <returns>The result of the conversion.</returns>
5426         </member>
5427         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int64">
5428             <summary>
5429             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int64"/>.
5430             </summary>
5431             <param name="value">The value.</param>
5432             <returns>The result of the conversion.</returns>
5433         </member>
5434         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.DateTime}">
5435             <summary>
5436             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5437             </summary>
5438             <param name="value">The value.</param>
5439             <returns>The result of the conversion.</returns>
5440         </member>
5441         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.DateTimeOffset}">
5442             <summary>
5443             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5444             </summary>
5445             <param name="value">The value.</param>
5446             <returns>The result of the conversion.</returns>
5447         </member>
5448         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Decimal}">
5449             <summary>
5450             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5451             </summary>
5452             <param name="value">The value.</param>
5453             <returns>The result of the conversion.</returns>
5454         </member>
5455         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Double}">
5456             <summary>
5457             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5458             </summary>
5459             <param name="value">The value.</param>
5460             <returns>The result of the conversion.</returns>
5461         </member>
5462         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Char}">
5463             <summary>
5464             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5465             </summary>
5466             <param name="value">The value.</param>
5467             <returns>The result of the conversion.</returns>
5468         </member>
5469         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int32">
5470             <summary>
5471             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int32"/>.
5472             </summary>
5473             <param name="value">The value.</param>
5474             <returns>The result of the conversion.</returns>
5475         </member>
5476         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int16">
5477             <summary>
5478             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int16"/>.
5479             </summary>
5480             <param name="value">The value.</param>
5481             <returns>The result of the conversion.</returns>
5482         </member>
5483         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt16">
5484             <summary>
5485             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt16"/>.
5486             </summary>
5487             <param name="value">The value.</param>
5488             <returns>The result of the conversion.</returns>
5489         </member>
5490         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Char">
5491             <summary>
5492             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Char"/>.
5493             </summary>
5494             <param name="value">The value.</param>
5495             <returns>The result of the conversion.</returns>
5496         </member>
5497         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Byte">
5498             <summary>
5499             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Byte"/>.
5500             </summary>
5501             <param name="value">The value.</param>
5502             <returns>The result of the conversion.</returns>
5503         </member>
5504         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.SByte">
5505             <summary>
5506             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.SByte"/>.
5507             </summary>
5508             <param name="value">The value.</param>
5509             <returns>The result of the conversion.</returns>
5510         </member>
5511         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int32}">
5512             <summary>
5513             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5514             </summary>
5515             <param name="value">The value.</param>
5516             <returns>The result of the conversion.</returns>
5517         </member>
5518         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int16}">
5519             <summary>
5520             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5521             </summary>
5522             <param name="value">The value.</param>
5523             <returns>The result of the conversion.</returns>
5524         </member>
5525         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt16}">
5526             <summary>
5527             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5528             </summary>
5529             <param name="value">The value.</param>
5530             <returns>The result of the conversion.</returns>
5531         </member>
5532         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Byte}">
5533             <summary>
5534             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5535             </summary>
5536             <param name="value">The value.</param>
5537             <returns>The result of the conversion.</returns>
5538         </member>
5539         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.SByte}">
5540             <summary>
5541             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5542             </summary>
5543             <param name="value">The value.</param>
5544             <returns>The result of the conversion.</returns>
5545         </member>
5546         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.DateTime">
5547             <summary>
5548             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.DateTime"/>.
5549             </summary>
5550             <param name="value">The value.</param>
5551             <returns>The result of the conversion.</returns>
5552         </member>
5553         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int64}">
5554             <summary>
5555             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5556             </summary>
5557             <param name="value">The value.</param>
5558             <returns>The result of the conversion.</returns>
5559         </member>
5560         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Single}">
5561             <summary>
5562             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5563             </summary>
5564             <param name="value">The value.</param>
5565             <returns>The result of the conversion.</returns>
5566         </member>
5567         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Decimal">
5568             <summary>
5569             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Decimal"/>.
5570             </summary>
5571             <param name="value">The value.</param>
5572             <returns>The result of the conversion.</returns>
5573         </member>
5574         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt32}">
5575             <summary>
5576             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5577             </summary>
5578             <param name="value">The value.</param>
5579             <returns>The result of the conversion.</returns>
5580         </member>
5581         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt64}">
5582             <summary>
5583             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5584             </summary>
5585             <param name="value">The value.</param>
5586             <returns>The result of the conversion.</returns>
5587         </member>
5588         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Double">
5589             <summary>
5590             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Double"/>.
5591             </summary>
5592             <param name="value">The value.</param>
5593             <returns>The result of the conversion.</returns>
5594         </member>
5595         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Single">
5596             <summary>
5597             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Single"/>.
5598             </summary>
5599             <param name="value">The value.</param>
5600             <returns>The result of the conversion.</returns>
5601         </member>
5602         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.String">
5603             <summary>
5604             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.String"/>.
5605             </summary>
5606             <param name="value">The value.</param>
5607             <returns>The result of the conversion.</returns>
5608         </member>
5609         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt32">
5610             <summary>
5611             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt32"/>.
5612             </summary>
5613             <param name="value">The value.</param>
5614             <returns>The result of the conversion.</returns>
5615         </member>
5616         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt64">
5617             <summary>
5618             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt64"/>.
5619             </summary>
5620             <param name="value">The value.</param>
5621             <returns>The result of the conversion.</returns>
5622         </member>
5623         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Byte[]">
5624             <summary>
5625             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Byte"/>[].
5626             </summary>
5627             <param name="value">The value.</param>
5628             <returns>The result of the conversion.</returns>
5629         </member>
5630         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Guid">
5631             <summary>
5632             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Guid"/>.
5633             </summary>
5634             <param name="value">The value.</param>
5635             <returns>The result of the conversion.</returns>
5636         </member>
5637         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Guid}">
5638             <summary>
5639             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Guid"/>.
5640             </summary>
5641             <param name="value">The value.</param>
5642             <returns>The result of the conversion.</returns>
5643         </member>
5644         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.TimeSpan">
5645             <summary>
5646             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.TimeSpan"/>.
5647             </summary>
5648             <param name="value">The value.</param>
5649             <returns>The result of the conversion.</returns>
5650         </member>
5651         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.TimeSpan}">
5652             <summary>
5653             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.TimeSpan"/>.
5654             </summary>
5655             <param name="value">The value.</param>
5656             <returns>The result of the conversion.</returns>
5657         </member>
5658         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Uri">
5659             <summary>
5660             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Uri"/>.
5661             </summary>
5662             <param name="value">The value.</param>
5663             <returns>The result of the conversion.</returns>
5664         </member>
5665         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Boolean)~Newtonsoft.Json.Linq.JToken">
5666             <summary>
5667             Performs an implicit conversion from <see cref="T:System.Boolean"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5668             </summary>
5669             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5670             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5671         </member>
5672         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.DateTimeOffset)~Newtonsoft.Json.Linq.JToken">
5673             <summary>
5674             Performs an implicit conversion from <see cref="T:System.DateTimeOffset"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5675             </summary>
5676             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5677             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5678         </member>
5679         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Byte)~Newtonsoft.Json.Linq.JToken">
5680             <summary>
5681             Performs an implicit conversion from <see cref="T:System.Byte"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5682             </summary>
5683             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5684             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5685         </member>
5686         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Byte})~Newtonsoft.Json.Linq.JToken">
5687             <summary>
5688             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5689             </summary>
5690             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5691             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5692         </member>
5693         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.SByte)~Newtonsoft.Json.Linq.JToken">
5694             <summary>
5695             Performs an implicit conversion from <see cref="T:System.SByte"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5696             </summary>
5697             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5698             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5699         </member>
5700         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.SByte})~Newtonsoft.Json.Linq.JToken">
5701             <summary>
5702             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5703             </summary>
5704             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5705             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5706         </member>
5707         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Boolean})~Newtonsoft.Json.Linq.JToken">
5708             <summary>
5709             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5710             </summary>
5711             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5712             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5713         </member>
5714         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int64)~Newtonsoft.Json.Linq.JToken">
5715             <summary>
5716             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5717             </summary>
5718             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5719             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5720         </member>
5721         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.DateTime})~Newtonsoft.Json.Linq.JToken">
5722             <summary>
5723             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5724             </summary>
5725             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5726             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5727         </member>
5728         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.DateTimeOffset})~Newtonsoft.Json.Linq.JToken">
5729             <summary>
5730             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5731             </summary>
5732             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5733             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5734         </member>
5735         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Decimal})~Newtonsoft.Json.Linq.JToken">
5736             <summary>
5737             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5738             </summary>
5739             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5740             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5741         </member>
5742         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Double})~Newtonsoft.Json.Linq.JToken">
5743             <summary>
5744             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5745             </summary>
5746             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5747             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5748         </member>
5749         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int16)~Newtonsoft.Json.Linq.JToken">
5750             <summary>
5751             Performs an implicit conversion from <see cref="T:System.Int16"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5752             </summary>
5753             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5754             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5755         </member>
5756         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt16)~Newtonsoft.Json.Linq.JToken">
5757             <summary>
5758             Performs an implicit conversion from <see cref="T:System.UInt16"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5759             </summary>
5760             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5761             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5762         </member>
5763         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int32)~Newtonsoft.Json.Linq.JToken">
5764             <summary>
5765             Performs an implicit conversion from <see cref="T:System.Int32"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5766             </summary>
5767             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5768             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5769         </member>
5770         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int32})~Newtonsoft.Json.Linq.JToken">
5771             <summary>
5772             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5773             </summary>
5774             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5775             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5776         </member>
5777         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.DateTime)~Newtonsoft.Json.Linq.JToken">
5778             <summary>
5779             Performs an implicit conversion from <see cref="T:System.DateTime"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5780             </summary>
5781             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5782             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5783         </member>
5784         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int64})~Newtonsoft.Json.Linq.JToken">
5785             <summary>
5786             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5787             </summary>
5788             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5789             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5790         </member>
5791         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Single})~Newtonsoft.Json.Linq.JToken">
5792             <summary>
5793             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5794             </summary>
5795             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5796             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5797         </member>
5798         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Decimal)~Newtonsoft.Json.Linq.JToken">
5799             <summary>
5800             Performs an implicit conversion from <see cref="T:System.Decimal"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5801             </summary>
5802             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5803             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5804         </member>
5805         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int16})~Newtonsoft.Json.Linq.JToken">
5806             <summary>
5807             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5808             </summary>
5809             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5810             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5811         </member>
5812         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt16})~Newtonsoft.Json.Linq.JToken">
5813             <summary>
5814             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5815             </summary>
5816             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5817             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5818         </member>
5819         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt32})~Newtonsoft.Json.Linq.JToken">
5820             <summary>
5821             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5822             </summary>
5823             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5824             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5825         </member>
5826         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt64})~Newtonsoft.Json.Linq.JToken">
5827             <summary>
5828             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5829             </summary>
5830             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5831             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5832         </member>
5833         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Double)~Newtonsoft.Json.Linq.JToken">
5834             <summary>
5835             Performs an implicit conversion from <see cref="T:System.Double"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5836             </summary>
5837             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5838             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5839         </member>
5840         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Single)~Newtonsoft.Json.Linq.JToken">
5841             <summary>
5842             Performs an implicit conversion from <see cref="T:System.Single"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5843             </summary>
5844             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5845             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5846         </member>
5847         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.String)~Newtonsoft.Json.Linq.JToken">
5848             <summary>
5849             Performs an implicit conversion from <see cref="T:System.String"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5850             </summary>
5851             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5852             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5853         </member>
5854         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt32)~Newtonsoft.Json.Linq.JToken">
5855             <summary>
5856             Performs an implicit conversion from <see cref="T:System.UInt32"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5857             </summary>
5858             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5859             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5860         </member>
5861         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt64)~Newtonsoft.Json.Linq.JToken">
5862             <summary>
5863             Performs an implicit conversion from <see cref="T:System.UInt64"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5864             </summary>
5865             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5866             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5867         </member>
5868         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Byte[])~Newtonsoft.Json.Linq.JToken">
5869             <summary>
5870             Performs an implicit conversion from <see cref="T:System.Byte"/>[] to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5871             </summary>
5872             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5873             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5874         </member>
5875         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Uri)~Newtonsoft.Json.Linq.JToken">
5876             <summary>
5877             Performs an implicit conversion from <see cref="T:System.Uri"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5878             </summary>
5879             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5880             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5881         </member>
5882         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.TimeSpan)~Newtonsoft.Json.Linq.JToken">
5883             <summary>
5884             Performs an implicit conversion from <see cref="T:System.TimeSpan"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5885             </summary>
5886             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5887             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5888         </member>
5889         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.TimeSpan})~Newtonsoft.Json.Linq.JToken">
5890             <summary>
5891             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5892             </summary>
5893             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5894             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5895         </member>
5896         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Guid)~Newtonsoft.Json.Linq.JToken">
5897             <summary>
5898             Performs an implicit conversion from <see cref="T:System.Guid"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5899             </summary>
5900             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5901             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5902         </member>
5903         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Guid})~Newtonsoft.Json.Linq.JToken">
5904             <summary>
5905             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5906             </summary>
5907             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5908             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5909         </member>
5910         <member name="M:Newtonsoft.Json.Linq.JToken.CreateReader">
5911             <summary>
5912             Creates an <see cref="T:Newtonsoft.Json.JsonReader"/> for this token.
5913             </summary>
5914             <returns>An <see cref="T:Newtonsoft.Json.JsonReader"/> that can be used to read this token and its descendants.</returns>
5915         </member>
5916         <member name="M:Newtonsoft.Json.Linq.JToken.FromObject(System.Object)">
5917             <summary>
5918             Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from an object.
5919             </summary>
5920             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
5921             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the value of the specified object</returns>
5922         </member>
5923         <member name="M:Newtonsoft.Json.Linq.JToken.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">
5924             <summary>
5925             Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from an object using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
5926             </summary>
5927             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
5928             <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when reading the object.</param>
5929             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the value of the specified object</returns>
5930         </member>
5931         <member name="M:Newtonsoft.Json.Linq.JToken.ToObject``1">
5932             <summary>
5933             Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5934             </summary>
5935             <typeparam name="T">The object type that the token will be deserialized to.</typeparam>
5936             <returns>The new object created from the JSON value.</returns>
5937         </member>
5938         <member name="M:Newtonsoft.Json.Linq.JToken.ToObject(System.Type)">
5939             <summary>
5940             Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5941             </summary>
5942             <param name="objectType">The object type that the token will be deserialized to.</param>
5943             <returns>The new object created from the JSON value.</returns>
5944         </member>
5945         <member name="M:Newtonsoft.Json.Linq.JToken.ToObject``1(Newtonsoft.Json.JsonSerializer)">
5946             <summary>
5947             Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/> using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
5948             </summary>
5949             <typeparam name="T">The object type that the token will be deserialized to.</typeparam>
5950             <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when creating the object.</param>
5951             <returns>The new object created from the JSON value.</returns>
5952         </member>
5953         <member name="M:Newtonsoft.Json.Linq.JToken.ToObject(System.Type,Newtonsoft.Json.JsonSerializer)">
5954             <summary>
5955             Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/> using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
5956             </summary>
5957             <param name="objectType">The object type that the token will be deserialized to.</param>
5958             <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when creating the object.</param>
5959             <returns>The new object created from the JSON value.</returns>
5960         </member>
5961         <member name="M:Newtonsoft.Json.Linq.JToken.ReadFrom(Newtonsoft.Json.JsonReader)">
5962             <summary>
5963             Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
5964             </summary>
5965             <param name="reader">An <see cref="T:Newtonsoft.Json.JsonReader"/> positioned at the token to read into this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
5966             <returns>
5967             An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens
5968             that were read from the reader. The runtime type of the token is determined
5969             by the token type of the first token encountered in the reader.
5970             </returns>
5971         </member>
5972         <member name="M:Newtonsoft.Json.Linq.JToken.ReadFrom(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)">
5973             <summary>
5974             Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
5975             </summary>
5976             <param name="reader">An <see cref="T:Newtonsoft.Json.JsonReader"/> positioned at the token to read into this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
5977             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
5978             If this is null, default load settings will be used.</param>
5979             <returns>
5980             An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens
5981             that were read from the reader. The runtime type of the token is determined
5982             by the token type of the first token encountered in the reader.
5983             </returns>
5984         </member>
5985         <member name="M:Newtonsoft.Json.Linq.JToken.Parse(System.String)">
5986             <summary>
5987             Load a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a string that contains JSON.
5988             </summary>
5989             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
5990             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> populated from the string that contains JSON.</returns>
5991         </member>
5992         <member name="M:Newtonsoft.Json.Linq.JToken.Parse(System.String,Newtonsoft.Json.Linq.JsonLoadSettings)">
5993             <summary>
5994             Load a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a string that contains JSON.
5995             </summary>
5996             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
5997             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
5998             If this is null, default load settings will be used.</param>
5999             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> populated from the string that contains JSON.</returns>
6000         </member>
6001         <member name="M:Newtonsoft.Json.Linq.JToken.Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)">
6002             <summary>
6003             Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
6004             </summary>
6005             <param name="reader">An <see cref="T:Newtonsoft.Json.JsonReader"/> positioned at the token to read into this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
6006             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
6007             If this is null, default load settings will be used.</param>
6008             <returns>
6009             An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens
6010             that were read from the reader. The runtime type of the token is determined
6011             by the token type of the first token encountered in the reader.
6012             </returns>
6013         </member>
6014         <member name="M:Newtonsoft.Json.Linq.JToken.Load(Newtonsoft.Json.JsonReader)">
6015             <summary>
6016             Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
6017             </summary>
6018             <param name="reader">An <see cref="T:Newtonsoft.Json.JsonReader"/> positioned at the token to read into this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
6019             <returns>
6020             An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens
6021             that were read from the reader. The runtime type of the token is determined
6022             by the token type of the first token encountered in the reader.
6023             </returns>
6024         </member>
6025         <member name="M:Newtonsoft.Json.Linq.JToken.SelectToken(System.String)">
6026             <summary>
6027             Selects a <see cref="T:Newtonsoft.Json.Linq.JToken"/> using a JPath expression. Selects the token that matches the object path.
6028             </summary>
6029             <param name="path">
6030             A <see cref="T:System.String"/> that contains a JPath expression.
6031             </param>
6032             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/>, or null.</returns>
6033         </member>
6034         <member name="M:Newtonsoft.Json.Linq.JToken.SelectToken(System.String,System.Boolean)">
6035             <summary>
6036             Selects a <see cref="T:Newtonsoft.Json.Linq.JToken"/> using a JPath expression. Selects the token that matches the object path.
6037             </summary>
6038             <param name="path">
6039             A <see cref="T:System.String"/> that contains a JPath expression.
6040             </param>
6041             <param name="errorWhenNoMatch">A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression.</param>
6042             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>
6043         </member>
6044         <member name="M:Newtonsoft.Json.Linq.JToken.SelectTokens(System.String)">
6045             <summary>
6046             Selects a collection of elements using a JPath expression.
6047             </summary>
6048             <param name="path">
6049             A <see cref="T:System.String"/> that contains a JPath expression.
6050             </param>
6051             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the selected elements.</returns>
6052         </member>
6053         <member name="M:Newtonsoft.Json.Linq.JToken.SelectTokens(System.String,System.Boolean)">
6054             <summary>
6055             Selects a collection of elements using a JPath expression.
6056             </summary>
6057             <param name="path">
6058             A <see cref="T:System.String"/> that contains a JPath expression.
6059             </param>
6060             <param name="errorWhenNoMatch">A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression.</param>
6061             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the selected elements.</returns>
6062         </member>
6063         <member name="M:Newtonsoft.Json.Linq.JToken.GetMetaObject(System.Linq.Expressions.Expression)">
6064             <summary>
6065             Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.
6066             </summary>
6067             <param name="parameter">The expression tree representation of the runtime value.</param>
6068             <returns>
6069             The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.
6070             </returns>
6071         </member>
6072         <member name="M:Newtonsoft.Json.Linq.JToken.System#Dynamic#IDynamicMetaObjectProvider#GetMetaObject(System.Linq.Expressions.Expression)">
6073             <summary>
6074             Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.
6075             </summary>
6076             <param name="parameter">The expression tree representation of the runtime value.</param>
6077             <returns>
6078             The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.
6079             </returns>
6080         </member>
6081         <member name="M:Newtonsoft.Json.Linq.JToken.DeepClone">
6082             <summary>
6083             Creates a new instance of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>. All child tokens are recursively cloned.
6084             </summary>
6085             <returns>A new instance of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>
6086         </member>
6087         <member name="M:Newtonsoft.Json.Linq.JToken.AddAnnotation(System.Object)">
6088             <summary>
6089             Adds an object to the annotation list of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6090             </summary>
6091             <param name="annotation">The annotation to add.</param>
6092         </member>
6093         <member name="M:Newtonsoft.Json.Linq.JToken.Annotation``1">
6094             <summary>
6095             Get the first annotation object of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6096             </summary>
6097             <typeparam name="T">The type of the annotation to retrieve.</typeparam>
6098             <returns>The first annotation object that matches the specified type, or <c>null</c> if no annotation is of the specified type.</returns>
6099         </member>
6100         <member name="M:Newtonsoft.Json.Linq.JToken.Annotation(System.Type)">
6101             <summary>
6102             Gets the first annotation object of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6103             </summary>
6104             <param name="type">The <see cref="P:Newtonsoft.Json.Linq.JToken.Type"/> of the annotation to retrieve.</param>
6105             <returns>The first annotation object that matches the specified type, or <c>null</c> if no annotation is of the specified type.</returns>
6106         </member>
6107         <member name="M:Newtonsoft.Json.Linq.JToken.Annotations``1">
6108             <summary>
6109             Gets a collection of annotations of the specified type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6110             </summary>
6111             <typeparam name="T">The type of the annotations to retrieve.</typeparam>
6112             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/>  that contains the annotations for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>
6113         </member>
6114         <member name="M:Newtonsoft.Json.Linq.JToken.Annotations(System.Type)">
6115             <summary>
6116             Gets a collection of annotations of the specified type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6117             </summary>
6118             <param name="type">The <see cref="P:Newtonsoft.Json.Linq.JToken.Type"/> of the annotations to retrieve.</param>
6119             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:System.Object"/> that contains the annotations that match the specified type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>
6120         </member>
6121         <member name="M:Newtonsoft.Json.Linq.JToken.RemoveAnnotations``1">
6122             <summary>
6123             Removes the annotations of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6124             </summary>
6125             <typeparam name="T">The type of annotations to remove.</typeparam>
6126         </member>
6127         <member name="M:Newtonsoft.Json.Linq.JToken.RemoveAnnotations(System.Type)">
6128             <summary>
6129             Removes the annotations of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6130             </summary>
6131             <param name="type">The <see cref="P:Newtonsoft.Json.Linq.JToken.Type"/> of annotations to remove.</param>
6132         </member>
6133         <member name="T:Newtonsoft.Json.Linq.JTokenEqualityComparer">
6134             <summary>
6135             Compares tokens to determine whether they are equal.
6136             </summary>
6137         </member>
6138         <member name="M:Newtonsoft.Json.Linq.JTokenEqualityComparer.Equals(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
6139             <summary>
6140             Determines whether the specified objects are equal.
6141             </summary>
6142             <param name="x">The first object of type <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
6143             <param name="y">The second object of type <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
6144             <returns>
6145             true if the specified objects are equal; otherwise, false.
6146             </returns>
6147         </member>
6148         <member name="M:Newtonsoft.Json.Linq.JTokenEqualityComparer.GetHashCode(Newtonsoft.Json.Linq.JToken)">
6149             <summary>
6150             Returns a hash code for the specified object.
6151             </summary>
6152             <param name="obj">The <see cref="T:System.Object"/> for which a hash code is to be returned.</param>
6153             <returns>A hash code for the specified object.</returns>
6154             <exception cref="T:System.ArgumentNullException">The type of <paramref name="obj"/> is a reference type and <paramref name="obj"/> is null.</exception>
6155         </member>
6156         <member name="T:Newtonsoft.Json.Linq.JTokenReader">
6157             <summary>
6158             Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data.
6159             </summary>
6160         </member>
6161         <member name="P:Newtonsoft.Json.Linq.JTokenReader.CurrentToken">
6162             <summary>
6163             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> at the reader's current position.
6164             </summary>
6165         </member>
6166         <member name="M:Newtonsoft.Json.Linq.JTokenReader.#ctor(Newtonsoft.Json.Linq.JToken)">
6167             <summary>
6168             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JTokenReader"/> class.
6169             </summary>
6170             <param name="token">The token to read from.</param>
6171         </member>
6172         <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsBytes">
6173             <summary>
6174             Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].
6175             </summary>
6176             <returns>
6177             A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.
6178             </returns>
6179         </member>
6180         <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDecimal">
6181             <summary>
6182             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
6183             </summary>
6184             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
6185         </member>
6186         <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsInt32">
6187             <summary>
6188             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
6189             </summary>
6190             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
6191         </member>
6192         <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsString">
6193             <summary>
6194             Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
6195             </summary>
6196             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
6197         </member>
6198         <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDateTime">
6199             <summary>
6200             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
6201             </summary>
6202             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
6203         </member>
6204         <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDateTimeOffset">
6205             <summary>
6206             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
6207             </summary>
6208             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
6209         </member>
6210         <member name="M:Newtonsoft.Json.Linq.JTokenReader.Read">
6211             <summary>
6212             Reads the next JSON token from the stream.
6213             </summary>
6214             <returns>
6215             true if the next token was read successfully; false if there are no more tokens to read.
6216             </returns>
6217         </member>
6218         <member name="P:Newtonsoft.Json.Linq.JTokenReader.Path">
6219             <summary>
6220             Gets the path of the current JSON token. 
6221             </summary>
6222         </member>
6223         <member name="T:Newtonsoft.Json.Linq.JTokenType">
6224             <summary>
6225             Specifies the type of token.
6226             </summary>
6227         </member>
6228         <member name="F:Newtonsoft.Json.Linq.JTokenType.None">
6229             <summary>
6230             No token type has been set.
6231             </summary>
6232         </member>
6233         <member name="F:Newtonsoft.Json.Linq.JTokenType.Object">
6234             <summary>
6235             A JSON object.
6236             </summary>
6237         </member>
6238         <member name="F:Newtonsoft.Json.Linq.JTokenType.Array">
6239             <summary>
6240             A JSON array.
6241             </summary>
6242         </member>
6243         <member name="F:Newtonsoft.Json.Linq.JTokenType.Constructor">
6244             <summary>
6245             A JSON constructor.
6246             </summary>
6247         </member>
6248         <member name="F:Newtonsoft.Json.Linq.JTokenType.Property">
6249             <summary>
6250             A JSON object property.
6251             </summary>
6252         </member>
6253         <member name="F:Newtonsoft.Json.Linq.JTokenType.Comment">
6254             <summary>
6255             A comment.
6256             </summary>
6257         </member>
6258         <member name="F:Newtonsoft.Json.Linq.JTokenType.Integer">
6259             <summary>
6260             An integer value.
6261             </summary>
6262         </member>
6263         <member name="F:Newtonsoft.Json.Linq.JTokenType.Float">
6264             <summary>
6265             A float value.
6266             </summary>
6267         </member>
6268         <member name="F:Newtonsoft.Json.Linq.JTokenType.String">
6269             <summary>
6270             A string value.
6271             </summary>
6272         </member>
6273         <member name="F:Newtonsoft.Json.Linq.JTokenType.Boolean">
6274             <summary>
6275             A boolean value.
6276             </summary>
6277         </member>
6278         <member name="F:Newtonsoft.Json.Linq.JTokenType.Null">
6279             <summary>
6280             A null value.
6281             </summary>
6282         </member>
6283         <member name="F:Newtonsoft.Json.Linq.JTokenType.Undefined">
6284             <summary>
6285             An undefined value.
6286             </summary>
6287         </member>
6288         <member name="F:Newtonsoft.Json.Linq.JTokenType.Date">
6289             <summary>
6290             A date value.
6291             </summary>
6292         </member>
6293         <member name="F:Newtonsoft.Json.Linq.JTokenType.Raw">
6294             <summary>
6295             A raw JSON value.
6296             </summary>
6297         </member>
6298         <member name="F:Newtonsoft.Json.Linq.JTokenType.Bytes">
6299             <summary>
6300             A collection of bytes value.
6301             </summary>
6302         </member>
6303         <member name="F:Newtonsoft.Json.Linq.JTokenType.Guid">
6304             <summary>
6305             A Guid value.
6306             </summary>
6307         </member>
6308         <member name="F:Newtonsoft.Json.Linq.JTokenType.Uri">
6309             <summary>
6310             A Uri value.
6311             </summary>
6312         </member>
6313         <member name="F:Newtonsoft.Json.Linq.JTokenType.TimeSpan">
6314             <summary>
6315             A TimeSpan value.
6316             </summary>
6317         </member>
6318         <member name="T:Newtonsoft.Json.Linq.JTokenWriter">
6319             <summary>
6320             Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
6321             </summary>
6322         </member>
6323         <member name="P:Newtonsoft.Json.Linq.JTokenWriter.CurrentToken">
6324             <summary>
6325             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> at the writer's current position.
6326             </summary>
6327         </member>
6328         <member name="P:Newtonsoft.Json.Linq.JTokenWriter.Token">
6329             <summary>
6330             Gets the token being writen.
6331             </summary>
6332             <value>The token being writen.</value>
6333         </member>
6334         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.#ctor(Newtonsoft.Json.Linq.JContainer)">
6335             <summary>
6336             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JTokenWriter"/> class writing to the given <see cref="T:Newtonsoft.Json.Linq.JContainer"/>.
6337             </summary>
6338             <param name="container">The container being written to.</param>
6339         </member>
6340         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.#ctor">
6341             <summary>
6342             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JTokenWriter"/> class.
6343             </summary>
6344         </member>
6345         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.Flush">
6346             <summary>
6347             Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
6348             </summary>
6349         </member>
6350         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.Close">
6351             <summary>
6352             Closes this stream and the underlying stream.
6353             </summary>
6354         </member>
6355         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartObject">
6356             <summary>
6357             Writes the beginning of a JSON object.
6358             </summary>
6359         </member>
6360         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartArray">
6361             <summary>
6362             Writes the beginning of a JSON array.
6363             </summary>
6364         </member>
6365         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartConstructor(System.String)">
6366             <summary>
6367             Writes the start of a constructor with the given name.
6368             </summary>
6369             <param name="name">The name of the constructor.</param>
6370         </member>
6371         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
6372             <summary>
6373             Writes the end.
6374             </summary>
6375             <param name="token">The token.</param>
6376         </member>
6377         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WritePropertyName(System.String)">
6378             <summary>
6379             Writes the property name of a name/value pair on a JSON object.
6380             </summary>
6381             <param name="name">The name of the property.</param>
6382         </member>
6383         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Object)">
6384             <summary>
6385             Writes a <see cref="T:System.Object"/> value.
6386             An error will raised if the value cannot be written as a single JSON token.
6387             </summary>
6388             <param name="value">The <see cref="T:System.Object"/> value to write.</param>
6389         </member>
6390         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteNull">
6391             <summary>
6392             Writes a null value.
6393             </summary>
6394         </member>
6395         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteUndefined">
6396             <summary>
6397             Writes an undefined value.
6398             </summary>
6399         </member>
6400         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteRaw(System.String)">
6401             <summary>
6402             Writes raw JSON.
6403             </summary>
6404             <param name="json">The raw JSON to write.</param>
6405         </member>
6406         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteComment(System.String)">
6407             <summary>
6408             Writes out a comment <code>/*...*/</code> containing the specified text.
6409             </summary>
6410             <param name="text">Text to place inside the comment.</param>
6411         </member>
6412         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.String)">
6413             <summary>
6414             Writes a <see cref="T:System.String"/> value.
6415             </summary>
6416             <param name="value">The <see cref="T:System.String"/> value to write.</param>
6417         </member>
6418         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int32)">
6419             <summary>
6420             Writes a <see cref="T:System.Int32"/> value.
6421             </summary>
6422             <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
6423         </member>
6424         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt32)">
6425             <summary>
6426             Writes a <see cref="T:System.UInt32"/> value.
6427             </summary>
6428             <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
6429         </member>
6430         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int64)">
6431             <summary>
6432             Writes a <see cref="T:System.Int64"/> value.
6433             </summary>
6434             <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
6435         </member>
6436         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt64)">
6437             <summary>
6438             Writes a <see cref="T:System.UInt64"/> value.
6439             </summary>
6440             <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
6441         </member>
6442         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Single)">
6443             <summary>
6444             Writes a <see cref="T:System.Single"/> value.
6445             </summary>
6446             <param name="value">The <see cref="T:System.Single"/> value to write.</param>
6447         </member>
6448         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Double)">
6449             <summary>
6450             Writes a <see cref="T:System.Double"/> value.
6451             </summary>
6452             <param name="value">The <see cref="T:System.Double"/> value to write.</param>
6453         </member>
6454         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Boolean)">
6455             <summary>
6456             Writes a <see cref="T:System.Boolean"/> value.
6457             </summary>
6458             <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
6459         </member>
6460         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int16)">
6461             <summary>
6462             Writes a <see cref="T:System.Int16"/> value.
6463             </summary>
6464             <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
6465         </member>
6466         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt16)">
6467             <summary>
6468             Writes a <see cref="T:System.UInt16"/> value.
6469             </summary>
6470             <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
6471         </member>
6472         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Char)">
6473             <summary>
6474             Writes a <see cref="T:System.Char"/> value.
6475             </summary>
6476             <param name="value">The <see cref="T:System.Char"/> value to write.</param>
6477         </member>
6478         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Byte)">
6479             <summary>
6480             Writes a <see cref="T:System.Byte"/> value.
6481             </summary>
6482             <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
6483         </member>
6484         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.SByte)">
6485             <summary>
6486             Writes a <see cref="T:System.SByte"/> value.
6487             </summary>
6488             <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
6489         </member>
6490         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Decimal)">
6491             <summary>
6492             Writes a <see cref="T:System.Decimal"/> value.
6493             </summary>
6494             <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
6495         </member>
6496         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.DateTime)">
6497             <summary>
6498             Writes a <see cref="T:System.DateTime"/> value.
6499             </summary>
6500             <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
6501         </member>
6502         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.DateTimeOffset)">
6503             <summary>
6504             Writes a <see cref="T:System.DateTimeOffset"/> value.
6505             </summary>
6506             <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>
6507         </member>
6508         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Byte[])">
6509             <summary>
6510             Writes a <see cref="T:System.Byte"/>[] value.
6511             </summary>
6512             <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param>
6513         </member>
6514         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.TimeSpan)">
6515             <summary>
6516             Writes a <see cref="T:System.TimeSpan"/> value.
6517             </summary>
6518             <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>
6519         </member>
6520         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Guid)">
6521             <summary>
6522             Writes a <see cref="T:System.Guid"/> value.
6523             </summary>
6524             <param name="value">The <see cref="T:System.Guid"/> value to write.</param>
6525         </member>
6526         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Uri)">
6527             <summary>
6528             Writes a <see cref="T:System.Uri"/> value.
6529             </summary>
6530             <param name="value">The <see cref="T:System.Uri"/> value to write.</param>
6531         </member>
6532         <member name="T:Newtonsoft.Json.Linq.JValue">
6533             <summary>
6534             Represents a value in JSON (string, integer, date, etc).
6535             </summary>
6536         </member>
6537         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(Newtonsoft.Json.Linq.JValue)">
6538             <summary>
6539             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class from another <see cref="T:Newtonsoft.Json.Linq.JValue"/> object.
6540             </summary>
6541             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JValue"/> object to copy from.</param>
6542         </member>
6543         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Int64)">
6544             <summary>
6545             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6546             </summary>
6547             <param name="value">The value.</param>
6548         </member>
6549         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Decimal)">
6550             <summary>
6551             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6552             </summary>
6553             <param name="value">The value.</param>
6554         </member>
6555         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Char)">
6556             <summary>
6557             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6558             </summary>
6559             <param name="value">The value.</param>
6560         </member>
6561         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.UInt64)">
6562             <summary>
6563             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6564             </summary>
6565             <param name="value">The value.</param>
6566         </member>
6567         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Double)">
6568             <summary>
6569             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6570             </summary>
6571             <param name="value">The value.</param>
6572         </member>
6573         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Single)">
6574             <summary>
6575             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6576             </summary>
6577             <param name="value">The value.</param>
6578         </member>
6579         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.DateTime)">
6580             <summary>
6581             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6582             </summary>
6583             <param name="value">The value.</param>
6584         </member>
6585         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.DateTimeOffset)">
6586             <summary>
6587             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6588             </summary>
6589             <param name="value">The value.</param>
6590         </member>
6591         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Boolean)">
6592             <summary>
6593             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6594             </summary>
6595             <param name="value">The value.</param>
6596         </member>
6597         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.String)">
6598             <summary>
6599             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6600             </summary>
6601             <param name="value">The value.</param>
6602         </member>
6603         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Guid)">
6604             <summary>
6605             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6606             </summary>
6607             <param name="value">The value.</param>
6608         </member>
6609         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Uri)">
6610             <summary>
6611             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6612             </summary>
6613             <param name="value">The value.</param>
6614         </member>
6615         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.TimeSpan)">
6616             <summary>
6617             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6618             </summary>
6619             <param name="value">The value.</param>
6620         </member>
6621         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Object)">
6622             <summary>
6623             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6624             </summary>
6625             <param name="value">The value.</param>
6626         </member>
6627         <member name="P:Newtonsoft.Json.Linq.JValue.HasValues">
6628             <summary>
6629             Gets a value indicating whether this token has child tokens.
6630             </summary>
6631             <value>
6632                 <c>true</c> if this token has child values; otherwise, <c>false</c>.
6633             </value>
6634         </member>
6635         <member name="M:Newtonsoft.Json.Linq.JValue.CreateComment(System.String)">
6636             <summary>
6637             Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> comment with the given value.
6638             </summary>
6639             <param name="value">The value.</param>
6640             <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> comment with the given value.</returns>
6641         </member>
6642         <member name="M:Newtonsoft.Json.Linq.JValue.CreateString(System.String)">
6643             <summary>
6644             Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> string with the given value.
6645             </summary>
6646             <param name="value">The value.</param>
6647             <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> string with the given value.</returns>
6648         </member>
6649         <member name="M:Newtonsoft.Json.Linq.JValue.CreateNull">
6650             <summary>
6651             Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value.
6652             </summary>
6653             <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value.</returns>
6654         </member>
6655         <member name="M:Newtonsoft.Json.Linq.JValue.CreateUndefined">
6656             <summary>
6657             Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value.
6658             </summary>
6659             <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value.</returns>
6660         </member>
6661         <member name="P:Newtonsoft.Json.Linq.JValue.Type">
6662             <summary>
6663             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6664             </summary>
6665             <value>The type.</value>
6666         </member>
6667         <member name="P:Newtonsoft.Json.Linq.JValue.Value">
6668             <summary>
6669             Gets or sets the underlying token value.
6670             </summary>
6671             <value>The underlying token value.</value>
6672         </member>
6673         <member name="M:Newtonsoft.Json.Linq.JValue.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
6674             <summary>
6675             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
6676             </summary>
6677             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
6678             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
6679         </member>
6680         <member name="M:Newtonsoft.Json.Linq.JValue.Equals(Newtonsoft.Json.Linq.JValue)">
6681             <summary>
6682             Indicates whether the current object is equal to another object of the same type.
6683             </summary>
6684             <returns>
6685             true if the current object is equal to the <paramref name="other"/> parameter; otherwise, false.
6686             </returns>
6687             <param name="other">An object to compare with this object.</param>
6688         </member>
6689         <member name="M:Newtonsoft.Json.Linq.JValue.Equals(System.Object)">
6690             <summary>
6691             Determines whether the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:System.Object"/>.
6692             </summary>
6693             <param name="obj">The <see cref="T:System.Object"/> to compare with the current <see cref="T:System.Object"/>.</param>
6694             <returns>
6695             true if the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:System.Object"/>; otherwise, false.
6696             </returns>
6697             <exception cref="T:System.NullReferenceException">
6698             The <paramref name="obj"/> parameter is null.
6699             </exception>
6700         </member>
6701         <member name="M:Newtonsoft.Json.Linq.JValue.GetHashCode">
6702             <summary>
6703             Serves as a hash function for a particular type.
6704             </summary>
6705             <returns>
6706             A hash code for the current <see cref="T:System.Object"/>.
6707             </returns>
6708         </member>
6709         <member name="M:Newtonsoft.Json.Linq.JValue.ToString">
6710             <summary>
6711             Returns a <see cref="T:System.String"/> that represents this instance.
6712             </summary>
6713             <returns>
6714             A <see cref="T:System.String"/> that represents this instance.
6715             </returns>
6716         </member>
6717         <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.String)">
6718             <summary>
6719             Returns a <see cref="T:System.String"/> that represents this instance.
6720             </summary>
6721             <param name="format">The format.</param>
6722             <returns>
6723             A <see cref="T:System.String"/> that represents this instance.
6724             </returns>
6725         </member>
6726         <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.IFormatProvider)">
6727             <summary>
6728             Returns a <see cref="T:System.String"/> that represents this instance.
6729             </summary>
6730             <param name="formatProvider">The format provider.</param>
6731             <returns>
6732             A <see cref="T:System.String"/> that represents this instance.
6733             </returns>
6734         </member>
6735         <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.String,System.IFormatProvider)">
6736             <summary>
6737             Returns a <see cref="T:System.String"/> that represents this instance.
6738             </summary>
6739             <param name="format">The format.</param>
6740             <param name="formatProvider">The format provider.</param>
6741             <returns>
6742             A <see cref="T:System.String"/> that represents this instance.
6743             </returns>
6744         </member>
6745         <member name="M:Newtonsoft.Json.Linq.JValue.GetMetaObject(System.Linq.Expressions.Expression)">
6746             <summary>
6747             Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.
6748             </summary>
6749             <param name="parameter">The expression tree representation of the runtime value.</param>
6750             <returns>
6751             The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.
6752             </returns>
6753         </member>
6754         <member name="M:Newtonsoft.Json.Linq.JValue.CompareTo(Newtonsoft.Json.Linq.JValue)">
6755             <summary>
6756             Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
6757             </summary>
6758             <param name="obj">An object to compare with this instance.</param>
6759             <returns>
6760             A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings:
6761             Value
6762             Meaning
6763             Less than zero
6764             This instance is less than <paramref name="obj"/>.
6765             Zero
6766             This instance is equal to <paramref name="obj"/>.
6767             Greater than zero
6768             This instance is greater than <paramref name="obj"/>.
6769             </returns>
6770             <exception cref="T:System.ArgumentException">
6771                 <paramref name="obj"/> is not the same type as this instance.
6772             </exception>
6773         </member>
6774         <member name="T:Newtonsoft.Json.Linq.JsonLoadSettings">
6775             <summary>
6776             Specifies the settings used when loading JSON.
6777             </summary>
6778         </member>
6779         <member name="P:Newtonsoft.Json.Linq.JsonLoadSettings.CommentHandling">
6780             <summary>
6781             Gets or sets how JSON comments are handled when loading JSON.
6782             </summary>
6783             <value>The JSON comment handling.</value>
6784         </member>
6785         <member name="T:Newtonsoft.Json.Linq.MergeArrayHandling">
6786             <summary>
6787             Specifies how JSON arrays are merged together.
6788             </summary>
6789         </member>
6790         <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Concat">
6791             <summary>Concatenate arrays.</summary>
6792         </member>
6793         <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Union">
6794             <summary>Union arrays, skipping items that already exist.</summary>
6795         </member>
6796         <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Replace">
6797             <summary>Replace all array items.</summary>
6798         </member>
6799         <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Merge">
6800             <summary>Merge array items together, matched by index.</summary>
6801         </member>
6802         <member name="T:Newtonsoft.Json.MemberSerialization">
6803             <summary>
6804             Specifies the member serialization options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6805             </summary>
6806         </member>
6807         <member name="F:Newtonsoft.Json.MemberSerialization.OptOut">
6808             <summary>
6809             All public members are serialized by default. Members can be excluded using <see cref="T:Newtonsoft.Json.JsonIgnoreAttribute"/> or <see cref="T:System.NonSerializedAttribute"/>.
6810             This is the default member serialization mode.
6811             </summary>
6812         </member>
6813         <member name="F:Newtonsoft.Json.MemberSerialization.OptIn">
6814             <summary>
6815             Only members must be marked with <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> or <see cref="T:System.Runtime.Serialization.DataMemberAttribute"/> are serialized.
6816             This member serialization mode can also be set by marking the class with <see cref="T:System.Runtime.Serialization.DataContractAttribute"/>.
6817             </summary>
6818         </member>
6819         <member name="F:Newtonsoft.Json.MemberSerialization.Fields">
6820             <summary>
6821             All public and private fields are serialized. Members can be excluded using <see cref="T:Newtonsoft.Json.JsonIgnoreAttribute"/> or <see cref="T:System.NonSerializedAttribute"/>.
6822             This member serialization mode can also be set by marking the class with <see cref="T:System.SerializableAttribute"/>
6823             and setting IgnoreSerializableAttribute on <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> to false.
6824             </summary>
6825         </member>
6826         <member name="T:Newtonsoft.Json.MetadataPropertyHandling">
6827             <summary>
6828             Specifies metadata property handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6829             </summary>
6830         </member>
6831         <member name="F:Newtonsoft.Json.MetadataPropertyHandling.Default">
6832             <summary>
6833             Read metadata properties located at the start of a JSON object.
6834             </summary>
6835         </member>
6836         <member name="F:Newtonsoft.Json.MetadataPropertyHandling.ReadAhead">
6837             <summary>
6838             Read metadata properties located anywhere in a JSON object. Note that this setting will impact performance.
6839             </summary>
6840         </member>
6841         <member name="F:Newtonsoft.Json.MetadataPropertyHandling.Ignore">
6842             <summary>
6843             Do not try to read metadata properties.
6844             </summary>
6845         </member>
6846         <member name="T:Newtonsoft.Json.MissingMemberHandling">
6847             <summary>
6848             Specifies missing member handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6849             </summary>
6850         </member>
6851         <member name="F:Newtonsoft.Json.MissingMemberHandling.Ignore">
6852             <summary>
6853             Ignore a missing member and do not attempt to deserialize it.
6854             </summary>
6855         </member>
6856         <member name="F:Newtonsoft.Json.MissingMemberHandling.Error">
6857             <summary>
6858             Throw a <see cref="T:Newtonsoft.Json.JsonSerializationException"/> when a missing member is encountered during deserialization.
6859             </summary>
6860         </member>
6861         <member name="T:Newtonsoft.Json.NullValueHandling">
6862             <summary>
6863             Specifies null value handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6864             </summary>
6865             <example>
6866               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeNullValueHandlingObject" title="NullValueHandling Class" />
6867               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeNullValueHandlingExample" title="NullValueHandling Ignore Example" />
6868             </example>
6869         </member>
6870         <member name="F:Newtonsoft.Json.NullValueHandling.Include">
6871             <summary>
6872             Include null values when serializing and deserializing objects.
6873             </summary>
6874         </member>
6875         <member name="F:Newtonsoft.Json.NullValueHandling.Ignore">
6876             <summary>
6877             Ignore null values when serializing and deserializing objects.
6878             </summary>
6879         </member>
6880         <member name="T:Newtonsoft.Json.ObjectCreationHandling">
6881             <summary>
6882             Specifies how object creation is handled by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6883             </summary>
6884         </member>
6885         <member name="F:Newtonsoft.Json.ObjectCreationHandling.Auto">
6886             <summary>
6887             Reuse existing objects, create new objects when needed.
6888             </summary>
6889         </member>
6890         <member name="F:Newtonsoft.Json.ObjectCreationHandling.Reuse">
6891             <summary>
6892             Only reuse existing objects.
6893             </summary>
6894         </member>
6895         <member name="F:Newtonsoft.Json.ObjectCreationHandling.Replace">
6896             <summary>
6897             Always create new objects.
6898             </summary>
6899         </member>
6900         <member name="T:Newtonsoft.Json.PreserveReferencesHandling">
6901             <summary>
6902             Specifies reference handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6903             Note that references cannot be preserved when a value is set via a non-default constructor such as types that implement ISerializable.
6904             </summary>
6905             <example>
6906               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="PreservingObjectReferencesOn" title="Preserve Object References" />       
6907             </example>
6908         </member>
6909         <member name="F:Newtonsoft.Json.PreserveReferencesHandling.None">
6910             <summary>
6911             Do not preserve references when serializing types.
6912             </summary>
6913         </member>
6914         <member name="F:Newtonsoft.Json.PreserveReferencesHandling.Objects">
6915             <summary>
6916             Preserve references when serializing into a JSON object structure.
6917             </summary>
6918         </member>
6919         <member name="F:Newtonsoft.Json.PreserveReferencesHandling.Arrays">
6920             <summary>
6921             Preserve references when serializing into a JSON array structure.
6922             </summary>
6923         </member>
6924         <member name="F:Newtonsoft.Json.PreserveReferencesHandling.All">
6925             <summary>
6926             Preserve references when serializing.
6927             </summary>
6928         </member>
6929         <member name="T:Newtonsoft.Json.ReferenceLoopHandling">
6930             <summary>
6931             Specifies reference loop handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6932             </summary>
6933         </member>
6934         <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Error">
6935             <summary>
6936             Throw a <see cref="T:Newtonsoft.Json.JsonSerializationException"/> when a loop is encountered.
6937             </summary>
6938         </member>
6939         <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Ignore">
6940             <summary>
6941             Ignore loop references and do not serialize.
6942             </summary>
6943         </member>
6944         <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Serialize">
6945             <summary>
6946             Serialize loop references.
6947             </summary>
6948         </member>
6949         <member name="T:Newtonsoft.Json.Required">
6950             <summary>
6951             Indicating whether a property is required.
6952             </summary>
6953         </member>
6954         <member name="F:Newtonsoft.Json.Required.Default">
6955             <summary>
6956             The property is not required. The default state.
6957             </summary>
6958         </member>
6959         <member name="F:Newtonsoft.Json.Required.AllowNull">
6960             <summary>
6961             The property must be defined in JSON but can be a null value.
6962             </summary>
6963         </member>
6964         <member name="F:Newtonsoft.Json.Required.Always">
6965             <summary>
6966             The property must be defined in JSON and cannot be a null value.
6967             </summary>
6968         </member>
6969         <member name="T:Newtonsoft.Json.Schema.Extensions">
6970             <summary>
6971             <para>
6972             Contains the JSON schema extension methods.
6973             </para>
6974             <note type="caution">
6975             JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
6976             </note>
6977             </summary>
6978         </member>
6979         <member name="M:Newtonsoft.Json.Schema.Extensions.IsValid(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema)">
6980             <summary>
6981             <para>
6982             Determines whether the <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid.
6983             </para>
6984             <note type="caution">
6985             JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
6986             </note>
6987             </summary>
6988             <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
6989             <param name="schema">The schema to test with.</param>
6990             <returns>
6991                 <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid; otherwise, <c>false</c>.
6992             </returns>
6993         </member>
6994         <member name="M:Newtonsoft.Json.Schema.Extensions.IsValid(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema,System.Collections.Generic.IList{System.String}@)">
6995             <summary>
6996             <para>
6997             Determines whether the <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid.
6998             </para>
6999             <note type="caution">
7000             JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
7001             </note>
7002             </summary>
7003             <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
7004             <param name="schema">The schema to test with.</param>
7005             <param name="errorMessages">When this method returns, contains any error messages generated while validating. </param>
7006             <returns>
7007                 <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid; otherwise, <c>false</c>.
7008             </returns>
7009         </member>
7010         <member name="M:Newtonsoft.Json.Schema.Extensions.Validate(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema)">
7011             <summary>
7012             <para>
7013             Validates the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
7014             </para>
7015             <note type="caution">
7016             JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
7017             </note>
7018             </summary>
7019             <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
7020             <param name="schema">The schema to test with.</param>
7021         </member>
7022         <member name="M:Newtonsoft.Json.Schema.Extensions.Validate(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema,Newtonsoft.Json.Schema.ValidationEventHandler)">
7023             <summary>
7024             <para>
7025             Validates the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
7026             </para>
7027             <note type="caution">
7028             JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
7029             </note>
7030             </summary>
7031             <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
7032             <param name="schema">The schema to test with.</param>
7033             <param name="validationEventHandler">The validation event handler.</param>
7034         </member>
7035         <member name="T:Newtonsoft.Json.Schema.JsonSchema">
7036             <summary>
7037             <para>
7038             An in-memory representation of a JSON Schema.
7039             </para>
7040             <note type="caution">
7041             JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
7042             </note>
7043             </summary>
7044         </member>
7045         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Id">
7046             <summary>
7047             Gets or sets the id.
7048             </summary>
7049         </member>
7050         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Title">
7051             <summary>
7052             Gets or sets the title.
7053             </summary>
7054         </member>
7055         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Required">
7056             <summary>
7057             Gets or sets whether the object is required.
7058             </summary>
7059         </member>
7060         <member name="P:Newtonsoft.Json.Schema.JsonSchema.ReadOnly">
7061             <summary>
7062             Gets or sets whether the object is read only.
7063             </summary>
7064         </member>
7065         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Hidden">
7066             <summary>
7067             Gets or sets whether the object is visible to users.
7068             </summary>
7069         </member>
7070         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Transient">
7071             <summary>
7072             Gets or sets whether the object is transient.
7073             </summary>
7074         </member>
7075         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Description">
7076             <summary>
7077             Gets or sets the description of the object.
7078             </summary>
7079         </member>
7080         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Type">
7081             <summary>
7082             Gets or sets the types of values allowed by the object.
7083             </summary>
7084             <value>The type.</value>
7085         </member>
7086         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Pattern">
7087             <summary>
7088             Gets or sets the pattern.
7089             </summary>
7090             <value>The pattern.</value>
7091         </member>
7092         <member name="P:Newtonsoft.Json.Schema.JsonSchema.MinimumLength">
7093             <summary>
7094             Gets or sets the minimum length.
7095             </summary>
7096             <value>The minimum length.</value>
7097         </member>
7098         <member name="P:Newtonsoft.Json.Schema.JsonSchema.MaximumLength">
7099             <summary>
7100             Gets or sets the maximum length.
7101             </summary>
7102             <value>The maximum length.</value>
7103         </member>
7104         <member name="P:Newtonsoft.Json.Schema.JsonSchema.DivisibleBy">
7105             <summary>
7106             Gets or sets a number that the value should be divisble by.
7107             </summary>
7108             <value>A number that the value should be divisble by.</value>
7109         </member>
7110         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Minimum">
7111             <summary>
7112             Gets or sets the minimum.
7113             </summary>
7114             <value>The minimum.</value>
7115         </member>
7116         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Maximum">
7117             <summary>
7118             Gets or sets the maximum.
7119             </summary>
7120             <value>The maximum.</value>
7121         </member>
7122         <member name="P:Newtonsoft.Json.Schema.JsonSchema.ExclusiveMinimum">
7123             <summary>
7124             Gets or sets a flag indicating whether the value can not equal the number defined by the "minimum" attribute.
7125             </summary>
7126             <value>A flag indicating whether the value can not equal the number defined by the "minimum" attribute.</value>
7127         </member>
7128         <member name="P:Newtonsoft.Json.Schema.JsonSchema.ExclusiveMaximum">
7129             <summary>
7130             Gets or sets a flag indicating whether the value can not equal the number defined by the "maximum" attribute.
7131             </summary>
7132             <value>A flag indicating whether the value can not equal the number defined by the "maximum" attribute.</value>
7133         </member>
7134         <member name="P:Newtonsoft.Json.Schema.JsonSchema.MinimumItems">
7135             <summary>
7136             Gets or sets the minimum number of items.
7137             </summary>
7138             <value>The minimum number of items.</value>
7139         </member>
7140         <member name="P:Newtonsoft.Json.Schema.JsonSchema.MaximumItems">
7141             <summary>
7142             Gets or sets the maximum number of items.
7143             </summary>
7144             <value>The maximum number of items.</value>
7145         </member>
7146         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Items">
7147             <summary>
7148             Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of items.
7149             </summary>
7150             <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of items.</value>
7151         </member>
7152         <member name="P:Newtonsoft.Json.Schema.JsonSchema.PositionalItemsValidation">
7153             <summary>
7154             Gets or sets a value indicating whether items in an array are validated using the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> instance at their array position from <see cref="P:Newtonsoft.Json.Schema.JsonSchema.Items"/>.
7155             </summary>
7156             <value>
7157                 <c>true</c> if items are validated using their array position; otherwise, <c>false</c>.
7158             </value>
7159         </member>
7160         <member name="P:Newtonsoft.Json.Schema.JsonSchema.AdditionalItems">
7161             <summary>
7162             Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional items.
7163             </summary>
7164             <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional items.</value>
7165         </member>
7166         <member name="P:Newtonsoft.Json.Schema.JsonSchema.AllowAdditionalItems">
7167             <summary>
7168             Gets or sets a value indicating whether additional items are allowed.
7169             </summary>
7170             <value>
7171                 <c>true</c> if additional items are allowed; otherwise, <c>false</c>.
7172             </value>
7173         </member>
7174         <member name="P:Newtonsoft.Json.Schema.JsonSchema.UniqueItems">
7175             <summary>
7176             Gets or sets whether the array items must be unique.
7177             </summary>
7178         </member>
7179         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Properties">
7180             <summary>
7181             Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of properties.
7182             </summary>
7183             <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of properties.</value>
7184         </member>
7185         <member name="P:Newtonsoft.Json.Schema.JsonSchema.AdditionalProperties">
7186             <summary>
7187             Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional properties.
7188             </summary>
7189             <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional properties.</value>
7190         </member>
7191         <member name="P:Newtonsoft.Json.Schema.JsonSchema.PatternProperties">
7192             <summary>
7193             Gets or sets the pattern properties.
7194             </summary>
7195             <value>The pattern properties.</value>
7196         </member>
7197         <member name="P:Newtonsoft.Json.Schema.JsonSchema.AllowAdditionalProperties">
7198             <summary>
7199             Gets or sets a value indicating whether additional properties are allowed.
7200             </summary>
7201             <value>
7202                 <c>true</c> if additional properties are allowed; otherwise, <c>false</c>.
7203             </value>
7204         </member>
7205         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Requires">
7206             <summary>
7207             Gets or sets the required property if this property is present.
7208             </summary>
7209             <value>The required property if this property is present.</value>
7210         </member>
7211         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Enum">
7212             <summary>
7213             Gets or sets the a collection of valid enum values allowed.
7214             </summary>
7215             <value>A collection of valid enum values allowed.</value>
7216         </member>
7217         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Disallow">
7218             <summary>
7219             Gets or sets disallowed types.
7220             </summary>
7221             <value>The disallow types.</value>
7222         </member>
7223         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Default">
7224             <summary>
7225             Gets or sets the default value.
7226             </summary>
7227             <value>The default value.</value>
7228         </member>
7229         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Extends">
7230             <summary>
7231             Gets or sets the collection of <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> that this schema extends.
7232             </summary>
7233             <value>The collection of <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> that this schema extends.</value>
7234         </member>
7235         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Format">
7236             <summary>
7237             Gets or sets the format.
7238             </summary>
7239             <value>The format.</value>
7240         </member>
7241         <member name="M:Newtonsoft.Json.Schema.JsonSchema.#ctor">
7242             <summary>
7243             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> class.
7244             </summary>
7245         </member>
7246         <member name="M:Newtonsoft.Json.Schema.JsonSchema.Read(Newtonsoft.Json.JsonReader)">
7247             <summary>
7248             Reads a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.
7249             </summary>
7250             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the JSON Schema to read.</param>
7251             <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> object representing the JSON Schema.</returns>
7252         </member>
7253         <member name="M:Newtonsoft.Json.Schema.JsonSchema.Read(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Schema.JsonSchemaResolver)">
7254             <summary>
7255             Reads a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.
7256             </summary>
7257             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the JSON Schema to read.</param>
7258             <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> to use when resolving schema references.</param>
7259             <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> object representing the JSON Schema.</returns>
7260         </member>
7261         <member name="M:Newtonsoft.Json.Schema.JsonSchema.Parse(System.String)">
7262             <summary>
7263             Load a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from a string that contains schema JSON.
7264             </summary>
7265             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
7266             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> populated from the string that contains JSON.</returns>
7267         </member>
7268         <member name="M:Newtonsoft.Json.Schema.JsonSchema.Parse(System.String,Newtonsoft.Json.Schema.JsonSchemaResolver)">
7269             <summary>
7270             Parses the specified json.
7271             </summary>
7272             <param name="json">The json.</param>
7273             <param name="resolver">The resolver.</param>
7274             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> populated from the string that contains JSON.</returns>
7275         </member>
7276         <member name="M:Newtonsoft.Json.Schema.JsonSchema.WriteTo(Newtonsoft.Json.JsonWriter)">
7277             <summary>
7278             Writes this schema to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
7279             </summary>
7280             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
7281         </member>
7282         <member name="M:Newtonsoft.Json.Schema.JsonSchema.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.Schema.JsonSchemaResolver)">
7283             <summary>
7284             Writes this schema to a <see cref="T:Newtonsoft.Json.JsonWriter"/> using the specified <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/>.
7285             </summary>
7286             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
7287             <param name="resolver">The resolver used.</param>
7288         </member>
7289         <member name="M:Newtonsoft.Json.Schema.JsonSchema.ToString">
7290             <summary>
7291             Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
7292             </summary>
7293             <returns>
7294             A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
7295             </returns>
7296         </member>
7297         <member name="T:Newtonsoft.Json.Schema.JsonSchemaException">
7298             <summary>
7299             <para>
7300             Returns detailed information about the schema exception.
7301             </para>
7302             <note type="caution">
7303             JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
7304             </note>
7305             </summary>
7306         </member>
7307         <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.LineNumber">
7308             <summary>
7309             Gets the line number indicating where the error occurred.
7310             </summary>
7311             <value>The line number indicating where the error occurred.</value>
7312         </member>
7313         <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.LinePosition">
7314             <summary>
7315             Gets the line position indicating where the error occurred.
7316             </summary>
7317             <value>The line position indicating where the error occurred.</value>
7318         </member>
7319         <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.Path">
7320             <summary>
7321             Gets the path to the JSON where the error occurred.
7322             </summary>
7323             <value>The path to the JSON where the error occurred.</value>
7324         </member>
7325         <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor">
7326             <summary>
7327             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class.
7328             </summary>
7329         </member>
7330         <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.String)">
7331             <summary>
7332             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class
7333             with a specified error message.
7334             </summary>
7335             <param name="message">The error message that explains the reason for the exception.</param>
7336         </member>
7337         <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.String,System.Exception)">
7338             <summary>
7339             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class
7340             with a specified error message and a reference to the inner exception that is the cause of this exception.
7341             </summary>
7342             <param name="message">The error message that explains the reason for the exception.</param>
7343             <param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.</param>
7344         </member>
7345         <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
7346             <summary>
7347             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class.
7348             </summary>
7349             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
7350             <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
7351             <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception>
7352             <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception>
7353         </member>
7354         <member name="T:Newtonsoft.Json.Schema.JsonSchemaGenerator">
7355             <summary>
7356             <para>
7357             Generates a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from a specified <see cref="T:System.Type"/>.
7358             </para>
7359             <note type="caution">
7360             JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
7361             </note>
7362             </summary>
7363         </member>
7364         <member name="P:Newtonsoft.Json.Schema.JsonSchemaGenerator.UndefinedSchemaIdHandling">
7365             <summary>
7366             Gets or sets how undefined schemas are handled by the serializer.
7367             </summary>
7368         </member>
7369         <member name="P:Newtonsoft.Json.Schema.JsonSchemaGenerator.ContractResolver">
7370             <summary>
7371             Gets or sets the contract resolver.
7372             </summary>
7373             <value>The contract resolver.</value>
7374         </member>
7375         <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type)">
7376             <summary>
7377             Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
7378             </summary>
7379             <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
7380             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
7381         </member>
7382         <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,Newtonsoft.Json.Schema.JsonSchemaResolver)">
7383             <summary>
7384             Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
7385             </summary>
7386             <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
7387             <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> used to resolve schema references.</param>
7388             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
7389         </member>
7390         <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,System.Boolean)">
7391             <summary>
7392             Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
7393             </summary>
7394             <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
7395             <param name="rootSchemaNullable">Specify whether the generated root <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> will be nullable.</param>
7396             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
7397         </member>
7398         <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,Newtonsoft.Json.Schema.JsonSchemaResolver,System.Boolean)">
7399             <summary>
7400             Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
7401             </summary>
7402             <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
7403             <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> used to resolve schema references.</param>
7404             <param name="rootSchemaNullable">Specify whether the generated root <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> will be nullable.</param>
7405             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
7406         </member>
7407         <member name="T:Newtonsoft.Json.Schema.JsonSchemaResolver">
7408             <summary>
7409             <para>
7410             Resolves <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from an id.
7411             </para>
7412             <note type="caution">
7413             JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
7414             </note>
7415             </summary>
7416         </member>
7417         <member name="P:Newtonsoft.Json.Schema.JsonSchemaResolver.LoadedSchemas">
7418             <summary>
7419             Gets or sets the loaded schemas.
7420             </summary>
7421             <value>The loaded schemas.</value>
7422         </member>
7423         <member name="M:Newtonsoft.Json.Schema.JsonSchemaResolver.#ctor">
7424             <summary>
7425             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> class.
7426             </summary>
7427         </member>
7428         <member name="M:Newtonsoft.Json.Schema.JsonSchemaResolver.GetSchema(System.String)">
7429             <summary>
7430             Gets a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> for the specified reference.
7431             </summary>
7432             <param name="reference">The id.</param>
7433             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> for the specified reference.</returns>
7434         </member>
7435         <member name="T:Newtonsoft.Json.Schema.JsonSchemaType">
7436             <summary>
7437             <para>
7438             The value types allowed by the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/>.
7439             </para>
7440             <note type="caution">
7441             JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
7442             </note>
7443             </summary>
7444         </member>
7445         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.None">
7446             <summary>
7447             No type specified.
7448             </summary>
7449         </member>
7450         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.String">
7451             <summary>
7452             String type.
7453             </summary>
7454         </member>
7455         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Float">
7456             <summary>
7457             Float type.
7458             </summary>
7459         </member>
7460         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Integer">
7461             <summary>
7462             Integer type.
7463             </summary>
7464         </member>
7465         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Boolean">
7466             <summary>
7467             Boolean type.
7468             </summary>
7469         </member>
7470         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Object">
7471             <summary>
7472             Object type.
7473             </summary>
7474         </member>
7475         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Array">
7476             <summary>
7477             Array type.
7478             </summary>
7479         </member>
7480         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Null">
7481             <summary>
7482             Null type.
7483             </summary>
7484         </member>
7485         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Any">
7486             <summary>
7487             Any type.
7488             </summary>
7489         </member>
7490         <member name="T:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling">
7491             <summary>
7492             <para>
7493             Specifies undefined schema Id handling options for the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaGenerator"/>.
7494             </para>
7495             <note type="caution">
7496             JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
7497             </note>
7498             </summary>
7499         </member>
7500         <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.None">
7501             <summary>
7502             Do not infer a schema Id.
7503             </summary>
7504         </member>
7505         <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.UseTypeName">
7506             <summary>
7507             Use the .NET type name as the schema Id.
7508             </summary>
7509         </member>
7510         <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.UseAssemblyQualifiedName">
7511             <summary>
7512             Use the assembly qualified .NET type name as the schema Id.
7513             </summary>
7514         </member>
7515         <member name="T:Newtonsoft.Json.Schema.ValidationEventArgs">
7516             <summary>
7517             <para>
7518             Returns detailed information related to the <see cref="T:Newtonsoft.Json.Schema.ValidationEventHandler"/>.
7519             </para>
7520             <note type="caution">
7521             JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
7522             </note>
7523             </summary>
7524         </member>
7525         <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Exception">
7526             <summary>
7527             Gets the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> associated with the validation error.
7528             </summary>
7529             <value>The JsonSchemaException associated with the validation error.</value>
7530         </member>
7531         <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Path">
7532             <summary>
7533             Gets the path of the JSON location where the validation error occurred.
7534             </summary>
7535             <value>The path of the JSON location where the validation error occurred.</value>
7536         </member>
7537         <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Message">
7538             <summary>
7539             Gets the text description corresponding to the validation error.
7540             </summary>
7541             <value>The text description.</value>
7542         </member>
7543         <member name="T:Newtonsoft.Json.Schema.ValidationEventHandler">
7544             <summary>
7545             <para>
7546             Represents the callback method that will handle JSON schema validation events and the <see cref="T:Newtonsoft.Json.Schema.ValidationEventArgs"/>.
7547             </para>
7548             <note type="caution">
7549             JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
7550             </note>
7551             </summary>
7552         </member>
7553         <member name="T:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver">
7554             <summary>
7555             Resolves member mappings for a type, camel casing property names.
7556             </summary>
7557         </member>
7558         <member name="M:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver.#ctor">
7559             <summary>
7560             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver"/> class.
7561             </summary>
7562         </member>
7563         <member name="M:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver.ResolvePropertyName(System.String)">
7564             <summary>
7565             Resolves the name of the property.
7566             </summary>
7567             <param name="propertyName">Name of the property.</param>
7568             <returns>The property name camel cased.</returns>
7569         </member>
7570         <member name="T:Newtonsoft.Json.Serialization.DefaultContractResolver">
7571             <summary>
7572             Used by <see cref="T:Newtonsoft.Json.JsonSerializer"/> to resolves a <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/> for a given <see cref="T:System.Type"/>.
7573             </summary>
7574         </member>
7575         <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.DynamicCodeGeneration">
7576             <summary>
7577             Gets a value indicating whether members are being get and set using dynamic code generation.
7578             This value is determined by the runtime permissions available.
7579             </summary>
7580             <value>
7581                 <c>true</c> if using dynamic code generation; otherwise, <c>false</c>.
7582             </value>
7583         </member>
7584         <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.DefaultMembersSearchFlags">
7585             <summary>
7586             Gets or sets the default members search flags.
7587             </summary>
7588             <value>The default members search flags.</value>
7589         </member>
7590         <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.SerializeCompilerGeneratedMembers">
7591             <summary>
7592             Gets or sets a value indicating whether compiler generated members should be serialized.
7593             </summary>
7594             <value>
7595                 <c>true</c> if serialized compiler generated members; otherwise, <c>false</c>.
7596             </value>
7597         </member>
7598         <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.IgnoreSerializableInterface">
7599             <summary>
7600             Gets or sets a value indicating whether to ignore the <see cref="T:System.Runtime.Serialization.ISerializable"/> interface when serializing and deserializing types.
7601             </summary>
7602             <value>
7603                 <c>true</c> if the <see cref="T:System.Runtime.Serialization.ISerializable"/> interface will be ignored when serializing and deserializing types; otherwise, <c>false</c>.
7604             </value>
7605         </member>
7606         <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.IgnoreSerializableAttribute">
7607             <summary>
7608             Gets or sets a value indicating whether to ignore the <see cref="T:System.SerializableAttribute"/> attribute when serializing and deserializing types.
7609             </summary>
7610             <value>
7611                 <c>true</c> if the <see cref="T:System.SerializableAttribute"/> attribute will be ignored when serializing and deserializing types; otherwise, <c>false</c>.
7612             </value>
7613         </member>
7614         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.#ctor">
7615             <summary>
7616             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> class.
7617             </summary>
7618         </member>
7619         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.#ctor(System.Boolean)">
7620             <summary>
7621             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> class.
7622             </summary>
7623             <param name="shareCache">
7624             If set to <c>true</c> the <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> will use a cached shared with other resolvers of the same type.
7625             Sharing the cache will significantly improve performance with multiple resolver instances because expensive reflection will only
7626             happen once. This setting can cause unexpected behavior if different instances of the resolver are suppose to produce different
7627             results. When set to false it is highly recommended to reuse <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> instances with the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7628             </param>
7629         </member>
7630         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContract(System.Type)">
7631             <summary>
7632             Resolves the contract for a given type.
7633             </summary>
7634             <param name="type">The type to resolve a contract for.</param>
7635             <returns>The contract for a given type.</returns>
7636         </member>
7637         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.GetSerializableMembers(System.Type)">
7638             <summary>
7639             Gets the serializable members for the type.
7640             </summary>
7641             <param name="objectType">The type to get serializable members for.</param>
7642             <returns>The serializable members for the type.</returns>
7643         </member>
7644         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateObjectContract(System.Type)">
7645             <summary>
7646             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> for the given type.
7647             </summary>
7648             <param name="objectType">Type of the object.</param>
7649             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> for the given type.</returns>
7650         </member>
7651         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateConstructorParameters(System.Reflection.ConstructorInfo,Newtonsoft.Json.Serialization.JsonPropertyCollection)">
7652             <summary>
7653             Creates the constructor parameters.
7654             </summary>
7655             <param name="constructor">The constructor to create properties for.</param>
7656             <param name="memberProperties">The type's member properties.</param>
7657             <returns>Properties for the given <see cref="T:System.Reflection.ConstructorInfo"/>.</returns>
7658         </member>
7659         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreatePropertyFromConstructorParameter(Newtonsoft.Json.Serialization.JsonProperty,System.Reflection.ParameterInfo)">
7660             <summary>
7661             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.ParameterInfo"/>.
7662             </summary>
7663             <param name="matchingMemberProperty">The matching member property.</param>
7664             <param name="parameterInfo">The constructor parameter.</param>
7665             <returns>A created <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.ParameterInfo"/>.</returns>
7666         </member>
7667         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContractConverter(System.Type)">
7668             <summary>
7669             Resolves the default <see cref="T:Newtonsoft.Json.JsonConverter" /> for the contract.
7670             </summary>
7671             <param name="objectType">Type of the object.</param>
7672             <returns>The contract's default <see cref="T:Newtonsoft.Json.JsonConverter" />.</returns>
7673         </member>
7674         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateDictionaryContract(System.Type)">
7675             <summary>
7676             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> for the given type.
7677             </summary>
7678             <param name="objectType">Type of the object.</param>
7679             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> for the given type.</returns>
7680         </member>
7681         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateArrayContract(System.Type)">
7682             <summary>
7683             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> for the given type.
7684             </summary>
7685             <param name="objectType">Type of the object.</param>
7686             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> for the given type.</returns>
7687         </member>
7688         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreatePrimitiveContract(System.Type)">
7689             <summary>
7690             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> for the given type.
7691             </summary>
7692             <param name="objectType">Type of the object.</param>
7693             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> for the given type.</returns>
7694         </member>
7695         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateLinqContract(System.Type)">
7696             <summary>
7697             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> for the given type.
7698             </summary>
7699             <param name="objectType">Type of the object.</param>
7700             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> for the given type.</returns>
7701         </member>
7702         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateISerializableContract(System.Type)">
7703             <summary>
7704             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonISerializableContract"/> for the given type.
7705             </summary>
7706             <param name="objectType">Type of the object.</param>
7707             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonISerializableContract"/> for the given type.</returns>
7708         </member>
7709         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateDynamicContract(System.Type)">
7710             <summary>
7711             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonDynamicContract"/> for the given type.
7712             </summary>
7713             <param name="objectType">Type of the object.</param>
7714             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonDynamicContract"/> for the given type.</returns>
7715         </member>
7716         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateStringContract(System.Type)">
7717             <summary>
7718             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> for the given type.
7719             </summary>
7720             <param name="objectType">Type of the object.</param>
7721             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> for the given type.</returns>
7722         </member>
7723         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateContract(System.Type)">
7724             <summary>
7725             Determines which contract type is created for the given type.
7726             </summary>
7727             <param name="objectType">Type of the object.</param>
7728             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/> for the given type.</returns>
7729         </member>
7730         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateProperties(System.Type,Newtonsoft.Json.MemberSerialization)">
7731             <summary>
7732             Creates properties for the given <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/>.
7733             </summary>
7734             <param name="type">The type to create properties for.</param>
7735             /// <param name="memberSerialization">The member serialization mode for the type.</param>
7736             <returns>Properties for the given <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/>.</returns>
7737         </member>
7738         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateMemberValueProvider(System.Reflection.MemberInfo)">
7739             <summary>
7740             Creates the <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> used by the serializer to get and set values from a member.
7741             </summary>
7742             <param name="member">The member.</param>
7743             <returns>The <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> used by the serializer to get and set values from a member.</returns>
7744         </member>
7745         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateProperty(System.Reflection.MemberInfo,Newtonsoft.Json.MemberSerialization)">
7746             <summary>
7747             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.MemberInfo"/>.
7748             </summary>
7749             <param name="memberSerialization">The member's parent <see cref="T:Newtonsoft.Json.MemberSerialization"/>.</param>
7750             <param name="member">The member to create a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for.</param>
7751             <returns>A created <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.MemberInfo"/>.</returns>
7752         </member>
7753         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolvePropertyName(System.String)">
7754             <summary>
7755             Resolves the name of the property.
7756             </summary>
7757             <param name="propertyName">Name of the property.</param>
7758             <returns>Resolved name of the property.</returns>
7759         </member>
7760         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveDictionaryKey(System.String)">
7761             <summary>
7762             Resolves the key of the dictionary. By default <see cref="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolvePropertyName(System.String)"/> is used to resolve dictionary keys.
7763             </summary>
7764             <param name="dictionaryKey">Key of the dictionary.</param>
7765             <returns>Resolved key of the dictionary.</returns>
7766         </member>
7767         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.GetResolvedPropertyName(System.String)">
7768             <summary>
7769             Gets the resolved name of the property.
7770             </summary>
7771             <param name="propertyName">Name of the property.</param>
7772             <returns>Name of the property.</returns>
7773         </member>
7774         <member name="T:Newtonsoft.Json.Serialization.DefaultSerializationBinder">
7775             <summary>
7776             The default serialization binder used when resolving and loading classes from type names.
7777             </summary>
7778         </member>
7779         <member name="M:Newtonsoft.Json.Serialization.DefaultSerializationBinder.BindToType(System.String,System.String)">
7780             <summary>
7781             When overridden in a derived class, controls the binding of a serialized object to a type.
7782             </summary>
7783             <param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object.</param>
7784             <param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object.</param>
7785             <returns>
7786             The type of the object the formatter creates a new instance of.
7787             </returns>
7788         </member>
7789         <member name="M:Newtonsoft.Json.Serialization.DefaultSerializationBinder.BindToName(System.Type,System.String@,System.String@)">
7790             <summary>
7791             When overridden in a derived class, controls the binding of a serialized object to a type.
7792             </summary>
7793             <param name="serializedType">The type of the object the formatter creates a new instance of.</param>
7794             <param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object. </param>
7795             <param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object. </param>
7796         </member>
7797         <member name="T:Newtonsoft.Json.Serialization.DiagnosticsTraceWriter">
7798             <summary>
7799             Represents a trace writer that writes to the application's <see cref="T:System.Diagnostics.TraceListener"/> instances.
7800             </summary>
7801         </member>
7802         <member name="P:Newtonsoft.Json.Serialization.DiagnosticsTraceWriter.LevelFilter">
7803             <summary>
7804             Gets the <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.
7805             For example a filter level of <code>Info</code> will exclude <code>Verbose</code> messages and include <code>Info</code>,
7806             <code>Warning</code> and <code>Error</code> messages.
7807             </summary>
7808             <value>
7809             The <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.
7810             </value>
7811         </member>
7812         <member name="M:Newtonsoft.Json.Serialization.DiagnosticsTraceWriter.Trace(System.Diagnostics.TraceLevel,System.String,System.Exception)">
7813             <summary>
7814             Writes the specified trace level, message and optional exception.
7815             </summary>
7816             <param name="level">The <see cref="T:System.Diagnostics.TraceLevel"/> at which to write this trace.</param>
7817             <param name="message">The trace message.</param>
7818             <param name="ex">The trace exception. This parameter is optional.</param>
7819         </member>
7820         <member name="T:Newtonsoft.Json.Serialization.DynamicValueProvider">
7821             <summary>
7822             Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using dynamic methods.
7823             </summary>
7824         </member>
7825         <member name="M:Newtonsoft.Json.Serialization.DynamicValueProvider.#ctor(System.Reflection.MemberInfo)">
7826             <summary>
7827             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DynamicValueProvider"/> class.
7828             </summary>
7829             <param name="memberInfo">The member info.</param>
7830         </member>
7831         <member name="M:Newtonsoft.Json.Serialization.DynamicValueProvider.SetValue(System.Object,System.Object)">
7832             <summary>
7833             Sets the value.
7834             </summary>
7835             <param name="target">The target to set the value on.</param>
7836             <param name="value">The value to set on the target.</param>
7837         </member>
7838         <member name="M:Newtonsoft.Json.Serialization.DynamicValueProvider.GetValue(System.Object)">
7839             <summary>
7840             Gets the value.
7841             </summary>
7842             <param name="target">The target to get the value from.</param>
7843             <returns>The value.</returns>
7844         </member>
7845         <member name="T:Newtonsoft.Json.Serialization.ErrorContext">
7846             <summary>
7847             Provides information surrounding an error.
7848             </summary>
7849         </member>
7850         <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Error">
7851             <summary>
7852             Gets the error.
7853             </summary>
7854             <value>The error.</value>
7855         </member>
7856         <member name="P:Newtonsoft.Json.Serialization.ErrorContext.OriginalObject">
7857             <summary>
7858             Gets the original object that caused the error.
7859             </summary>
7860             <value>The original object that caused the error.</value>
7861         </member>
7862         <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Member">
7863             <summary>
7864             Gets the member that caused the error.
7865             </summary>
7866             <value>The member that caused the error.</value>
7867         </member>
7868         <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Path">
7869             <summary>
7870             Gets the path of the JSON location where the error occurred.
7871             </summary>
7872             <value>The path of the JSON location where the error occurred.</value>
7873         </member>
7874         <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Handled">
7875             <summary>
7876             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.ErrorContext"/> is handled.
7877             </summary>
7878             <value><c>true</c> if handled; otherwise, <c>false</c>.</value>
7879         </member>
7880         <member name="T:Newtonsoft.Json.Serialization.ErrorEventArgs">
7881             <summary>
7882             Provides data for the Error event.
7883             </summary>
7884         </member>
7885         <member name="P:Newtonsoft.Json.Serialization.ErrorEventArgs.CurrentObject">
7886             <summary>
7887             Gets the current object the error event is being raised against.
7888             </summary>
7889             <value>The current object the error event is being raised against.</value>
7890         </member>
7891         <member name="P:Newtonsoft.Json.Serialization.ErrorEventArgs.ErrorContext">
7892             <summary>
7893             Gets the error context.
7894             </summary>
7895             <value>The error context.</value>
7896         </member>
7897         <member name="M:Newtonsoft.Json.Serialization.ErrorEventArgs.#ctor(System.Object,Newtonsoft.Json.Serialization.ErrorContext)">
7898             <summary>
7899             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ErrorEventArgs"/> class.
7900             </summary>
7901             <param name="currentObject">The current object.</param>
7902             <param name="errorContext">The error context.</param>
7903         </member>
7904         <member name="T:Newtonsoft.Json.Serialization.ExpressionValueProvider">
7905             <summary>
7906             Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using dynamic methods.
7907             </summary>
7908         </member>
7909         <member name="M:Newtonsoft.Json.Serialization.ExpressionValueProvider.#ctor(System.Reflection.MemberInfo)">
7910             <summary>
7911             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ExpressionValueProvider"/> class.
7912             </summary>
7913             <param name="memberInfo">The member info.</param>
7914         </member>
7915         <member name="M:Newtonsoft.Json.Serialization.ExpressionValueProvider.SetValue(System.Object,System.Object)">
7916             <summary>
7917             Sets the value.
7918             </summary>
7919             <param name="target">The target to set the value on.</param>
7920             <param name="value">The value to set on the target.</param>
7921         </member>
7922         <member name="M:Newtonsoft.Json.Serialization.ExpressionValueProvider.GetValue(System.Object)">
7923             <summary>
7924             Gets the value.
7925             </summary>
7926             <param name="target">The target to get the value from.</param>
7927             <returns>The value.</returns>
7928         </member>
7929         <member name="T:Newtonsoft.Json.Serialization.IAttributeProvider">
7930             <summary>
7931             Provides methods to get attributes.
7932             </summary>
7933         </member>
7934         <member name="M:Newtonsoft.Json.Serialization.IAttributeProvider.GetAttributes(System.Boolean)">
7935             <summary>
7936             Returns a collection of all of the attributes, or an empty collection if there are no attributes.
7937             </summary>
7938             <param name="inherit">When true, look up the hierarchy chain for the inherited custom attribute.</param>
7939             <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns>
7940         </member>
7941         <member name="M:Newtonsoft.Json.Serialization.IAttributeProvider.GetAttributes(System.Type,System.Boolean)">
7942             <summary>
7943             Returns a collection of attributes, identified by type, or an empty collection if there are no attributes.
7944             </summary>
7945             <param name="attributeType">The type of the attributes.</param>
7946             <param name="inherit">When true, look up the hierarchy chain for the inherited custom attribute.</param>
7947             <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns>
7948         </member>
7949         <member name="T:Newtonsoft.Json.Serialization.IContractResolver">
7950             <summary>
7951             Used by <see cref="T:Newtonsoft.Json.JsonSerializer"/> to resolves a <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/> for a given <see cref="T:System.Type"/>.
7952             </summary>
7953             <example>
7954               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeContractResolverObject" title="IContractResolver Class" />
7955               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeContractResolverExample" title="IContractResolver Example" />
7956             </example>
7957         </member>
7958         <member name="M:Newtonsoft.Json.Serialization.IContractResolver.ResolveContract(System.Type)">
7959             <summary>
7960             Resolves the contract for a given type.
7961             </summary>
7962             <param name="type">The type to resolve a contract for.</param>
7963             <returns>The contract for a given type.</returns>
7964         </member>
7965         <member name="T:Newtonsoft.Json.Serialization.IReferenceResolver">
7966             <summary>
7967             Used to resolve references when serializing and deserializing JSON by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7968             </summary>
7969         </member>
7970         <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.ResolveReference(System.Object,System.String)">
7971             <summary>
7972             Resolves a reference to its object.
7973             </summary>
7974             <param name="context">The serialization context.</param>
7975             <param name="reference">The reference to resolve.</param>
7976             <returns>The object that</returns>
7977         </member>
7978         <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.GetReference(System.Object,System.Object)">
7979             <summary>
7980             Gets the reference for the sepecified object.
7981             </summary>
7982             <param name="context">The serialization context.</param>
7983             <param name="value">The object to get a reference for.</param>
7984             <returns>The reference to the object.</returns>
7985         </member>
7986         <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.IsReferenced(System.Object,System.Object)">
7987             <summary>
7988             Determines whether the specified object is referenced.
7989             </summary>
7990             <param name="context">The serialization context.</param>
7991             <param name="value">The object to test for a reference.</param>
7992             <returns>
7993                 <c>true</c> if the specified object is referenced; otherwise, <c>false</c>.
7994             </returns>
7995         </member>
7996         <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.AddReference(System.Object,System.String,System.Object)">
7997             <summary>
7998             Adds a reference to the specified object.
7999             </summary>
8000             <param name="context">The serialization context.</param>
8001             <param name="reference">The reference.</param>
8002             <param name="value">The object to reference.</param>
8003         </member>
8004         <member name="T:Newtonsoft.Json.Serialization.ITraceWriter">
8005             <summary>
8006             Represents a trace writer.
8007             </summary>
8008         </member>
8009         <member name="P:Newtonsoft.Json.Serialization.ITraceWriter.LevelFilter">
8010             <summary>
8011             Gets the <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.
8012             For example a filter level of <code>Info</code> will exclude <code>Verbose</code> messages and include <code>Info</code>,
8013             <code>Warning</code> and <code>Error</code> messages.
8014             </summary>
8015             <value>The <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.</value>
8016         </member>
8017         <member name="M:Newtonsoft.Json.Serialization.ITraceWriter.Trace(System.Diagnostics.TraceLevel,System.String,System.Exception)">
8018             <summary>
8019             Writes the specified trace level, message and optional exception.
8020             </summary>
8021             <param name="level">The <see cref="T:System.Diagnostics.TraceLevel"/> at which to write this trace.</param>
8022             <param name="message">The trace message.</param>
8023             <param name="ex">The trace exception. This parameter is optional.</param>
8024         </member>
8025         <member name="T:Newtonsoft.Json.Serialization.IValueProvider">
8026             <summary>
8027             Provides methods to get and set values.
8028             </summary>
8029         </member>
8030         <member name="M:Newtonsoft.Json.Serialization.IValueProvider.SetValue(System.Object,System.Object)">
8031             <summary>
8032             Sets the value.
8033             </summary>
8034             <param name="target">The target to set the value on.</param>
8035             <param name="value">The value to set on the target.</param>
8036         </member>
8037         <member name="M:Newtonsoft.Json.Serialization.IValueProvider.GetValue(System.Object)">
8038             <summary>
8039             Gets the value.
8040             </summary>
8041             <param name="target">The target to get the value from.</param>
8042             <returns>The value.</returns>
8043         </member>
8044         <member name="T:Newtonsoft.Json.Serialization.JsonArrayContract">
8045             <summary>
8046             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8047             </summary>
8048         </member>
8049         <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.CollectionItemType">
8050             <summary>
8051             Gets the <see cref="T:System.Type"/> of the collection items.
8052             </summary>
8053             <value>The <see cref="T:System.Type"/> of the collection items.</value>
8054         </member>
8055         <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.IsMultidimensionalArray">
8056             <summary>
8057             Gets a value indicating whether the collection type is a multidimensional array.
8058             </summary>
8059             <value><c>true</c> if the collection type is a multidimensional array; otherwise, <c>false</c>.</value>
8060         </member>
8061         <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.OverrideCreator">
8062             <summary>
8063             Gets or sets the function used to create the object. When set this function will override <see cref="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator"/>.
8064             </summary>
8065             <value>The function used to create the object.</value>
8066         </member>
8067         <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.HasParameterizedCreator">
8068             <summary>
8069             Gets a value indicating whether the creator has a parameter with the collection values.
8070             </summary>
8071             <value><c>true</c> if the creator has a parameter with the collection values; otherwise, <c>false</c>.</value>
8072         </member>
8073         <member name="M:Newtonsoft.Json.Serialization.JsonArrayContract.#ctor(System.Type)">
8074             <summary>
8075             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> class.
8076             </summary>
8077             <param name="underlyingType">The underlying type for the contract.</param>
8078         </member>
8079         <member name="T:Newtonsoft.Json.Serialization.JsonContainerContract">
8080             <summary>
8081             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8082             </summary>
8083         </member>
8084         <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemConverter">
8085             <summary>
8086             Gets or sets the default collection items <see cref="T:Newtonsoft.Json.JsonConverter" />.
8087             </summary>
8088             <value>The converter.</value>
8089         </member>
8090         <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemIsReference">
8091             <summary>
8092             Gets or sets a value indicating whether the collection items preserve object references.
8093             </summary>
8094             <value><c>true</c> if collection items preserve object references; otherwise, <c>false</c>.</value>
8095         </member>
8096         <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemReferenceLoopHandling">
8097             <summary>
8098             Gets or sets the collection item reference loop handling.
8099             </summary>
8100             <value>The reference loop handling.</value>
8101         </member>
8102         <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemTypeNameHandling">
8103             <summary>
8104             Gets or sets the collection item type name handling.
8105             </summary>
8106             <value>The type name handling.</value>
8107         </member>
8108         <member name="M:Newtonsoft.Json.Serialization.JsonContainerContract.#ctor(System.Type)">
8109             <summary>
8110             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonContainerContract"/> class.
8111             </summary>
8112             <param name="underlyingType">The underlying type for the contract.</param>
8113         </member>
8114         <member name="T:Newtonsoft.Json.Serialization.SerializationCallback">
8115             <summary>
8116             Handles <see cref="T:Newtonsoft.Json.JsonSerializer"/> serialization callback events.
8117             </summary>
8118             <param name="o">The object that raised the callback event.</param>
8119             <param name="context">The streaming context.</param>
8120         </member>
8121         <member name="T:Newtonsoft.Json.Serialization.SerializationErrorCallback">
8122             <summary>
8123             Handles <see cref="T:Newtonsoft.Json.JsonSerializer"/> serialization error callback events.
8124             </summary>
8125             <param name="o">The object that raised the callback event.</param>
8126             <param name="context">The streaming context.</param>
8127             <param name="errorContext">The error context.</param>
8128         </member>
8129         <member name="T:Newtonsoft.Json.Serialization.ExtensionDataSetter">
8130             <summary>
8131             Sets extension data for an object during deserialization.
8132             </summary>
8133             <param name="o">The object to set extension data on.</param>
8134             <param name="key">The extension data key.</param>
8135             <param name="value">The extension data value.</param>
8136         </member>
8137         <member name="T:Newtonsoft.Json.Serialization.ExtensionDataGetter">
8138             <summary>
8139             Gets extension data for an object during serialization.
8140             </summary>
8141             <param name="o">The object to set extension data on.</param>
8142         </member>
8143         <member name="T:Newtonsoft.Json.Serialization.JsonContract">
8144             <summary>
8145             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8146             </summary>
8147         </member>
8148         <member name="P:Newtonsoft.Json.Serialization.JsonContract.UnderlyingType">
8149             <summary>
8150             Gets the underlying type for the contract.
8151             </summary>
8152             <value>The underlying type for the contract.</value>
8153         </member>
8154         <member name="P:Newtonsoft.Json.Serialization.JsonContract.CreatedType">
8155             <summary>
8156             Gets or sets the type created during deserialization.
8157             </summary>
8158             <value>The type created during deserialization.</value>
8159         </member>
8160         <member name="P:Newtonsoft.Json.Serialization.JsonContract.IsReference">
8161             <summary>
8162             Gets or sets whether this type contract is serialized as a reference.
8163             </summary>
8164             <value>Whether this type contract is serialized as a reference.</value>
8165         </member>
8166         <member name="P:Newtonsoft.Json.Serialization.JsonContract.Converter">
8167             <summary>
8168             Gets or sets the default <see cref="T:Newtonsoft.Json.JsonConverter" /> for this contract.
8169             </summary>
8170             <value>The converter.</value>
8171         </member>
8172         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserializedCallbacks">
8173             <summary>
8174             Gets or sets all methods called immediately after deserialization of the object.
8175             </summary>
8176             <value>The methods called immediately after deserialization of the object.</value>
8177         </member>
8178         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserializingCallbacks">
8179             <summary>
8180             Gets or sets all methods called during deserialization of the object.
8181             </summary>
8182             <value>The methods called during deserialization of the object.</value>
8183         </member>
8184         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerializedCallbacks">
8185             <summary>
8186             Gets or sets all methods called after serialization of the object graph.
8187             </summary>
8188             <value>The methods called after serialization of the object graph.</value>
8189         </member>
8190         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerializingCallbacks">
8191             <summary>
8192             Gets or sets all methods called before serialization of the object.
8193             </summary>
8194             <value>The methods called before serialization of the object.</value>
8195         </member>
8196         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnErrorCallbacks">
8197             <summary>
8198             Gets or sets all method called when an error is thrown during the serialization of the object.
8199             </summary>
8200             <value>The methods called when an error is thrown during the serialization of the object.</value>
8201         </member>
8202         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserialized">
8203             <summary>
8204             Gets or sets the method called immediately after deserialization of the object.
8205             </summary>
8206             <value>The method called immediately after deserialization of the object.</value>
8207         </member>
8208         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserializing">
8209             <summary>
8210             Gets or sets the method called during deserialization of the object.
8211             </summary>
8212             <value>The method called during deserialization of the object.</value>
8213         </member>
8214         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerialized">
8215             <summary>
8216             Gets or sets the method called after serialization of the object graph.
8217             </summary>
8218             <value>The method called after serialization of the object graph.</value>
8219         </member>
8220         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerializing">
8221             <summary>
8222             Gets or sets the method called before serialization of the object.
8223             </summary>
8224             <value>The method called before serialization of the object.</value>
8225         </member>
8226         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnError">
8227             <summary>
8228             Gets or sets the method called when an error is thrown during the serialization of the object.
8229             </summary>
8230             <value>The method called when an error is thrown during the serialization of the object.</value>
8231         </member>
8232         <member name="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator">
8233             <summary>
8234             Gets or sets the default creator method used to create the object.
8235             </summary>
8236             <value>The default creator method used to create the object.</value>
8237         </member>
8238         <member name="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreatorNonPublic">
8239             <summary>
8240             Gets or sets a value indicating whether the default creator is non public.
8241             </summary>
8242             <value><c>true</c> if the default object creator is non-public; otherwise, <c>false</c>.</value>
8243         </member>
8244         <member name="T:Newtonsoft.Json.Serialization.JsonDictionaryContract">
8245             <summary>
8246             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8247             </summary>
8248         </member>
8249         <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.PropertyNameResolver">
8250             <summary>
8251             Gets or sets the property name resolver.
8252             </summary>
8253             <value>The property name resolver.</value>
8254         </member>
8255         <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.DictionaryKeyResolver">
8256             <summary>
8257             Gets or sets the dictionary key resolver.
8258             </summary>
8259             <value>The dictionary key resolver.</value>
8260         </member>
8261         <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.DictionaryKeyType">
8262             <summary>
8263             Gets the <see cref="T:System.Type"/> of the dictionary keys.
8264             </summary>
8265             <value>The <see cref="T:System.Type"/> of the dictionary keys.</value>
8266         </member>
8267         <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.DictionaryValueType">
8268             <summary>
8269             Gets the <see cref="T:System.Type"/> of the dictionary values.
8270             </summary>
8271             <value>The <see cref="T:System.Type"/> of the dictionary values.</value>
8272         </member>
8273         <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.OverrideCreator">
8274             <summary>
8275             Gets or sets the function used to create the object. When set this function will override <see cref="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator"/>.
8276             </summary>
8277             <value>The function used to create the object.</value>
8278         </member>
8279         <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.HasParameterizedCreator">
8280             <summary>
8281             Gets a value indicating whether the creator has a parameter with the dictionary values.
8282             </summary>
8283             <value><c>true</c> if the creator has a parameter with the dictionary values; otherwise, <c>false</c>.</value>
8284         </member>
8285         <member name="M:Newtonsoft.Json.Serialization.JsonDictionaryContract.#ctor(System.Type)">
8286             <summary>
8287             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> class.
8288             </summary>
8289             <param name="underlyingType">The underlying type for the contract.</param>
8290         </member>
8291         <member name="T:Newtonsoft.Json.Serialization.JsonDynamicContract">
8292             <summary>
8293             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8294             </summary>
8295         </member>
8296         <member name="P:Newtonsoft.Json.Serialization.JsonDynamicContract.Properties">
8297             <summary>
8298             Gets the object's properties.
8299             </summary>
8300             <value>The object's properties.</value>
8301         </member>
8302         <member name="P:Newtonsoft.Json.Serialization.JsonDynamicContract.PropertyNameResolver">
8303             <summary>
8304             Gets or sets the property name resolver.
8305             </summary>
8306             <value>The property name resolver.</value>
8307         </member>
8308         <member name="M:Newtonsoft.Json.Serialization.JsonDynamicContract.#ctor(System.Type)">
8309             <summary>
8310             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonDynamicContract"/> class.
8311             </summary>
8312             <param name="underlyingType">The underlying type for the contract.</param>
8313         </member>
8314         <member name="T:Newtonsoft.Json.Serialization.JsonISerializableContract">
8315             <summary>
8316             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8317             </summary>
8318         </member>
8319         <member name="P:Newtonsoft.Json.Serialization.JsonISerializableContract.ISerializableCreator">
8320             <summary>
8321             Gets or sets the ISerializable object constructor.
8322             </summary>
8323             <value>The ISerializable object constructor.</value>
8324         </member>
8325         <member name="M:Newtonsoft.Json.Serialization.JsonISerializableContract.#ctor(System.Type)">
8326             <summary>
8327             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonISerializableContract"/> class.
8328             </summary>
8329             <param name="underlyingType">The underlying type for the contract.</param>
8330         </member>
8331         <member name="T:Newtonsoft.Json.Serialization.JsonLinqContract">
8332             <summary>
8333             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8334             </summary>
8335         </member>
8336         <member name="M:Newtonsoft.Json.Serialization.JsonLinqContract.#ctor(System.Type)">
8337             <summary>
8338             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> class.
8339             </summary>
8340             <param name="underlyingType">The underlying type for the contract.</param>
8341         </member>
8342         <member name="T:Newtonsoft.Json.Serialization.JsonObjectContract">
8343             <summary>
8344             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8345             </summary>
8346         </member>
8347         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.MemberSerialization">
8348             <summary>
8349             Gets or sets the object member serialization.
8350             </summary>
8351             <value>The member object serialization.</value>
8352         </member>
8353         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ItemRequired">
8354             <summary>
8355             Gets or sets a value that indicates whether the object's properties are required.
8356             </summary>
8357             <value>
8358                 A value indicating whether the object's properties are required.
8359             </value>
8360         </member>
8361         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.Properties">
8362             <summary>
8363             Gets the object's properties.
8364             </summary>
8365             <value>The object's properties.</value>
8366         </member>
8367         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ConstructorParameters">
8368             <summary>
8369             Gets the constructor parameters required for any non-default constructor
8370             </summary>
8371         </member>
8372         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.CreatorParameters">
8373             <summary>
8374             Gets a collection of <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> instances that define the parameters used with <see cref="P:Newtonsoft.Json.Serialization.JsonObjectContract.OverrideCreator"/>.
8375             </summary>
8376         </member>
8377         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.OverrideConstructor">
8378             <summary>
8379             Gets or sets the override constructor used to create the object.
8380             This is set when a constructor is marked up using the
8381             JsonConstructor attribute.
8382             </summary>
8383             <value>The override constructor.</value>
8384         </member>
8385         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ParametrizedConstructor">
8386             <summary>
8387             Gets or sets the parametrized constructor used to create the object.
8388             </summary>
8389             <value>The parametrized constructor.</value>
8390         </member>
8391         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.OverrideCreator">
8392             <summary>
8393             Gets or sets the function used to create the object. When set this function will override <see cref="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator"/>.
8394             This function is called with a collection of arguments which are defined by the <see cref="P:Newtonsoft.Json.Serialization.JsonObjectContract.CreatorParameters"/> collection.
8395             </summary>
8396             <value>The function used to create the object.</value>
8397         </member>
8398         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ExtensionDataSetter">
8399             <summary>
8400             Gets or sets the extension data setter.
8401             </summary>
8402         </member>
8403         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ExtensionDataGetter">
8404             <summary>
8405             Gets or sets the extension data getter.
8406             </summary>
8407         </member>
8408         <member name="M:Newtonsoft.Json.Serialization.JsonObjectContract.#ctor(System.Type)">
8409             <summary>
8410             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> class.
8411             </summary>
8412             <param name="underlyingType">The underlying type for the contract.</param>
8413         </member>
8414         <member name="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract">
8415             <summary>
8416             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8417             </summary>
8418         </member>
8419         <member name="M:Newtonsoft.Json.Serialization.JsonPrimitiveContract.#ctor(System.Type)">
8420             <summary>
8421             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> class.
8422             </summary>
8423             <param name="underlyingType">The underlying type for the contract.</param>
8424         </member>
8425         <member name="T:Newtonsoft.Json.Serialization.JsonProperty">
8426             <summary>
8427             Maps a JSON property to a .NET member or constructor parameter.
8428             </summary>
8429         </member>
8430         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.PropertyName">
8431             <summary>
8432             Gets or sets the name of the property.
8433             </summary>
8434             <value>The name of the property.</value>
8435         </member>
8436         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DeclaringType">
8437             <summary>
8438             Gets or sets the type that declared this property.
8439             </summary>
8440             <value>The type that declared this property.</value>
8441         </member>
8442         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Order">
8443             <summary>
8444             Gets or sets the order of serialization and deserialization of a member.
8445             </summary>
8446             <value>The numeric order of serialization or deserialization.</value>
8447         </member>
8448         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.UnderlyingName">
8449             <summary>
8450             Gets or sets the name of the underlying member or parameter.
8451             </summary>
8452             <value>The name of the underlying member or parameter.</value>
8453         </member>
8454         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ValueProvider">
8455             <summary>
8456             Gets the <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> that will get and set the <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> during serialization.
8457             </summary>
8458             <value>The <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> that will get and set the <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> during serialization.</value>
8459         </member>
8460         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.AttributeProvider">
8461             <summary>
8462             Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IAttributeProvider"/> for this property.
8463             </summary>
8464             <value>The <see cref="T:Newtonsoft.Json.Serialization.IAttributeProvider"/> for this property.</value>
8465         </member>
8466         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.PropertyType">
8467             <summary>
8468             Gets or sets the type of the property.
8469             </summary>
8470             <value>The type of the property.</value>
8471         </member>
8472         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Converter">
8473             <summary>
8474             Gets or sets the <see cref="T:Newtonsoft.Json.JsonConverter" /> for the property.
8475             If set this converter takes presidence over the contract converter for the property type.
8476             </summary>
8477             <value>The converter.</value>
8478         </member>
8479         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.MemberConverter">
8480             <summary>
8481             Gets or sets the member converter.
8482             </summary>
8483             <value>The member converter.</value>
8484         </member>
8485         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Ignored">
8486             <summary>
8487             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is ignored.
8488             </summary>
8489             <value><c>true</c> if ignored; otherwise, <c>false</c>.</value>
8490         </member>
8491         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Readable">
8492             <summary>
8493             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is readable.
8494             </summary>
8495             <value><c>true</c> if readable; otherwise, <c>false</c>.</value>
8496         </member>
8497         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Writable">
8498             <summary>
8499             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is writable.
8500             </summary>
8501             <value><c>true</c> if writable; otherwise, <c>false</c>.</value>
8502         </member>
8503         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.HasMemberAttribute">
8504             <summary>
8505             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> has a member attribute.
8506             </summary>
8507             <value><c>true</c> if has a member attribute; otherwise, <c>false</c>.</value>
8508         </member>
8509         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DefaultValue">
8510             <summary>
8511             Gets the default value.
8512             </summary>
8513             <value>The default value.</value>
8514         </member>
8515         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Required">
8516             <summary>
8517             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is required.
8518             </summary>
8519             <value>A value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is required.</value>
8520         </member>
8521         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.IsReference">
8522             <summary>
8523             Gets or sets a value indicating whether this property preserves object references.
8524             </summary>
8525             <value>
8526                 <c>true</c> if this instance is reference; otherwise, <c>false</c>.
8527             </value>
8528         </member>
8529         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.NullValueHandling">
8530             <summary>
8531             Gets or sets the property null value handling.
8532             </summary>
8533             <value>The null value handling.</value>
8534         </member>
8535         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DefaultValueHandling">
8536             <summary>
8537             Gets or sets the property default value handling.
8538             </summary>
8539             <value>The default value handling.</value>
8540         </member>
8541         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ReferenceLoopHandling">
8542             <summary>
8543             Gets or sets the property reference loop handling.
8544             </summary>
8545             <value>The reference loop handling.</value>
8546         </member>
8547         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ObjectCreationHandling">
8548             <summary>
8549             Gets or sets the property object creation handling.
8550             </summary>
8551             <value>The object creation handling.</value>
8552         </member>
8553         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.TypeNameHandling">
8554             <summary>
8555             Gets or sets or sets the type name handling.
8556             </summary>
8557             <value>The type name handling.</value>
8558         </member>
8559         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ShouldSerialize">
8560             <summary>
8561             Gets or sets a predicate used to determine whether the property should be serialize.
8562             </summary>
8563             <value>A predicate used to determine whether the property should be serialize.</value>
8564         </member>
8565         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ShouldDeserialize">
8566             <summary>
8567             Gets or sets a predicate used to determine whether the property should be deserialized.
8568             </summary>
8569             <value>A predicate used to determine whether the property should be deserialized.</value>
8570         </member>
8571         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.GetIsSpecified">
8572             <summary>
8573             Gets or sets a predicate used to determine whether the property should be serialized.
8574             </summary>
8575             <value>A predicate used to determine whether the property should be serialized.</value>
8576         </member>
8577         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.SetIsSpecified">
8578             <summary>
8579             Gets or sets an action used to set whether the property has been deserialized.
8580             </summary>
8581             <value>An action used to set whether the property has been deserialized.</value>
8582         </member>
8583         <member name="M:Newtonsoft.Json.Serialization.JsonProperty.ToString">
8584             <summary>
8585             Returns a <see cref="T:System.String"/> that represents this instance.
8586             </summary>
8587             <returns>
8588             A <see cref="T:System.String"/> that represents this instance.
8589             </returns>
8590         </member>
8591         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemConverter">
8592             <summary>
8593             Gets or sets the converter used when serializing the property's collection items.
8594             </summary>
8595             <value>The collection's items converter.</value>
8596         </member>
8597         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemIsReference">
8598             <summary>
8599             Gets or sets whether this property's collection items are serialized as a reference.
8600             </summary>
8601             <value>Whether this property's collection items are serialized as a reference.</value>
8602         </member>
8603         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemTypeNameHandling">
8604             <summary>
8605             Gets or sets the the type name handling used when serializing the property's collection items.
8606             </summary>
8607             <value>The collection's items type name handling.</value>
8608         </member>
8609         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemReferenceLoopHandling">
8610             <summary>
8611             Gets or sets the the reference loop handling used when serializing the property's collection items.
8612             </summary>
8613             <value>The collection's items reference loop handling.</value>
8614         </member>
8615         <member name="T:Newtonsoft.Json.Serialization.JsonPropertyCollection">
8616             <summary>
8617             A collection of <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> objects.
8618             </summary>
8619         </member>
8620         <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.#ctor(System.Type)">
8621             <summary>
8622             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonPropertyCollection"/> class.
8623             </summary>
8624             <param name="type">The type.</param>
8625         </member>
8626         <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetKeyForItem(Newtonsoft.Json.Serialization.JsonProperty)">
8627             <summary>
8628             When implemented in a derived class, extracts the key from the specified element.
8629             </summary>
8630             <param name="item">The element from which to extract the key.</param>
8631             <returns>The key for the specified element.</returns>
8632         </member>
8633         <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.AddProperty(Newtonsoft.Json.Serialization.JsonProperty)">
8634             <summary>
8635             Adds a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> object.
8636             </summary>
8637             <param name="property">The property to add to the collection.</param>
8638         </member>
8639         <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetClosestMatchProperty(System.String)">
8640             <summary>
8641             Gets the closest matching <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> object.
8642             First attempts to get an exact case match of propertyName and then
8643             a case insensitive match.
8644             </summary>
8645             <param name="propertyName">Name of the property.</param>
8646             <returns>A matching property if found.</returns>
8647         </member>
8648         <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetProperty(System.String,System.StringComparison)">
8649             <summary>
8650             Gets a property by property name.
8651             </summary>
8652             <param name="propertyName">The name of the property to get.</param>
8653             <param name="comparisonType">Type property name string comparison.</param>
8654             <returns>A matching property if found.</returns>
8655         </member>
8656         <member name="T:Newtonsoft.Json.Serialization.JsonStringContract">
8657             <summary>
8658             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8659             </summary>
8660         </member>
8661         <member name="M:Newtonsoft.Json.Serialization.JsonStringContract.#ctor(System.Type)">
8662             <summary>
8663             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> class.
8664             </summary>
8665             <param name="underlyingType">The underlying type for the contract.</param>
8666         </member>
8667         <member name="M:Newtonsoft.Json.Serialization.JsonTypeReflector.CreateJsonConverterInstance(System.Type,System.Object[])">
8668             <summary>
8669             Lookup and create an instance of the JsonConverter type described by the argument.
8670             </summary>
8671             <param name="converterType">The JsonConverter type to create.</param>
8672             <param name="converterArgs">Optional arguments to pass to an initializing constructor of the JsonConverter.
8673             If null, the default constructor is used.</param>
8674         </member>
8675         <member name="M:Newtonsoft.Json.Serialization.JsonTypeReflector.GetJsonConverterCreator(System.Type)">
8676             <summary>
8677             Create a factory function that can be used to create instances of a JsonConverter described by the 
8678             argument type.  The returned function can then be used to either invoke the converter's default ctor, or any 
8679             parameterized constructors by way of an object array.
8680             </summary>
8681         </member>
8682         <member name="T:Newtonsoft.Json.Serialization.MemoryTraceWriter">
8683             <summary>
8684             Represents a trace writer that writes to memory. When the trace message limit is
8685             reached then old trace messages will be removed as new messages are added.
8686             </summary>
8687         </member>
8688         <member name="P:Newtonsoft.Json.Serialization.MemoryTraceWriter.LevelFilter">
8689             <summary>
8690             Gets the <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.
8691             For example a filter level of <code>Info</code> will exclude <code>Verbose</code> messages and include <code>Info</code>,
8692             <code>Warning</code> and <code>Error</code> messages.
8693             </summary>
8694             <value>
8695             The <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.
8696             </value>
8697         </member>
8698         <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.#ctor">
8699             <summary>
8700             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.MemoryTraceWriter"/> class.
8701             </summary>
8702         </member>
8703         <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.Trace(System.Diagnostics.TraceLevel,System.String,System.Exception)">
8704             <summary>
8705             Writes the specified trace level, message and optional exception.
8706             </summary>
8707             <param name="level">The <see cref="T:System.Diagnostics.TraceLevel"/> at which to write this trace.</param>
8708             <param name="message">The trace message.</param>
8709             <param name="ex">The trace exception. This parameter is optional.</param>
8710         </member>
8711         <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.GetTraceMessages">
8712             <summary>
8713             Returns an enumeration of the most recent trace messages.
8714             </summary>
8715             <returns>An enumeration of the most recent trace messages.</returns>
8716         </member>
8717         <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.ToString">
8718             <summary>
8719             Returns a <see cref="T:System.String"/> of the most recent trace messages.
8720             </summary>
8721             <returns>
8722             A <see cref="T:System.String"/> of the most recent trace messages.
8723             </returns>
8724         </member>
8725         <member name="T:Newtonsoft.Json.Serialization.ObjectConstructor`1">
8726             <summary>
8727             Represents a method that constructs an object.
8728             </summary>
8729             <typeparam name="T">The object type to create.</typeparam>
8730         </member>
8731         <member name="T:Newtonsoft.Json.Serialization.OnErrorAttribute">
8732             <summary>
8733             When applied to a method, specifies that the method is called when an error occurs serializing an object.
8734             </summary>
8735         </member>
8736         <member name="T:Newtonsoft.Json.Serialization.ReflectionAttributeProvider">
8737             <summary>
8738             Provides methods to get attributes from a <see cref="T:System.Type"/>, <see cref="T:System.Reflection.MemberInfo"/>, <see cref="T:System.Reflection.ParameterInfo"/> or <see cref="T:System.Reflection.Assembly"/>.
8739             </summary>
8740         </member>
8741         <member name="M:Newtonsoft.Json.Serialization.ReflectionAttributeProvider.#ctor(System.Object)">
8742             <summary>
8743             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ReflectionAttributeProvider"/> class.
8744             </summary>
8745             <param name="attributeProvider">The instance to get attributes for. This parameter should be a <see cref="T:System.Type"/>, <see cref="T:System.Reflection.MemberInfo"/>, <see cref="T:System.Reflection.ParameterInfo"/> or <see cref="T:System.Reflection.Assembly"/>.</param>
8746         </member>
8747         <member name="M:Newtonsoft.Json.Serialization.ReflectionAttributeProvider.GetAttributes(System.Boolean)">
8748             <summary>
8749             Returns a collection of all of the attributes, or an empty collection if there are no attributes.
8750             </summary>
8751             <param name="inherit">When true, look up the hierarchy chain for the inherited custom attribute.</param>
8752             <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns>
8753         </member>
8754         <member name="M:Newtonsoft.Json.Serialization.ReflectionAttributeProvider.GetAttributes(System.Type,System.Boolean)">
8755             <summary>
8756             Returns a collection of attributes, identified by type, or an empty collection if there are no attributes.
8757             </summary>
8758             <param name="attributeType">The type of the attributes.</param>
8759             <param name="inherit">When true, look up the hierarchy chain for the inherited custom attribute.</param>
8760             <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns>
8761         </member>
8762         <member name="T:Newtonsoft.Json.Serialization.ReflectionValueProvider">
8763             <summary>
8764             Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using reflection.
8765             </summary>
8766         </member>
8767         <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.#ctor(System.Reflection.MemberInfo)">
8768             <summary>
8769             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ReflectionValueProvider"/> class.
8770             </summary>
8771             <param name="memberInfo">The member info.</param>
8772         </member>
8773         <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.SetValue(System.Object,System.Object)">
8774             <summary>
8775             Sets the value.
8776             </summary>
8777             <param name="target">The target to set the value on.</param>
8778             <param name="value">The value to set on the target.</param>
8779         </member>
8780         <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.GetValue(System.Object)">
8781             <summary>
8782             Gets the value.
8783             </summary>
8784             <param name="target">The target to get the value from.</param>
8785             <returns>The value.</returns>
8786         </member>
8787         <member name="T:Newtonsoft.Json.StringEscapeHandling">
8788             <summary>
8789             Specifies how strings are escaped when writing JSON text.
8790             </summary>
8791         </member>
8792         <member name="F:Newtonsoft.Json.StringEscapeHandling.Default">
8793             <summary>
8794             Only control characters (e.g. newline) are escaped.
8795             </summary>
8796         </member>
8797         <member name="F:Newtonsoft.Json.StringEscapeHandling.EscapeNonAscii">
8798             <summary>
8799             All non-ASCII and control characters (e.g. newline) are escaped.
8800             </summary>
8801         </member>
8802         <member name="F:Newtonsoft.Json.StringEscapeHandling.EscapeHtml">
8803             <summary>
8804             HTML (&lt;, &gt;, &amp;, &apos;, &quot;) and control characters (e.g. newline) are escaped.
8805             </summary>
8806         </member>
8807         <member name="T:Newtonsoft.Json.TypeNameHandling">
8808             <summary>
8809             Specifies type name handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8810             </summary>
8811         </member>
8812         <member name="F:Newtonsoft.Json.TypeNameHandling.None">
8813             <summary>
8814             Do not include the .NET type name when serializing types.
8815             </summary>
8816         </member>
8817         <member name="F:Newtonsoft.Json.TypeNameHandling.Objects">
8818             <summary>
8819             Include the .NET type name when serializing into a JSON object structure.
8820             </summary>
8821         </member>
8822         <member name="F:Newtonsoft.Json.TypeNameHandling.Arrays">
8823             <summary>
8824             Include the .NET type name when serializing into a JSON array structure.
8825             </summary>
8826         </member>
8827         <member name="F:Newtonsoft.Json.TypeNameHandling.All">
8828             <summary>
8829             Always include the .NET type name when serializing.
8830             </summary>
8831         </member>
8832         <member name="F:Newtonsoft.Json.TypeNameHandling.Auto">
8833             <summary>
8834             Include the .NET type name when the type of the object being serialized is not the same as its declared type.
8835             </summary>
8836         </member>
8837         <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.IsNullOrEmpty``1(System.Collections.Generic.ICollection{``0})">
8838             <summary>
8839             Determines whether the collection is null or empty.
8840             </summary>
8841             <param name="collection">The collection.</param>
8842             <returns>
8843                 <c>true</c> if the collection is null or empty; otherwise, <c>false</c>.
8844             </returns>
8845         </member>
8846         <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.AddRange``1(System.Collections.Generic.IList{``0},System.Collections.Generic.IEnumerable{``0})">
8847             <summary>
8848             Adds the elements of the specified collection to the specified generic IList.
8849             </summary>
8850             <param name="initial">The list to add to.</param>
8851             <param name="collection">The collection of elements to add.</param>
8852         </member>
8853         <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.IndexOf``1(System.Collections.Generic.IEnumerable{``0},``0,System.Collections.Generic.IEqualityComparer{``0})">
8854             <summary>
8855             Returns the index of the first occurrence in a sequence by using a specified IEqualityComparer{TSource}.
8856             </summary>
8857             <typeparam name="TSource">The type of the elements of source.</typeparam>
8858             <param name="list">A sequence in which to locate a value.</param>
8859             <param name="value">The object to locate in the sequence</param>
8860             <param name="comparer">An equality comparer to compare values.</param>
8861             <returns>The zero-based index of the first occurrence of value within the entire sequence, if found; otherwise, –1.</returns>
8862         </member>
8863         <member name="M:Newtonsoft.Json.Utilities.ConvertUtils.ConvertOrCast(System.Object,System.Globalization.CultureInfo,System.Type)">
8864             <summary>
8865             Converts the value to the specified type. If the value is unable to be converted, the
8866             value is checked whether it assignable to the specified type.
8867             </summary>
8868             <param name="initialValue">The value to convert.</param>
8869             <param name="culture">The culture to use when converting.</param>
8870             <param name="targetType">The type to convert or cast the value to.</param>
8871             <returns>
8872             The converted type. If conversion was unsuccessful, the initial value
8873             is returned if assignable to the target type.
8874             </returns>
8875         </member>
8876         <member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.CallMethodWithResult(System.String,System.Dynamic.DynamicMetaObjectBinder,System.Linq.Expressions.Expression[],Newtonsoft.Json.Utilities.DynamicProxyMetaObject{`0}.Fallback,Newtonsoft.Json.Utilities.DynamicProxyMetaObject{`0}.Fallback)">
8877             <summary>
8878             Helper method for generating a MetaObject which calls a
8879             specific method on Dynamic that returns a result
8880             </summary>
8881         </member>
8882         <member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.CallMethodReturnLast(System.String,System.Dynamic.DynamicMetaObjectBinder,System.Linq.Expressions.Expression[],Newtonsoft.Json.Utilities.DynamicProxyMetaObject{`0}.Fallback)">
8883             <summary>
8884             Helper method for generating a MetaObject which calls a
8885             specific method on Dynamic, but uses one of the arguments for
8886             the result.
8887             </summary>
8888         </member>
8889         <member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.CallMethodNoResult(System.String,System.Dynamic.DynamicMetaObjectBinder,System.Linq.Expressions.Expression[],Newtonsoft.Json.Utilities.DynamicProxyMetaObject{`0}.Fallback)">
8890             <summary>
8891             Helper method for generating a MetaObject which calls a
8892             specific method on Dynamic, but uses one of the arguments for
8893             the result.
8894             </summary>
8895         </member>
8896         <member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.GetRestrictions">
8897             <summary>
8898             Returns a Restrictions object which includes our current restrictions merged
8899             with a restriction limiting our type
8900             </summary>
8901         </member>
8902         <member name="M:Newtonsoft.Json.Utilities.EnumUtils.GetNamesAndValues``1">
8903             <summary>
8904             Gets a dictionary of the names and values of an Enum type.
8905             </summary>
8906             <returns></returns>
8907         </member>
8908         <member name="M:Newtonsoft.Json.Utilities.EnumUtils.GetNamesAndValues``1(System.Type)">
8909             <summary>
8910             Gets a dictionary of the names and values of an Enum type.
8911             </summary>
8912             <param name="enumType">The enum type to get names and values for.</param>
8913             <returns></returns>
8914         </member>
8915         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetCollectionItemType(System.Type)">
8916             <summary>
8917             Gets the type of the typed collection's items.
8918             </summary>
8919             <param name="type">The type.</param>
8920             <returns>The type of the typed collection's items.</returns>
8921         </member>
8922         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetMemberUnderlyingType(System.Reflection.MemberInfo)">
8923             <summary>
8924             Gets the member's underlying type.
8925             </summary>
8926             <param name="member">The member.</param>
8927             <returns>The underlying type of the member.</returns>
8928         </member>
8929         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.IsIndexedProperty(System.Reflection.MemberInfo)">
8930             <summary>
8931             Determines whether the member is an indexed property.
8932             </summary>
8933             <param name="member">The member.</param>
8934             <returns>
8935                 <c>true</c> if the member is an indexed property; otherwise, <c>false</c>.
8936             </returns>
8937         </member>
8938         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.IsIndexedProperty(System.Reflection.PropertyInfo)">
8939             <summary>
8940             Determines whether the property is an indexed property.
8941             </summary>
8942             <param name="property">The property.</param>
8943             <returns>
8944                 <c>true</c> if the property is an indexed property; otherwise, <c>false</c>.
8945             </returns>
8946         </member>
8947         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetMemberValue(System.Reflection.MemberInfo,System.Object)">
8948             <summary>
8949             Gets the member's value on the object.
8950             </summary>
8951             <param name="member">The member.</param>
8952             <param name="target">The target object.</param>
8953             <returns>The member's value on the object.</returns>
8954         </member>
8955         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.SetMemberValue(System.Reflection.MemberInfo,System.Object,System.Object)">
8956             <summary>
8957             Sets the member's value on the target object.
8958             </summary>
8959             <param name="member">The member.</param>
8960             <param name="target">The target.</param>
8961             <param name="value">The value.</param>
8962         </member>
8963         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.CanReadMemberValue(System.Reflection.MemberInfo,System.Boolean)">
8964             <summary>
8965             Determines whether the specified MemberInfo can be read.
8966             </summary>
8967             <param name="member">The MemberInfo to determine whether can be read.</param>
8968             /// <param name="nonPublic">if set to <c>true</c> then allow the member to be gotten non-publicly.</param>
8969             <returns>
8970                 <c>true</c> if the specified MemberInfo can be read; otherwise, <c>false</c>.
8971             </returns>
8972         </member>
8973         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.CanSetMemberValue(System.Reflection.MemberInfo,System.Boolean,System.Boolean)">
8974             <summary>
8975             Determines whether the specified MemberInfo can be set.
8976             </summary>
8977             <param name="member">The MemberInfo to determine whether can be set.</param>
8978             <param name="nonPublic">if set to <c>true</c> then allow the member to be set non-publicly.</param>
8979             <param name="canSetReadOnly">if set to <c>true</c> then allow the member to be set if read-only.</param>
8980             <returns>
8981                 <c>true</c> if the specified MemberInfo can be set; otherwise, <c>false</c>.
8982             </returns>
8983         </member>
8984         <member name="T:Newtonsoft.Json.Utilities.StringBuffer">
8985             <summary>
8986             Builds a string. Unlike StringBuilder this class lets you reuse it's internal buffer.
8987             </summary>
8988         </member>
8989         <member name="M:Newtonsoft.Json.Utilities.StringUtils.IsWhiteSpace(System.String)">
8990             <summary>
8991             Determines whether the string is all white space. Empty string will return false.
8992             </summary>
8993             <param name="s">The string to test whether it is all white space.</param>
8994             <returns>
8995                 <c>true</c> if the string is all white space; otherwise, <c>false</c>.
8996             </returns>
8997         </member>
8998         <member name="M:Newtonsoft.Json.Utilities.StringUtils.NullEmptyString(System.String)">
8999             <summary>
9000             Nulls an empty string.
9001             </summary>
9002             <param name="s">The string.</param>
9003             <returns>Null if the string was null, otherwise the string unchanged.</returns>
9004         </member>
9005         <member name="T:Newtonsoft.Json.WriteState">
9006             <summary>
9007             Specifies the state of the <see cref="T:Newtonsoft.Json.JsonWriter"/>.
9008             </summary>
9009         </member>
9010         <member name="F:Newtonsoft.Json.WriteState.Error">
9011             <summary>
9012             An exception has been thrown, which has left the <see cref="T:Newtonsoft.Json.JsonWriter"/> in an invalid state.
9013             You may call the <see cref="M:Newtonsoft.Json.JsonWriter.Close"/> method to put the <see cref="T:Newtonsoft.Json.JsonWriter"/> in the <c>Closed</c> state.
9014             Any other <see cref="T:Newtonsoft.Json.JsonWriter"/> method calls results in an <see cref="T:System.InvalidOperationException"/> being thrown. 
9015             </summary>
9016         </member>
9017         <member name="F:Newtonsoft.Json.WriteState.Closed">
9018             <summary>
9019             The <see cref="M:Newtonsoft.Json.JsonWriter.Close"/> method has been called. 
9020             </summary>
9021         </member>
9022         <member name="F:Newtonsoft.Json.WriteState.Object">
9023             <summary>
9024             An object is being written. 
9025             </summary>
9026         </member>
9027         <member name="F:Newtonsoft.Json.WriteState.Array">
9028             <summary>
9029             A array is being written.
9030             </summary>
9031         </member>
9032         <member name="F:Newtonsoft.Json.WriteState.Constructor">
9033             <summary>
9034             A constructor is being written.
9035             </summary>
9036         </member>
9037         <member name="F:Newtonsoft.Json.WriteState.Property">
9038             <summary>
9039             A property is being written.
9040             </summary>
9041         </member>
9042         <member name="F:Newtonsoft.Json.WriteState.Start">
9043             <summary>
9044             A write method has not been called.
9045             </summary>
9046         </member>
9047     </members>
9048 </doc>