f027c8fcbb321b3492e0f008a17de14b091a959f
[StratumLibrary.git] / packages / Newtonsoft.Json.7.0.1 / lib / net40 / Newtonsoft.Json.xml
1 <?xml version="1.0"?>\r
2 <doc>\r
3     <assembly>\r
4         <name>Newtonsoft.Json</name>\r
5     </assembly>\r
6     <members>\r
7         <member name="T:Newtonsoft.Json.Bson.BsonReader">\r
8             <summary>\r
9             Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data.\r
10             </summary>\r
11         </member>\r
12         <member name="T:Newtonsoft.Json.JsonReader">\r
13             <summary>\r
14             Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data.\r
15             </summary>\r
16         </member>\r
17         <member name="M:Newtonsoft.Json.JsonReader.#ctor">\r
18             <summary>\r
19             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReader"/> class with the specified <see cref="T:System.IO.TextReader"/>.\r
20             </summary>\r
21         </member>\r
22         <member name="M:Newtonsoft.Json.JsonReader.Read">\r
23             <summary>\r
24             Reads the next JSON token from the stream.\r
25             </summary>\r
26             <returns>true if the next token was read successfully; false if there are no more tokens to read.</returns>\r
27         </member>\r
28         <member name="M:Newtonsoft.Json.JsonReader.ReadAsInt32">\r
29             <summary>\r
30             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
31             </summary>\r
32             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>\r
33         </member>\r
34         <member name="M:Newtonsoft.Json.JsonReader.ReadAsString">\r
35             <summary>\r
36             Reads the next JSON token from the stream as a <see cref="T:System.String"/>.\r
37             </summary>\r
38             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>\r
39         </member>\r
40         <member name="M:Newtonsoft.Json.JsonReader.ReadAsBytes">\r
41             <summary>\r
42             Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].\r
43             </summary>\r
44             <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>\r
45         </member>\r
46         <member name="M:Newtonsoft.Json.JsonReader.ReadAsDecimal">\r
47             <summary>\r
48             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
49             </summary>\r
50             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>\r
51         </member>\r
52         <member name="M:Newtonsoft.Json.JsonReader.ReadAsDateTime">\r
53             <summary>\r
54             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
55             </summary>\r
56             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>\r
57         </member>\r
58         <member name="M:Newtonsoft.Json.JsonReader.ReadAsDateTimeOffset">\r
59             <summary>\r
60             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
61             </summary>\r
62             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>\r
63         </member>\r
64         <member name="M:Newtonsoft.Json.JsonReader.Skip">\r
65             <summary>\r
66             Skips the children of the current token.\r
67             </summary>\r
68         </member>\r
69         <member name="M:Newtonsoft.Json.JsonReader.SetToken(Newtonsoft.Json.JsonToken)">\r
70             <summary>\r
71             Sets the current token.\r
72             </summary>\r
73             <param name="newToken">The new token.</param>\r
74         </member>\r
75         <member name="M:Newtonsoft.Json.JsonReader.SetToken(Newtonsoft.Json.JsonToken,System.Object)">\r
76             <summary>\r
77             Sets the current token and value.\r
78             </summary>\r
79             <param name="newToken">The new token.</param>\r
80             <param name="value">The value.</param>\r
81         </member>\r
82         <member name="M:Newtonsoft.Json.JsonReader.SetStateBasedOnCurrent">\r
83             <summary>\r
84             Sets the state based on current token type.\r
85             </summary>\r
86         </member>\r
87         <member name="M:Newtonsoft.Json.JsonReader.System#IDisposable#Dispose">\r
88             <summary>\r
89             Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.\r
90             </summary>\r
91         </member>\r
92         <member name="M:Newtonsoft.Json.JsonReader.Dispose(System.Boolean)">\r
93             <summary>\r
94             Releases unmanaged and - optionally - managed resources\r
95             </summary>\r
96             <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>\r
97         </member>\r
98         <member name="M:Newtonsoft.Json.JsonReader.Close">\r
99             <summary>\r
100             Changes the <see cref="T:Newtonsoft.Json.JsonReader.State"/> to Closed. \r
101             </summary>\r
102         </member>\r
103         <member name="P:Newtonsoft.Json.JsonReader.CurrentState">\r
104             <summary>\r
105             Gets the current reader state.\r
106             </summary>\r
107             <value>The current reader state.</value>\r
108         </member>\r
109         <member name="P:Newtonsoft.Json.JsonReader.CloseInput">\r
110             <summary>\r
111             Gets or sets a value indicating whether the underlying stream or\r
112             <see cref="T:System.IO.TextReader"/> should be closed when the reader is closed.\r
113             </summary>\r
114             <value>\r
115             true to close the underlying stream or <see cref="T:System.IO.TextReader"/> when\r
116             the reader is closed; otherwise false. The default is true.\r
117             </value>\r
118         </member>\r
119         <member name="P:Newtonsoft.Json.JsonReader.SupportMultipleContent">\r
120             <summary>\r
121             Gets or sets a value indicating whether multiple pieces of JSON content can\r
122             be read from a continuous stream without erroring.\r
123             </summary>\r
124             <value>\r
125             true to support reading multiple pieces of JSON content; otherwise false. The default is false.\r
126             </value>\r
127         </member>\r
128         <member name="P:Newtonsoft.Json.JsonReader.QuoteChar">\r
129             <summary>\r
130             Gets the quotation mark character used to enclose the value of a string.\r
131             </summary>\r
132         </member>\r
133         <member name="P:Newtonsoft.Json.JsonReader.DateTimeZoneHandling">\r
134             <summary>\r
135             Get or set how <see cref="T:System.DateTime"/> time zones are handling when reading JSON.\r
136             </summary>\r
137         </member>\r
138         <member name="P:Newtonsoft.Json.JsonReader.DateParseHandling">\r
139             <summary>\r
140             Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.\r
141             </summary>\r
142         </member>\r
143         <member name="P:Newtonsoft.Json.JsonReader.FloatParseHandling">\r
144             <summary>\r
145             Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.\r
146             </summary>\r
147         </member>\r
148         <member name="P:Newtonsoft.Json.JsonReader.DateFormatString">\r
149             <summary>\r
150             Get or set how custom date formatted strings are parsed when reading JSON.\r
151             </summary>\r
152         </member>\r
153         <member name="P:Newtonsoft.Json.JsonReader.MaxDepth">\r
154             <summary>\r
155             Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>.\r
156             </summary>\r
157         </member>\r
158         <member name="P:Newtonsoft.Json.JsonReader.TokenType">\r
159             <summary>\r
160             Gets the type of the current JSON token. \r
161             </summary>\r
162         </member>\r
163         <member name="P:Newtonsoft.Json.JsonReader.Value">\r
164             <summary>\r
165             Gets the text value of the current JSON token.\r
166             </summary>\r
167         </member>\r
168         <member name="P:Newtonsoft.Json.JsonReader.ValueType">\r
169             <summary>\r
170             Gets The Common Language Runtime (CLR) type for the current JSON token.\r
171             </summary>\r
172         </member>\r
173         <member name="P:Newtonsoft.Json.JsonReader.Depth">\r
174             <summary>\r
175             Gets the depth of the current token in the JSON document.\r
176             </summary>\r
177             <value>The depth of the current token in the JSON document.</value>\r
178         </member>\r
179         <member name="P:Newtonsoft.Json.JsonReader.Path">\r
180             <summary>\r
181             Gets the path of the current JSON token. \r
182             </summary>\r
183         </member>\r
184         <member name="P:Newtonsoft.Json.JsonReader.Culture">\r
185             <summary>\r
186             Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.\r
187             </summary>\r
188         </member>\r
189         <member name="T:Newtonsoft.Json.JsonReader.State">\r
190             <summary>\r
191             Specifies the state of the reader.\r
192             </summary>\r
193         </member>\r
194         <member name="F:Newtonsoft.Json.JsonReader.State.Start">\r
195             <summary>\r
196             The Read method has not been called.\r
197             </summary>\r
198         </member>\r
199         <member name="F:Newtonsoft.Json.JsonReader.State.Complete">\r
200             <summary>\r
201             The end of the file has been reached successfully.\r
202             </summary>\r
203         </member>\r
204         <member name="F:Newtonsoft.Json.JsonReader.State.Property">\r
205             <summary>\r
206             Reader is at a property.\r
207             </summary>\r
208         </member>\r
209         <member name="F:Newtonsoft.Json.JsonReader.State.ObjectStart">\r
210             <summary>\r
211             Reader is at the start of an object.\r
212             </summary>\r
213         </member>\r
214         <member name="F:Newtonsoft.Json.JsonReader.State.Object">\r
215             <summary>\r
216             Reader is in an object.\r
217             </summary>\r
218         </member>\r
219         <member name="F:Newtonsoft.Json.JsonReader.State.ArrayStart">\r
220             <summary>\r
221             Reader is at the start of an array.\r
222             </summary>\r
223         </member>\r
224         <member name="F:Newtonsoft.Json.JsonReader.State.Array">\r
225             <summary>\r
226             Reader is in an array.\r
227             </summary>\r
228         </member>\r
229         <member name="F:Newtonsoft.Json.JsonReader.State.Closed">\r
230             <summary>\r
231             The Close method has been called.\r
232             </summary>\r
233         </member>\r
234         <member name="F:Newtonsoft.Json.JsonReader.State.PostValue">\r
235             <summary>\r
236             Reader has just read a value.\r
237             </summary>\r
238         </member>\r
239         <member name="F:Newtonsoft.Json.JsonReader.State.ConstructorStart">\r
240             <summary>\r
241             Reader is at the start of a constructor.\r
242             </summary>\r
243         </member>\r
244         <member name="F:Newtonsoft.Json.JsonReader.State.Constructor">\r
245             <summary>\r
246             Reader in a constructor.\r
247             </summary>\r
248         </member>\r
249         <member name="F:Newtonsoft.Json.JsonReader.State.Error">\r
250             <summary>\r
251             An error occurred that prevents the read operation from continuing.\r
252             </summary>\r
253         </member>\r
254         <member name="F:Newtonsoft.Json.JsonReader.State.Finished">\r
255             <summary>\r
256             The end of the file has been reached successfully.\r
257             </summary>\r
258         </member>\r
259         <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.Stream)">\r
260             <summary>\r
261             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.\r
262             </summary>\r
263             <param name="stream">The stream.</param>\r
264         </member>\r
265         <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.BinaryReader)">\r
266             <summary>\r
267             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.\r
268             </summary>\r
269             <param name="reader">The reader.</param>\r
270         </member>\r
271         <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.Stream,System.Boolean,System.DateTimeKind)">\r
272             <summary>\r
273             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.\r
274             </summary>\r
275             <param name="stream">The stream.</param>\r
276             <param name="readRootValueAsArray">if set to <c>true</c> the root object will be read as a JSON array.</param>\r
277             <param name="dateTimeKindHandling">The <see cref="T:System.DateTimeKind"/> used when reading <see cref="T:System.DateTime"/> values from BSON.</param>\r
278         </member>\r
279         <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.BinaryReader,System.Boolean,System.DateTimeKind)">\r
280             <summary>\r
281             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.\r
282             </summary>\r
283             <param name="reader">The reader.</param>\r
284             <param name="readRootValueAsArray">if set to <c>true</c> the root object will be read as a JSON array.</param>\r
285             <param name="dateTimeKindHandling">The <see cref="T:System.DateTimeKind"/> used when reading <see cref="T:System.DateTime"/> values from BSON.</param>\r
286         </member>\r
287         <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsBytes">\r
288             <summary>\r
289             Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].\r
290             </summary>\r
291             <returns>\r
292             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.\r
293             </returns>\r
294         </member>\r
295         <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDecimal">\r
296             <summary>\r
297             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
298             </summary>\r
299             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>\r
300         </member>\r
301         <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsInt32">\r
302             <summary>\r
303             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
304             </summary>\r
305             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>\r
306         </member>\r
307         <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsString">\r
308             <summary>\r
309             Reads the next JSON token from the stream as a <see cref="T:System.String"/>.\r
310             </summary>\r
311             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>\r
312         </member>\r
313         <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDateTime">\r
314             <summary>\r
315             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
316             </summary>\r
317             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>\r
318         </member>\r
319         <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDateTimeOffset">\r
320             <summary>\r
321             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
322             </summary>\r
323             <returns>\r
324             A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.\r
325             </returns>\r
326         </member>\r
327         <member name="M:Newtonsoft.Json.Bson.BsonReader.Read">\r
328             <summary>\r
329             Reads the next JSON token from the stream.\r
330             </summary>\r
331             <returns>\r
332             true if the next token was read successfully; false if there are no more tokens to read.\r
333             </returns>\r
334         </member>\r
335         <member name="M:Newtonsoft.Json.Bson.BsonReader.Close">\r
336             <summary>\r
337             Changes the <see cref="T:Newtonsoft.Json.JsonReader.State"/> to Closed.\r
338             </summary>\r
339         </member>\r
340         <member name="P:Newtonsoft.Json.Bson.BsonReader.JsonNet35BinaryCompatibility">\r
341             <summary>\r
342             Gets or sets a value indicating whether binary data reading should compatible with incorrect Json.NET 3.5 written binary.\r
343             </summary>\r
344             <value>\r
345                 <c>true</c> if binary data reading will be compatible with incorrect Json.NET 3.5 written binary; otherwise, <c>false</c>.\r
346             </value>\r
347         </member>\r
348         <member name="P:Newtonsoft.Json.Bson.BsonReader.ReadRootValueAsArray">\r
349             <summary>\r
350             Gets or sets a value indicating whether the root object will be read as a JSON array.\r
351             </summary>\r
352             <value>\r
353                 <c>true</c> if the root object will be read as a JSON array; otherwise, <c>false</c>.\r
354             </value>\r
355         </member>\r
356         <member name="P:Newtonsoft.Json.Bson.BsonReader.DateTimeKindHandling">\r
357             <summary>\r
358             Gets or sets the <see cref="T:System.DateTimeKind"/> used when reading <see cref="T:System.DateTime"/> values from BSON.\r
359             </summary>\r
360             <value>The <see cref="T:System.DateTimeKind"/> used when reading <see cref="T:System.DateTime"/> values from BSON.</value>\r
361         </member>\r
362         <member name="T:Newtonsoft.Json.Bson.BsonWriter">\r
363             <summary>\r
364             Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.\r
365             </summary>\r
366         </member>\r
367         <member name="T:Newtonsoft.Json.JsonWriter">\r
368             <summary>\r
369             Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.\r
370             </summary>\r
371         </member>\r
372         <member name="M:Newtonsoft.Json.JsonWriter.#ctor">\r
373             <summary>\r
374             Creates an instance of the <c>JsonWriter</c> class. \r
375             </summary>\r
376         </member>\r
377         <member name="M:Newtonsoft.Json.JsonWriter.Flush">\r
378             <summary>\r
379             Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.\r
380             </summary>\r
381         </member>\r
382         <member name="M:Newtonsoft.Json.JsonWriter.Close">\r
383             <summary>\r
384             Closes this stream and the underlying stream.\r
385             </summary>\r
386         </member>\r
387         <member name="M:Newtonsoft.Json.JsonWriter.WriteStartObject">\r
388             <summary>\r
389             Writes the beginning of a JSON object.\r
390             </summary>\r
391         </member>\r
392         <member name="M:Newtonsoft.Json.JsonWriter.WriteEndObject">\r
393             <summary>\r
394             Writes the end of a JSON object.\r
395             </summary>\r
396         </member>\r
397         <member name="M:Newtonsoft.Json.JsonWriter.WriteStartArray">\r
398             <summary>\r
399             Writes the beginning of a JSON array.\r
400             </summary>\r
401         </member>\r
402         <member name="M:Newtonsoft.Json.JsonWriter.WriteEndArray">\r
403             <summary>\r
404             Writes the end of an array.\r
405             </summary>\r
406         </member>\r
407         <member name="M:Newtonsoft.Json.JsonWriter.WriteStartConstructor(System.String)">\r
408             <summary>\r
409             Writes the start of a constructor with the given name.\r
410             </summary>\r
411             <param name="name">The name of the constructor.</param>\r
412         </member>\r
413         <member name="M:Newtonsoft.Json.JsonWriter.WriteEndConstructor">\r
414             <summary>\r
415             Writes the end constructor.\r
416             </summary>\r
417         </member>\r
418         <member name="M:Newtonsoft.Json.JsonWriter.WritePropertyName(System.String)">\r
419             <summary>\r
420             Writes the property name of a name/value pair on a JSON object.\r
421             </summary>\r
422             <param name="name">The name of the property.</param>\r
423         </member>\r
424         <member name="M:Newtonsoft.Json.JsonWriter.WritePropertyName(System.String,System.Boolean)">\r
425             <summary>\r
426             Writes the property name of a name/value pair on a JSON object.\r
427             </summary>\r
428             <param name="name">The name of the property.</param>\r
429             <param name="escape">A flag to indicate whether the text should be escaped when it is written as a JSON property name.</param>\r
430         </member>\r
431         <member name="M:Newtonsoft.Json.JsonWriter.WriteEnd">\r
432             <summary>\r
433             Writes the end of the current JSON object or array.\r
434             </summary>\r
435         </member>\r
436         <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonReader)">\r
437             <summary>\r
438             Writes the current <see cref="T:Newtonsoft.Json.JsonReader"/> token and its children.\r
439             </summary>\r
440             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read the token from.</param>\r
441         </member>\r
442         <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonReader,System.Boolean)">\r
443             <summary>\r
444             Writes the current <see cref="T:Newtonsoft.Json.JsonReader"/> token.\r
445             </summary>\r
446             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read the token from.</param>\r
447             <param name="writeChildren">A flag indicating whether the current token's children should be written.</param>\r
448         </member>\r
449         <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonToken,System.Object)">\r
450             <summary>\r
451             Writes the <see cref="T:Newtonsoft.Json.JsonToken"/> token and its value.\r
452             </summary>\r
453             <param name="token">The <see cref="T:Newtonsoft.Json.JsonToken"/> to write.</param>\r
454             <param name="value">\r
455             The value to write.\r
456             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"/>.\r
457             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>\r
458         </member>\r
459         <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonToken)">\r
460             <summary>\r
461             Writes the <see cref="T:Newtonsoft.Json.JsonToken"/> token.\r
462             </summary>\r
463             <param name="token">The <see cref="T:Newtonsoft.Json.JsonToken"/> to write.</param>\r
464         </member>\r
465         <member name="M:Newtonsoft.Json.JsonWriter.WriteEnd(Newtonsoft.Json.JsonToken)">\r
466             <summary>\r
467             Writes the specified end token.\r
468             </summary>\r
469             <param name="token">The end token to write.</param>\r
470         </member>\r
471         <member name="M:Newtonsoft.Json.JsonWriter.WriteIndent">\r
472             <summary>\r
473             Writes indent characters.\r
474             </summary>\r
475         </member>\r
476         <member name="M:Newtonsoft.Json.JsonWriter.WriteValueDelimiter">\r
477             <summary>\r
478             Writes the JSON value delimiter.\r
479             </summary>\r
480         </member>\r
481         <member name="M:Newtonsoft.Json.JsonWriter.WriteIndentSpace">\r
482             <summary>\r
483             Writes an indent space.\r
484             </summary>\r
485         </member>\r
486         <member name="M:Newtonsoft.Json.JsonWriter.WriteNull">\r
487             <summary>\r
488             Writes a null value.\r
489             </summary>\r
490         </member>\r
491         <member name="M:Newtonsoft.Json.JsonWriter.WriteUndefined">\r
492             <summary>\r
493             Writes an undefined value.\r
494             </summary>\r
495         </member>\r
496         <member name="M:Newtonsoft.Json.JsonWriter.WriteRaw(System.String)">\r
497             <summary>\r
498             Writes raw JSON without changing the writer's state.\r
499             </summary>\r
500             <param name="json">The raw JSON to write.</param>\r
501         </member>\r
502         <member name="M:Newtonsoft.Json.JsonWriter.WriteRawValue(System.String)">\r
503             <summary>\r
504             Writes raw JSON where a value is expected and updates the writer's state.\r
505             </summary>\r
506             <param name="json">The raw JSON to write.</param>\r
507         </member>\r
508         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.String)">\r
509             <summary>\r
510             Writes a <see cref="T:System.String"/> value.\r
511             </summary>\r
512             <param name="value">The <see cref="T:System.String"/> value to write.</param>\r
513         </member>\r
514         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int32)">\r
515             <summary>\r
516             Writes a <see cref="T:System.Int32"/> value.\r
517             </summary>\r
518             <param name="value">The <see cref="T:System.Int32"/> value to write.</param>\r
519         </member>\r
520         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt32)">\r
521             <summary>\r
522             Writes a <see cref="T:System.UInt32"/> value.\r
523             </summary>\r
524             <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>\r
525         </member>\r
526         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int64)">\r
527             <summary>\r
528             Writes a <see cref="T:System.Int64"/> value.\r
529             </summary>\r
530             <param name="value">The <see cref="T:System.Int64"/> value to write.</param>\r
531         </member>\r
532         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt64)">\r
533             <summary>\r
534             Writes a <see cref="T:System.UInt64"/> value.\r
535             </summary>\r
536             <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>\r
537         </member>\r
538         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Single)">\r
539             <summary>\r
540             Writes a <see cref="T:System.Single"/> value.\r
541             </summary>\r
542             <param name="value">The <see cref="T:System.Single"/> value to write.</param>\r
543         </member>\r
544         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Double)">\r
545             <summary>\r
546             Writes a <see cref="T:System.Double"/> value.\r
547             </summary>\r
548             <param name="value">The <see cref="T:System.Double"/> value to write.</param>\r
549         </member>\r
550         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Boolean)">\r
551             <summary>\r
552             Writes a <see cref="T:System.Boolean"/> value.\r
553             </summary>\r
554             <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>\r
555         </member>\r
556         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int16)">\r
557             <summary>\r
558             Writes a <see cref="T:System.Int16"/> value.\r
559             </summary>\r
560             <param name="value">The <see cref="T:System.Int16"/> value to write.</param>\r
561         </member>\r
562         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt16)">\r
563             <summary>\r
564             Writes a <see cref="T:System.UInt16"/> value.\r
565             </summary>\r
566             <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>\r
567         </member>\r
568         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Char)">\r
569             <summary>\r
570             Writes a <see cref="T:System.Char"/> value.\r
571             </summary>\r
572             <param name="value">The <see cref="T:System.Char"/> value to write.</param>\r
573         </member>\r
574         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Byte)">\r
575             <summary>\r
576             Writes a <see cref="T:System.Byte"/> value.\r
577             </summary>\r
578             <param name="value">The <see cref="T:System.Byte"/> value to write.</param>\r
579         </member>\r
580         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.SByte)">\r
581             <summary>\r
582             Writes a <see cref="T:System.SByte"/> value.\r
583             </summary>\r
584             <param name="value">The <see cref="T:System.SByte"/> value to write.</param>\r
585         </member>\r
586         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Decimal)">\r
587             <summary>\r
588             Writes a <see cref="T:System.Decimal"/> value.\r
589             </summary>\r
590             <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>\r
591         </member>\r
592         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.DateTime)">\r
593             <summary>\r
594             Writes a <see cref="T:System.DateTime"/> value.\r
595             </summary>\r
596             <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>\r
597         </member>\r
598         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.DateTimeOffset)">\r
599             <summary>\r
600             Writes a <see cref="T:System.DateTimeOffset"/> value.\r
601             </summary>\r
602             <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>\r
603         </member>\r
604         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Guid)">\r
605             <summary>\r
606             Writes a <see cref="T:System.Guid"/> value.\r
607             </summary>\r
608             <param name="value">The <see cref="T:System.Guid"/> value to write.</param>\r
609         </member>\r
610         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.TimeSpan)">\r
611             <summary>\r
612             Writes a <see cref="T:System.TimeSpan"/> value.\r
613             </summary>\r
614             <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>\r
615         </member>\r
616         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int32})">\r
617             <summary>\r
618             Writes a <see cref="T:System.Nullable`1"/> value.\r
619             </summary>\r
620             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
621         </member>\r
622         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt32})">\r
623             <summary>\r
624             Writes a <see cref="T:System.Nullable`1"/> value.\r
625             </summary>\r
626             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
627         </member>\r
628         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int64})">\r
629             <summary>\r
630             Writes a <see cref="T:System.Nullable`1"/> value.\r
631             </summary>\r
632             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
633         </member>\r
634         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt64})">\r
635             <summary>\r
636             Writes a <see cref="T:System.Nullable`1"/> value.\r
637             </summary>\r
638             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
639         </member>\r
640         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Single})">\r
641             <summary>\r
642             Writes a <see cref="T:System.Nullable`1"/> value.\r
643             </summary>\r
644             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
645         </member>\r
646         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Double})">\r
647             <summary>\r
648             Writes a <see cref="T:System.Nullable`1"/> value.\r
649             </summary>\r
650             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
651         </member>\r
652         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Boolean})">\r
653             <summary>\r
654             Writes a <see cref="T:System.Nullable`1"/> value.\r
655             </summary>\r
656             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
657         </member>\r
658         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int16})">\r
659             <summary>\r
660             Writes a <see cref="T:System.Nullable`1"/> value.\r
661             </summary>\r
662             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
663         </member>\r
664         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt16})">\r
665             <summary>\r
666             Writes a <see cref="T:System.Nullable`1"/> value.\r
667             </summary>\r
668             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
669         </member>\r
670         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Char})">\r
671             <summary>\r
672             Writes a <see cref="T:System.Nullable`1"/> value.\r
673             </summary>\r
674             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
675         </member>\r
676         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Byte})">\r
677             <summary>\r
678             Writes a <see cref="T:System.Nullable`1"/> value.\r
679             </summary>\r
680             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
681         </member>\r
682         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.SByte})">\r
683             <summary>\r
684             Writes a <see cref="T:System.Nullable`1"/> value.\r
685             </summary>\r
686             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
687         </member>\r
688         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Decimal})">\r
689             <summary>\r
690             Writes a <see cref="T:System.Nullable`1"/> value.\r
691             </summary>\r
692             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
693         </member>\r
694         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.DateTime})">\r
695             <summary>\r
696             Writes a <see cref="T:System.Nullable`1"/> value.\r
697             </summary>\r
698             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
699         </member>\r
700         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.DateTimeOffset})">\r
701             <summary>\r
702             Writes a <see cref="T:System.Nullable`1"/> value.\r
703             </summary>\r
704             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
705         </member>\r
706         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Guid})">\r
707             <summary>\r
708             Writes a <see cref="T:System.Nullable`1"/> value.\r
709             </summary>\r
710             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
711         </member>\r
712         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.TimeSpan})">\r
713             <summary>\r
714             Writes a <see cref="T:System.Nullable`1"/> value.\r
715             </summary>\r
716             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
717         </member>\r
718         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Byte[])">\r
719             <summary>\r
720             Writes a <see cref="T:System.Byte"/>[] value.\r
721             </summary>\r
722             <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param>\r
723         </member>\r
724         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Uri)">\r
725             <summary>\r
726             Writes a <see cref="T:System.Uri"/> value.\r
727             </summary>\r
728             <param name="value">The <see cref="T:System.Uri"/> value to write.</param>\r
729         </member>\r
730         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Object)">\r
731             <summary>\r
732             Writes a <see cref="T:System.Object"/> value.\r
733             An error will raised if the value cannot be written as a single JSON token.\r
734             </summary>\r
735             <param name="value">The <see cref="T:System.Object"/> value to write.</param>\r
736         </member>\r
737         <member name="M:Newtonsoft.Json.JsonWriter.WriteComment(System.String)">\r
738             <summary>\r
739             Writes out a comment <code>/*...*/</code> containing the specified text. \r
740             </summary>\r
741             <param name="text">Text to place inside the comment.</param>\r
742         </member>\r
743         <member name="M:Newtonsoft.Json.JsonWriter.WriteWhitespace(System.String)">\r
744             <summary>\r
745             Writes out the given white space.\r
746             </summary>\r
747             <param name="ws">The string of white space characters.</param>\r
748         </member>\r
749         <member name="M:Newtonsoft.Json.JsonWriter.SetWriteState(Newtonsoft.Json.JsonToken,System.Object)">\r
750             <summary>\r
751             Sets the state of the JsonWriter,\r
752             </summary>\r
753             <param name="token">The JsonToken being written.</param>\r
754             <param name="value">The value being written.</param>\r
755         </member>\r
756         <member name="P:Newtonsoft.Json.JsonWriter.CloseOutput">\r
757             <summary>\r
758             Gets or sets a value indicating whether the underlying stream or\r
759             <see cref="T:System.IO.TextReader"/> should be closed when the writer is closed.\r
760             </summary>\r
761             <value>\r
762             true to close the underlying stream or <see cref="T:System.IO.TextReader"/> when\r
763             the writer is closed; otherwise false. The default is true.\r
764             </value>\r
765         </member>\r
766         <member name="P:Newtonsoft.Json.JsonWriter.Top">\r
767             <summary>\r
768             Gets the top.\r
769             </summary>\r
770             <value>The top.</value>\r
771         </member>\r
772         <member name="P:Newtonsoft.Json.JsonWriter.WriteState">\r
773             <summary>\r
774             Gets the state of the writer.\r
775             </summary>\r
776         </member>\r
777         <member name="P:Newtonsoft.Json.JsonWriter.Path">\r
778             <summary>\r
779             Gets the path of the writer. \r
780             </summary>\r
781         </member>\r
782         <member name="P:Newtonsoft.Json.JsonWriter.Formatting">\r
783             <summary>\r
784             Indicates how JSON text output is formatted.\r
785             </summary>\r
786         </member>\r
787         <member name="P:Newtonsoft.Json.JsonWriter.DateFormatHandling">\r
788             <summary>\r
789             Get or set how dates are written to JSON text.\r
790             </summary>\r
791         </member>\r
792         <member name="P:Newtonsoft.Json.JsonWriter.DateTimeZoneHandling">\r
793             <summary>\r
794             Get or set how <see cref="T:System.DateTime"/> time zones are handling when writing JSON text.\r
795             </summary>\r
796         </member>\r
797         <member name="P:Newtonsoft.Json.JsonWriter.StringEscapeHandling">\r
798             <summary>\r
799             Get or set how strings are escaped when writing JSON text.\r
800             </summary>\r
801         </member>\r
802         <member name="P:Newtonsoft.Json.JsonWriter.FloatFormatHandling">\r
803             <summary>\r
804             Get or set how special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>,\r
805             <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/>,\r
806             are written to JSON text.\r
807             </summary>\r
808         </member>\r
809         <member name="P:Newtonsoft.Json.JsonWriter.DateFormatString">\r
810             <summary>\r
811             Get or set how <see cref="T:System.DateTime"/> and <see cref="T:System.DateTimeOffset"/> values are formatting when writing JSON text.\r
812             </summary>\r
813         </member>\r
814         <member name="P:Newtonsoft.Json.JsonWriter.Culture">\r
815             <summary>\r
816             Gets or sets the culture used when writing JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.\r
817             </summary>\r
818         </member>\r
819         <member name="M:Newtonsoft.Json.Bson.BsonWriter.#ctor(System.IO.Stream)">\r
820             <summary>\r
821             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonWriter"/> class.\r
822             </summary>\r
823             <param name="stream">The stream.</param>\r
824         </member>\r
825         <member name="M:Newtonsoft.Json.Bson.BsonWriter.#ctor(System.IO.BinaryWriter)">\r
826             <summary>\r
827             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonWriter"/> class.\r
828             </summary>\r
829             <param name="writer">The writer.</param>\r
830         </member>\r
831         <member name="M:Newtonsoft.Json.Bson.BsonWriter.Flush">\r
832             <summary>\r
833             Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.\r
834             </summary>\r
835         </member>\r
836         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteEnd(Newtonsoft.Json.JsonToken)">\r
837             <summary>\r
838             Writes the end.\r
839             </summary>\r
840             <param name="token">The token.</param>\r
841         </member>\r
842         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteComment(System.String)">\r
843             <summary>\r
844             Writes out a comment <code>/*...*/</code> containing the specified text.\r
845             </summary>\r
846             <param name="text">Text to place inside the comment.</param>\r
847         </member>\r
848         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartConstructor(System.String)">\r
849             <summary>\r
850             Writes the start of a constructor with the given name.\r
851             </summary>\r
852             <param name="name">The name of the constructor.</param>\r
853         </member>\r
854         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRaw(System.String)">\r
855             <summary>\r
856             Writes raw JSON.\r
857             </summary>\r
858             <param name="json">The raw JSON to write.</param>\r
859         </member>\r
860         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRawValue(System.String)">\r
861             <summary>\r
862             Writes raw JSON where a value is expected and updates the writer's state.\r
863             </summary>\r
864             <param name="json">The raw JSON to write.</param>\r
865         </member>\r
866         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartArray">\r
867             <summary>\r
868             Writes the beginning of a JSON array.\r
869             </summary>\r
870         </member>\r
871         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartObject">\r
872             <summary>\r
873             Writes the beginning of a JSON object.\r
874             </summary>\r
875         </member>\r
876         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WritePropertyName(System.String)">\r
877             <summary>\r
878             Writes the property name of a name/value pair on a JSON object.\r
879             </summary>\r
880             <param name="name">The name of the property.</param>\r
881         </member>\r
882         <member name="M:Newtonsoft.Json.Bson.BsonWriter.Close">\r
883             <summary>\r
884             Closes this stream and the underlying stream.\r
885             </summary>\r
886         </member>\r
887         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Object)">\r
888             <summary>\r
889             Writes a <see cref="T:System.Object"/> value.\r
890             An error will raised if the value cannot be written as a single JSON token.\r
891             </summary>\r
892             <param name="value">The <see cref="T:System.Object"/> value to write.</param>\r
893         </member>\r
894         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteNull">\r
895             <summary>\r
896             Writes a null value.\r
897             </summary>\r
898         </member>\r
899         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteUndefined">\r
900             <summary>\r
901             Writes an undefined value.\r
902             </summary>\r
903         </member>\r
904         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.String)">\r
905             <summary>\r
906             Writes a <see cref="T:System.String"/> value.\r
907             </summary>\r
908             <param name="value">The <see cref="T:System.String"/> value to write.</param>\r
909         </member>\r
910         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int32)">\r
911             <summary>\r
912             Writes a <see cref="T:System.Int32"/> value.\r
913             </summary>\r
914             <param name="value">The <see cref="T:System.Int32"/> value to write.</param>\r
915         </member>\r
916         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt32)">\r
917             <summary>\r
918             Writes a <see cref="T:System.UInt32"/> value.\r
919             </summary>\r
920             <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>\r
921         </member>\r
922         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int64)">\r
923             <summary>\r
924             Writes a <see cref="T:System.Int64"/> value.\r
925             </summary>\r
926             <param name="value">The <see cref="T:System.Int64"/> value to write.</param>\r
927         </member>\r
928         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt64)">\r
929             <summary>\r
930             Writes a <see cref="T:System.UInt64"/> value.\r
931             </summary>\r
932             <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>\r
933         </member>\r
934         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Single)">\r
935             <summary>\r
936             Writes a <see cref="T:System.Single"/> value.\r
937             </summary>\r
938             <param name="value">The <see cref="T:System.Single"/> value to write.</param>\r
939         </member>\r
940         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Double)">\r
941             <summary>\r
942             Writes a <see cref="T:System.Double"/> value.\r
943             </summary>\r
944             <param name="value">The <see cref="T:System.Double"/> value to write.</param>\r
945         </member>\r
946         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Boolean)">\r
947             <summary>\r
948             Writes a <see cref="T:System.Boolean"/> value.\r
949             </summary>\r
950             <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>\r
951         </member>\r
952         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int16)">\r
953             <summary>\r
954             Writes a <see cref="T:System.Int16"/> value.\r
955             </summary>\r
956             <param name="value">The <see cref="T:System.Int16"/> value to write.</param>\r
957         </member>\r
958         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt16)">\r
959             <summary>\r
960             Writes a <see cref="T:System.UInt16"/> value.\r
961             </summary>\r
962             <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>\r
963         </member>\r
964         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Char)">\r
965             <summary>\r
966             Writes a <see cref="T:System.Char"/> value.\r
967             </summary>\r
968             <param name="value">The <see cref="T:System.Char"/> value to write.</param>\r
969         </member>\r
970         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Byte)">\r
971             <summary>\r
972             Writes a <see cref="T:System.Byte"/> value.\r
973             </summary>\r
974             <param name="value">The <see cref="T:System.Byte"/> value to write.</param>\r
975         </member>\r
976         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.SByte)">\r
977             <summary>\r
978             Writes a <see cref="T:System.SByte"/> value.\r
979             </summary>\r
980             <param name="value">The <see cref="T:System.SByte"/> value to write.</param>\r
981         </member>\r
982         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Decimal)">\r
983             <summary>\r
984             Writes a <see cref="T:System.Decimal"/> value.\r
985             </summary>\r
986             <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>\r
987         </member>\r
988         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.DateTime)">\r
989             <summary>\r
990             Writes a <see cref="T:System.DateTime"/> value.\r
991             </summary>\r
992             <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>\r
993         </member>\r
994         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.DateTimeOffset)">\r
995             <summary>\r
996             Writes a <see cref="T:System.DateTimeOffset"/> value.\r
997             </summary>\r
998             <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>\r
999         </member>\r
1000         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Byte[])">\r
1001             <summary>\r
1002             Writes a <see cref="T:System.Byte"/>[] value.\r
1003             </summary>\r
1004             <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param>\r
1005         </member>\r
1006         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Guid)">\r
1007             <summary>\r
1008             Writes a <see cref="T:System.Guid"/> value.\r
1009             </summary>\r
1010             <param name="value">The <see cref="T:System.Guid"/> value to write.</param>\r
1011         </member>\r
1012         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.TimeSpan)">\r
1013             <summary>\r
1014             Writes a <see cref="T:System.TimeSpan"/> value.\r
1015             </summary>\r
1016             <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>\r
1017         </member>\r
1018         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Uri)">\r
1019             <summary>\r
1020             Writes a <see cref="T:System.Uri"/> value.\r
1021             </summary>\r
1022             <param name="value">The <see cref="T:System.Uri"/> value to write.</param>\r
1023         </member>\r
1024         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteObjectId(System.Byte[])">\r
1025             <summary>\r
1026             Writes a <see cref="T:System.Byte"/>[] value that represents a BSON object id.\r
1027             </summary>\r
1028             <param name="value">The Object ID value to write.</param>\r
1029         </member>\r
1030         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRegex(System.String,System.String)">\r
1031             <summary>\r
1032             Writes a BSON regex.\r
1033             </summary>\r
1034             <param name="pattern">The regex pattern.</param>\r
1035             <param name="options">The regex options.</param>\r
1036         </member>\r
1037         <member name="P:Newtonsoft.Json.Bson.BsonWriter.DateTimeKindHandling">\r
1038             <summary>\r
1039             Gets or sets the <see cref="T:System.DateTimeKind"/> used when writing <see cref="T:System.DateTime"/> values to BSON.\r
1040             When set to <see cref="F:System.DateTimeKind.Unspecified"/> no conversion will occur.\r
1041             </summary>\r
1042             <value>The <see cref="T:System.DateTimeKind"/> used when writing <see cref="T:System.DateTime"/> values to BSON.</value>\r
1043         </member>\r
1044         <member name="T:Newtonsoft.Json.Bson.BsonObjectId">\r
1045             <summary>\r
1046             Represents a BSON Oid (object id).\r
1047             </summary>\r
1048         </member>\r
1049         <member name="M:Newtonsoft.Json.Bson.BsonObjectId.#ctor(System.Byte[])">\r
1050             <summary>\r
1051             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonObjectId"/> class.\r
1052             </summary>\r
1053             <param name="value">The Oid value.</param>\r
1054         </member>\r
1055         <member name="P:Newtonsoft.Json.Bson.BsonObjectId.Value">\r
1056             <summary>\r
1057             Gets or sets the value of the Oid.\r
1058             </summary>\r
1059             <value>The value of the Oid.</value>\r
1060         </member>\r
1061         <member name="T:Newtonsoft.Json.Converters.BinaryConverter">\r
1062             <summary>\r
1063             Converts a binary value to and from a base 64 string value.\r
1064             </summary>\r
1065         </member>\r
1066         <member name="T:Newtonsoft.Json.JsonConverter">\r
1067             <summary>\r
1068             Converts an object to and from JSON.\r
1069             </summary>\r
1070         </member>\r
1071         <member name="M:Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1072             <summary>\r
1073             Writes the JSON representation of the object.\r
1074             </summary>\r
1075             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1076             <param name="value">The value.</param>\r
1077             <param name="serializer">The calling serializer.</param>\r
1078         </member>\r
1079         <member name="M:Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1080             <summary>\r
1081             Reads the JSON representation of the object.\r
1082             </summary>\r
1083             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1084             <param name="objectType">Type of the object.</param>\r
1085             <param name="existingValue">The existing value of object being read.</param>\r
1086             <param name="serializer">The calling serializer.</param>\r
1087             <returns>The object value.</returns>\r
1088         </member>\r
1089         <member name="M:Newtonsoft.Json.JsonConverter.CanConvert(System.Type)">\r
1090             <summary>\r
1091             Determines whether this instance can convert the specified object type.\r
1092             </summary>\r
1093             <param name="objectType">Type of the object.</param>\r
1094             <returns>\r
1095                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.\r
1096             </returns>\r
1097         </member>\r
1098         <member name="M:Newtonsoft.Json.JsonConverter.GetSchema">\r
1099             <summary>\r
1100             <para>\r
1101             Gets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of the JSON produced by the JsonConverter.\r
1102             </para>\r
1103             <note type="caution">\r
1104             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.\r
1105             </note>\r
1106             </summary>\r
1107             <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of the JSON produced by the JsonConverter.</returns>\r
1108         </member>\r
1109         <member name="P:Newtonsoft.Json.JsonConverter.CanRead">\r
1110             <summary>\r
1111             Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can read JSON.\r
1112             </summary>\r
1113             <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can read JSON; otherwise, <c>false</c>.</value>\r
1114         </member>\r
1115         <member name="P:Newtonsoft.Json.JsonConverter.CanWrite">\r
1116             <summary>\r
1117             Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON.\r
1118             </summary>\r
1119             <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.</value>\r
1120         </member>\r
1121         <member name="M:Newtonsoft.Json.Converters.BinaryConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1122             <summary>\r
1123             Writes the JSON representation of the object.\r
1124             </summary>\r
1125             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1126             <param name="value">The value.</param>\r
1127             <param name="serializer">The calling serializer.</param>\r
1128         </member>\r
1129         <member name="M:Newtonsoft.Json.Converters.BinaryConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1130             <summary>\r
1131             Reads the JSON representation of the object.\r
1132             </summary>\r
1133             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1134             <param name="objectType">Type of the object.</param>\r
1135             <param name="existingValue">The existing value of object being read.</param>\r
1136             <param name="serializer">The calling serializer.</param>\r
1137             <returns>The object value.</returns>\r
1138         </member>\r
1139         <member name="M:Newtonsoft.Json.Converters.BinaryConverter.CanConvert(System.Type)">\r
1140             <summary>\r
1141             Determines whether this instance can convert the specified object type.\r
1142             </summary>\r
1143             <param name="objectType">Type of the object.</param>\r
1144             <returns>\r
1145                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.\r
1146             </returns>\r
1147         </member>\r
1148         <member name="T:Newtonsoft.Json.Converters.DataSetConverter">\r
1149             <summary>\r
1150             Converts a <see cref="T:System.Data.DataSet"/> to and from JSON.\r
1151             </summary>\r
1152         </member>\r
1153         <member name="M:Newtonsoft.Json.Converters.DataSetConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1154             <summary>\r
1155             Writes the JSON representation of the object.\r
1156             </summary>\r
1157             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1158             <param name="value">The value.</param>\r
1159             <param name="serializer">The calling serializer.</param>\r
1160         </member>\r
1161         <member name="M:Newtonsoft.Json.Converters.DataSetConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1162             <summary>\r
1163             Reads the JSON representation of the object.\r
1164             </summary>\r
1165             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1166             <param name="objectType">Type of the object.</param>\r
1167             <param name="existingValue">The existing value of object being read.</param>\r
1168             <param name="serializer">The calling serializer.</param>\r
1169             <returns>The object value.</returns>\r
1170         </member>\r
1171         <member name="M:Newtonsoft.Json.Converters.DataSetConverter.CanConvert(System.Type)">\r
1172             <summary>\r
1173             Determines whether this instance can convert the specified value type.\r
1174             </summary>\r
1175             <param name="valueType">Type of the value.</param>\r
1176             <returns>\r
1177                 <c>true</c> if this instance can convert the specified value type; otherwise, <c>false</c>.\r
1178             </returns>\r
1179         </member>\r
1180         <member name="T:Newtonsoft.Json.Converters.DataTableConverter">\r
1181             <summary>\r
1182             Converts a <see cref="T:System.Data.DataTable"/> to and from JSON.\r
1183             </summary>\r
1184         </member>\r
1185         <member name="M:Newtonsoft.Json.Converters.DataTableConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1186             <summary>\r
1187             Writes the JSON representation of the object.\r
1188             </summary>\r
1189             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1190             <param name="value">The value.</param>\r
1191             <param name="serializer">The calling serializer.</param>\r
1192         </member>\r
1193         <member name="M:Newtonsoft.Json.Converters.DataTableConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1194             <summary>\r
1195             Reads the JSON representation of the object.\r
1196             </summary>\r
1197             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1198             <param name="objectType">Type of the object.</param>\r
1199             <param name="existingValue">The existing value of object being read.</param>\r
1200             <param name="serializer">The calling serializer.</param>\r
1201             <returns>The object value.</returns>\r
1202         </member>\r
1203         <member name="M:Newtonsoft.Json.Converters.DataTableConverter.CanConvert(System.Type)">\r
1204             <summary>\r
1205             Determines whether this instance can convert the specified value type.\r
1206             </summary>\r
1207             <param name="valueType">Type of the value.</param>\r
1208             <returns>\r
1209                 <c>true</c> if this instance can convert the specified value type; otherwise, <c>false</c>.\r
1210             </returns>\r
1211         </member>\r
1212         <member name="T:Newtonsoft.Json.Converters.CustomCreationConverter`1">\r
1213             <summary>\r
1214             Create a custom object\r
1215             </summary>\r
1216             <typeparam name="T">The object type to convert.</typeparam>\r
1217         </member>\r
1218         <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1219             <summary>\r
1220             Writes the JSON representation of the object.\r
1221             </summary>\r
1222             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1223             <param name="value">The value.</param>\r
1224             <param name="serializer">The calling serializer.</param>\r
1225         </member>\r
1226         <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1227             <summary>\r
1228             Reads the JSON representation of the object.\r
1229             </summary>\r
1230             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1231             <param name="objectType">Type of the object.</param>\r
1232             <param name="existingValue">The existing value of object being read.</param>\r
1233             <param name="serializer">The calling serializer.</param>\r
1234             <returns>The object value.</returns>\r
1235         </member>\r
1236         <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.Create(System.Type)">\r
1237             <summary>\r
1238             Creates an object which will then be populated by the serializer.\r
1239             </summary>\r
1240             <param name="objectType">Type of the object.</param>\r
1241             <returns>The created object.</returns>\r
1242         </member>\r
1243         <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.CanConvert(System.Type)">\r
1244             <summary>\r
1245             Determines whether this instance can convert the specified object type.\r
1246             </summary>\r
1247             <param name="objectType">Type of the object.</param>\r
1248             <returns>\r
1249                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.\r
1250             </returns>\r
1251         </member>\r
1252         <member name="P:Newtonsoft.Json.Converters.CustomCreationConverter`1.CanWrite">\r
1253             <summary>\r
1254             Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON.\r
1255             </summary>\r
1256             <value>\r
1257                 <c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.\r
1258             </value>\r
1259         </member>\r
1260         <member name="T:Newtonsoft.Json.Converters.DateTimeConverterBase">\r
1261             <summary>\r
1262             Provides a base class for converting a <see cref="T:System.DateTime"/> to and from JSON.\r
1263             </summary>\r
1264         </member>\r
1265         <member name="M:Newtonsoft.Json.Converters.DateTimeConverterBase.CanConvert(System.Type)">\r
1266             <summary>\r
1267             Determines whether this instance can convert the specified object type.\r
1268             </summary>\r
1269             <param name="objectType">Type of the object.</param>\r
1270             <returns>\r
1271                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.\r
1272             </returns>\r
1273         </member>\r
1274         <member name="T:Newtonsoft.Json.Converters.DiscriminatedUnionConverter">\r
1275             <summary>\r
1276             Converts a F# discriminated union type to and from JSON.\r
1277             </summary>\r
1278         </member>\r
1279         <member name="M:Newtonsoft.Json.Converters.DiscriminatedUnionConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1280             <summary>\r
1281             Writes the JSON representation of the object.\r
1282             </summary>\r
1283             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1284             <param name="value">The value.</param>\r
1285             <param name="serializer">The calling serializer.</param>\r
1286         </member>\r
1287         <member name="M:Newtonsoft.Json.Converters.DiscriminatedUnionConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1288             <summary>\r
1289             Reads the JSON representation of the object.\r
1290             </summary>\r
1291             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1292             <param name="objectType">Type of the object.</param>\r
1293             <param name="existingValue">The existing value of object being read.</param>\r
1294             <param name="serializer">The calling serializer.</param>\r
1295             <returns>The object value.</returns>\r
1296         </member>\r
1297         <member name="M:Newtonsoft.Json.Converters.DiscriminatedUnionConverter.CanConvert(System.Type)">\r
1298             <summary>\r
1299             Determines whether this instance can convert the specified object type.\r
1300             </summary>\r
1301             <param name="objectType">Type of the object.</param>\r
1302             <returns>\r
1303                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.\r
1304             </returns>\r
1305         </member>\r
1306         <member name="T:Newtonsoft.Json.Converters.EntityKeyMemberConverter">\r
1307             <summary>\r
1308             Converts an Entity Framework EntityKey to and from JSON.\r
1309             </summary>\r
1310         </member>\r
1311         <member name="M:Newtonsoft.Json.Converters.EntityKeyMemberConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1312             <summary>\r
1313             Writes the JSON representation of the object.\r
1314             </summary>\r
1315             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1316             <param name="value">The value.</param>\r
1317             <param name="serializer">The calling serializer.</param>\r
1318         </member>\r
1319         <member name="M:Newtonsoft.Json.Converters.EntityKeyMemberConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1320             <summary>\r
1321             Reads the JSON representation of the object.\r
1322             </summary>\r
1323             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1324             <param name="objectType">Type of the object.</param>\r
1325             <param name="existingValue">The existing value of object being read.</param>\r
1326             <param name="serializer">The calling serializer.</param>\r
1327             <returns>The object value.</returns>\r
1328         </member>\r
1329         <member name="M:Newtonsoft.Json.Converters.EntityKeyMemberConverter.CanConvert(System.Type)">\r
1330             <summary>\r
1331             Determines whether this instance can convert the specified object type.\r
1332             </summary>\r
1333             <param name="objectType">Type of the object.</param>\r
1334             <returns>\r
1335                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.\r
1336             </returns>\r
1337         </member>\r
1338         <member name="T:Newtonsoft.Json.Converters.ExpandoObjectConverter">\r
1339             <summary>\r
1340             Converts an ExpandoObject to and from JSON.\r
1341             </summary>\r
1342         </member>\r
1343         <member name="M:Newtonsoft.Json.Converters.ExpandoObjectConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1344             <summary>\r
1345             Writes the JSON representation of the object.\r
1346             </summary>\r
1347             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1348             <param name="value">The value.</param>\r
1349             <param name="serializer">The calling serializer.</param>\r
1350         </member>\r
1351         <member name="M:Newtonsoft.Json.Converters.ExpandoObjectConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1352             <summary>\r
1353             Reads the JSON representation of the object.\r
1354             </summary>\r
1355             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1356             <param name="objectType">Type of the object.</param>\r
1357             <param name="existingValue">The existing value of object being read.</param>\r
1358             <param name="serializer">The calling serializer.</param>\r
1359             <returns>The object value.</returns>\r
1360         </member>\r
1361         <member name="M:Newtonsoft.Json.Converters.ExpandoObjectConverter.CanConvert(System.Type)">\r
1362             <summary>\r
1363             Determines whether this instance can convert the specified object type.\r
1364             </summary>\r
1365             <param name="objectType">Type of the object.</param>\r
1366             <returns>\r
1367                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.\r
1368             </returns>\r
1369         </member>\r
1370         <member name="P:Newtonsoft.Json.Converters.ExpandoObjectConverter.CanWrite">\r
1371             <summary>\r
1372             Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON.\r
1373             </summary>\r
1374             <value>\r
1375                 <c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.\r
1376             </value>\r
1377         </member>\r
1378         <member name="T:Newtonsoft.Json.Converters.KeyValuePairConverter">\r
1379             <summary>\r
1380             Converts a <see cref="T:System.Collections.Generic.KeyValuePair`2"/> to and from JSON.\r
1381             </summary>\r
1382         </member>\r
1383         <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1384             <summary>\r
1385             Writes the JSON representation of the object.\r
1386             </summary>\r
1387             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1388             <param name="value">The value.</param>\r
1389             <param name="serializer">The calling serializer.</param>\r
1390         </member>\r
1391         <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1392             <summary>\r
1393             Reads the JSON representation of the object.\r
1394             </summary>\r
1395             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1396             <param name="objectType">Type of the object.</param>\r
1397             <param name="existingValue">The existing value of object being read.</param>\r
1398             <param name="serializer">The calling serializer.</param>\r
1399             <returns>The object value.</returns>\r
1400         </member>\r
1401         <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.CanConvert(System.Type)">\r
1402             <summary>\r
1403             Determines whether this instance can convert the specified object type.\r
1404             </summary>\r
1405             <param name="objectType">Type of the object.</param>\r
1406             <returns>\r
1407                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.\r
1408             </returns>\r
1409         </member>\r
1410         <member name="T:Newtonsoft.Json.Converters.BsonObjectIdConverter">\r
1411             <summary>\r
1412             Converts a <see cref="T:Newtonsoft.Json.Bson.BsonObjectId"/> to and from JSON and BSON.\r
1413             </summary>\r
1414         </member>\r
1415         <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1416             <summary>\r
1417             Writes the JSON representation of the object.\r
1418             </summary>\r
1419             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1420             <param name="value">The value.</param>\r
1421             <param name="serializer">The calling serializer.</param>\r
1422         </member>\r
1423         <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1424             <summary>\r
1425             Reads the JSON representation of the object.\r
1426             </summary>\r
1427             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1428             <param name="objectType">Type of the object.</param>\r
1429             <param name="existingValue">The existing value of object being read.</param>\r
1430             <param name="serializer">The calling serializer.</param>\r
1431             <returns>The object value.</returns>\r
1432         </member>\r
1433         <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.CanConvert(System.Type)">\r
1434             <summary>\r
1435             Determines whether this instance can convert the specified object type.\r
1436             </summary>\r
1437             <param name="objectType">Type of the object.</param>\r
1438             <returns>\r
1439                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.\r
1440             </returns>\r
1441         </member>\r
1442         <member name="T:Newtonsoft.Json.Converters.RegexConverter">\r
1443             <summary>\r
1444             Converts a <see cref="T:System.Text.RegularExpressions.Regex"/> to and from JSON and BSON.\r
1445             </summary>\r
1446         </member>\r
1447         <member name="M:Newtonsoft.Json.Converters.RegexConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1448             <summary>\r
1449             Writes the JSON representation of the object.\r
1450             </summary>\r
1451             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1452             <param name="value">The value.</param>\r
1453             <param name="serializer">The calling serializer.</param>\r
1454         </member>\r
1455         <member name="M:Newtonsoft.Json.Converters.RegexConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1456             <summary>\r
1457             Reads the JSON representation of the object.\r
1458             </summary>\r
1459             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1460             <param name="objectType">Type of the object.</param>\r
1461             <param name="existingValue">The existing value of object being read.</param>\r
1462             <param name="serializer">The calling serializer.</param>\r
1463             <returns>The object value.</returns>\r
1464         </member>\r
1465         <member name="M:Newtonsoft.Json.Converters.RegexConverter.CanConvert(System.Type)">\r
1466             <summary>\r
1467             Determines whether this instance can convert the specified object type.\r
1468             </summary>\r
1469             <param name="objectType">Type of the object.</param>\r
1470             <returns>\r
1471                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.\r
1472             </returns>\r
1473         </member>\r
1474         <member name="T:Newtonsoft.Json.Converters.StringEnumConverter">\r
1475             <summary>\r
1476             Converts an <see cref="T:System.Enum"/> to and from its name string value.\r
1477             </summary>\r
1478         </member>\r
1479         <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.#ctor">\r
1480             <summary>\r
1481             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Converters.StringEnumConverter"/> class.\r
1482             </summary>\r
1483         </member>\r
1484         <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1485             <summary>\r
1486             Writes the JSON representation of the object.\r
1487             </summary>\r
1488             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1489             <param name="value">The value.</param>\r
1490             <param name="serializer">The calling serializer.</param>\r
1491         </member>\r
1492         <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1493             <summary>\r
1494             Reads the JSON representation of the object.\r
1495             </summary>\r
1496             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1497             <param name="objectType">Type of the object.</param>\r
1498             <param name="existingValue">The existing value of object being read.</param>\r
1499             <param name="serializer">The calling serializer.</param>\r
1500             <returns>The object value.</returns>\r
1501         </member>\r
1502         <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.CanConvert(System.Type)">\r
1503             <summary>\r
1504             Determines whether this instance can convert the specified object type.\r
1505             </summary>\r
1506             <param name="objectType">Type of the object.</param>\r
1507             <returns>\r
1508             <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.\r
1509             </returns>\r
1510         </member>\r
1511         <member name="P:Newtonsoft.Json.Converters.StringEnumConverter.CamelCaseText">\r
1512             <summary>\r
1513             Gets or sets a value indicating whether the written enum text should be camel case.\r
1514             </summary>\r
1515             <value><c>true</c> if the written enum text will be camel case; otherwise, <c>false</c>.</value>\r
1516         </member>\r
1517         <member name="P:Newtonsoft.Json.Converters.StringEnumConverter.AllowIntegerValues">\r
1518             <summary>\r
1519             Gets or sets a value indicating whether integer values are allowed.\r
1520             </summary>\r
1521             <value><c>true</c> if integers are allowed; otherwise, <c>false</c>.</value>\r
1522         </member>\r
1523         <member name="T:Newtonsoft.Json.ConstructorHandling">\r
1524             <summary>\r
1525             Specifies how constructors are used when initializing objects during deserialization by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
1526             </summary>\r
1527         </member>\r
1528         <member name="F:Newtonsoft.Json.ConstructorHandling.Default">\r
1529             <summary>\r
1530             First attempt to use the public default constructor, then fall back to single paramatized constructor, then the non-public default constructor.\r
1531             </summary>\r
1532         </member>\r
1533         <member name="F:Newtonsoft.Json.ConstructorHandling.AllowNonPublicDefaultConstructor">\r
1534             <summary>\r
1535             Json.NET will use a non-public default constructor before falling back to a paramatized constructor.\r
1536             </summary>\r
1537         </member>\r
1538         <member name="T:Newtonsoft.Json.Converters.VersionConverter">\r
1539             <summary>\r
1540             Converts a <see cref="T:System.Version"/> to and from a string (e.g. "1.2.3.4").\r
1541             </summary>\r
1542         </member>\r
1543         <member name="M:Newtonsoft.Json.Converters.VersionConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1544             <summary>\r
1545             Writes the JSON representation of the object.\r
1546             </summary>\r
1547             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1548             <param name="value">The value.</param>\r
1549             <param name="serializer">The calling serializer.</param>\r
1550         </member>\r
1551         <member name="M:Newtonsoft.Json.Converters.VersionConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1552             <summary>\r
1553             Reads the JSON representation of the object.\r
1554             </summary>\r
1555             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1556             <param name="objectType">Type of the object.</param>\r
1557             <param name="existingValue">The existing property value of the JSON that is being converted.</param>\r
1558             <param name="serializer">The calling serializer.</param>\r
1559             <returns>The object value.</returns>\r
1560         </member>\r
1561         <member name="M:Newtonsoft.Json.Converters.VersionConverter.CanConvert(System.Type)">\r
1562             <summary>\r
1563             Determines whether this instance can convert the specified object type.\r
1564             </summary>\r
1565             <param name="objectType">Type of the object.</param>\r
1566             <returns>\r
1567                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.\r
1568             </returns>\r
1569         </member>\r
1570         <member name="T:Newtonsoft.Json.FloatFormatHandling">\r
1571             <summary>\r
1572             Specifies float format handling options when writing special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>,\r
1573             <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/> with <see cref="T:Newtonsoft.Json.JsonWriter"/>.\r
1574             </summary>\r
1575         </member>\r
1576         <member name="F:Newtonsoft.Json.FloatFormatHandling.String">\r
1577             <summary>\r
1578             Write special floating point values as strings in JSON, e.g. "NaN", "Infinity", "-Infinity".\r
1579             </summary>\r
1580         </member>\r
1581         <member name="F:Newtonsoft.Json.FloatFormatHandling.Symbol">\r
1582             <summary>\r
1583             Write special floating point values as symbols in JSON, e.g. NaN, Infinity, -Infinity.\r
1584             Note that this will produce non-valid JSON.\r
1585             </summary>\r
1586         </member>\r
1587         <member name="F:Newtonsoft.Json.FloatFormatHandling.DefaultValue">\r
1588             <summary>\r
1589             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.\r
1590             </summary>\r
1591         </member>\r
1592         <member name="T:Newtonsoft.Json.FloatParseHandling">\r
1593             <summary>\r
1594             Specifies how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.\r
1595             </summary>\r
1596         </member>\r
1597         <member name="F:Newtonsoft.Json.FloatParseHandling.Double">\r
1598             <summary>\r
1599             Floating point numbers are parsed to <see cref="F:Newtonsoft.Json.FloatParseHandling.Double"/>.\r
1600             </summary>\r
1601         </member>\r
1602         <member name="F:Newtonsoft.Json.FloatParseHandling.Decimal">\r
1603             <summary>\r
1604             Floating point numbers are parsed to <see cref="F:Newtonsoft.Json.FloatParseHandling.Decimal"/>.\r
1605             </summary>\r
1606         </member>\r
1607         <member name="T:Newtonsoft.Json.JsonDictionaryAttribute">\r
1608             <summary>\r
1609             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the collection.\r
1610             </summary>\r
1611         </member>\r
1612         <member name="T:Newtonsoft.Json.JsonContainerAttribute">\r
1613             <summary>\r
1614             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the object.\r
1615             </summary>\r
1616         </member>\r
1617         <member name="M:Newtonsoft.Json.JsonContainerAttribute.#ctor">\r
1618             <summary>\r
1619             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonContainerAttribute"/> class.\r
1620             </summary>\r
1621         </member>\r
1622         <member name="M:Newtonsoft.Json.JsonContainerAttribute.#ctor(System.String)">\r
1623             <summary>\r
1624             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonContainerAttribute"/> class with the specified container Id.\r
1625             </summary>\r
1626             <param name="id">The container Id.</param>\r
1627         </member>\r
1628         <member name="P:Newtonsoft.Json.JsonContainerAttribute.Id">\r
1629             <summary>\r
1630             Gets or sets the id.\r
1631             </summary>\r
1632             <value>The id.</value>\r
1633         </member>\r
1634         <member name="P:Newtonsoft.Json.JsonContainerAttribute.Title">\r
1635             <summary>\r
1636             Gets or sets the title.\r
1637             </summary>\r
1638             <value>The title.</value>\r
1639         </member>\r
1640         <member name="P:Newtonsoft.Json.JsonContainerAttribute.Description">\r
1641             <summary>\r
1642             Gets or sets the description.\r
1643             </summary>\r
1644             <value>The description.</value>\r
1645         </member>\r
1646         <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemConverterType">\r
1647             <summary>\r
1648             Gets the collection's items converter.\r
1649             </summary>\r
1650             <value>The collection's items converter.</value>\r
1651         </member>\r
1652         <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemConverterParameters">\r
1653             <summary>\r
1654             The parameter list to use when constructing the JsonConverter described by ItemConverterType.\r
1655             If null, the default constructor is used.\r
1656             When non-null, there must be a constructor defined in the JsonConverter that exactly matches the number,\r
1657             order, and type of these parameters.\r
1658             </summary>\r
1659             <example>\r
1660             [JsonContainer(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })]\r
1661             </example>\r
1662         </member>\r
1663         <member name="P:Newtonsoft.Json.JsonContainerAttribute.IsReference">\r
1664             <summary>\r
1665             Gets or sets a value that indicates whether to preserve object references.\r
1666             </summary>\r
1667             <value>\r
1668                 <c>true</c> to keep object reference; otherwise, <c>false</c>. The default is <c>false</c>.\r
1669             </value>\r
1670         </member>\r
1671         <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemIsReference">\r
1672             <summary>\r
1673             Gets or sets a value that indicates whether to preserve collection's items references.\r
1674             </summary>\r
1675             <value>\r
1676                 <c>true</c> to keep collection's items object references; otherwise, <c>false</c>. The default is <c>false</c>.\r
1677             </value>\r
1678         </member>\r
1679         <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemReferenceLoopHandling">\r
1680             <summary>\r
1681             Gets or sets the reference loop handling used when serializing the collection's items.\r
1682             </summary>\r
1683             <value>The reference loop handling.</value>\r
1684         </member>\r
1685         <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemTypeNameHandling">\r
1686             <summary>\r
1687             Gets or sets the type name handling used when serializing the collection's items.\r
1688             </summary>\r
1689             <value>The type name handling.</value>\r
1690         </member>\r
1691         <member name="M:Newtonsoft.Json.JsonDictionaryAttribute.#ctor">\r
1692             <summary>\r
1693             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonDictionaryAttribute"/> class.\r
1694             </summary>\r
1695         </member>\r
1696         <member name="M:Newtonsoft.Json.JsonDictionaryAttribute.#ctor(System.String)">\r
1697             <summary>\r
1698             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonDictionaryAttribute"/> class with the specified container Id.\r
1699             </summary>\r
1700             <param name="id">The container Id.</param>\r
1701         </member>\r
1702         <member name="T:Newtonsoft.Json.JsonException">\r
1703             <summary>\r
1704             The exception thrown when an error occurs during JSON serialization or deserialization.\r
1705             </summary>\r
1706         </member>\r
1707         <member name="M:Newtonsoft.Json.JsonException.#ctor">\r
1708             <summary>\r
1709             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class.\r
1710             </summary>\r
1711         </member>\r
1712         <member name="M:Newtonsoft.Json.JsonException.#ctor(System.String)">\r
1713             <summary>\r
1714             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class\r
1715             with a specified error message.\r
1716             </summary>\r
1717             <param name="message">The error message that explains the reason for the exception.</param>\r
1718         </member>\r
1719         <member name="M:Newtonsoft.Json.JsonException.#ctor(System.String,System.Exception)">\r
1720             <summary>\r
1721             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class\r
1722             with a specified error message and a reference to the inner exception that is the cause of this exception.\r
1723             </summary>\r
1724             <param name="message">The error message that explains the reason for the exception.</param>\r
1725             <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>\r
1726         </member>\r
1727         <member name="M:Newtonsoft.Json.JsonException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">\r
1728             <summary>\r
1729             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class.\r
1730             </summary>\r
1731             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>\r
1732             <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>\r
1733             <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception>\r
1734             <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception>\r
1735         </member>\r
1736         <member name="T:Newtonsoft.Json.DateFormatHandling">\r
1737             <summary>\r
1738             Specifies how dates are formatted when writing JSON text.\r
1739             </summary>\r
1740         </member>\r
1741         <member name="F:Newtonsoft.Json.DateFormatHandling.IsoDateFormat">\r
1742             <summary>\r
1743             Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z".\r
1744             </summary>\r
1745         </member>\r
1746         <member name="F:Newtonsoft.Json.DateFormatHandling.MicrosoftDateFormat">\r
1747             <summary>\r
1748             Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/".\r
1749             </summary>\r
1750         </member>\r
1751         <member name="T:Newtonsoft.Json.DateParseHandling">\r
1752             <summary>\r
1753             Specifies how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON text.\r
1754             </summary>\r
1755         </member>\r
1756         <member name="F:Newtonsoft.Json.DateParseHandling.None">\r
1757             <summary>\r
1758             Date formatted strings are not parsed to a date type and are read as strings.\r
1759             </summary>\r
1760         </member>\r
1761         <member name="F:Newtonsoft.Json.DateParseHandling.DateTime">\r
1762             <summary>\r
1763             Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to <see cref="F:Newtonsoft.Json.DateParseHandling.DateTime"/>.\r
1764             </summary>\r
1765         </member>\r
1766         <member name="F:Newtonsoft.Json.DateParseHandling.DateTimeOffset">\r
1767             <summary>\r
1768             Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to <see cref="F:Newtonsoft.Json.DateParseHandling.DateTimeOffset"/>.\r
1769             </summary>\r
1770         </member>\r
1771         <member name="T:Newtonsoft.Json.DateTimeZoneHandling">\r
1772             <summary>\r
1773             Specifies how to treat the time value when converting between string and <see cref="T:System.DateTime"/>.\r
1774             </summary>\r
1775         </member>\r
1776         <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Local">\r
1777             <summary>\r
1778             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.\r
1779             </summary>\r
1780         </member>\r
1781         <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Utc">\r
1782             <summary>\r
1783             Treat as a UTC. If the <see cref="T:System.DateTime"/> object represents a local time, it is converted to a UTC.\r
1784             </summary>\r
1785         </member>\r
1786         <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Unspecified">\r
1787             <summary>\r
1788             Treat as a local time if a <see cref="T:System.DateTime"/> is being converted to a string.\r
1789             If a string is being converted to <see cref="T:System.DateTime"/>, convert to a local time if a time zone is specified.\r
1790             </summary>\r
1791         </member>\r
1792         <member name="F:Newtonsoft.Json.DateTimeZoneHandling.RoundtripKind">\r
1793             <summary>\r
1794             Time zone information should be preserved when converting.\r
1795             </summary>\r
1796         </member>\r
1797         <member name="T:Newtonsoft.Json.Formatting">\r
1798             <summary>\r
1799             Specifies formatting options for the <see cref="T:Newtonsoft.Json.JsonTextWriter"/>.\r
1800             </summary>\r
1801         </member>\r
1802         <member name="F:Newtonsoft.Json.Formatting.None">\r
1803             <summary>\r
1804             No special formatting is applied. This is the default.\r
1805             </summary>\r
1806         </member>\r
1807         <member name="F:Newtonsoft.Json.Formatting.Indented">\r
1808             <summary>\r
1809             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.\r
1810             </summary>\r
1811         </member>\r
1812         <member name="T:Newtonsoft.Json.JsonConstructorAttribute">\r
1813             <summary>\r
1814             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to use the specified constructor when deserializing that object.\r
1815             </summary>\r
1816         </member>\r
1817         <member name="T:Newtonsoft.Json.JsonExtensionDataAttribute">\r
1818             <summary>\r
1819             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to deserialize properties with no matching class member into the specified collection\r
1820             and write values during serialization.\r
1821             </summary>\r
1822         </member>\r
1823         <member name="M:Newtonsoft.Json.JsonExtensionDataAttribute.#ctor">\r
1824             <summary>\r
1825             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonExtensionDataAttribute"/> class.\r
1826             </summary>\r
1827         </member>\r
1828         <member name="P:Newtonsoft.Json.JsonExtensionDataAttribute.WriteData">\r
1829             <summary>\r
1830             Gets or sets a value that indicates whether to write extension data when serializing the object.\r
1831             </summary>\r
1832             <value>\r
1833                 <c>true</c> to write extension data when serializing the object; otherwise, <c>false</c>. The default is <c>true</c>.\r
1834             </value>\r
1835         </member>\r
1836         <member name="P:Newtonsoft.Json.JsonExtensionDataAttribute.ReadData">\r
1837             <summary>\r
1838             Gets or sets a value that indicates whether to read extension data when deserializing the object.\r
1839             </summary>\r
1840             <value>\r
1841                 <c>true</c> to read extension data when deserializing the object; otherwise, <c>false</c>. The default is <c>true</c>.\r
1842             </value>\r
1843         </member>\r
1844         <member name="T:Newtonsoft.Json.JsonRequiredAttribute">\r
1845             <summary>\r
1846             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to always serialize the member, and require the member has a value.\r
1847             </summary>\r
1848         </member>\r
1849         <member name="T:Newtonsoft.Json.Linq.JsonMergeSettings">\r
1850             <summary>\r
1851             Specifies the settings used when merging JSON.\r
1852             </summary>\r
1853         </member>\r
1854         <member name="P:Newtonsoft.Json.Linq.JsonMergeSettings.MergeArrayHandling">\r
1855             <summary>\r
1856             Gets or sets the method used when merging JSON arrays.\r
1857             </summary>\r
1858             <value>The method used when merging JSON arrays.</value>\r
1859         </member>\r
1860         <member name="T:Newtonsoft.Json.Linq.MergeArrayHandling">\r
1861             <summary>\r
1862             Specifies how JSON arrays are merged together.\r
1863             </summary>\r
1864         </member>\r
1865         <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Concat">\r
1866             <summary>Concatenate arrays.</summary>\r
1867         </member>\r
1868         <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Union">\r
1869             <summary>Union arrays, skipping items that already exist.</summary>\r
1870         </member>\r
1871         <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Replace">\r
1872             <summary>Replace all array items.</summary>\r
1873         </member>\r
1874         <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Merge">\r
1875             <summary>Merge array items together, matched by index.</summary>\r
1876         </member>\r
1877         <member name="T:Newtonsoft.Json.MetadataPropertyHandling">\r
1878             <summary>\r
1879             Specifies metadata property handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
1880             </summary>\r
1881         </member>\r
1882         <member name="F:Newtonsoft.Json.MetadataPropertyHandling.Default">\r
1883             <summary>\r
1884             Read metadata properties located at the start of a JSON object.\r
1885             </summary>\r
1886         </member>\r
1887         <member name="F:Newtonsoft.Json.MetadataPropertyHandling.ReadAhead">\r
1888             <summary>\r
1889             Read metadata properties located anywhere in a JSON object. Note that this setting will impact performance.\r
1890             </summary>\r
1891         </member>\r
1892         <member name="F:Newtonsoft.Json.MetadataPropertyHandling.Ignore">\r
1893             <summary>\r
1894             Do not try to read metadata properties.\r
1895             </summary>\r
1896         </member>\r
1897         <member name="T:Newtonsoft.Json.Serialization.DiagnosticsTraceWriter">\r
1898             <summary>\r
1899             Represents a trace writer that writes to the application's <see cref="T:System.Diagnostics.TraceListener"/> instances.\r
1900             </summary>\r
1901         </member>\r
1902         <member name="T:Newtonsoft.Json.Serialization.ITraceWriter">\r
1903             <summary>\r
1904             Represents a trace writer.\r
1905             </summary>\r
1906         </member>\r
1907         <member name="M:Newtonsoft.Json.Serialization.ITraceWriter.Trace(System.Diagnostics.TraceLevel,System.String,System.Exception)">\r
1908             <summary>\r
1909             Writes the specified trace level, message and optional exception.\r
1910             </summary>\r
1911             <param name="level">The <see cref="T:System.Diagnostics.TraceLevel"/> at which to write this trace.</param>\r
1912             <param name="message">The trace message.</param>\r
1913             <param name="ex">The trace exception. This parameter is optional.</param>\r
1914         </member>\r
1915         <member name="P:Newtonsoft.Json.Serialization.ITraceWriter.LevelFilter">\r
1916             <summary>\r
1917             Gets the <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.\r
1918             For example a filter level of <code>Info</code> will exclude <code>Verbose</code> messages and include <code>Info</code>,\r
1919             <code>Warning</code> and <code>Error</code> messages.\r
1920             </summary>\r
1921             <value>The <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.</value>\r
1922         </member>\r
1923         <member name="M:Newtonsoft.Json.Serialization.DiagnosticsTraceWriter.Trace(System.Diagnostics.TraceLevel,System.String,System.Exception)">\r
1924             <summary>\r
1925             Writes the specified trace level, message and optional exception.\r
1926             </summary>\r
1927             <param name="level">The <see cref="T:System.Diagnostics.TraceLevel"/> at which to write this trace.</param>\r
1928             <param name="message">The trace message.</param>\r
1929             <param name="ex">The trace exception. This parameter is optional.</param>\r
1930         </member>\r
1931         <member name="P:Newtonsoft.Json.Serialization.DiagnosticsTraceWriter.LevelFilter">\r
1932             <summary>\r
1933             Gets the <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.\r
1934             For example a filter level of <code>Info</code> will exclude <code>Verbose</code> messages and include <code>Info</code>,\r
1935             <code>Warning</code> and <code>Error</code> messages.\r
1936             </summary>\r
1937             <value>\r
1938             The <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.\r
1939             </value>\r
1940         </member>\r
1941         <member name="T:Newtonsoft.Json.Serialization.ExpressionValueProvider">\r
1942             <summary>\r
1943             Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using dynamic methods.\r
1944             </summary>\r
1945         </member>\r
1946         <member name="T:Newtonsoft.Json.Serialization.IValueProvider">\r
1947             <summary>\r
1948             Provides methods to get and set values.\r
1949             </summary>\r
1950         </member>\r
1951         <member name="M:Newtonsoft.Json.Serialization.IValueProvider.SetValue(System.Object,System.Object)">\r
1952             <summary>\r
1953             Sets the value.\r
1954             </summary>\r
1955             <param name="target">The target to set the value on.</param>\r
1956             <param name="value">The value to set on the target.</param>\r
1957         </member>\r
1958         <member name="M:Newtonsoft.Json.Serialization.IValueProvider.GetValue(System.Object)">\r
1959             <summary>\r
1960             Gets the value.\r
1961             </summary>\r
1962             <param name="target">The target to get the value from.</param>\r
1963             <returns>The value.</returns>\r
1964         </member>\r
1965         <member name="M:Newtonsoft.Json.Serialization.ExpressionValueProvider.#ctor(System.Reflection.MemberInfo)">\r
1966             <summary>\r
1967             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ExpressionValueProvider"/> class.\r
1968             </summary>\r
1969             <param name="memberInfo">The member info.</param>\r
1970         </member>\r
1971         <member name="M:Newtonsoft.Json.Serialization.ExpressionValueProvider.SetValue(System.Object,System.Object)">\r
1972             <summary>\r
1973             Sets the value.\r
1974             </summary>\r
1975             <param name="target">The target to set the value on.</param>\r
1976             <param name="value">The value to set on the target.</param>\r
1977         </member>\r
1978         <member name="M:Newtonsoft.Json.Serialization.ExpressionValueProvider.GetValue(System.Object)">\r
1979             <summary>\r
1980             Gets the value.\r
1981             </summary>\r
1982             <param name="target">The target to get the value from.</param>\r
1983             <returns>The value.</returns>\r
1984         </member>\r
1985         <member name="T:Newtonsoft.Json.Serialization.IAttributeProvider">\r
1986             <summary>\r
1987             Provides methods to get attributes.\r
1988             </summary>\r
1989         </member>\r
1990         <member name="M:Newtonsoft.Json.Serialization.IAttributeProvider.GetAttributes(System.Boolean)">\r
1991             <summary>\r
1992             Returns a collection of all of the attributes, or an empty collection if there are no attributes.\r
1993             </summary>\r
1994             <param name="inherit">When true, look up the hierarchy chain for the inherited custom attribute.</param>\r
1995             <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns>\r
1996         </member>\r
1997         <member name="M:Newtonsoft.Json.Serialization.IAttributeProvider.GetAttributes(System.Type,System.Boolean)">\r
1998             <summary>\r
1999             Returns a collection of attributes, identified by type, or an empty collection if there are no attributes.\r
2000             </summary>\r
2001             <param name="attributeType">The type of the attributes.</param>\r
2002             <param name="inherit">When true, look up the hierarchy chain for the inherited custom attribute.</param>\r
2003             <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns>\r
2004         </member>\r
2005         <member name="T:Newtonsoft.Json.Serialization.JsonContainerContract">\r
2006             <summary>\r
2007             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
2008             </summary>\r
2009         </member>\r
2010         <member name="T:Newtonsoft.Json.Serialization.JsonContract">\r
2011             <summary>\r
2012             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
2013             </summary>\r
2014         </member>\r
2015         <member name="P:Newtonsoft.Json.Serialization.JsonContract.UnderlyingType">\r
2016             <summary>\r
2017             Gets the underlying type for the contract.\r
2018             </summary>\r
2019             <value>The underlying type for the contract.</value>\r
2020         </member>\r
2021         <member name="P:Newtonsoft.Json.Serialization.JsonContract.CreatedType">\r
2022             <summary>\r
2023             Gets or sets the type created during deserialization.\r
2024             </summary>\r
2025             <value>The type created during deserialization.</value>\r
2026         </member>\r
2027         <member name="P:Newtonsoft.Json.Serialization.JsonContract.IsReference">\r
2028             <summary>\r
2029             Gets or sets whether this type contract is serialized as a reference.\r
2030             </summary>\r
2031             <value>Whether this type contract is serialized as a reference.</value>\r
2032         </member>\r
2033         <member name="P:Newtonsoft.Json.Serialization.JsonContract.Converter">\r
2034             <summary>\r
2035             Gets or sets the default <see cref="T:Newtonsoft.Json.JsonConverter"/> for this contract.\r
2036             </summary>\r
2037             <value>The converter.</value>\r
2038         </member>\r
2039         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserializedCallbacks">\r
2040             <summary>\r
2041             Gets or sets all methods called immediately after deserialization of the object.\r
2042             </summary>\r
2043             <value>The methods called immediately after deserialization of the object.</value>\r
2044         </member>\r
2045         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserializingCallbacks">\r
2046             <summary>\r
2047             Gets or sets all methods called during deserialization of the object.\r
2048             </summary>\r
2049             <value>The methods called during deserialization of the object.</value>\r
2050         </member>\r
2051         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerializedCallbacks">\r
2052             <summary>\r
2053             Gets or sets all methods called after serialization of the object graph.\r
2054             </summary>\r
2055             <value>The methods called after serialization of the object graph.</value>\r
2056         </member>\r
2057         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerializingCallbacks">\r
2058             <summary>\r
2059             Gets or sets all methods called before serialization of the object.\r
2060             </summary>\r
2061             <value>The methods called before serialization of the object.</value>\r
2062         </member>\r
2063         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnErrorCallbacks">\r
2064             <summary>\r
2065             Gets or sets all method called when an error is thrown during the serialization of the object.\r
2066             </summary>\r
2067             <value>The methods called when an error is thrown during the serialization of the object.</value>\r
2068         </member>\r
2069         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserialized">\r
2070             <summary>\r
2071             Gets or sets the method called immediately after deserialization of the object.\r
2072             </summary>\r
2073             <value>The method called immediately after deserialization of the object.</value>\r
2074         </member>\r
2075         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserializing">\r
2076             <summary>\r
2077             Gets or sets the method called during deserialization of the object.\r
2078             </summary>\r
2079             <value>The method called during deserialization of the object.</value>\r
2080         </member>\r
2081         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerialized">\r
2082             <summary>\r
2083             Gets or sets the method called after serialization of the object graph.\r
2084             </summary>\r
2085             <value>The method called after serialization of the object graph.</value>\r
2086         </member>\r
2087         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerializing">\r
2088             <summary>\r
2089             Gets or sets the method called before serialization of the object.\r
2090             </summary>\r
2091             <value>The method called before serialization of the object.</value>\r
2092         </member>\r
2093         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnError">\r
2094             <summary>\r
2095             Gets or sets the method called when an error is thrown during the serialization of the object.\r
2096             </summary>\r
2097             <value>The method called when an error is thrown during the serialization of the object.</value>\r
2098         </member>\r
2099         <member name="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator">\r
2100             <summary>\r
2101             Gets or sets the default creator method used to create the object.\r
2102             </summary>\r
2103             <value>The default creator method used to create the object.</value>\r
2104         </member>\r
2105         <member name="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreatorNonPublic">\r
2106             <summary>\r
2107             Gets or sets a value indicating whether the default creator is non public.\r
2108             </summary>\r
2109             <value><c>true</c> if the default object creator is non-public; otherwise, <c>false</c>.</value>\r
2110         </member>\r
2111         <member name="M:Newtonsoft.Json.Serialization.JsonContainerContract.#ctor(System.Type)">\r
2112             <summary>\r
2113             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonContainerContract"/> class.\r
2114             </summary>\r
2115             <param name="underlyingType">The underlying type for the contract.</param>\r
2116         </member>\r
2117         <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemConverter">\r
2118             <summary>\r
2119             Gets or sets the default collection items <see cref="T:Newtonsoft.Json.JsonConverter"/>.\r
2120             </summary>\r
2121             <value>The converter.</value>\r
2122         </member>\r
2123         <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemIsReference">\r
2124             <summary>\r
2125             Gets or sets a value indicating whether the collection items preserve object references.\r
2126             </summary>\r
2127             <value><c>true</c> if collection items preserve object references; otherwise, <c>false</c>.</value>\r
2128         </member>\r
2129         <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemReferenceLoopHandling">\r
2130             <summary>\r
2131             Gets or sets the collection item reference loop handling.\r
2132             </summary>\r
2133             <value>The reference loop handling.</value>\r
2134         </member>\r
2135         <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemTypeNameHandling">\r
2136             <summary>\r
2137             Gets or sets the collection item type name handling.\r
2138             </summary>\r
2139             <value>The type name handling.</value>\r
2140         </member>\r
2141         <member name="T:Newtonsoft.Json.Serialization.MemoryTraceWriter">\r
2142             <summary>\r
2143             Represents a trace writer that writes to memory. When the trace message limit is\r
2144             reached then old trace messages will be removed as new messages are added.\r
2145             </summary>\r
2146         </member>\r
2147         <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.#ctor">\r
2148             <summary>\r
2149             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.MemoryTraceWriter"/> class.\r
2150             </summary>\r
2151         </member>\r
2152         <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.Trace(System.Diagnostics.TraceLevel,System.String,System.Exception)">\r
2153             <summary>\r
2154             Writes the specified trace level, message and optional exception.\r
2155             </summary>\r
2156             <param name="level">The <see cref="T:System.Diagnostics.TraceLevel"/> at which to write this trace.</param>\r
2157             <param name="message">The trace message.</param>\r
2158             <param name="ex">The trace exception. This parameter is optional.</param>\r
2159         </member>\r
2160         <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.GetTraceMessages">\r
2161             <summary>\r
2162             Returns an enumeration of the most recent trace messages.\r
2163             </summary>\r
2164             <returns>An enumeration of the most recent trace messages.</returns>\r
2165         </member>\r
2166         <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.ToString">\r
2167             <summary>\r
2168             Returns a <see cref="T:System.String"/> of the most recent trace messages.\r
2169             </summary>\r
2170             <returns>\r
2171             A <see cref="T:System.String"/> of the most recent trace messages.\r
2172             </returns>\r
2173         </member>\r
2174         <member name="P:Newtonsoft.Json.Serialization.MemoryTraceWriter.LevelFilter">\r
2175             <summary>\r
2176             Gets the <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.\r
2177             For example a filter level of <code>Info</code> will exclude <code>Verbose</code> messages and include <code>Info</code>,\r
2178             <code>Warning</code> and <code>Error</code> messages.\r
2179             </summary>\r
2180             <value>\r
2181             The <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.\r
2182             </value>\r
2183         </member>\r
2184         <member name="T:Newtonsoft.Json.Serialization.ReflectionAttributeProvider">\r
2185             <summary>\r
2186             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"/>.\r
2187             </summary>\r
2188         </member>\r
2189         <member name="M:Newtonsoft.Json.Serialization.ReflectionAttributeProvider.#ctor(System.Object)">\r
2190             <summary>\r
2191             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ReflectionAttributeProvider"/> class.\r
2192             </summary>\r
2193             <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>\r
2194         </member>\r
2195         <member name="M:Newtonsoft.Json.Serialization.ReflectionAttributeProvider.GetAttributes(System.Boolean)">\r
2196             <summary>\r
2197             Returns a collection of all of the attributes, or an empty collection if there are no attributes.\r
2198             </summary>\r
2199             <param name="inherit">When true, look up the hierarchy chain for the inherited custom attribute.</param>\r
2200             <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns>\r
2201         </member>\r
2202         <member name="M:Newtonsoft.Json.Serialization.ReflectionAttributeProvider.GetAttributes(System.Type,System.Boolean)">\r
2203             <summary>\r
2204             Returns a collection of attributes, identified by type, or an empty collection if there are no attributes.\r
2205             </summary>\r
2206             <param name="attributeType">The type of the attributes.</param>\r
2207             <param name="inherit">When true, look up the hierarchy chain for the inherited custom attribute.</param>\r
2208             <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns>\r
2209         </member>\r
2210         <member name="T:Newtonsoft.Json.IJsonLineInfo">\r
2211             <summary>\r
2212             Provides an interface to enable a class to return line and position information.\r
2213             </summary>\r
2214         </member>\r
2215         <member name="M:Newtonsoft.Json.IJsonLineInfo.HasLineInfo">\r
2216             <summary>\r
2217             Gets a value indicating whether the class can return line information.\r
2218             </summary>\r
2219             <returns>\r
2220                 <c>true</c> if LineNumber and LinePosition can be provided; otherwise, <c>false</c>.\r
2221             </returns>\r
2222         </member>\r
2223         <member name="P:Newtonsoft.Json.IJsonLineInfo.LineNumber">\r
2224             <summary>\r
2225             Gets the current line number.\r
2226             </summary>\r
2227             <value>The current line number or 0 if no line information is available (for example, HasLineInfo returns false).</value>\r
2228         </member>\r
2229         <member name="P:Newtonsoft.Json.IJsonLineInfo.LinePosition">\r
2230             <summary>\r
2231             Gets the current line position.\r
2232             </summary>\r
2233             <value>The current line position or 0 if no line information is available (for example, HasLineInfo returns false).</value>\r
2234         </member>\r
2235         <member name="T:Newtonsoft.Json.StringEscapeHandling">\r
2236             <summary>\r
2237             Specifies how strings are escaped when writing JSON text.\r
2238             </summary>\r
2239         </member>\r
2240         <member name="F:Newtonsoft.Json.StringEscapeHandling.Default">\r
2241             <summary>\r
2242             Only control characters (e.g. newline) are escaped.\r
2243             </summary>\r
2244         </member>\r
2245         <member name="F:Newtonsoft.Json.StringEscapeHandling.EscapeNonAscii">\r
2246             <summary>\r
2247             All non-ASCII and control characters (e.g. newline) are escaped.\r
2248             </summary>\r
2249         </member>\r
2250         <member name="F:Newtonsoft.Json.StringEscapeHandling.EscapeHtml">\r
2251             <summary>\r
2252             HTML (&lt;, &gt;, &amp;, &apos;, &quot;) and control characters (e.g. newline) are escaped.\r
2253             </summary>\r
2254         </member>\r
2255         <member name="T:Newtonsoft.Json.Linq.JRaw">\r
2256             <summary>\r
2257             Represents a raw JSON string.\r
2258             </summary>\r
2259         </member>\r
2260         <member name="T:Newtonsoft.Json.Linq.JValue">\r
2261             <summary>\r
2262             Represents a value in JSON (string, integer, date, etc).\r
2263             </summary>\r
2264         </member>\r
2265         <member name="T:Newtonsoft.Json.Linq.JToken">\r
2266             <summary>\r
2267             Represents an abstract JSON token.\r
2268             </summary>\r
2269         </member>\r
2270         <member name="T:Newtonsoft.Json.Linq.IJEnumerable`1">\r
2271             <summary>\r
2272             Represents a collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.\r
2273             </summary>\r
2274             <typeparam name="T">The type of token</typeparam>\r
2275         </member>\r
2276         <member name="P:Newtonsoft.Json.Linq.IJEnumerable`1.Item(System.Object)">\r
2277             <summary>\r
2278             Gets the <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/> with the specified key.\r
2279             </summary>\r
2280             <value></value>\r
2281         </member>\r
2282         <member name="M:Newtonsoft.Json.Linq.JToken.DeepEquals(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">\r
2283             <summary>\r
2284             Compares the values of two tokens, including the values of all descendant tokens.\r
2285             </summary>\r
2286             <param name="t1">The first <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>\r
2287             <param name="t2">The second <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>\r
2288             <returns>true if the tokens are equal; otherwise false.</returns>\r
2289         </member>\r
2290         <member name="M:Newtonsoft.Json.Linq.JToken.AddAfterSelf(System.Object)">\r
2291             <summary>\r
2292             Adds the specified content immediately after this token.\r
2293             </summary>\r
2294             <param name="content">A content object that contains simple content or a collection of content objects to be added after this token.</param>\r
2295         </member>\r
2296         <member name="M:Newtonsoft.Json.Linq.JToken.AddBeforeSelf(System.Object)">\r
2297             <summary>\r
2298             Adds the specified content immediately before this token.\r
2299             </summary>\r
2300             <param name="content">A content object that contains simple content or a collection of content objects to be added before this token.</param>\r
2301         </member>\r
2302         <member name="M:Newtonsoft.Json.Linq.JToken.Ancestors">\r
2303             <summary>\r
2304             Returns a collection of the ancestor tokens of this token.\r
2305             </summary>\r
2306             <returns>A collection of the ancestor tokens of this token.</returns>\r
2307         </member>\r
2308         <member name="M:Newtonsoft.Json.Linq.JToken.AncestorsAndSelf">\r
2309             <summary>\r
2310             Returns a collection of tokens that contain this token, and the ancestors of this token.\r
2311             </summary>\r
2312             <returns>A collection of tokens that contain this token, and the ancestors of this token.</returns>\r
2313         </member>\r
2314         <member name="M:Newtonsoft.Json.Linq.JToken.AfterSelf">\r
2315             <summary>\r
2316             Returns a collection of the sibling tokens after this token, in document order.\r
2317             </summary>\r
2318             <returns>A collection of the sibling tokens after this tokens, in document order.</returns>\r
2319         </member>\r
2320         <member name="M:Newtonsoft.Json.Linq.JToken.BeforeSelf">\r
2321             <summary>\r
2322             Returns a collection of the sibling tokens before this token, in document order.\r
2323             </summary>\r
2324             <returns>A collection of the sibling tokens before this token, in document order.</returns>\r
2325         </member>\r
2326         <member name="M:Newtonsoft.Json.Linq.JToken.Value``1(System.Object)">\r
2327             <summary>\r
2328             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key converted to the specified type.\r
2329             </summary>\r
2330             <typeparam name="T">The type to convert the token to.</typeparam>\r
2331             <param name="key">The token key.</param>\r
2332             <returns>The converted token value.</returns>\r
2333         </member>\r
2334         <member name="M:Newtonsoft.Json.Linq.JToken.Children">\r
2335             <summary>\r
2336             Returns a collection of the child tokens of this token, in document order.\r
2337             </summary>\r
2338             <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>\r
2339         </member>\r
2340         <member name="M:Newtonsoft.Json.Linq.JToken.Children``1">\r
2341             <summary>\r
2342             Returns a collection of the child tokens of this token, in document order, filtered by the specified type.\r
2343             </summary>\r
2344             <typeparam name="T">The type to filter the child tokens on.</typeparam>\r
2345             <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>\r
2346         </member>\r
2347         <member name="M:Newtonsoft.Json.Linq.JToken.Values``1">\r
2348             <summary>\r
2349             Returns a collection of the child values of this token, in document order.\r
2350             </summary>\r
2351             <typeparam name="T">The type to convert the values to.</typeparam>\r
2352             <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>\r
2353         </member>\r
2354         <member name="M:Newtonsoft.Json.Linq.JToken.Remove">\r
2355             <summary>\r
2356             Removes this token from its parent.\r
2357             </summary>\r
2358         </member>\r
2359         <member name="M:Newtonsoft.Json.Linq.JToken.Replace(Newtonsoft.Json.Linq.JToken)">\r
2360             <summary>\r
2361             Replaces this token with the specified token.\r
2362             </summary>\r
2363             <param name="value">The value.</param>\r
2364         </member>\r
2365         <member name="M:Newtonsoft.Json.Linq.JToken.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">\r
2366             <summary>\r
2367             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.\r
2368             </summary>\r
2369             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>\r
2370             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>\r
2371         </member>\r
2372         <member name="M:Newtonsoft.Json.Linq.JToken.ToString">\r
2373             <summary>\r
2374             Returns the indented JSON for this token.\r
2375             </summary>\r
2376             <returns>\r
2377             The indented JSON for this token.\r
2378             </returns>\r
2379         </member>\r
2380         <member name="M:Newtonsoft.Json.Linq.JToken.ToString(Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[])">\r
2381             <summary>\r
2382             Returns the JSON for this token using the given formatting and converters.\r
2383             </summary>\r
2384             <param name="formatting">Indicates how the output is formatted.</param>\r
2385             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>\r
2386             <returns>The JSON for this token using the given formatting and converters.</returns>\r
2387         </member>\r
2388         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Boolean">\r
2389             <summary>\r
2390             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Boolean"/>.\r
2391             </summary>\r
2392             <param name="value">The value.</param>\r
2393             <returns>The result of the conversion.</returns>\r
2394         </member>\r
2395         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.DateTimeOffset">\r
2396             <summary>\r
2397             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.DateTimeOffset"/>.\r
2398             </summary>\r
2399             <param name="value">The value.</param>\r
2400             <returns>The result of the conversion.</returns>\r
2401         </member>\r
2402         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Boolean}">\r
2403             <summary>\r
2404             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
2405             </summary>\r
2406             <param name="value">The value.</param>\r
2407             <returns>The result of the conversion.</returns>\r
2408         </member>\r
2409         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int64">\r
2410             <summary>\r
2411             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int64"/>.\r
2412             </summary>\r
2413             <param name="value">The value.</param>\r
2414             <returns>The result of the conversion.</returns>\r
2415         </member>\r
2416         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.DateTime}">\r
2417             <summary>\r
2418             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
2419             </summary>\r
2420             <param name="value">The value.</param>\r
2421             <returns>The result of the conversion.</returns>\r
2422         </member>\r
2423         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.DateTimeOffset}">\r
2424             <summary>\r
2425             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
2426             </summary>\r
2427             <param name="value">The value.</param>\r
2428             <returns>The result of the conversion.</returns>\r
2429         </member>\r
2430         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Decimal}">\r
2431             <summary>\r
2432             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
2433             </summary>\r
2434             <param name="value">The value.</param>\r
2435             <returns>The result of the conversion.</returns>\r
2436         </member>\r
2437         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Double}">\r
2438             <summary>\r
2439             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
2440             </summary>\r
2441             <param name="value">The value.</param>\r
2442             <returns>The result of the conversion.</returns>\r
2443         </member>\r
2444         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Char}">\r
2445             <summary>\r
2446             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
2447             </summary>\r
2448             <param name="value">The value.</param>\r
2449             <returns>The result of the conversion.</returns>\r
2450         </member>\r
2451         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int32">\r
2452             <summary>\r
2453             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int32"/>.\r
2454             </summary>\r
2455             <param name="value">The value.</param>\r
2456             <returns>The result of the conversion.</returns>\r
2457         </member>\r
2458         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int16">\r
2459             <summary>\r
2460             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int16"/>.\r
2461             </summary>\r
2462             <param name="value">The value.</param>\r
2463             <returns>The result of the conversion.</returns>\r
2464         </member>\r
2465         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt16">\r
2466             <summary>\r
2467             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt16"/>.\r
2468             </summary>\r
2469             <param name="value">The value.</param>\r
2470             <returns>The result of the conversion.</returns>\r
2471         </member>\r
2472         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Char">\r
2473             <summary>\r
2474             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Char"/>.\r
2475             </summary>\r
2476             <param name="value">The value.</param>\r
2477             <returns>The result of the conversion.</returns>\r
2478         </member>\r
2479         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Byte">\r
2480             <summary>\r
2481             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Byte"/>.\r
2482             </summary>\r
2483             <param name="value">The value.</param>\r
2484             <returns>The result of the conversion.</returns>\r
2485         </member>\r
2486         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.SByte">\r
2487             <summary>\r
2488             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.SByte"/>.\r
2489             </summary>\r
2490             <param name="value">The value.</param>\r
2491             <returns>The result of the conversion.</returns>\r
2492         </member>\r
2493         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int32}">\r
2494             <summary>\r
2495             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
2496             </summary>\r
2497             <param name="value">The value.</param>\r
2498             <returns>The result of the conversion.</returns>\r
2499         </member>\r
2500         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int16}">\r
2501             <summary>\r
2502             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
2503             </summary>\r
2504             <param name="value">The value.</param>\r
2505             <returns>The result of the conversion.</returns>\r
2506         </member>\r
2507         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt16}">\r
2508             <summary>\r
2509             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
2510             </summary>\r
2511             <param name="value">The value.</param>\r
2512             <returns>The result of the conversion.</returns>\r
2513         </member>\r
2514         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Byte}">\r
2515             <summary>\r
2516             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
2517             </summary>\r
2518             <param name="value">The value.</param>\r
2519             <returns>The result of the conversion.</returns>\r
2520         </member>\r
2521         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.SByte}">\r
2522             <summary>\r
2523             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
2524             </summary>\r
2525             <param name="value">The value.</param>\r
2526             <returns>The result of the conversion.</returns>\r
2527         </member>\r
2528         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.DateTime">\r
2529             <summary>\r
2530             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.DateTime"/>.\r
2531             </summary>\r
2532             <param name="value">The value.</param>\r
2533             <returns>The result of the conversion.</returns>\r
2534         </member>\r
2535         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int64}">\r
2536             <summary>\r
2537             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
2538             </summary>\r
2539             <param name="value">The value.</param>\r
2540             <returns>The result of the conversion.</returns>\r
2541         </member>\r
2542         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Single}">\r
2543             <summary>\r
2544             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
2545             </summary>\r
2546             <param name="value">The value.</param>\r
2547             <returns>The result of the conversion.</returns>\r
2548         </member>\r
2549         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Decimal">\r
2550             <summary>\r
2551             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Decimal"/>.\r
2552             </summary>\r
2553             <param name="value">The value.</param>\r
2554             <returns>The result of the conversion.</returns>\r
2555         </member>\r
2556         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt32}">\r
2557             <summary>\r
2558             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
2559             </summary>\r
2560             <param name="value">The value.</param>\r
2561             <returns>The result of the conversion.</returns>\r
2562         </member>\r
2563         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt64}">\r
2564             <summary>\r
2565             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
2566             </summary>\r
2567             <param name="value">The value.</param>\r
2568             <returns>The result of the conversion.</returns>\r
2569         </member>\r
2570         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Double">\r
2571             <summary>\r
2572             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Double"/>.\r
2573             </summary>\r
2574             <param name="value">The value.</param>\r
2575             <returns>The result of the conversion.</returns>\r
2576         </member>\r
2577         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Single">\r
2578             <summary>\r
2579             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Single"/>.\r
2580             </summary>\r
2581             <param name="value">The value.</param>\r
2582             <returns>The result of the conversion.</returns>\r
2583         </member>\r
2584         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.String">\r
2585             <summary>\r
2586             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.String"/>.\r
2587             </summary>\r
2588             <param name="value">The value.</param>\r
2589             <returns>The result of the conversion.</returns>\r
2590         </member>\r
2591         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt32">\r
2592             <summary>\r
2593             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt32"/>.\r
2594             </summary>\r
2595             <param name="value">The value.</param>\r
2596             <returns>The result of the conversion.</returns>\r
2597         </member>\r
2598         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt64">\r
2599             <summary>\r
2600             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt64"/>.\r
2601             </summary>\r
2602             <param name="value">The value.</param>\r
2603             <returns>The result of the conversion.</returns>\r
2604         </member>\r
2605         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Byte[]">\r
2606             <summary>\r
2607             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Byte"/>[].\r
2608             </summary>\r
2609             <param name="value">The value.</param>\r
2610             <returns>The result of the conversion.</returns>\r
2611         </member>\r
2612         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Guid">\r
2613             <summary>\r
2614             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Guid"/>.\r
2615             </summary>\r
2616             <param name="value">The value.</param>\r
2617             <returns>The result of the conversion.</returns>\r
2618         </member>\r
2619         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Guid}">\r
2620             <summary>\r
2621             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Guid"/>.\r
2622             </summary>\r
2623             <param name="value">The value.</param>\r
2624             <returns>The result of the conversion.</returns>\r
2625         </member>\r
2626         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.TimeSpan">\r
2627             <summary>\r
2628             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.TimeSpan"/>.\r
2629             </summary>\r
2630             <param name="value">The value.</param>\r
2631             <returns>The result of the conversion.</returns>\r
2632         </member>\r
2633         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.TimeSpan}">\r
2634             <summary>\r
2635             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.TimeSpan"/>.\r
2636             </summary>\r
2637             <param name="value">The value.</param>\r
2638             <returns>The result of the conversion.</returns>\r
2639         </member>\r
2640         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Uri">\r
2641             <summary>\r
2642             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Uri"/>.\r
2643             </summary>\r
2644             <param name="value">The value.</param>\r
2645             <returns>The result of the conversion.</returns>\r
2646         </member>\r
2647         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Boolean)~Newtonsoft.Json.Linq.JToken">\r
2648             <summary>\r
2649             Performs an implicit conversion from <see cref="T:System.Boolean"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
2650             </summary>\r
2651             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
2652             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
2653         </member>\r
2654         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.DateTimeOffset)~Newtonsoft.Json.Linq.JToken">\r
2655             <summary>\r
2656             Performs an implicit conversion from <see cref="T:System.DateTimeOffset"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
2657             </summary>\r
2658             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
2659             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
2660         </member>\r
2661         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Byte)~Newtonsoft.Json.Linq.JToken">\r
2662             <summary>\r
2663             Performs an implicit conversion from <see cref="T:System.Byte"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
2664             </summary>\r
2665             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
2666             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
2667         </member>\r
2668         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Byte})~Newtonsoft.Json.Linq.JToken">\r
2669             <summary>\r
2670             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
2671             </summary>\r
2672             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
2673             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
2674         </member>\r
2675         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.SByte)~Newtonsoft.Json.Linq.JToken">\r
2676             <summary>\r
2677             Performs an implicit conversion from <see cref="T:System.SByte"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
2678             </summary>\r
2679             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
2680             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
2681         </member>\r
2682         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.SByte})~Newtonsoft.Json.Linq.JToken">\r
2683             <summary>\r
2684             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
2685             </summary>\r
2686             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
2687             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
2688         </member>\r
2689         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Boolean})~Newtonsoft.Json.Linq.JToken">\r
2690             <summary>\r
2691             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
2692             </summary>\r
2693             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
2694             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
2695         </member>\r
2696         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int64)~Newtonsoft.Json.Linq.JToken">\r
2697             <summary>\r
2698             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
2699             </summary>\r
2700             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
2701             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
2702         </member>\r
2703         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.DateTime})~Newtonsoft.Json.Linq.JToken">\r
2704             <summary>\r
2705             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
2706             </summary>\r
2707             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
2708             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
2709         </member>\r
2710         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.DateTimeOffset})~Newtonsoft.Json.Linq.JToken">\r
2711             <summary>\r
2712             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
2713             </summary>\r
2714             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
2715             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
2716         </member>\r
2717         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Decimal})~Newtonsoft.Json.Linq.JToken">\r
2718             <summary>\r
2719             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
2720             </summary>\r
2721             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
2722             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
2723         </member>\r
2724         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Double})~Newtonsoft.Json.Linq.JToken">\r
2725             <summary>\r
2726             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
2727             </summary>\r
2728             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
2729             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
2730         </member>\r
2731         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int16)~Newtonsoft.Json.Linq.JToken">\r
2732             <summary>\r
2733             Performs an implicit conversion from <see cref="T:System.Int16"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
2734             </summary>\r
2735             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
2736             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
2737         </member>\r
2738         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt16)~Newtonsoft.Json.Linq.JToken">\r
2739             <summary>\r
2740             Performs an implicit conversion from <see cref="T:System.UInt16"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
2741             </summary>\r
2742             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
2743             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
2744         </member>\r
2745         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int32)~Newtonsoft.Json.Linq.JToken">\r
2746             <summary>\r
2747             Performs an implicit conversion from <see cref="T:System.Int32"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
2748             </summary>\r
2749             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
2750             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
2751         </member>\r
2752         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int32})~Newtonsoft.Json.Linq.JToken">\r
2753             <summary>\r
2754             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
2755             </summary>\r
2756             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
2757             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
2758         </member>\r
2759         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.DateTime)~Newtonsoft.Json.Linq.JToken">\r
2760             <summary>\r
2761             Performs an implicit conversion from <see cref="T:System.DateTime"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
2762             </summary>\r
2763             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
2764             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
2765         </member>\r
2766         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int64})~Newtonsoft.Json.Linq.JToken">\r
2767             <summary>\r
2768             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
2769             </summary>\r
2770             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
2771             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
2772         </member>\r
2773         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Single})~Newtonsoft.Json.Linq.JToken">\r
2774             <summary>\r
2775             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
2776             </summary>\r
2777             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
2778             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
2779         </member>\r
2780         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Decimal)~Newtonsoft.Json.Linq.JToken">\r
2781             <summary>\r
2782             Performs an implicit conversion from <see cref="T:System.Decimal"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
2783             </summary>\r
2784             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
2785             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
2786         </member>\r
2787         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int16})~Newtonsoft.Json.Linq.JToken">\r
2788             <summary>\r
2789             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
2790             </summary>\r
2791             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
2792             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
2793         </member>\r
2794         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt16})~Newtonsoft.Json.Linq.JToken">\r
2795             <summary>\r
2796             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
2797             </summary>\r
2798             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
2799             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
2800         </member>\r
2801         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt32})~Newtonsoft.Json.Linq.JToken">\r
2802             <summary>\r
2803             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
2804             </summary>\r
2805             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
2806             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
2807         </member>\r
2808         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt64})~Newtonsoft.Json.Linq.JToken">\r
2809             <summary>\r
2810             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
2811             </summary>\r
2812             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
2813             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
2814         </member>\r
2815         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Double)~Newtonsoft.Json.Linq.JToken">\r
2816             <summary>\r
2817             Performs an implicit conversion from <see cref="T:System.Double"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
2818             </summary>\r
2819             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
2820             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
2821         </member>\r
2822         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Single)~Newtonsoft.Json.Linq.JToken">\r
2823             <summary>\r
2824             Performs an implicit conversion from <see cref="T:System.Single"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
2825             </summary>\r
2826             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
2827             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
2828         </member>\r
2829         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.String)~Newtonsoft.Json.Linq.JToken">\r
2830             <summary>\r
2831             Performs an implicit conversion from <see cref="T:System.String"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
2832             </summary>\r
2833             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
2834             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
2835         </member>\r
2836         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt32)~Newtonsoft.Json.Linq.JToken">\r
2837             <summary>\r
2838             Performs an implicit conversion from <see cref="T:System.UInt32"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
2839             </summary>\r
2840             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
2841             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
2842         </member>\r
2843         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt64)~Newtonsoft.Json.Linq.JToken">\r
2844             <summary>\r
2845             Performs an implicit conversion from <see cref="T:System.UInt64"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
2846             </summary>\r
2847             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
2848             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
2849         </member>\r
2850         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Byte[])~Newtonsoft.Json.Linq.JToken">\r
2851             <summary>\r
2852             Performs an implicit conversion from <see cref="T:System.Byte"/>[] to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
2853             </summary>\r
2854             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
2855             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
2856         </member>\r
2857         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Uri)~Newtonsoft.Json.Linq.JToken">\r
2858             <summary>\r
2859             Performs an implicit conversion from <see cref="T:System.Uri"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
2860             </summary>\r
2861             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
2862             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
2863         </member>\r
2864         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.TimeSpan)~Newtonsoft.Json.Linq.JToken">\r
2865             <summary>\r
2866             Performs an implicit conversion from <see cref="T:System.TimeSpan"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
2867             </summary>\r
2868             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
2869             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
2870         </member>\r
2871         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.TimeSpan})~Newtonsoft.Json.Linq.JToken">\r
2872             <summary>\r
2873             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
2874             </summary>\r
2875             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
2876             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
2877         </member>\r
2878         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Guid)~Newtonsoft.Json.Linq.JToken">\r
2879             <summary>\r
2880             Performs an implicit conversion from <see cref="T:System.Guid"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
2881             </summary>\r
2882             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
2883             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
2884         </member>\r
2885         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Guid})~Newtonsoft.Json.Linq.JToken">\r
2886             <summary>\r
2887             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
2888             </summary>\r
2889             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
2890             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
2891         </member>\r
2892         <member name="M:Newtonsoft.Json.Linq.JToken.CreateReader">\r
2893             <summary>\r
2894             Creates an <see cref="T:Newtonsoft.Json.JsonReader"/> for this token.\r
2895             </summary>\r
2896             <returns>An <see cref="T:Newtonsoft.Json.JsonReader"/> that can be used to read this token and its descendants.</returns>\r
2897         </member>\r
2898         <member name="M:Newtonsoft.Json.Linq.JToken.FromObject(System.Object)">\r
2899             <summary>\r
2900             Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from an object.\r
2901             </summary>\r
2902             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>\r
2903             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the value of the specified object</returns>\r
2904         </member>\r
2905         <member name="M:Newtonsoft.Json.Linq.JToken.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">\r
2906             <summary>\r
2907             Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from an object using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
2908             </summary>\r
2909             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>\r
2910             <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when reading the object.</param>\r
2911             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the value of the specified object</returns>\r
2912         </member>\r
2913         <member name="M:Newtonsoft.Json.Linq.JToken.ToObject``1">\r
2914             <summary>\r
2915             Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
2916             </summary>\r
2917             <typeparam name="T">The object type that the token will be deserialized to.</typeparam>\r
2918             <returns>The new object created from the JSON value.</returns>\r
2919         </member>\r
2920         <member name="M:Newtonsoft.Json.Linq.JToken.ToObject(System.Type)">\r
2921             <summary>\r
2922             Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
2923             </summary>\r
2924             <param name="objectType">The object type that the token will be deserialized to.</param>\r
2925             <returns>The new object created from the JSON value.</returns>\r
2926         </member>\r
2927         <member name="M:Newtonsoft.Json.Linq.JToken.ToObject``1(Newtonsoft.Json.JsonSerializer)">\r
2928             <summary>\r
2929             Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/> using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
2930             </summary>\r
2931             <typeparam name="T">The object type that the token will be deserialized to.</typeparam>\r
2932             <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when creating the object.</param>\r
2933             <returns>The new object created from the JSON value.</returns>\r
2934         </member>\r
2935         <member name="M:Newtonsoft.Json.Linq.JToken.ToObject(System.Type,Newtonsoft.Json.JsonSerializer)">\r
2936             <summary>\r
2937             Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/> using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
2938             </summary>\r
2939             <param name="objectType">The object type that the token will be deserialized to.</param>\r
2940             <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when creating the object.</param>\r
2941             <returns>The new object created from the JSON value.</returns>\r
2942         </member>\r
2943         <member name="M:Newtonsoft.Json.Linq.JToken.ReadFrom(Newtonsoft.Json.JsonReader)">\r
2944             <summary>\r
2945             Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.\r
2946             </summary>\r
2947             <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>\r
2948             <returns>\r
2949             An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens\r
2950             that were read from the reader. The runtime type of the token is determined\r
2951             by the token type of the first token encountered in the reader.\r
2952             </returns>\r
2953         </member>\r
2954         <member name="M:Newtonsoft.Json.Linq.JToken.Parse(System.String)">\r
2955             <summary>\r
2956             Load a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a string that contains JSON.\r
2957             </summary>\r
2958             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>\r
2959             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> populated from the string that contains JSON.</returns>\r
2960         </member>\r
2961         <member name="M:Newtonsoft.Json.Linq.JToken.Load(Newtonsoft.Json.JsonReader)">\r
2962             <summary>\r
2963             Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.\r
2964             </summary>\r
2965             <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>\r
2966             <returns>\r
2967             An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens\r
2968             that were read from the reader. The runtime type of the token is determined\r
2969             by the token type of the first token encountered in the reader.\r
2970             </returns>\r
2971         </member>\r
2972         <member name="M:Newtonsoft.Json.Linq.JToken.SelectToken(System.String)">\r
2973             <summary>\r
2974             Selects a <see cref="T:Newtonsoft.Json.Linq.JToken"/> using a JPath expression. Selects the token that matches the object path.\r
2975             </summary>\r
2976             <param name="path">\r
2977             A <see cref="T:System.String"/> that contains a JPath expression.\r
2978             </param>\r
2979             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/>, or null.</returns>\r
2980         </member>\r
2981         <member name="M:Newtonsoft.Json.Linq.JToken.SelectToken(System.String,System.Boolean)">\r
2982             <summary>\r
2983             Selects a <see cref="T:Newtonsoft.Json.Linq.JToken"/> using a JPath expression. Selects the token that matches the object path.\r
2984             </summary>\r
2985             <param name="path">\r
2986             A <see cref="T:System.String"/> that contains a JPath expression.\r
2987             </param>\r
2988             <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>\r
2989             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>\r
2990         </member>\r
2991         <member name="M:Newtonsoft.Json.Linq.JToken.SelectTokens(System.String)">\r
2992             <summary>\r
2993             Selects a collection of elements using a JPath expression.\r
2994             </summary>\r
2995             <param name="path">\r
2996             A <see cref="T:System.String"/> that contains a JPath expression.\r
2997             </param>\r
2998             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the selected elements.</returns>\r
2999         </member>\r
3000         <member name="M:Newtonsoft.Json.Linq.JToken.SelectTokens(System.String,System.Boolean)">\r
3001             <summary>\r
3002             Selects a collection of elements using a JPath expression.\r
3003             </summary>\r
3004             <param name="path">\r
3005             A <see cref="T:System.String"/> that contains a JPath expression.\r
3006             </param>\r
3007             <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>\r
3008             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the selected elements.</returns>\r
3009         </member>\r
3010         <member name="M:Newtonsoft.Json.Linq.JToken.GetMetaObject(System.Linq.Expressions.Expression)">\r
3011             <summary>\r
3012             Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.\r
3013             </summary>\r
3014             <param name="parameter">The expression tree representation of the runtime value.</param>\r
3015             <returns>\r
3016             The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.\r
3017             </returns>\r
3018         </member>\r
3019         <member name="M:Newtonsoft.Json.Linq.JToken.System#Dynamic#IDynamicMetaObjectProvider#GetMetaObject(System.Linq.Expressions.Expression)">\r
3020             <summary>\r
3021             Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.\r
3022             </summary>\r
3023             <param name="parameter">The expression tree representation of the runtime value.</param>\r
3024             <returns>\r
3025             The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.\r
3026             </returns>\r
3027         </member>\r
3028         <member name="M:Newtonsoft.Json.Linq.JToken.DeepClone">\r
3029             <summary>\r
3030             Creates a new instance of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>. All child tokens are recursively cloned.\r
3031             </summary>\r
3032             <returns>A new instance of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>\r
3033         </member>\r
3034         <member name="M:Newtonsoft.Json.Linq.JToken.AddAnnotation(System.Object)">\r
3035             <summary>\r
3036             Adds an object to the annotation list of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
3037             </summary>\r
3038             <param name="annotation">The annotation to add.</param>\r
3039         </member>\r
3040         <member name="M:Newtonsoft.Json.Linq.JToken.Annotation``1">\r
3041             <summary>\r
3042             Get the first annotation object of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
3043             </summary>\r
3044             <typeparam name="T">The type of the annotation to retrieve.</typeparam>\r
3045             <returns>The first annotation object that matches the specified type, or <c>null</c> if no annotation is of the specified type.</returns>\r
3046         </member>\r
3047         <member name="M:Newtonsoft.Json.Linq.JToken.Annotation(System.Type)">\r
3048             <summary>\r
3049             Gets the first annotation object of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
3050             </summary>\r
3051             <param name="type">The <see cref="P:Newtonsoft.Json.Linq.JToken.Type"/> of the annotation to retrieve.</param>\r
3052             <returns>The first annotation object that matches the specified type, or <c>null</c> if no annotation is of the specified type.</returns>\r
3053         </member>\r
3054         <member name="M:Newtonsoft.Json.Linq.JToken.Annotations``1">\r
3055             <summary>\r
3056             Gets a collection of annotations of the specified type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
3057             </summary>\r
3058             <typeparam name="T">The type of the annotations to retrieve.</typeparam>\r
3059             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/>  that contains the annotations for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>\r
3060         </member>\r
3061         <member name="M:Newtonsoft.Json.Linq.JToken.Annotations(System.Type)">\r
3062             <summary>\r
3063             Gets a collection of annotations of the specified type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
3064             </summary>\r
3065             <param name="type">The <see cref="P:Newtonsoft.Json.Linq.JToken.Type"/> of the annotations to retrieve.</param>\r
3066             <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>\r
3067         </member>\r
3068         <member name="M:Newtonsoft.Json.Linq.JToken.RemoveAnnotations``1">\r
3069             <summary>\r
3070             Removes the annotations of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
3071             </summary>\r
3072             <typeparam name="T">The type of annotations to remove.</typeparam>\r
3073         </member>\r
3074         <member name="M:Newtonsoft.Json.Linq.JToken.RemoveAnnotations(System.Type)">\r
3075             <summary>\r
3076             Removes the annotations of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
3077             </summary>\r
3078             <param name="type">The <see cref="P:Newtonsoft.Json.Linq.JToken.Type"/> of annotations to remove.</param>\r
3079         </member>\r
3080         <member name="P:Newtonsoft.Json.Linq.JToken.EqualityComparer">\r
3081             <summary>\r
3082             Gets a comparer that can compare two tokens for value equality.\r
3083             </summary>\r
3084             <value>A <see cref="T:Newtonsoft.Json.Linq.JTokenEqualityComparer"/> that can compare two nodes for value equality.</value>\r
3085         </member>\r
3086         <member name="P:Newtonsoft.Json.Linq.JToken.Parent">\r
3087             <summary>\r
3088             Gets or sets the parent.\r
3089             </summary>\r
3090             <value>The parent.</value>\r
3091         </member>\r
3092         <member name="P:Newtonsoft.Json.Linq.JToken.Root">\r
3093             <summary>\r
3094             Gets the root <see cref="T:Newtonsoft.Json.Linq.JToken"/> of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
3095             </summary>\r
3096             <value>The root <see cref="T:Newtonsoft.Json.Linq.JToken"/> of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value>\r
3097         </member>\r
3098         <member name="P:Newtonsoft.Json.Linq.JToken.Type">\r
3099             <summary>\r
3100             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
3101             </summary>\r
3102             <value>The type.</value>\r
3103         </member>\r
3104         <member name="P:Newtonsoft.Json.Linq.JToken.HasValues">\r
3105             <summary>\r
3106             Gets a value indicating whether this token has child tokens.\r
3107             </summary>\r
3108             <value>\r
3109                 <c>true</c> if this token has child values; otherwise, <c>false</c>.\r
3110             </value>\r
3111         </member>\r
3112         <member name="P:Newtonsoft.Json.Linq.JToken.Next">\r
3113             <summary>\r
3114             Gets the next sibling token of this node.\r
3115             </summary>\r
3116             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the next sibling token.</value>\r
3117         </member>\r
3118         <member name="P:Newtonsoft.Json.Linq.JToken.Previous">\r
3119             <summary>\r
3120             Gets the previous sibling token of this node.\r
3121             </summary>\r
3122             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the previous sibling token.</value>\r
3123         </member>\r
3124         <member name="P:Newtonsoft.Json.Linq.JToken.Path">\r
3125             <summary>\r
3126             Gets the path of the JSON token. \r
3127             </summary>\r
3128         </member>\r
3129         <member name="P:Newtonsoft.Json.Linq.JToken.Item(System.Object)">\r
3130             <summary>\r
3131             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.\r
3132             </summary>\r
3133             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>\r
3134         </member>\r
3135         <member name="P:Newtonsoft.Json.Linq.JToken.First">\r
3136             <summary>\r
3137             Get the first child token of this token.\r
3138             </summary>\r
3139             <value>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the first child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value>\r
3140         </member>\r
3141         <member name="P:Newtonsoft.Json.Linq.JToken.Last">\r
3142             <summary>\r
3143             Get the last child token of this token.\r
3144             </summary>\r
3145             <value>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the last child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value>\r
3146         </member>\r
3147         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(Newtonsoft.Json.Linq.JValue)">\r
3148             <summary>\r
3149             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class from another <see cref="T:Newtonsoft.Json.Linq.JValue"/> object.\r
3150             </summary>\r
3151             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JValue"/> object to copy from.</param>\r
3152         </member>\r
3153         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Int64)">\r
3154             <summary>\r
3155             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
3156             </summary>\r
3157             <param name="value">The value.</param>\r
3158         </member>\r
3159         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Decimal)">\r
3160             <summary>\r
3161             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
3162             </summary>\r
3163             <param name="value">The value.</param>\r
3164         </member>\r
3165         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Char)">\r
3166             <summary>\r
3167             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
3168             </summary>\r
3169             <param name="value">The value.</param>\r
3170         </member>\r
3171         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.UInt64)">\r
3172             <summary>\r
3173             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
3174             </summary>\r
3175             <param name="value">The value.</param>\r
3176         </member>\r
3177         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Double)">\r
3178             <summary>\r
3179             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
3180             </summary>\r
3181             <param name="value">The value.</param>\r
3182         </member>\r
3183         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Single)">\r
3184             <summary>\r
3185             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
3186             </summary>\r
3187             <param name="value">The value.</param>\r
3188         </member>\r
3189         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.DateTime)">\r
3190             <summary>\r
3191             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
3192             </summary>\r
3193             <param name="value">The value.</param>\r
3194         </member>\r
3195         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.DateTimeOffset)">\r
3196             <summary>\r
3197             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
3198             </summary>\r
3199             <param name="value">The value.</param>\r
3200         </member>\r
3201         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Boolean)">\r
3202             <summary>\r
3203             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
3204             </summary>\r
3205             <param name="value">The value.</param>\r
3206         </member>\r
3207         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.String)">\r
3208             <summary>\r
3209             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
3210             </summary>\r
3211             <param name="value">The value.</param>\r
3212         </member>\r
3213         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Guid)">\r
3214             <summary>\r
3215             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
3216             </summary>\r
3217             <param name="value">The value.</param>\r
3218         </member>\r
3219         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Uri)">\r
3220             <summary>\r
3221             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
3222             </summary>\r
3223             <param name="value">The value.</param>\r
3224         </member>\r
3225         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.TimeSpan)">\r
3226             <summary>\r
3227             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
3228             </summary>\r
3229             <param name="value">The value.</param>\r
3230         </member>\r
3231         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Object)">\r
3232             <summary>\r
3233             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
3234             </summary>\r
3235             <param name="value">The value.</param>\r
3236         </member>\r
3237         <member name="M:Newtonsoft.Json.Linq.JValue.CreateComment(System.String)">\r
3238             <summary>\r
3239             Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> comment with the given value.\r
3240             </summary>\r
3241             <param name="value">The value.</param>\r
3242             <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> comment with the given value.</returns>\r
3243         </member>\r
3244         <member name="M:Newtonsoft.Json.Linq.JValue.CreateString(System.String)">\r
3245             <summary>\r
3246             Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> string with the given value.\r
3247             </summary>\r
3248             <param name="value">The value.</param>\r
3249             <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> string with the given value.</returns>\r
3250         </member>\r
3251         <member name="M:Newtonsoft.Json.Linq.JValue.CreateNull">\r
3252             <summary>\r
3253             Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value.\r
3254             </summary>\r
3255             <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value.</returns>\r
3256         </member>\r
3257         <member name="M:Newtonsoft.Json.Linq.JValue.CreateUndefined">\r
3258             <summary>\r
3259             Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value.\r
3260             </summary>\r
3261             <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value.</returns>\r
3262         </member>\r
3263         <member name="M:Newtonsoft.Json.Linq.JValue.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">\r
3264             <summary>\r
3265             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.\r
3266             </summary>\r
3267             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>\r
3268             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>\r
3269         </member>\r
3270         <member name="M:Newtonsoft.Json.Linq.JValue.Equals(Newtonsoft.Json.Linq.JValue)">\r
3271             <summary>\r
3272             Indicates whether the current object is equal to another object of the same type.\r
3273             </summary>\r
3274             <returns>\r
3275             true if the current object is equal to the <paramref name="other"/> parameter; otherwise, false.\r
3276             </returns>\r
3277             <param name="other">An object to compare with this object.</param>\r
3278         </member>\r
3279         <member name="M:Newtonsoft.Json.Linq.JValue.Equals(System.Object)">\r
3280             <summary>\r
3281             Determines whether the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:System.Object"/>.\r
3282             </summary>\r
3283             <param name="obj">The <see cref="T:System.Object"/> to compare with the current <see cref="T:System.Object"/>.</param>\r
3284             <returns>\r
3285             true if the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:System.Object"/>; otherwise, false.\r
3286             </returns>\r
3287             <exception cref="T:System.NullReferenceException">\r
3288             The <paramref name="obj"/> parameter is null.\r
3289             </exception>\r
3290         </member>\r
3291         <member name="M:Newtonsoft.Json.Linq.JValue.GetHashCode">\r
3292             <summary>\r
3293             Serves as a hash function for a particular type.\r
3294             </summary>\r
3295             <returns>\r
3296             A hash code for the current <see cref="T:System.Object"/>.\r
3297             </returns>\r
3298         </member>\r
3299         <member name="M:Newtonsoft.Json.Linq.JValue.ToString">\r
3300             <summary>\r
3301             Returns a <see cref="T:System.String"/> that represents this instance.\r
3302             </summary>\r
3303             <returns>\r
3304             A <see cref="T:System.String"/> that represents this instance.\r
3305             </returns>\r
3306         </member>\r
3307         <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.String)">\r
3308             <summary>\r
3309             Returns a <see cref="T:System.String"/> that represents this instance.\r
3310             </summary>\r
3311             <param name="format">The format.</param>\r
3312             <returns>\r
3313             A <see cref="T:System.String"/> that represents this instance.\r
3314             </returns>\r
3315         </member>\r
3316         <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.IFormatProvider)">\r
3317             <summary>\r
3318             Returns a <see cref="T:System.String"/> that represents this instance.\r
3319             </summary>\r
3320             <param name="formatProvider">The format provider.</param>\r
3321             <returns>\r
3322             A <see cref="T:System.String"/> that represents this instance.\r
3323             </returns>\r
3324         </member>\r
3325         <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.String,System.IFormatProvider)">\r
3326             <summary>\r
3327             Returns a <see cref="T:System.String"/> that represents this instance.\r
3328             </summary>\r
3329             <param name="format">The format.</param>\r
3330             <param name="formatProvider">The format provider.</param>\r
3331             <returns>\r
3332             A <see cref="T:System.String"/> that represents this instance.\r
3333             </returns>\r
3334         </member>\r
3335         <member name="M:Newtonsoft.Json.Linq.JValue.GetMetaObject(System.Linq.Expressions.Expression)">\r
3336             <summary>\r
3337             Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.\r
3338             </summary>\r
3339             <param name="parameter">The expression tree representation of the runtime value.</param>\r
3340             <returns>\r
3341             The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.\r
3342             </returns>\r
3343         </member>\r
3344         <member name="M:Newtonsoft.Json.Linq.JValue.CompareTo(Newtonsoft.Json.Linq.JValue)">\r
3345             <summary>\r
3346             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.\r
3347             </summary>\r
3348             <param name="obj">An object to compare with this instance.</param>\r
3349             <returns>\r
3350             A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings:\r
3351             Value\r
3352             Meaning\r
3353             Less than zero\r
3354             This instance is less than <paramref name="obj"/>.\r
3355             Zero\r
3356             This instance is equal to <paramref name="obj"/>.\r
3357             Greater than zero\r
3358             This instance is greater than <paramref name="obj"/>.\r
3359             </returns>\r
3360             <exception cref="T:System.ArgumentException">\r
3361                 <paramref name="obj"/> is not the same type as this instance.\r
3362             </exception>\r
3363         </member>\r
3364         <member name="P:Newtonsoft.Json.Linq.JValue.HasValues">\r
3365             <summary>\r
3366             Gets a value indicating whether this token has child tokens.\r
3367             </summary>\r
3368             <value>\r
3369                 <c>true</c> if this token has child values; otherwise, <c>false</c>.\r
3370             </value>\r
3371         </member>\r
3372         <member name="P:Newtonsoft.Json.Linq.JValue.Type">\r
3373             <summary>\r
3374             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
3375             </summary>\r
3376             <value>The type.</value>\r
3377         </member>\r
3378         <member name="P:Newtonsoft.Json.Linq.JValue.Value">\r
3379             <summary>\r
3380             Gets or sets the underlying token value.\r
3381             </summary>\r
3382             <value>The underlying token value.</value>\r
3383         </member>\r
3384         <member name="M:Newtonsoft.Json.Linq.JRaw.#ctor(Newtonsoft.Json.Linq.JRaw)">\r
3385             <summary>\r
3386             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JRaw"/> class from another <see cref="T:Newtonsoft.Json.Linq.JRaw"/> object.\r
3387             </summary>\r
3388             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JRaw"/> object to copy from.</param>\r
3389         </member>\r
3390         <member name="M:Newtonsoft.Json.Linq.JRaw.#ctor(System.Object)">\r
3391             <summary>\r
3392             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JRaw"/> class.\r
3393             </summary>\r
3394             <param name="rawJson">The raw json.</param>\r
3395         </member>\r
3396         <member name="M:Newtonsoft.Json.Linq.JRaw.Create(Newtonsoft.Json.JsonReader)">\r
3397             <summary>\r
3398             Creates an instance of <see cref="T:Newtonsoft.Json.Linq.JRaw"/> with the content of the reader's current token.\r
3399             </summary>\r
3400             <param name="reader">The reader.</param>\r
3401             <returns>An instance of <see cref="T:Newtonsoft.Json.Linq.JRaw"/> with the content of the reader's current token.</returns>\r
3402         </member>\r
3403         <member name="T:Newtonsoft.Json.Required">\r
3404             <summary>\r
3405             Indicating whether a property is required.\r
3406             </summary>\r
3407         </member>\r
3408         <member name="F:Newtonsoft.Json.Required.Default">\r
3409             <summary>\r
3410             The property is not required. The default state.\r
3411             </summary>\r
3412         </member>\r
3413         <member name="F:Newtonsoft.Json.Required.AllowNull">\r
3414             <summary>\r
3415             The property must be defined in JSON but can be a null value.\r
3416             </summary>\r
3417         </member>\r
3418         <member name="F:Newtonsoft.Json.Required.Always">\r
3419             <summary>\r
3420             The property must be defined in JSON and cannot be a null value.\r
3421             </summary>\r
3422         </member>\r
3423         <member name="T:Newtonsoft.Json.Serialization.JsonDynamicContract">\r
3424             <summary>\r
3425             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
3426             </summary>\r
3427         </member>\r
3428         <member name="M:Newtonsoft.Json.Serialization.JsonDynamicContract.#ctor(System.Type)">\r
3429             <summary>\r
3430             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonDynamicContract"/> class.\r
3431             </summary>\r
3432             <param name="underlyingType">The underlying type for the contract.</param>\r
3433         </member>\r
3434         <member name="P:Newtonsoft.Json.Serialization.JsonDynamicContract.Properties">\r
3435             <summary>\r
3436             Gets the object's properties.\r
3437             </summary>\r
3438             <value>The object's properties.</value>\r
3439         </member>\r
3440         <member name="P:Newtonsoft.Json.Serialization.JsonDynamicContract.PropertyNameResolver">\r
3441             <summary>\r
3442             Gets or sets the property name resolver.\r
3443             </summary>\r
3444             <value>The property name resolver.</value>\r
3445         </member>\r
3446         <member name="T:Newtonsoft.Json.Serialization.JsonISerializableContract">\r
3447             <summary>\r
3448             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
3449             </summary>\r
3450         </member>\r
3451         <member name="M:Newtonsoft.Json.Serialization.JsonISerializableContract.#ctor(System.Type)">\r
3452             <summary>\r
3453             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonISerializableContract"/> class.\r
3454             </summary>\r
3455             <param name="underlyingType">The underlying type for the contract.</param>\r
3456         </member>\r
3457         <member name="P:Newtonsoft.Json.Serialization.JsonISerializableContract.ISerializableCreator">\r
3458             <summary>\r
3459             Gets or sets the ISerializable object constructor.\r
3460             </summary>\r
3461             <value>The ISerializable object constructor.</value>\r
3462         </member>\r
3463         <member name="T:Newtonsoft.Json.Serialization.JsonLinqContract">\r
3464             <summary>\r
3465             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
3466             </summary>\r
3467         </member>\r
3468         <member name="M:Newtonsoft.Json.Serialization.JsonLinqContract.#ctor(System.Type)">\r
3469             <summary>\r
3470             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> class.\r
3471             </summary>\r
3472             <param name="underlyingType">The underlying type for the contract.</param>\r
3473         </member>\r
3474         <member name="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract">\r
3475             <summary>\r
3476             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
3477             </summary>\r
3478         </member>\r
3479         <member name="M:Newtonsoft.Json.Serialization.JsonPrimitiveContract.#ctor(System.Type)">\r
3480             <summary>\r
3481             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> class.\r
3482             </summary>\r
3483             <param name="underlyingType">The underlying type for the contract.</param>\r
3484         </member>\r
3485         <member name="T:Newtonsoft.Json.Serialization.DynamicValueProvider">\r
3486             <summary>\r
3487             Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using dynamic methods.\r
3488             </summary>\r
3489         </member>\r
3490         <member name="M:Newtonsoft.Json.Serialization.DynamicValueProvider.#ctor(System.Reflection.MemberInfo)">\r
3491             <summary>\r
3492             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DynamicValueProvider"/> class.\r
3493             </summary>\r
3494             <param name="memberInfo">The member info.</param>\r
3495         </member>\r
3496         <member name="M:Newtonsoft.Json.Serialization.DynamicValueProvider.SetValue(System.Object,System.Object)">\r
3497             <summary>\r
3498             Sets the value.\r
3499             </summary>\r
3500             <param name="target">The target to set the value on.</param>\r
3501             <param name="value">The value to set on the target.</param>\r
3502         </member>\r
3503         <member name="M:Newtonsoft.Json.Serialization.DynamicValueProvider.GetValue(System.Object)">\r
3504             <summary>\r
3505             Gets the value.\r
3506             </summary>\r
3507             <param name="target">The target to get the value from.</param>\r
3508             <returns>The value.</returns>\r
3509         </member>\r
3510         <member name="T:Newtonsoft.Json.Serialization.ErrorEventArgs">\r
3511             <summary>\r
3512             Provides data for the Error event.\r
3513             </summary>\r
3514         </member>\r
3515         <member name="M:Newtonsoft.Json.Serialization.ErrorEventArgs.#ctor(System.Object,Newtonsoft.Json.Serialization.ErrorContext)">\r
3516             <summary>\r
3517             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ErrorEventArgs"/> class.\r
3518             </summary>\r
3519             <param name="currentObject">The current object.</param>\r
3520             <param name="errorContext">The error context.</param>\r
3521         </member>\r
3522         <member name="P:Newtonsoft.Json.Serialization.ErrorEventArgs.CurrentObject">\r
3523             <summary>\r
3524             Gets the current object the error event is being raised against.\r
3525             </summary>\r
3526             <value>The current object the error event is being raised against.</value>\r
3527         </member>\r
3528         <member name="P:Newtonsoft.Json.Serialization.ErrorEventArgs.ErrorContext">\r
3529             <summary>\r
3530             Gets the error context.\r
3531             </summary>\r
3532             <value>The error context.</value>\r
3533         </member>\r
3534         <member name="T:Newtonsoft.Json.Linq.JPropertyDescriptor">\r
3535             <summary>\r
3536             Represents a view of a <see cref="T:Newtonsoft.Json.Linq.JProperty"/>.\r
3537             </summary>\r
3538         </member>\r
3539         <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.#ctor(System.String)">\r
3540             <summary>\r
3541             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JPropertyDescriptor"/> class.\r
3542             </summary>\r
3543             <param name="name">The name.</param>\r
3544         </member>\r
3545         <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.CanResetValue(System.Object)">\r
3546             <summary>\r
3547             When overridden in a derived class, returns whether resetting an object changes its value.\r
3548             </summary>\r
3549             <returns>\r
3550             true if resetting the component changes its value; otherwise, false.\r
3551             </returns>\r
3552             <param name="component">The component to test for reset capability. \r
3553                             </param>\r
3554         </member>\r
3555         <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.GetValue(System.Object)">\r
3556             <summary>\r
3557             When overridden in a derived class, gets the current value of the property on a component.\r
3558             </summary>\r
3559             <returns>\r
3560             The value of a property for a given component.\r
3561             </returns>\r
3562             <param name="component">The component with the property for which to retrieve the value. \r
3563                             </param>\r
3564         </member>\r
3565         <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.ResetValue(System.Object)">\r
3566             <summary>\r
3567             When overridden in a derived class, resets the value for this property of the component to the default value.\r
3568             </summary>\r
3569             <param name="component">The component with the property value that is to be reset to the default value. \r
3570                             </param>\r
3571         </member>\r
3572         <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.SetValue(System.Object,System.Object)">\r
3573             <summary>\r
3574             When overridden in a derived class, sets the value of the component to a different value.\r
3575             </summary>\r
3576             <param name="component">The component with the property value that is to be set. \r
3577                             </param><param name="value">The new value. \r
3578                             </param>\r
3579         </member>\r
3580         <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.ShouldSerializeValue(System.Object)">\r
3581             <summary>\r
3582             When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted.\r
3583             </summary>\r
3584             <returns>\r
3585             true if the property should be persisted; otherwise, false.\r
3586             </returns>\r
3587             <param name="component">The component with the property to be examined for persistence. \r
3588                             </param>\r
3589         </member>\r
3590         <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.ComponentType">\r
3591             <summary>\r
3592             When overridden in a derived class, gets the type of the component this property is bound to.\r
3593             </summary>\r
3594             <returns>\r
3595             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.\r
3596             </returns>\r
3597         </member>\r
3598         <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.IsReadOnly">\r
3599             <summary>\r
3600             When overridden in a derived class, gets a value indicating whether this property is read-only.\r
3601             </summary>\r
3602             <returns>\r
3603             true if the property is read-only; otherwise, false.\r
3604             </returns>\r
3605         </member>\r
3606         <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.PropertyType">\r
3607             <summary>\r
3608             When overridden in a derived class, gets the type of the property.\r
3609             </summary>\r
3610             <returns>\r
3611             A <see cref="T:System.Type"/> that represents the type of the property.\r
3612             </returns>\r
3613         </member>\r
3614         <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.NameHashCode">\r
3615             <summary>\r
3616             Gets the hash code for the name of the member.\r
3617             </summary>\r
3618             <value></value>\r
3619             <returns>\r
3620             The hash code for the name of the member.\r
3621             </returns>\r
3622         </member>\r
3623         <member name="T:Newtonsoft.Json.Serialization.IReferenceResolver">\r
3624             <summary>\r
3625             Used to resolve references when serializing and deserializing JSON by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
3626             </summary>\r
3627         </member>\r
3628         <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.ResolveReference(System.Object,System.String)">\r
3629             <summary>\r
3630             Resolves a reference to its object.\r
3631             </summary>\r
3632             <param name="context">The serialization context.</param>\r
3633             <param name="reference">The reference to resolve.</param>\r
3634             <returns>The object that</returns>\r
3635         </member>\r
3636         <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.GetReference(System.Object,System.Object)">\r
3637             <summary>\r
3638             Gets the reference for the sepecified object.\r
3639             </summary>\r
3640             <param name="context">The serialization context.</param>\r
3641             <param name="value">The object to get a reference for.</param>\r
3642             <returns>The reference to the object.</returns>\r
3643         </member>\r
3644         <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.IsReferenced(System.Object,System.Object)">\r
3645             <summary>\r
3646             Determines whether the specified object is referenced.\r
3647             </summary>\r
3648             <param name="context">The serialization context.</param>\r
3649             <param name="value">The object to test for a reference.</param>\r
3650             <returns>\r
3651                 <c>true</c> if the specified object is referenced; otherwise, <c>false</c>.\r
3652             </returns>\r
3653         </member>\r
3654         <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.AddReference(System.Object,System.String,System.Object)">\r
3655             <summary>\r
3656             Adds a reference to the specified object.\r
3657             </summary>\r
3658             <param name="context">The serialization context.</param>\r
3659             <param name="reference">The reference.</param>\r
3660             <param name="value">The object to reference.</param>\r
3661         </member>\r
3662         <member name="T:Newtonsoft.Json.PreserveReferencesHandling">\r
3663             <summary>\r
3664             Specifies reference handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
3665             Note that references cannot be preserved when a value is set via a non-default constructor such as types that implement ISerializable.\r
3666             </summary>\r
3667             <example>\r
3668               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="PreservingObjectReferencesOn" title="Preserve Object References"/>       \r
3669             </example>\r
3670         </member>\r
3671         <member name="F:Newtonsoft.Json.PreserveReferencesHandling.None">\r
3672             <summary>\r
3673             Do not preserve references when serializing types.\r
3674             </summary>\r
3675         </member>\r
3676         <member name="F:Newtonsoft.Json.PreserveReferencesHandling.Objects">\r
3677             <summary>\r
3678             Preserve references when serializing into a JSON object structure.\r
3679             </summary>\r
3680         </member>\r
3681         <member name="F:Newtonsoft.Json.PreserveReferencesHandling.Arrays">\r
3682             <summary>\r
3683             Preserve references when serializing into a JSON array structure.\r
3684             </summary>\r
3685         </member>\r
3686         <member name="F:Newtonsoft.Json.PreserveReferencesHandling.All">\r
3687             <summary>\r
3688             Preserve references when serializing.\r
3689             </summary>\r
3690         </member>\r
3691         <member name="T:Newtonsoft.Json.JsonArrayAttribute">\r
3692             <summary>\r
3693             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the collection.\r
3694             </summary>\r
3695         </member>\r
3696         <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor">\r
3697             <summary>\r
3698             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonArrayAttribute"/> class.\r
3699             </summary>\r
3700         </member>\r
3701         <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor(System.Boolean)">\r
3702             <summary>\r
3703             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with a flag indicating whether the array can contain null items\r
3704             </summary>\r
3705             <param name="allowNullItems">A flag indicating whether the array can contain null items.</param>\r
3706         </member>\r
3707         <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor(System.String)">\r
3708             <summary>\r
3709             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonArrayAttribute"/> class with the specified container Id.\r
3710             </summary>\r
3711             <param name="id">The container Id.</param>\r
3712         </member>\r
3713         <member name="P:Newtonsoft.Json.JsonArrayAttribute.AllowNullItems">\r
3714             <summary>\r
3715             Gets or sets a value indicating whether null items are allowed in the collection.\r
3716             </summary>\r
3717             <value><c>true</c> if null items are allowed in the collection; otherwise, <c>false</c>.</value>\r
3718         </member>\r
3719         <member name="T:Newtonsoft.Json.DefaultValueHandling">\r
3720             <summary>\r
3721             Specifies default value handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
3722             </summary>\r
3723             <example>\r
3724               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeDefaultValueHandlingObject" title="DefaultValueHandling Class"/>\r
3725               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeDefaultValueHandlingExample" title="DefaultValueHandling Ignore Example"/>\r
3726             </example>\r
3727         </member>\r
3728         <member name="F:Newtonsoft.Json.DefaultValueHandling.Include">\r
3729             <summary>\r
3730             Include members where the member value is the same as the member's default value when serializing objects.\r
3731             Included members are written to JSON. Has no effect when deserializing.\r
3732             </summary>\r
3733         </member>\r
3734         <member name="F:Newtonsoft.Json.DefaultValueHandling.Ignore">\r
3735             <summary>\r
3736             Ignore members where the member value is the same as the member's default value when serializing objects\r
3737             so that is is not written to JSON.\r
3738             This option will ignore all default values (e.g. <c>null</c> for objects and nullable types; <c>0</c> for integers,\r
3739             decimals and floating point numbers; and <c>false</c> for booleans). The default value ignored can be changed by\r
3740             placing the <see cref="T:System.ComponentModel.DefaultValueAttribute"/> on the property.\r
3741             </summary>\r
3742         </member>\r
3743         <member name="F:Newtonsoft.Json.DefaultValueHandling.Populate">\r
3744             <summary>\r
3745             Members with a default value but no JSON will be set to their default value when deserializing.\r
3746             </summary>\r
3747         </member>\r
3748         <member name="F:Newtonsoft.Json.DefaultValueHandling.IgnoreAndPopulate">\r
3749             <summary>\r
3750             Ignore members where the member value is the same as the member's default value when serializing objects\r
3751             and sets members to their default value when deserializing.\r
3752             </summary>\r
3753         </member>\r
3754         <member name="T:Newtonsoft.Json.JsonConverterAttribute">\r
3755             <summary>\r
3756             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to use the specified <see cref="T:Newtonsoft.Json.JsonConverter"/> when serializing the member or class.\r
3757             </summary>\r
3758         </member>\r
3759         <member name="M:Newtonsoft.Json.JsonConverterAttribute.#ctor(System.Type)">\r
3760             <summary>\r
3761             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonConverterAttribute"/> class.\r
3762             </summary>\r
3763             <param name="converterType">Type of the converter.</param>\r
3764         </member>\r
3765         <member name="M:Newtonsoft.Json.JsonConverterAttribute.#ctor(System.Type,System.Object[])">\r
3766             <summary>\r
3767             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonConverterAttribute"/> class.\r
3768             </summary>\r
3769             <param name="converterType">Type of the converter.</param>\r
3770             <param name="converterParameters">Parameter list to use when constructing the JsonConverter. Can be null.</param>\r
3771         </member>\r
3772         <member name="P:Newtonsoft.Json.JsonConverterAttribute.ConverterType">\r
3773             <summary>\r
3774             Gets the <see cref="T:System.Type"/> of the converter.\r
3775             </summary>\r
3776             <value>The <see cref="T:System.Type"/> of the converter.</value>\r
3777         </member>\r
3778         <member name="P:Newtonsoft.Json.JsonConverterAttribute.ConverterParameters">\r
3779             <summary>\r
3780             The parameter list to use when constructing the JsonConverter described by ConverterType.  \r
3781             If null, the default constructor is used.\r
3782             </summary>\r
3783         </member>\r
3784         <member name="T:Newtonsoft.Json.JsonObjectAttribute">\r
3785             <summary>\r
3786             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the object.\r
3787             </summary>\r
3788         </member>\r
3789         <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor">\r
3790             <summary>\r
3791             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class.\r
3792             </summary>\r
3793         </member>\r
3794         <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor(Newtonsoft.Json.MemberSerialization)">\r
3795             <summary>\r
3796             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with the specified member serialization.\r
3797             </summary>\r
3798             <param name="memberSerialization">The member serialization.</param>\r
3799         </member>\r
3800         <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor(System.String)">\r
3801             <summary>\r
3802             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with the specified container Id.\r
3803             </summary>\r
3804             <param name="id">The container Id.</param>\r
3805         </member>\r
3806         <member name="P:Newtonsoft.Json.JsonObjectAttribute.MemberSerialization">\r
3807             <summary>\r
3808             Gets or sets the member serialization.\r
3809             </summary>\r
3810             <value>The member serialization.</value>\r
3811         </member>\r
3812         <member name="P:Newtonsoft.Json.JsonObjectAttribute.ItemRequired">\r
3813             <summary>\r
3814             Gets or sets a value that indicates whether the object's properties are required.\r
3815             </summary>\r
3816             <value>\r
3817                 A value indicating whether the object's properties are required.\r
3818             </value>\r
3819         </member>\r
3820         <member name="T:Newtonsoft.Json.JsonSerializerSettings">\r
3821             <summary>\r
3822             Specifies the settings on a <see cref="T:Newtonsoft.Json.JsonSerializer"/> object.\r
3823             </summary>\r
3824         </member>\r
3825         <member name="M:Newtonsoft.Json.JsonSerializerSettings.#ctor">\r
3826             <summary>\r
3827             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> class.\r
3828             </summary>\r
3829         </member>\r
3830         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceLoopHandling">\r
3831             <summary>\r
3832             Gets or sets how reference loops (e.g. a class referencing itself) is handled.\r
3833             </summary>\r
3834             <value>Reference loop handling.</value>\r
3835         </member>\r
3836         <member name="P:Newtonsoft.Json.JsonSerializerSettings.MissingMemberHandling">\r
3837             <summary>\r
3838             Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.\r
3839             </summary>\r
3840             <value>Missing member handling.</value>\r
3841         </member>\r
3842         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ObjectCreationHandling">\r
3843             <summary>\r
3844             Gets or sets how objects are created during deserialization.\r
3845             </summary>\r
3846             <value>The object creation handling.</value>\r
3847         </member>\r
3848         <member name="P:Newtonsoft.Json.JsonSerializerSettings.NullValueHandling">\r
3849             <summary>\r
3850             Gets or sets how null values are handled during serialization and deserialization.\r
3851             </summary>\r
3852             <value>Null value handling.</value>\r
3853         </member>\r
3854         <member name="P:Newtonsoft.Json.JsonSerializerSettings.DefaultValueHandling">\r
3855             <summary>\r
3856             Gets or sets how null default are handled during serialization and deserialization.\r
3857             </summary>\r
3858             <value>The default value handling.</value>\r
3859         </member>\r
3860         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Converters">\r
3861             <summary>\r
3862             Gets or sets a collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.\r
3863             </summary>\r
3864             <value>The converters.</value>\r
3865         </member>\r
3866         <member name="P:Newtonsoft.Json.JsonSerializerSettings.PreserveReferencesHandling">\r
3867             <summary>\r
3868             Gets or sets how object references are preserved by the serializer.\r
3869             </summary>\r
3870             <value>The preserve references handling.</value>\r
3871         </member>\r
3872         <member name="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameHandling">\r
3873             <summary>\r
3874             Gets or sets how type name writing and reading is handled by the serializer.\r
3875             </summary>\r
3876             <value>The type name handling.</value>\r
3877         </member>\r
3878         <member name="P:Newtonsoft.Json.JsonSerializerSettings.MetadataPropertyHandling">\r
3879             <summary>\r
3880             Gets or sets how metadata properties are used during deserialization.\r
3881             </summary>\r
3882             <value>The metadata properties handling.</value>\r
3883         </member>\r
3884         <member name="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameAssemblyFormat">\r
3885             <summary>\r
3886             Gets or sets how a type name assembly is written and resolved by the serializer.\r
3887             </summary>\r
3888             <value>The type name assembly format.</value>\r
3889         </member>\r
3890         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ConstructorHandling">\r
3891             <summary>\r
3892             Gets or sets how constructors are used during deserialization.\r
3893             </summary>\r
3894             <value>The constructor handling.</value>\r
3895         </member>\r
3896         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ContractResolver">\r
3897             <summary>\r
3898             Gets or sets the contract resolver used by the serializer when\r
3899             serializing .NET objects to JSON and vice versa.\r
3900             </summary>\r
3901             <value>The contract resolver.</value>\r
3902         </member>\r
3903         <member name="P:Newtonsoft.Json.JsonSerializerSettings.EqualityComparer">\r
3904             <summary>\r
3905             Gets or sets the equality comparer used by the serializer when comparing references.\r
3906             </summary>\r
3907             <value>The equality comparer.</value>\r
3908         </member>\r
3909         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceResolver">\r
3910             <summary>\r
3911             Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.\r
3912             </summary>\r
3913             <value>The reference resolver.</value>\r
3914         </member>\r
3915         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceResolverProvider">\r
3916             <summary>\r
3917             Gets or sets a function that creates the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.\r
3918             </summary>\r
3919             <value>A function that creates the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.</value>\r
3920         </member>\r
3921         <member name="P:Newtonsoft.Json.JsonSerializerSettings.TraceWriter">\r
3922             <summary>\r
3923             Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.ITraceWriter"/> used by the serializer when writing trace messages.\r
3924             </summary>\r
3925             <value>The trace writer.</value>\r
3926         </member>\r
3927         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Binder">\r
3928             <summary>\r
3929             Gets or sets the <see cref="T:System.Runtime.Serialization.SerializationBinder"/> used by the serializer when resolving type names.\r
3930             </summary>\r
3931             <value>The binder.</value>\r
3932         </member>\r
3933         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Error">\r
3934             <summary>\r
3935             Gets or sets the error handler called during serialization and deserialization.\r
3936             </summary>\r
3937             <value>The error handler called during serialization and deserialization.</value>\r
3938         </member>\r
3939         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Context">\r
3940             <summary>\r
3941             Gets or sets the <see cref="T:System.Runtime.Serialization.StreamingContext"/> used by the serializer when invoking serialization callback methods.\r
3942             </summary>\r
3943             <value>The context.</value>\r
3944         </member>\r
3945         <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateFormatString">\r
3946             <summary>\r
3947             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.\r
3948             </summary>\r
3949         </member>\r
3950         <member name="P:Newtonsoft.Json.JsonSerializerSettings.MaxDepth">\r
3951             <summary>\r
3952             Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>.\r
3953             </summary>\r
3954         </member>\r
3955         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Formatting">\r
3956             <summary>\r
3957             Indicates how JSON text output is formatted.\r
3958             </summary>\r
3959         </member>\r
3960         <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateFormatHandling">\r
3961             <summary>\r
3962             Get or set how dates are written to JSON text.\r
3963             </summary>\r
3964         </member>\r
3965         <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateTimeZoneHandling">\r
3966             <summary>\r
3967             Get or set how <see cref="T:System.DateTime"/> time zones are handling during serialization and deserialization.\r
3968             </summary>\r
3969         </member>\r
3970         <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateParseHandling">\r
3971             <summary>\r
3972             Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.\r
3973             </summary>\r
3974         </member>\r
3975         <member name="P:Newtonsoft.Json.JsonSerializerSettings.FloatFormatHandling">\r
3976             <summary>\r
3977             Get or set how special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>,\r
3978             <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/>,\r
3979             are written as JSON.\r
3980             </summary>\r
3981         </member>\r
3982         <member name="P:Newtonsoft.Json.JsonSerializerSettings.FloatParseHandling">\r
3983             <summary>\r
3984             Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.\r
3985             </summary>\r
3986         </member>\r
3987         <member name="P:Newtonsoft.Json.JsonSerializerSettings.StringEscapeHandling">\r
3988             <summary>\r
3989             Get or set how strings are escaped when writing JSON text.\r
3990             </summary>\r
3991         </member>\r
3992         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Culture">\r
3993             <summary>\r
3994             Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.\r
3995             </summary>\r
3996         </member>\r
3997         <member name="P:Newtonsoft.Json.JsonSerializerSettings.CheckAdditionalContent">\r
3998             <summary>\r
3999             Gets a value indicating whether there will be a check for additional content after deserializing an object.\r
4000             </summary>\r
4001             <value>\r
4002                 <c>true</c> if there will be a check for additional content after deserializing an object; otherwise, <c>false</c>.\r
4003             </value>\r
4004         </member>\r
4005         <member name="T:Newtonsoft.Json.JsonValidatingReader">\r
4006             <summary>\r
4007             <para>\r
4008             Represents a reader that provides <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> validation.\r
4009             </para>\r
4010             <note type="caution">\r
4011             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.\r
4012             </note>\r
4013             </summary>\r
4014         </member>\r
4015         <member name="M:Newtonsoft.Json.JsonValidatingReader.#ctor(Newtonsoft.Json.JsonReader)">\r
4016             <summary>\r
4017             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonValidatingReader"/> class that\r
4018             validates the content returned from the given <see cref="T:Newtonsoft.Json.JsonReader"/>.\r
4019             </summary>\r
4020             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from while validating.</param>\r
4021         </member>\r
4022         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsInt32">\r
4023             <summary>\r
4024             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
4025             </summary>\r
4026             <returns>A <see cref="T:System.Nullable`1"/>.</returns>\r
4027         </member>\r
4028         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsBytes">\r
4029             <summary>\r
4030             Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].\r
4031             </summary>\r
4032             <returns>\r
4033             A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null.\r
4034             </returns>\r
4035         </member>\r
4036         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDecimal">\r
4037             <summary>\r
4038             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
4039             </summary>\r
4040             <returns>A <see cref="T:System.Nullable`1"/>.</returns>\r
4041         </member>\r
4042         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsString">\r
4043             <summary>\r
4044             Reads the next JSON token from the stream as a <see cref="T:System.String"/>.\r
4045             </summary>\r
4046             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>\r
4047         </member>\r
4048         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDateTime">\r
4049             <summary>\r
4050             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
4051             </summary>\r
4052             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>\r
4053         </member>\r
4054         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDateTimeOffset">\r
4055             <summary>\r
4056             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
4057             </summary>\r
4058             <returns>A <see cref="T:System.Nullable`1"/>.</returns>\r
4059         </member>\r
4060         <member name="M:Newtonsoft.Json.JsonValidatingReader.Read">\r
4061             <summary>\r
4062             Reads the next JSON token from the stream.\r
4063             </summary>\r
4064             <returns>\r
4065             true if the next token was read successfully; false if there are no more tokens to read.\r
4066             </returns>\r
4067         </member>\r
4068         <member name="E:Newtonsoft.Json.JsonValidatingReader.ValidationEventHandler">\r
4069             <summary>\r
4070             Sets an event handler for receiving schema validation errors.\r
4071             </summary>\r
4072         </member>\r
4073         <member name="P:Newtonsoft.Json.JsonValidatingReader.Value">\r
4074             <summary>\r
4075             Gets the text value of the current JSON token.\r
4076             </summary>\r
4077             <value></value>\r
4078         </member>\r
4079         <member name="P:Newtonsoft.Json.JsonValidatingReader.Depth">\r
4080             <summary>\r
4081             Gets the depth of the current token in the JSON document.\r
4082             </summary>\r
4083             <value>The depth of the current token in the JSON document.</value>\r
4084         </member>\r
4085         <member name="P:Newtonsoft.Json.JsonValidatingReader.Path">\r
4086             <summary>\r
4087             Gets the path of the current JSON token. \r
4088             </summary>\r
4089         </member>\r
4090         <member name="P:Newtonsoft.Json.JsonValidatingReader.QuoteChar">\r
4091             <summary>\r
4092             Gets the quotation mark character used to enclose the value of a string.\r
4093             </summary>\r
4094             <value></value>\r
4095         </member>\r
4096         <member name="P:Newtonsoft.Json.JsonValidatingReader.TokenType">\r
4097             <summary>\r
4098             Gets the type of the current JSON token.\r
4099             </summary>\r
4100             <value></value>\r
4101         </member>\r
4102         <member name="P:Newtonsoft.Json.JsonValidatingReader.ValueType">\r
4103             <summary>\r
4104             Gets the Common Language Runtime (CLR) type for the current JSON token.\r
4105             </summary>\r
4106             <value></value>\r
4107         </member>\r
4108         <member name="P:Newtonsoft.Json.JsonValidatingReader.Schema">\r
4109             <summary>\r
4110             Gets or sets the schema.\r
4111             </summary>\r
4112             <value>The schema.</value>\r
4113         </member>\r
4114         <member name="P:Newtonsoft.Json.JsonValidatingReader.Reader">\r
4115             <summary>\r
4116             Gets the <see cref="T:Newtonsoft.Json.JsonReader"/> used to construct this <see cref="T:Newtonsoft.Json.JsonValidatingReader"/>.\r
4117             </summary>\r
4118             <value>The <see cref="T:Newtonsoft.Json.JsonReader"/> specified in the constructor.</value>\r
4119         </member>\r
4120         <member name="T:Newtonsoft.Json.Linq.JTokenEqualityComparer">\r
4121             <summary>\r
4122             Compares tokens to determine whether they are equal.\r
4123             </summary>\r
4124         </member>\r
4125         <member name="M:Newtonsoft.Json.Linq.JTokenEqualityComparer.Equals(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">\r
4126             <summary>\r
4127             Determines whether the specified objects are equal.\r
4128             </summary>\r
4129             <param name="x">The first object of type <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>\r
4130             <param name="y">The second object of type <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>\r
4131             <returns>\r
4132             true if the specified objects are equal; otherwise, false.\r
4133             </returns>\r
4134         </member>\r
4135         <member name="M:Newtonsoft.Json.Linq.JTokenEqualityComparer.GetHashCode(Newtonsoft.Json.Linq.JToken)">\r
4136             <summary>\r
4137             Returns a hash code for the specified object.\r
4138             </summary>\r
4139             <param name="obj">The <see cref="T:System.Object"/> for which a hash code is to be returned.</param>\r
4140             <returns>A hash code for the specified object.</returns>\r
4141             <exception cref="T:System.ArgumentNullException">The type of <paramref name="obj"/> is a reference type and <paramref name="obj"/> is null.</exception>\r
4142         </member>\r
4143         <member name="T:Newtonsoft.Json.MemberSerialization">\r
4144             <summary>\r
4145             Specifies the member serialization options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
4146             </summary>\r
4147         </member>\r
4148         <member name="F:Newtonsoft.Json.MemberSerialization.OptOut">\r
4149             <summary>\r
4150             All public members are serialized by default. Members can be excluded using <see cref="T:Newtonsoft.Json.JsonIgnoreAttribute"/> or <see cref="T:System.NonSerializedAttribute"/>.\r
4151             This is the default member serialization mode.\r
4152             </summary>\r
4153         </member>\r
4154         <member name="F:Newtonsoft.Json.MemberSerialization.OptIn">\r
4155             <summary>\r
4156             Only members must be marked with <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> or <see cref="T:System.Runtime.Serialization.DataMemberAttribute"/> are serialized.\r
4157             This member serialization mode can also be set by marking the class with <see cref="T:System.Runtime.Serialization.DataContractAttribute"/>.\r
4158             </summary>\r
4159         </member>\r
4160         <member name="F:Newtonsoft.Json.MemberSerialization.Fields">\r
4161             <summary>\r
4162             All public and private fields are serialized. Members can be excluded using <see cref="T:Newtonsoft.Json.JsonIgnoreAttribute"/> or <see cref="T:System.NonSerializedAttribute"/>.\r
4163             This member serialization mode can also be set by marking the class with <see cref="T:System.SerializableAttribute"/>\r
4164             and setting IgnoreSerializableAttribute on <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> to false.\r
4165             </summary>\r
4166         </member>\r
4167         <member name="T:Newtonsoft.Json.ObjectCreationHandling">\r
4168             <summary>\r
4169             Specifies how object creation is handled by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
4170             </summary>\r
4171         </member>\r
4172         <member name="F:Newtonsoft.Json.ObjectCreationHandling.Auto">\r
4173             <summary>\r
4174             Reuse existing objects, create new objects when needed.\r
4175             </summary>\r
4176         </member>\r
4177         <member name="F:Newtonsoft.Json.ObjectCreationHandling.Reuse">\r
4178             <summary>\r
4179             Only reuse existing objects.\r
4180             </summary>\r
4181         </member>\r
4182         <member name="F:Newtonsoft.Json.ObjectCreationHandling.Replace">\r
4183             <summary>\r
4184             Always create new objects.\r
4185             </summary>\r
4186         </member>\r
4187         <member name="T:Newtonsoft.Json.Converters.IsoDateTimeConverter">\r
4188             <summary>\r
4189             Converts a <see cref="T:System.DateTime"/> to and from the ISO 8601 date format (e.g. 2008-04-12T12:53Z).\r
4190             </summary>\r
4191         </member>\r
4192         <member name="M:Newtonsoft.Json.Converters.IsoDateTimeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
4193             <summary>\r
4194             Writes the JSON representation of the object.\r
4195             </summary>\r
4196             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
4197             <param name="value">The value.</param>\r
4198             <param name="serializer">The calling serializer.</param>\r
4199         </member>\r
4200         <member name="M:Newtonsoft.Json.Converters.IsoDateTimeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
4201             <summary>\r
4202             Reads the JSON representation of the object.\r
4203             </summary>\r
4204             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
4205             <param name="objectType">Type of the object.</param>\r
4206             <param name="existingValue">The existing value of object being read.</param>\r
4207             <param name="serializer">The calling serializer.</param>\r
4208             <returns>The object value.</returns>\r
4209         </member>\r
4210         <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.DateTimeStyles">\r
4211             <summary>\r
4212             Gets or sets the date time styles used when converting a date to and from JSON.\r
4213             </summary>\r
4214             <value>The date time styles used when converting a date to and from JSON.</value>\r
4215         </member>\r
4216         <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.DateTimeFormat">\r
4217             <summary>\r
4218             Gets or sets the date time format used when converting a date to and from JSON.\r
4219             </summary>\r
4220             <value>The date time format used when converting a date to and from JSON.</value>\r
4221         </member>\r
4222         <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.Culture">\r
4223             <summary>\r
4224             Gets or sets the culture used when converting a date to and from JSON.\r
4225             </summary>\r
4226             <value>The culture used when converting a date to and from JSON.</value>\r
4227         </member>\r
4228         <member name="T:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter">\r
4229             <summary>\r
4230             Converts a <see cref="T:System.DateTime"/> to and from a JavaScript date constructor (e.g. new Date(52231943)).\r
4231             </summary>\r
4232         </member>\r
4233         <member name="M:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
4234             <summary>\r
4235             Writes the JSON representation of the object.\r
4236             </summary>\r
4237             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
4238             <param name="value">The value.</param>\r
4239             <param name="serializer">The calling serializer.</param>\r
4240         </member>\r
4241         <member name="M:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
4242             <summary>\r
4243             Reads the JSON representation of the object.\r
4244             </summary>\r
4245             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
4246             <param name="objectType">Type of the object.</param>\r
4247             <param name="existingValue">The existing property value of the JSON that is being converted.</param>\r
4248             <param name="serializer">The calling serializer.</param>\r
4249             <returns>The object value.</returns>\r
4250         </member>\r
4251         <member name="T:Newtonsoft.Json.Converters.XmlNodeConverter">\r
4252             <summary>\r
4253             Converts XML to and from JSON.\r
4254             </summary>\r
4255         </member>\r
4256         <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
4257             <summary>\r
4258             Writes the JSON representation of the object.\r
4259             </summary>\r
4260             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
4261             <param name="serializer">The calling serializer.</param>\r
4262             <param name="value">The value.</param>\r
4263         </member>\r
4264         <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
4265             <summary>\r
4266             Reads the JSON representation of the object.\r
4267             </summary>\r
4268             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
4269             <param name="objectType">Type of the object.</param>\r
4270             <param name="existingValue">The existing value of object being read.</param>\r
4271             <param name="serializer">The calling serializer.</param>\r
4272             <returns>The object value.</returns>\r
4273         </member>\r
4274         <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.IsNamespaceAttribute(System.String,System.String@)">\r
4275             <summary>\r
4276             Checks if the attributeName is a namespace attribute.\r
4277             </summary>\r
4278             <param name="attributeName">Attribute name to test.</param>\r
4279             <param name="prefix">The attribute name prefix if it has one, otherwise an empty string.</param>\r
4280             <returns>True if attribute name is for a namespace attribute, otherwise false.</returns>\r
4281         </member>\r
4282         <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.CanConvert(System.Type)">\r
4283             <summary>\r
4284             Determines whether this instance can convert the specified value type.\r
4285             </summary>\r
4286             <param name="valueType">Type of the value.</param>\r
4287             <returns>\r
4288                 <c>true</c> if this instance can convert the specified value type; otherwise, <c>false</c>.\r
4289             </returns>\r
4290         </member>\r
4291         <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.DeserializeRootElementName">\r
4292             <summary>\r
4293             Gets or sets the name of the root element to insert when deserializing to XML if the JSON structure has produces multiple root elements.\r
4294             </summary>\r
4295             <value>The name of the deserialize root element.</value>\r
4296         </member>\r
4297         <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.WriteArrayAttribute">\r
4298             <summary>\r
4299             Gets or sets a flag to indicate whether to write the Json.NET array attribute.\r
4300             This attribute helps preserve arrays when converting the written XML back to JSON.\r
4301             </summary>\r
4302             <value><c>true</c> if the array attibute is written to the XML; otherwise, <c>false</c>.</value>\r
4303         </member>\r
4304         <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.OmitRootObject">\r
4305             <summary>\r
4306             Gets or sets a value indicating whether to write the root JSON object.\r
4307             </summary>\r
4308             <value><c>true</c> if the JSON root object is omitted; otherwise, <c>false</c>.</value>\r
4309         </member>\r
4310         <member name="T:Newtonsoft.Json.JsonTextReader">\r
4311             <summary>\r
4312             Represents a reader that provides fast, non-cached, forward-only access to JSON text data.\r
4313             </summary>\r
4314         </member>\r
4315         <member name="M:Newtonsoft.Json.JsonTextReader.#ctor(System.IO.TextReader)">\r
4316             <summary>\r
4317             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReader"/> class with the specified <see cref="T:System.IO.TextReader"/>.\r
4318             </summary>\r
4319             <param name="reader">The <c>TextReader</c> containing the XML data to read.</param>\r
4320         </member>\r
4321         <member name="M:Newtonsoft.Json.JsonTextReader.Read">\r
4322             <summary>\r
4323             Reads the next JSON token from the stream.\r
4324             </summary>\r
4325             <returns>\r
4326             true if the next token was read successfully; false if there are no more tokens to read.\r
4327             </returns>\r
4328         </member>\r
4329         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsBytes">\r
4330             <summary>\r
4331             Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].\r
4332             </summary>\r
4333             <returns>\r
4334             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.\r
4335             </returns>\r
4336         </member>\r
4337         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDecimal">\r
4338             <summary>\r
4339             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
4340             </summary>\r
4341             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>\r
4342         </member>\r
4343         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsInt32">\r
4344             <summary>\r
4345             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
4346             </summary>\r
4347             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>\r
4348         </member>\r
4349         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsString">\r
4350             <summary>\r
4351             Reads the next JSON token from the stream as a <see cref="T:System.String"/>.\r
4352             </summary>\r
4353             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>\r
4354         </member>\r
4355         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTime">\r
4356             <summary>\r
4357             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
4358             </summary>\r
4359             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>\r
4360         </member>\r
4361         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTimeOffset">\r
4362             <summary>\r
4363             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
4364             </summary>\r
4365             <returns>A <see cref="T:System.DateTimeOffset"/>. This method will return <c>null</c> at the end of an array.</returns>\r
4366         </member>\r
4367         <member name="M:Newtonsoft.Json.JsonTextReader.Close">\r
4368             <summary>\r
4369             Changes the state to closed. \r
4370             </summary>\r
4371         </member>\r
4372         <member name="M:Newtonsoft.Json.JsonTextReader.HasLineInfo">\r
4373             <summary>\r
4374             Gets a value indicating whether the class can return line information.\r
4375             </summary>\r
4376             <returns>\r
4377                 <c>true</c> if LineNumber and LinePosition can be provided; otherwise, <c>false</c>.\r
4378             </returns>\r
4379         </member>\r
4380         <member name="P:Newtonsoft.Json.JsonTextReader.LineNumber">\r
4381             <summary>\r
4382             Gets the current line number.\r
4383             </summary>\r
4384             <value>\r
4385             The current line number or 0 if no line information is available (for example, HasLineInfo returns false).\r
4386             </value>\r
4387         </member>\r
4388         <member name="P:Newtonsoft.Json.JsonTextReader.LinePosition">\r
4389             <summary>\r
4390             Gets the current line position.\r
4391             </summary>\r
4392             <value>\r
4393             The current line position or 0 if no line information is available (for example, HasLineInfo returns false).\r
4394             </value>\r
4395         </member>\r
4396         <member name="T:Newtonsoft.Json.JsonPropertyAttribute">\r
4397             <summary>\r
4398             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to always serialize the member with the specified name.\r
4399             </summary>\r
4400         </member>\r
4401         <member name="M:Newtonsoft.Json.JsonPropertyAttribute.#ctor">\r
4402             <summary>\r
4403             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> class.\r
4404             </summary>\r
4405         </member>\r
4406         <member name="M:Newtonsoft.Json.JsonPropertyAttribute.#ctor(System.String)">\r
4407             <summary>\r
4408             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> class with the specified name.\r
4409             </summary>\r
4410             <param name="propertyName">Name of the property.</param>\r
4411         </member>\r
4412         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemConverterType">\r
4413             <summary>\r
4414             Gets or sets the converter used when serializing the property's collection items.\r
4415             </summary>\r
4416             <value>The collection's items converter.</value>\r
4417         </member>\r
4418         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemConverterParameters">\r
4419             <summary>\r
4420             The parameter list to use when constructing the JsonConverter described by ItemConverterType.\r
4421             If null, the default constructor is used.\r
4422             When non-null, there must be a constructor defined in the JsonConverter that exactly matches the number,\r
4423             order, and type of these parameters.\r
4424             </summary>\r
4425             <example>\r
4426             [JsonProperty(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })]\r
4427             </example>\r
4428         </member>\r
4429         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.NullValueHandling">\r
4430             <summary>\r
4431             Gets or sets the null value handling used when serializing this property.\r
4432             </summary>\r
4433             <value>The null value handling.</value>\r
4434         </member>\r
4435         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.DefaultValueHandling">\r
4436             <summary>\r
4437             Gets or sets the default value handling used when serializing this property.\r
4438             </summary>\r
4439             <value>The default value handling.</value>\r
4440         </member>\r
4441         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ReferenceLoopHandling">\r
4442             <summary>\r
4443             Gets or sets the reference loop handling used when serializing this property.\r
4444             </summary>\r
4445             <value>The reference loop handling.</value>\r
4446         </member>\r
4447         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ObjectCreationHandling">\r
4448             <summary>\r
4449             Gets or sets the object creation handling used when deserializing this property.\r
4450             </summary>\r
4451             <value>The object creation handling.</value>\r
4452         </member>\r
4453         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.TypeNameHandling">\r
4454             <summary>\r
4455             Gets or sets the type name handling used when serializing this property.\r
4456             </summary>\r
4457             <value>The type name handling.</value>\r
4458         </member>\r
4459         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.IsReference">\r
4460             <summary>\r
4461             Gets or sets whether this property's value is serialized as a reference.\r
4462             </summary>\r
4463             <value>Whether this property's value is serialized as a reference.</value>\r
4464         </member>\r
4465         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.Order">\r
4466             <summary>\r
4467             Gets or sets the order of serialization and deserialization of a member.\r
4468             </summary>\r
4469             <value>The numeric order of serialization or deserialization.</value>\r
4470         </member>\r
4471         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.Required">\r
4472             <summary>\r
4473             Gets or sets a value indicating whether this property is required.\r
4474             </summary>\r
4475             <value>\r
4476                 A value indicating whether this property is required.\r
4477             </value>\r
4478         </member>\r
4479         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.PropertyName">\r
4480             <summary>\r
4481             Gets or sets the name of the property.\r
4482             </summary>\r
4483             <value>The name of the property.</value>\r
4484         </member>\r
4485         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemReferenceLoopHandling">\r
4486             <summary>\r
4487             Gets or sets the the reference loop handling used when serializing the property's collection items.\r
4488             </summary>\r
4489             <value>The collection's items reference loop handling.</value>\r
4490         </member>\r
4491         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemTypeNameHandling">\r
4492             <summary>\r
4493             Gets or sets the the type name handling used when serializing the property's collection items.\r
4494             </summary>\r
4495             <value>The collection's items type name handling.</value>\r
4496         </member>\r
4497         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemIsReference">\r
4498             <summary>\r
4499             Gets or sets whether this property's collection items are serialized as a reference.\r
4500             </summary>\r
4501             <value>Whether this property's collection items are serialized as a reference.</value>\r
4502         </member>\r
4503         <member name="T:Newtonsoft.Json.JsonIgnoreAttribute">\r
4504             <summary>\r
4505             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> not to serialize the public field or public read/write property value.\r
4506             </summary>\r
4507         </member>\r
4508         <member name="T:Newtonsoft.Json.JsonTextWriter">\r
4509             <summary>\r
4510             Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.\r
4511             </summary>\r
4512         </member>\r
4513         <member name="M:Newtonsoft.Json.JsonTextWriter.#ctor(System.IO.TextWriter)">\r
4514             <summary>\r
4515             Creates an instance of the <c>JsonWriter</c> class using the specified <see cref="T:System.IO.TextWriter"/>. \r
4516             </summary>\r
4517             <param name="textWriter">The <c>TextWriter</c> to write to.</param>\r
4518         </member>\r
4519         <member name="M:Newtonsoft.Json.JsonTextWriter.Flush">\r
4520             <summary>\r
4521             Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.\r
4522             </summary>\r
4523         </member>\r
4524         <member name="M:Newtonsoft.Json.JsonTextWriter.Close">\r
4525             <summary>\r
4526             Closes this stream and the underlying stream.\r
4527             </summary>\r
4528         </member>\r
4529         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartObject">\r
4530             <summary>\r
4531             Writes the beginning of a JSON object.\r
4532             </summary>\r
4533         </member>\r
4534         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartArray">\r
4535             <summary>\r
4536             Writes the beginning of a JSON array.\r
4537             </summary>\r
4538         </member>\r
4539         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartConstructor(System.String)">\r
4540             <summary>\r
4541             Writes the start of a constructor with the given name.\r
4542             </summary>\r
4543             <param name="name">The name of the constructor.</param>\r
4544         </member>\r
4545         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteEnd(Newtonsoft.Json.JsonToken)">\r
4546             <summary>\r
4547             Writes the specified end token.\r
4548             </summary>\r
4549             <param name="token">The end token to write.</param>\r
4550         </member>\r
4551         <member name="M:Newtonsoft.Json.JsonTextWriter.WritePropertyName(System.String)">\r
4552             <summary>\r
4553             Writes the property name of a name/value pair on a JSON object.\r
4554             </summary>\r
4555             <param name="name">The name of the property.</param>\r
4556         </member>\r
4557         <member name="M:Newtonsoft.Json.JsonTextWriter.WritePropertyName(System.String,System.Boolean)">\r
4558             <summary>\r
4559             Writes the property name of a name/value pair on a JSON object.\r
4560             </summary>\r
4561             <param name="name">The name of the property.</param>\r
4562             <param name="escape">A flag to indicate whether the text should be escaped when it is written as a JSON property name.</param>\r
4563         </member>\r
4564         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteIndent">\r
4565             <summary>\r
4566             Writes indent characters.\r
4567             </summary>\r
4568         </member>\r
4569         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValueDelimiter">\r
4570             <summary>\r
4571             Writes the JSON value delimiter.\r
4572             </summary>\r
4573         </member>\r
4574         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteIndentSpace">\r
4575             <summary>\r
4576             Writes an indent space.\r
4577             </summary>\r
4578         </member>\r
4579         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Object)">\r
4580             <summary>\r
4581             Writes a <see cref="T:System.Object"/> value.\r
4582             An error will raised if the value cannot be written as a single JSON token.\r
4583             </summary>\r
4584             <param name="value">The <see cref="T:System.Object"/> value to write.</param>\r
4585         </member>\r
4586         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteNull">\r
4587             <summary>\r
4588             Writes a null value.\r
4589             </summary>\r
4590         </member>\r
4591         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteUndefined">\r
4592             <summary>\r
4593             Writes an undefined value.\r
4594             </summary>\r
4595         </member>\r
4596         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteRaw(System.String)">\r
4597             <summary>\r
4598             Writes raw JSON.\r
4599             </summary>\r
4600             <param name="json">The raw JSON to write.</param>\r
4601         </member>\r
4602         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.String)">\r
4603             <summary>\r
4604             Writes a <see cref="T:System.String"/> value.\r
4605             </summary>\r
4606             <param name="value">The <see cref="T:System.String"/> value to write.</param>\r
4607         </member>\r
4608         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int32)">\r
4609             <summary>\r
4610             Writes a <see cref="T:System.Int32"/> value.\r
4611             </summary>\r
4612             <param name="value">The <see cref="T:System.Int32"/> value to write.</param>\r
4613         </member>\r
4614         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt32)">\r
4615             <summary>\r
4616             Writes a <see cref="T:System.UInt32"/> value.\r
4617             </summary>\r
4618             <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>\r
4619         </member>\r
4620         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int64)">\r
4621             <summary>\r
4622             Writes a <see cref="T:System.Int64"/> value.\r
4623             </summary>\r
4624             <param name="value">The <see cref="T:System.Int64"/> value to write.</param>\r
4625         </member>\r
4626         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt64)">\r
4627             <summary>\r
4628             Writes a <see cref="T:System.UInt64"/> value.\r
4629             </summary>\r
4630             <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>\r
4631         </member>\r
4632         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Single)">\r
4633             <summary>\r
4634             Writes a <see cref="T:System.Single"/> value.\r
4635             </summary>\r
4636             <param name="value">The <see cref="T:System.Single"/> value to write.</param>\r
4637         </member>\r
4638         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Nullable{System.Single})">\r
4639             <summary>\r
4640             Writes a <see cref="T:System.Nullable`1"/> value.\r
4641             </summary>\r
4642             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
4643         </member>\r
4644         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Double)">\r
4645             <summary>\r
4646             Writes a <see cref="T:System.Double"/> value.\r
4647             </summary>\r
4648             <param name="value">The <see cref="T:System.Double"/> value to write.</param>\r
4649         </member>\r
4650         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Nullable{System.Double})">\r
4651             <summary>\r
4652             Writes a <see cref="T:System.Nullable`1"/> value.\r
4653             </summary>\r
4654             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
4655         </member>\r
4656         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Boolean)">\r
4657             <summary>\r
4658             Writes a <see cref="T:System.Boolean"/> value.\r
4659             </summary>\r
4660             <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>\r
4661         </member>\r
4662         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int16)">\r
4663             <summary>\r
4664             Writes a <see cref="T:System.Int16"/> value.\r
4665             </summary>\r
4666             <param name="value">The <see cref="T:System.Int16"/> value to write.</param>\r
4667         </member>\r
4668         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt16)">\r
4669             <summary>\r
4670             Writes a <see cref="T:System.UInt16"/> value.\r
4671             </summary>\r
4672             <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>\r
4673         </member>\r
4674         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Char)">\r
4675             <summary>\r
4676             Writes a <see cref="T:System.Char"/> value.\r
4677             </summary>\r
4678             <param name="value">The <see cref="T:System.Char"/> value to write.</param>\r
4679         </member>\r
4680         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Byte)">\r
4681             <summary>\r
4682             Writes a <see cref="T:System.Byte"/> value.\r
4683             </summary>\r
4684             <param name="value">The <see cref="T:System.Byte"/> value to write.</param>\r
4685         </member>\r
4686         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.SByte)">\r
4687             <summary>\r
4688             Writes a <see cref="T:System.SByte"/> value.\r
4689             </summary>\r
4690             <param name="value">The <see cref="T:System.SByte"/> value to write.</param>\r
4691         </member>\r
4692         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Decimal)">\r
4693             <summary>\r
4694             Writes a <see cref="T:System.Decimal"/> value.\r
4695             </summary>\r
4696             <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>\r
4697         </member>\r
4698         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.DateTime)">\r
4699             <summary>\r
4700             Writes a <see cref="T:System.DateTime"/> value.\r
4701             </summary>\r
4702             <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>\r
4703         </member>\r
4704         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Byte[])">\r
4705             <summary>\r
4706             Writes a <see cref="T:System.Byte"/>[] value.\r
4707             </summary>\r
4708             <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param>\r
4709         </member>\r
4710         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.DateTimeOffset)">\r
4711             <summary>\r
4712             Writes a <see cref="T:System.DateTimeOffset"/> value.\r
4713             </summary>\r
4714             <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>\r
4715         </member>\r
4716         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Guid)">\r
4717             <summary>\r
4718             Writes a <see cref="T:System.Guid"/> value.\r
4719             </summary>\r
4720             <param name="value">The <see cref="T:System.Guid"/> value to write.</param>\r
4721         </member>\r
4722         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.TimeSpan)">\r
4723             <summary>\r
4724             Writes a <see cref="T:System.TimeSpan"/> value.\r
4725             </summary>\r
4726             <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>\r
4727         </member>\r
4728         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Uri)">\r
4729             <summary>\r
4730             Writes a <see cref="T:System.Uri"/> value.\r
4731             </summary>\r
4732             <param name="value">The <see cref="T:System.Uri"/> value to write.</param>\r
4733         </member>\r
4734         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteComment(System.String)">\r
4735             <summary>\r
4736             Writes out a comment <code>/*...*/</code> containing the specified text. \r
4737             </summary>\r
4738             <param name="text">Text to place inside the comment.</param>\r
4739         </member>\r
4740         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteWhitespace(System.String)">\r
4741             <summary>\r
4742             Writes out the given white space.\r
4743             </summary>\r
4744             <param name="ws">The string of white space characters.</param>\r
4745         </member>\r
4746         <member name="P:Newtonsoft.Json.JsonTextWriter.Indentation">\r
4747             <summary>\r
4748             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>.\r
4749             </summary>\r
4750         </member>\r
4751         <member name="P:Newtonsoft.Json.JsonTextWriter.QuoteChar">\r
4752             <summary>\r
4753             Gets or sets which character to use to quote attribute values.\r
4754             </summary>\r
4755         </member>\r
4756         <member name="P:Newtonsoft.Json.JsonTextWriter.IndentChar">\r
4757             <summary>\r
4758             Gets or sets which character to use for indenting when <see cref="T:Newtonsoft.Json.Formatting"/> is set to <c>Formatting.Indented</c>.\r
4759             </summary>\r
4760         </member>\r
4761         <member name="P:Newtonsoft.Json.JsonTextWriter.QuoteName">\r
4762             <summary>\r
4763             Gets or sets a value indicating whether object names will be surrounded with quotes.\r
4764             </summary>\r
4765         </member>\r
4766         <member name="T:Newtonsoft.Json.JsonWriterException">\r
4767             <summary>\r
4768             The exception thrown when an error occurs while reading JSON text.\r
4769             </summary>\r
4770         </member>\r
4771         <member name="M:Newtonsoft.Json.JsonWriterException.#ctor">\r
4772             <summary>\r
4773             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class.\r
4774             </summary>\r
4775         </member>\r
4776         <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.String)">\r
4777             <summary>\r
4778             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class\r
4779             with a specified error message.\r
4780             </summary>\r
4781             <param name="message">The error message that explains the reason for the exception.</param>\r
4782         </member>\r
4783         <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.String,System.Exception)">\r
4784             <summary>\r
4785             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class\r
4786             with a specified error message and a reference to the inner exception that is the cause of this exception.\r
4787             </summary>\r
4788             <param name="message">The error message that explains the reason for the exception.</param>\r
4789             <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>\r
4790         </member>\r
4791         <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">\r
4792             <summary>\r
4793             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class.\r
4794             </summary>\r
4795             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>\r
4796             <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>\r
4797             <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception>\r
4798             <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception>\r
4799         </member>\r
4800         <member name="P:Newtonsoft.Json.JsonWriterException.Path">\r
4801             <summary>\r
4802             Gets the path to the JSON where the error occurred.\r
4803             </summary>\r
4804             <value>The path to the JSON where the error occurred.</value>\r
4805         </member>\r
4806         <member name="T:Newtonsoft.Json.JsonReaderException">\r
4807             <summary>\r
4808             The exception thrown when an error occurs while reading JSON text.\r
4809             </summary>\r
4810         </member>\r
4811         <member name="M:Newtonsoft.Json.JsonReaderException.#ctor">\r
4812             <summary>\r
4813             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class.\r
4814             </summary>\r
4815         </member>\r
4816         <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.String)">\r
4817             <summary>\r
4818             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class\r
4819             with a specified error message.\r
4820             </summary>\r
4821             <param name="message">The error message that explains the reason for the exception.</param>\r
4822         </member>\r
4823         <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.String,System.Exception)">\r
4824             <summary>\r
4825             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class\r
4826             with a specified error message and a reference to the inner exception that is the cause of this exception.\r
4827             </summary>\r
4828             <param name="message">The error message that explains the reason for the exception.</param>\r
4829             <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>\r
4830         </member>\r
4831         <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">\r
4832             <summary>\r
4833             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class.\r
4834             </summary>\r
4835             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>\r
4836             <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>\r
4837             <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception>\r
4838             <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception>\r
4839         </member>\r
4840         <member name="P:Newtonsoft.Json.JsonReaderException.LineNumber">\r
4841             <summary>\r
4842             Gets the line number indicating where the error occurred.\r
4843             </summary>\r
4844             <value>The line number indicating where the error occurred.</value>\r
4845         </member>\r
4846         <member name="P:Newtonsoft.Json.JsonReaderException.LinePosition">\r
4847             <summary>\r
4848             Gets the line position indicating where the error occurred.\r
4849             </summary>\r
4850             <value>The line position indicating where the error occurred.</value>\r
4851         </member>\r
4852         <member name="P:Newtonsoft.Json.JsonReaderException.Path">\r
4853             <summary>\r
4854             Gets the path to the JSON where the error occurred.\r
4855             </summary>\r
4856             <value>The path to the JSON where the error occurred.</value>\r
4857         </member>\r
4858         <member name="T:Newtonsoft.Json.JsonConverterCollection">\r
4859             <summary>\r
4860             Represents a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.\r
4861             </summary>\r
4862         </member>\r
4863         <member name="T:Newtonsoft.Json.JsonConvert">\r
4864             <summary>\r
4865             Provides methods for converting between common language runtime types and JSON types.\r
4866             </summary>\r
4867             <example>\r
4868               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="SerializeObject" title="Serializing and Deserializing JSON with JsonConvert" />\r
4869             </example>\r
4870         </member>\r
4871         <member name="F:Newtonsoft.Json.JsonConvert.True">\r
4872             <summary>\r
4873             Represents JavaScript's boolean value true as a string. This field is read-only.\r
4874             </summary>\r
4875         </member>\r
4876         <member name="F:Newtonsoft.Json.JsonConvert.False">\r
4877             <summary>\r
4878             Represents JavaScript's boolean value false as a string. This field is read-only.\r
4879             </summary>\r
4880         </member>\r
4881         <member name="F:Newtonsoft.Json.JsonConvert.Null">\r
4882             <summary>\r
4883             Represents JavaScript's null as a string. This field is read-only.\r
4884             </summary>\r
4885         </member>\r
4886         <member name="F:Newtonsoft.Json.JsonConvert.Undefined">\r
4887             <summary>\r
4888             Represents JavaScript's undefined as a string. This field is read-only.\r
4889             </summary>\r
4890         </member>\r
4891         <member name="F:Newtonsoft.Json.JsonConvert.PositiveInfinity">\r
4892             <summary>\r
4893             Represents JavaScript's positive infinity as a string. This field is read-only.\r
4894             </summary>\r
4895         </member>\r
4896         <member name="F:Newtonsoft.Json.JsonConvert.NegativeInfinity">\r
4897             <summary>\r
4898             Represents JavaScript's negative infinity as a string. This field is read-only.\r
4899             </summary>\r
4900         </member>\r
4901         <member name="F:Newtonsoft.Json.JsonConvert.NaN">\r
4902             <summary>\r
4903             Represents JavaScript's NaN as a string. This field is read-only.\r
4904             </summary>\r
4905         </member>\r
4906         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTime)">\r
4907             <summary>\r
4908             Converts the <see cref="T:System.DateTime"/> to its JSON string representation.\r
4909             </summary>\r
4910             <param name="value">The value to convert.</param>\r
4911             <returns>A JSON string representation of the <see cref="T:System.DateTime"/>.</returns>\r
4912         </member>\r
4913         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTime,Newtonsoft.Json.DateFormatHandling,Newtonsoft.Json.DateTimeZoneHandling)">\r
4914             <summary>\r
4915             Converts the <see cref="T:System.DateTime"/> to its JSON string representation using the <see cref="T:Newtonsoft.Json.DateFormatHandling"/> specified.\r
4916             </summary>\r
4917             <param name="value">The value to convert.</param>\r
4918             <param name="format">The format the date will be converted to.</param>\r
4919             <param name="timeZoneHandling">The time zone handling when the date is converted to a string.</param>\r
4920             <returns>A JSON string representation of the <see cref="T:System.DateTime"/>.</returns>\r
4921         </member>\r
4922         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTimeOffset)">\r
4923             <summary>\r
4924             Converts the <see cref="T:System.DateTimeOffset"/> to its JSON string representation.\r
4925             </summary>\r
4926             <param name="value">The value to convert.</param>\r
4927             <returns>A JSON string representation of the <see cref="T:System.DateTimeOffset"/>.</returns>\r
4928         </member>\r
4929         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTimeOffset,Newtonsoft.Json.DateFormatHandling)">\r
4930             <summary>\r
4931             Converts the <see cref="T:System.DateTimeOffset"/> to its JSON string representation using the <see cref="T:Newtonsoft.Json.DateFormatHandling"/> specified.\r
4932             </summary>\r
4933             <param name="value">The value to convert.</param>\r
4934             <param name="format">The format the date will be converted to.</param>\r
4935             <returns>A JSON string representation of the <see cref="T:System.DateTimeOffset"/>.</returns>\r
4936         </member>\r
4937         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Boolean)">\r
4938             <summary>\r
4939             Converts the <see cref="T:System.Boolean"/> to its JSON string representation.\r
4940             </summary>\r
4941             <param name="value">The value to convert.</param>\r
4942             <returns>A JSON string representation of the <see cref="T:System.Boolean"/>.</returns>\r
4943         </member>\r
4944         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Char)">\r
4945             <summary>\r
4946             Converts the <see cref="T:System.Char"/> to its JSON string representation.\r
4947             </summary>\r
4948             <param name="value">The value to convert.</param>\r
4949             <returns>A JSON string representation of the <see cref="T:System.Char"/>.</returns>\r
4950         </member>\r
4951         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Enum)">\r
4952             <summary>\r
4953             Converts the <see cref="T:System.Enum"/> to its JSON string representation.\r
4954             </summary>\r
4955             <param name="value">The value to convert.</param>\r
4956             <returns>A JSON string representation of the <see cref="T:System.Enum"/>.</returns>\r
4957         </member>\r
4958         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int32)">\r
4959             <summary>\r
4960             Converts the <see cref="T:System.Int32"/> to its JSON string representation.\r
4961             </summary>\r
4962             <param name="value">The value to convert.</param>\r
4963             <returns>A JSON string representation of the <see cref="T:System.Int32"/>.</returns>\r
4964         </member>\r
4965         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int16)">\r
4966             <summary>\r
4967             Converts the <see cref="T:System.Int16"/> to its JSON string representation.\r
4968             </summary>\r
4969             <param name="value">The value to convert.</param>\r
4970             <returns>A JSON string representation of the <see cref="T:System.Int16"/>.</returns>\r
4971         </member>\r
4972         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt16)">\r
4973             <summary>\r
4974             Converts the <see cref="T:System.UInt16"/> to its JSON string representation.\r
4975             </summary>\r
4976             <param name="value">The value to convert.</param>\r
4977             <returns>A JSON string representation of the <see cref="T:System.UInt16"/>.</returns>\r
4978         </member>\r
4979         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt32)">\r
4980             <summary>\r
4981             Converts the <see cref="T:System.UInt32"/> to its JSON string representation.\r
4982             </summary>\r
4983             <param name="value">The value to convert.</param>\r
4984             <returns>A JSON string representation of the <see cref="T:System.UInt32"/>.</returns>\r
4985         </member>\r
4986         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int64)">\r
4987             <summary>\r
4988             Converts the <see cref="T:System.Int64"/>  to its JSON string representation.\r
4989             </summary>\r
4990             <param name="value">The value to convert.</param>\r
4991             <returns>A JSON string representation of the <see cref="T:System.Int64"/>.</returns>\r
4992         </member>\r
4993         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt64)">\r
4994             <summary>\r
4995             Converts the <see cref="T:System.UInt64"/> to its JSON string representation.\r
4996             </summary>\r
4997             <param name="value">The value to convert.</param>\r
4998             <returns>A JSON string representation of the <see cref="T:System.UInt64"/>.</returns>\r
4999         </member>\r
5000         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Single)">\r
5001             <summary>\r
5002             Converts the <see cref="T:System.Single"/> to its JSON string representation.\r
5003             </summary>\r
5004             <param name="value">The value to convert.</param>\r
5005             <returns>A JSON string representation of the <see cref="T:System.Single"/>.</returns>\r
5006         </member>\r
5007         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Double)">\r
5008             <summary>\r
5009             Converts the <see cref="T:System.Double"/> to its JSON string representation.\r
5010             </summary>\r
5011             <param name="value">The value to convert.</param>\r
5012             <returns>A JSON string representation of the <see cref="T:System.Double"/>.</returns>\r
5013         </member>\r
5014         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Byte)">\r
5015             <summary>\r
5016             Converts the <see cref="T:System.Byte"/> to its JSON string representation.\r
5017             </summary>\r
5018             <param name="value">The value to convert.</param>\r
5019             <returns>A JSON string representation of the <see cref="T:System.Byte"/>.</returns>\r
5020         </member>\r
5021         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.SByte)">\r
5022             <summary>\r
5023             Converts the <see cref="T:System.SByte"/> to its JSON string representation.\r
5024             </summary>\r
5025             <param name="value">The value to convert.</param>\r
5026             <returns>A JSON string representation of the <see cref="T:System.SByte"/>.</returns>\r
5027         </member>\r
5028         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Decimal)">\r
5029             <summary>\r
5030             Converts the <see cref="T:System.Decimal"/> to its JSON string representation.\r
5031             </summary>\r
5032             <param name="value">The value to convert.</param>\r
5033             <returns>A JSON string representation of the <see cref="T:System.SByte"/>.</returns>\r
5034         </member>\r
5035         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Guid)">\r
5036             <summary>\r
5037             Converts the <see cref="T:System.Guid"/> to its JSON string representation.\r
5038             </summary>\r
5039             <param name="value">The value to convert.</param>\r
5040             <returns>A JSON string representation of the <see cref="T:System.Guid"/>.</returns>\r
5041         </member>\r
5042         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.TimeSpan)">\r
5043             <summary>\r
5044             Converts the <see cref="T:System.TimeSpan"/> to its JSON string representation.\r
5045             </summary>\r
5046             <param name="value">The value to convert.</param>\r
5047             <returns>A JSON string representation of the <see cref="T:System.TimeSpan"/>.</returns>\r
5048         </member>\r
5049         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Uri)">\r
5050             <summary>\r
5051             Converts the <see cref="T:System.Uri"/> to its JSON string representation.\r
5052             </summary>\r
5053             <param name="value">The value to convert.</param>\r
5054             <returns>A JSON string representation of the <see cref="T:System.Uri"/>.</returns>\r
5055         </member>\r
5056         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String)">\r
5057             <summary>\r
5058             Converts the <see cref="T:System.String"/> to its JSON string representation.\r
5059             </summary>\r
5060             <param name="value">The value to convert.</param>\r
5061             <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns>\r
5062         </member>\r
5063         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String,System.Char)">\r
5064             <summary>\r
5065             Converts the <see cref="T:System.String"/> to its JSON string representation.\r
5066             </summary>\r
5067             <param name="value">The value to convert.</param>\r
5068             <param name="delimiter">The string delimiter character.</param>\r
5069             <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns>\r
5070         </member>\r
5071         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String,System.Char,Newtonsoft.Json.StringEscapeHandling)">\r
5072             <summary>\r
5073             Converts the <see cref="T:System.String"/> to its JSON string representation.\r
5074             </summary>\r
5075             <param name="value">The value to convert.</param>\r
5076             <param name="delimiter">The string delimiter character.</param>\r
5077             <param name="stringEscapeHandling">The string escape handling.</param>\r
5078             <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns>\r
5079         </member>\r
5080         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Object)">\r
5081             <summary>\r
5082             Converts the <see cref="T:System.Object"/> to its JSON string representation.\r
5083             </summary>\r
5084             <param name="value">The value to convert.</param>\r
5085             <returns>A JSON string representation of the <see cref="T:System.Object"/>.</returns>\r
5086         </member>\r
5087         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object)">\r
5088             <summary>\r
5089             Serializes the specified object to a JSON string.\r
5090             </summary>\r
5091             <param name="value">The object to serialize.</param>\r
5092             <returns>A JSON string representation of the object.</returns>\r
5093         </member>\r
5094         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting)">\r
5095             <summary>\r
5096             Serializes the specified object to a JSON string using formatting.\r
5097             </summary>\r
5098             <param name="value">The object to serialize.</param>\r
5099             <param name="formatting">Indicates how the output is formatted.</param>\r
5100             <returns>\r
5101             A JSON string representation of the object.\r
5102             </returns>\r
5103         </member>\r
5104         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.JsonConverter[])">\r
5105             <summary>\r
5106             Serializes the specified object to a JSON string using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.\r
5107             </summary>\r
5108             <param name="value">The object to serialize.</param>\r
5109             <param name="converters">A collection converters used while serializing.</param>\r
5110             <returns>A JSON string representation of the object.</returns>\r
5111         </member>\r
5112         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[])">\r
5113             <summary>\r
5114             Serializes the specified object to a JSON string using formatting and a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.\r
5115             </summary>\r
5116             <param name="value">The object to serialize.</param>\r
5117             <param name="formatting">Indicates how the output is formatted.</param>\r
5118             <param name="converters">A collection converters used while serializing.</param>\r
5119             <returns>A JSON string representation of the object.</returns>\r
5120         </member>\r
5121         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.JsonSerializerSettings)">\r
5122             <summary>\r
5123             Serializes the specified object to a JSON string using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
5124             </summary>\r
5125             <param name="value">The object to serialize.</param>\r
5126             <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.\r
5127             If this is null, default serialization settings will be used.</param>\r
5128             <returns>\r
5129             A JSON string representation of the object.\r
5130             </returns>\r
5131         </member>\r
5132         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,System.Type,Newtonsoft.Json.JsonSerializerSettings)">\r
5133             <summary>\r
5134             Serializes the specified object to a JSON string using a type, formatting and <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
5135             </summary>\r
5136             <param name="value">The object to serialize.</param>\r
5137             <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.\r
5138             If this is null, default serialization settings will be used.</param>\r
5139             <param name="type">\r
5140             The type of the value being serialized.\r
5141             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.\r
5142             Specifing the type is optional.\r
5143             </param>\r
5144             <returns>\r
5145             A JSON string representation of the object.\r
5146             </returns>\r
5147         </member>\r
5148         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)">\r
5149             <summary>\r
5150             Serializes the specified object to a JSON string using formatting and <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
5151             </summary>\r
5152             <param name="value">The object to serialize.</param>\r
5153             <param name="formatting">Indicates how the output is formatted.</param>\r
5154             <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.\r
5155             If this is null, default serialization settings will be used.</param>\r
5156             <returns>\r
5157             A JSON string representation of the object.\r
5158             </returns>\r
5159         </member>\r
5160         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,System.Type,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)">\r
5161             <summary>\r
5162             Serializes the specified object to a JSON string using a type, formatting and <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
5163             </summary>\r
5164             <param name="value">The object to serialize.</param>\r
5165             <param name="formatting">Indicates how the output is formatted.</param>\r
5166             <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.\r
5167             If this is null, default serialization settings will be used.</param>\r
5168             <param name="type">\r
5169             The type of the value being serialized.\r
5170             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.\r
5171             Specifing the type is optional.\r
5172             </param>\r
5173             <returns>\r
5174             A JSON string representation of the object.\r
5175             </returns>\r
5176         </member>\r
5177         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObjectAsync(System.Object)">\r
5178             <summary>\r
5179             Asynchronously serializes the specified object to a JSON string.\r
5180             Serialization will happen on a new thread.\r
5181             </summary>\r
5182             <param name="value">The object to serialize.</param>\r
5183             <returns>\r
5184             A task that represents the asynchronous serialize operation. The value of the <c>TResult</c> parameter contains a JSON string representation of the object.\r
5185             </returns>\r
5186         </member>\r
5187         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObjectAsync(System.Object,Newtonsoft.Json.Formatting)">\r
5188             <summary>\r
5189             Asynchronously serializes the specified object to a JSON string using formatting.\r
5190             Serialization will happen on a new thread.\r
5191             </summary>\r
5192             <param name="value">The object to serialize.</param>\r
5193             <param name="formatting">Indicates how the output is formatted.</param>\r
5194             <returns>\r
5195             A task that represents the asynchronous serialize operation. The value of the <c>TResult</c> parameter contains a JSON string representation of the object.\r
5196             </returns>\r
5197         </member>\r
5198         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObjectAsync(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)">\r
5199             <summary>\r
5200             Asynchronously serializes the specified object to a JSON string using formatting and a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.\r
5201             Serialization will happen on a new thread.\r
5202             </summary>\r
5203             <param name="value">The object to serialize.</param>\r
5204             <param name="formatting">Indicates how the output is formatted.</param>\r
5205             <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.\r
5206             If this is null, default serialization settings will be used.</param>\r
5207             <returns>\r
5208             A task that represents the asynchronous serialize operation. The value of the <c>TResult</c> parameter contains a JSON string representation of the object.\r
5209             </returns>\r
5210         </member>\r
5211         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String)">\r
5212             <summary>\r
5213             Deserializes the JSON to a .NET object.\r
5214             </summary>\r
5215             <param name="value">The JSON to deserialize.</param>\r
5216             <returns>The deserialized object from the JSON string.</returns>\r
5217         </member>\r
5218         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,Newtonsoft.Json.JsonSerializerSettings)">\r
5219             <summary>\r
5220             Deserializes the JSON to a .NET object using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
5221             </summary>\r
5222             <param name="value">The JSON to deserialize.</param>\r
5223             <param name="settings">\r
5224             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.\r
5225             If this is null, default serialization settings will be used.\r
5226             </param>\r
5227             <returns>The deserialized object from the JSON string.</returns>\r
5228         </member>\r
5229         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type)">\r
5230             <summary>\r
5231             Deserializes the JSON to the specified .NET type.\r
5232             </summary>\r
5233             <param name="value">The JSON to deserialize.</param>\r
5234             <param name="type">The <see cref="T:System.Type"/> of object being deserialized.</param>\r
5235             <returns>The deserialized object from the JSON string.</returns>\r
5236         </member>\r
5237         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String)">\r
5238             <summary>\r
5239             Deserializes the JSON to the specified .NET type.\r
5240             </summary>\r
5241             <typeparam name="T">The type of the object to deserialize to.</typeparam>\r
5242             <param name="value">The JSON to deserialize.</param>\r
5243             <returns>The deserialized object from the JSON string.</returns>\r
5244         </member>\r
5245         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeAnonymousType``1(System.String,``0)">\r
5246             <summary>\r
5247             Deserializes the JSON to the given anonymous type.\r
5248             </summary>\r
5249             <typeparam name="T">\r
5250             The anonymous type to deserialize to. This can't be specified\r
5251             traditionally and must be infered from the anonymous type passed\r
5252             as a parameter.\r
5253             </typeparam>\r
5254             <param name="value">The JSON to deserialize.</param>\r
5255             <param name="anonymousTypeObject">The anonymous type object.</param>\r
5256             <returns>The deserialized anonymous type from the JSON string.</returns>\r
5257         </member>\r
5258         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeAnonymousType``1(System.String,``0,Newtonsoft.Json.JsonSerializerSettings)">\r
5259             <summary>\r
5260             Deserializes the JSON to the given anonymous type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
5261             </summary>\r
5262             <typeparam name="T">\r
5263             The anonymous type to deserialize to. This can't be specified\r
5264             traditionally and must be infered from the anonymous type passed\r
5265             as a parameter.\r
5266             </typeparam>\r
5267             <param name="value">The JSON to deserialize.</param>\r
5268             <param name="anonymousTypeObject">The anonymous type object.</param>\r
5269             <param name="settings">\r
5270             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.\r
5271             If this is null, default serialization settings will be used.\r
5272             </param>\r
5273             <returns>The deserialized anonymous type from the JSON string.</returns>\r
5274         </member>\r
5275         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String,Newtonsoft.Json.JsonConverter[])">\r
5276             <summary>\r
5277             Deserializes the JSON to the specified .NET type using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.\r
5278             </summary>\r
5279             <typeparam name="T">The type of the object to deserialize to.</typeparam>\r
5280             <param name="value">The JSON to deserialize.</param>\r
5281             <param name="converters">Converters to use while deserializing.</param>\r
5282             <returns>The deserialized object from the JSON string.</returns>\r
5283         </member>\r
5284         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String,Newtonsoft.Json.JsonSerializerSettings)">\r
5285             <summary>\r
5286             Deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
5287             </summary>\r
5288             <typeparam name="T">The type of the object to deserialize to.</typeparam>\r
5289             <param name="value">The object to deserialize.</param>\r
5290             <param name="settings">\r
5291             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.\r
5292             If this is null, default serialization settings will be used.\r
5293             </param>\r
5294             <returns>The deserialized object from the JSON string.</returns>\r
5295         </member>\r
5296         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type,Newtonsoft.Json.JsonConverter[])">\r
5297             <summary>\r
5298             Deserializes the JSON to the specified .NET type using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.\r
5299             </summary>\r
5300             <param name="value">The JSON to deserialize.</param>\r
5301             <param name="type">The type of the object to deserialize.</param>\r
5302             <param name="converters">Converters to use while deserializing.</param>\r
5303             <returns>The deserialized object from the JSON string.</returns>\r
5304         </member>\r
5305         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type,Newtonsoft.Json.JsonSerializerSettings)">\r
5306             <summary>\r
5307             Deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
5308             </summary>\r
5309             <param name="value">The JSON to deserialize.</param>\r
5310             <param name="type">The type of the object to deserialize to.</param>\r
5311             <param name="settings">\r
5312             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.\r
5313             If this is null, default serialization settings will be used.\r
5314             </param>\r
5315             <returns>The deserialized object from the JSON string.</returns>\r
5316         </member>\r
5317         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObjectAsync``1(System.String)">\r
5318             <summary>\r
5319             Asynchronously deserializes the JSON to the specified .NET type.\r
5320             Deserialization will happen on a new thread.\r
5321             </summary>\r
5322             <typeparam name="T">The type of the object to deserialize to.</typeparam>\r
5323             <param name="value">The JSON to deserialize.</param>\r
5324             <returns>\r
5325             A task that represents the asynchronous deserialize operation. The value of the <c>TResult</c> parameter contains the deserialized object from the JSON string.\r
5326             </returns>\r
5327         </member>\r
5328         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObjectAsync``1(System.String,Newtonsoft.Json.JsonSerializerSettings)">\r
5329             <summary>\r
5330             Asynchronously deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
5331             Deserialization will happen on a new thread.\r
5332             </summary>\r
5333             <typeparam name="T">The type of the object to deserialize to.</typeparam>\r
5334             <param name="value">The JSON to deserialize.</param>\r
5335             <param name="settings">\r
5336             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.\r
5337             If this is null, default serialization settings will be used.\r
5338             </param>\r
5339             <returns>\r
5340             A task that represents the asynchronous deserialize operation. The value of the <c>TResult</c> parameter contains the deserialized object from the JSON string.\r
5341             </returns>\r
5342         </member>\r
5343         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObjectAsync(System.String)">\r
5344             <summary>\r
5345             Asynchronously deserializes the JSON to the specified .NET type.\r
5346             Deserialization will happen on a new thread.\r
5347             </summary>\r
5348             <param name="value">The JSON to deserialize.</param>\r
5349             <returns>\r
5350             A task that represents the asynchronous deserialize operation. The value of the <c>TResult</c> parameter contains the deserialized object from the JSON string.\r
5351             </returns>\r
5352         </member>\r
5353         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObjectAsync(System.String,System.Type,Newtonsoft.Json.JsonSerializerSettings)">\r
5354             <summary>\r
5355             Asynchronously deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
5356             Deserialization will happen on a new thread.\r
5357             </summary>\r
5358             <param name="value">The JSON to deserialize.</param>\r
5359             <param name="type">The type of the object to deserialize to.</param>\r
5360             <param name="settings">\r
5361             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.\r
5362             If this is null, default serialization settings will be used.\r
5363             </param>\r
5364             <returns>\r
5365             A task that represents the asynchronous deserialize operation. The value of the <c>TResult</c> parameter contains the deserialized object from the JSON string.\r
5366             </returns>\r
5367         </member>\r
5368         <member name="M:Newtonsoft.Json.JsonConvert.PopulateObject(System.String,System.Object)">\r
5369             <summary>\r
5370             Populates the object with values from the JSON string.\r
5371             </summary>\r
5372             <param name="value">The JSON to populate values from.</param>\r
5373             <param name="target">The target object to populate values onto.</param>\r
5374         </member>\r
5375         <member name="M:Newtonsoft.Json.JsonConvert.PopulateObject(System.String,System.Object,Newtonsoft.Json.JsonSerializerSettings)">\r
5376             <summary>\r
5377             Populates the object with values from the JSON string using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
5378             </summary>\r
5379             <param name="value">The JSON to populate values from.</param>\r
5380             <param name="target">The target object to populate values onto.</param>\r
5381             <param name="settings">\r
5382             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.\r
5383             If this is null, default serialization settings will be used.\r
5384             </param>\r
5385         </member>\r
5386         <member name="M:Newtonsoft.Json.JsonConvert.PopulateObjectAsync(System.String,System.Object,Newtonsoft.Json.JsonSerializerSettings)">\r
5387             <summary>\r
5388             Asynchronously populates the object with values from the JSON string using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
5389             </summary>\r
5390             <param name="value">The JSON to populate values from.</param>\r
5391             <param name="target">The target object to populate values onto.</param>\r
5392             <param name="settings">\r
5393             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.\r
5394             If this is null, default serialization settings will be used.\r
5395             </param>\r
5396             <returns>\r
5397             A task that represents the asynchronous populate operation.\r
5398             </returns>\r
5399         </member>\r
5400         <member name="M:Newtonsoft.Json.JsonConvert.SerializeXmlNode(System.Xml.XmlNode)">\r
5401             <summary>\r
5402             Serializes the XML node to a JSON string.\r
5403             </summary>\r
5404             <param name="node">The node to serialize.</param>\r
5405             <returns>A JSON string of the XmlNode.</returns>\r
5406         </member>\r
5407         <member name="M:Newtonsoft.Json.JsonConvert.SerializeXmlNode(System.Xml.XmlNode,Newtonsoft.Json.Formatting)">\r
5408             <summary>\r
5409             Serializes the XML node to a JSON string using formatting.\r
5410             </summary>\r
5411             <param name="node">The node to serialize.</param>\r
5412             <param name="formatting">Indicates how the output is formatted.</param>\r
5413             <returns>A JSON string of the XmlNode.</returns>\r
5414         </member>\r
5415         <member name="M:Newtonsoft.Json.JsonConvert.SerializeXmlNode(System.Xml.XmlNode,Newtonsoft.Json.Formatting,System.Boolean)">\r
5416             <summary>\r
5417             Serializes the XML node to a JSON string using formatting and omits the root object if <paramref name="omitRootObject"/> is <c>true</c>.\r
5418             </summary>\r
5419             <param name="node">The node to serialize.</param>\r
5420             <param name="formatting">Indicates how the output is formatted.</param>\r
5421             <param name="omitRootObject">Omits writing the root object.</param>\r
5422             <returns>A JSON string of the XmlNode.</returns>\r
5423         </member>\r
5424         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXmlNode(System.String)">\r
5425             <summary>\r
5426             Deserializes the XmlNode from a JSON string.\r
5427             </summary>\r
5428             <param name="value">The JSON string.</param>\r
5429             <returns>The deserialized XmlNode</returns>\r
5430         </member>\r
5431         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXmlNode(System.String,System.String)">\r
5432             <summary>\r
5433             Deserializes the XmlNode from a JSON string nested in a root elment specified by <paramref name="deserializeRootElementName"/>.\r
5434             </summary>\r
5435             <param name="value">The JSON string.</param>\r
5436             <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param>\r
5437             <returns>The deserialized XmlNode</returns>\r
5438         </member>\r
5439         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXmlNode(System.String,System.String,System.Boolean)">\r
5440             <summary>\r
5441             Deserializes the XmlNode from a JSON string nested in a root elment specified by <paramref name="deserializeRootElementName"/>\r
5442             and writes a .NET array attribute for collections.\r
5443             </summary>\r
5444             <param name="value">The JSON string.</param>\r
5445             <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param>\r
5446             <param name="writeArrayAttribute">\r
5447             A flag to indicate whether to write the Json.NET array attribute.\r
5448             This attribute helps preserve arrays when converting the written XML back to JSON.\r
5449             </param>\r
5450             <returns>The deserialized XmlNode</returns>\r
5451         </member>\r
5452         <member name="M:Newtonsoft.Json.JsonConvert.SerializeXNode(System.Xml.Linq.XObject)">\r
5453             <summary>\r
5454             Serializes the <see cref="T:System.Xml.Linq.XNode"/> to a JSON string.\r
5455             </summary>\r
5456             <param name="node">The node to convert to JSON.</param>\r
5457             <returns>A JSON string of the XNode.</returns>\r
5458         </member>\r
5459         <member name="M:Newtonsoft.Json.JsonConvert.SerializeXNode(System.Xml.Linq.XObject,Newtonsoft.Json.Formatting)">\r
5460             <summary>\r
5461             Serializes the <see cref="T:System.Xml.Linq.XNode"/> to a JSON string using formatting.\r
5462             </summary>\r
5463             <param name="node">The node to convert to JSON.</param>\r
5464             <param name="formatting">Indicates how the output is formatted.</param>\r
5465             <returns>A JSON string of the XNode.</returns>\r
5466         </member>\r
5467         <member name="M:Newtonsoft.Json.JsonConvert.SerializeXNode(System.Xml.Linq.XObject,Newtonsoft.Json.Formatting,System.Boolean)">\r
5468             <summary>\r
5469             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>.\r
5470             </summary>\r
5471             <param name="node">The node to serialize.</param>\r
5472             <param name="formatting">Indicates how the output is formatted.</param>\r
5473             <param name="omitRootObject">Omits writing the root object.</param>\r
5474             <returns>A JSON string of the XNode.</returns>\r
5475         </member>\r
5476         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXNode(System.String)">\r
5477             <summary>\r
5478             Deserializes the <see cref="T:System.Xml.Linq.XNode"/> from a JSON string.\r
5479             </summary>\r
5480             <param name="value">The JSON string.</param>\r
5481             <returns>The deserialized XNode</returns>\r
5482         </member>\r
5483         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXNode(System.String,System.String)">\r
5484             <summary>\r
5485             Deserializes the <see cref="T:System.Xml.Linq.XNode"/> from a JSON string nested in a root elment specified by <paramref name="deserializeRootElementName"/>.\r
5486             </summary>\r
5487             <param name="value">The JSON string.</param>\r
5488             <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param>\r
5489             <returns>The deserialized XNode</returns>\r
5490         </member>\r
5491         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXNode(System.String,System.String,System.Boolean)">\r
5492             <summary>\r
5493             Deserializes the <see cref="T:System.Xml.Linq.XNode"/> from a JSON string nested in a root elment specified by <paramref name="deserializeRootElementName"/>\r
5494             and writes a .NET array attribute for collections.\r
5495             </summary>\r
5496             <param name="value">The JSON string.</param>\r
5497             <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param>\r
5498             <param name="writeArrayAttribute">\r
5499             A flag to indicate whether to write the Json.NET array attribute.\r
5500             This attribute helps preserve arrays when converting the written XML back to JSON.\r
5501             </param>\r
5502             <returns>The deserialized XNode</returns>\r
5503         </member>\r
5504         <member name="P:Newtonsoft.Json.JsonConvert.DefaultSettings">\r
5505             <summary>\r
5506             Gets or sets a function that creates default <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
5507             Default settings are automatically used by serialization methods on <see cref="T:Newtonsoft.Json.JsonConvert"/>,\r
5508             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"/>.\r
5509             To serialize without using any default settings create a <see cref="T:Newtonsoft.Json.JsonSerializer"/> with\r
5510             <see cref="M:Newtonsoft.Json.JsonSerializer.Create"/>.\r
5511             </summary>\r
5512         </member>\r
5513         <member name="T:Newtonsoft.Json.JsonSerializationException">\r
5514             <summary>\r
5515             The exception thrown when an error occurs during JSON serialization or deserialization.\r
5516             </summary>\r
5517         </member>\r
5518         <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor">\r
5519             <summary>\r
5520             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class.\r
5521             </summary>\r
5522         </member>\r
5523         <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.String)">\r
5524             <summary>\r
5525             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class\r
5526             with a specified error message.\r
5527             </summary>\r
5528             <param name="message">The error message that explains the reason for the exception.</param>\r
5529         </member>\r
5530         <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.String,System.Exception)">\r
5531             <summary>\r
5532             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class\r
5533             with a specified error message and a reference to the inner exception that is the cause of this exception.\r
5534             </summary>\r
5535             <param name="message">The error message that explains the reason for the exception.</param>\r
5536             <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>\r
5537         </member>\r
5538         <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">\r
5539             <summary>\r
5540             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class.\r
5541             </summary>\r
5542             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>\r
5543             <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>\r
5544             <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception>\r
5545             <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception>\r
5546         </member>\r
5547         <member name="T:Newtonsoft.Json.JsonSerializer">\r
5548             <summary>\r
5549             Serializes and deserializes objects into and from the JSON format.\r
5550             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> enables you to control how objects are encoded into JSON.\r
5551             </summary>\r
5552         </member>\r
5553         <member name="M:Newtonsoft.Json.JsonSerializer.#ctor">\r
5554             <summary>\r
5555             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializer"/> class.\r
5556             </summary>\r
5557         </member>\r
5558         <member name="M:Newtonsoft.Json.JsonSerializer.Create">\r
5559             <summary>\r
5560             Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance.\r
5561             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings.\r
5562             </summary>\r
5563             <returns>\r
5564             A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance.\r
5565             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings.\r
5566             </returns>\r
5567         </member>\r
5568         <member name="M:Newtonsoft.Json.JsonSerializer.Create(Newtonsoft.Json.JsonSerializerSettings)">\r
5569             <summary>\r
5570             Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
5571             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings.\r
5572             </summary>\r
5573             <param name="settings">The settings to be applied to the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.</param>\r
5574             <returns>\r
5575             A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
5576             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings.\r
5577             </returns>\r
5578         </member>\r
5579         <member name="M:Newtonsoft.Json.JsonSerializer.CreateDefault">\r
5580             <summary>\r
5581             Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance.\r
5582             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings.\r
5583             </summary>\r
5584             <returns>\r
5585             A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance.\r
5586             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings.\r
5587             </returns>\r
5588         </member>\r
5589         <member name="M:Newtonsoft.Json.JsonSerializer.CreateDefault(Newtonsoft.Json.JsonSerializerSettings)">\r
5590             <summary>\r
5591             Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
5592             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings.\r
5593             </summary>\r
5594             <param name="settings">The settings to be applied to the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.</param>\r
5595             <returns>\r
5596             A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
5597             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings.\r
5598             </returns>\r
5599         </member>\r
5600         <member name="M:Newtonsoft.Json.JsonSerializer.Populate(System.IO.TextReader,System.Object)">\r
5601             <summary>\r
5602             Populates the JSON values onto the target object.\r
5603             </summary>\r
5604             <param name="reader">The <see cref="T:System.IO.TextReader"/> that contains the JSON structure to reader values from.</param>\r
5605             <param name="target">The target object to populate values onto.</param>\r
5606         </member>\r
5607         <member name="M:Newtonsoft.Json.JsonSerializer.Populate(Newtonsoft.Json.JsonReader,System.Object)">\r
5608             <summary>\r
5609             Populates the JSON values onto the target object.\r
5610             </summary>\r
5611             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> that contains the JSON structure to reader values from.</param>\r
5612             <param name="target">The target object to populate values onto.</param>\r
5613         </member>\r
5614         <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(Newtonsoft.Json.JsonReader)">\r
5615             <summary>\r
5616             Deserializes the JSON structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.\r
5617             </summary>\r
5618             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> that contains the JSON structure to deserialize.</param>\r
5619             <returns>The <see cref="T:System.Object"/> being deserialized.</returns>\r
5620         </member>\r
5621         <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(System.IO.TextReader,System.Type)">\r
5622             <summary>\r
5623             Deserializes the JSON structure contained by the specified <see cref="T:System.IO.StringReader"/>\r
5624             into an instance of the specified type.\r
5625             </summary>\r
5626             <param name="reader">The <see cref="T:System.IO.TextReader"/> containing the object.</param>\r
5627             <param name="objectType">The <see cref="T:System.Type"/> of object being deserialized.</param>\r
5628             <returns>The instance of <paramref name="objectType"/> being deserialized.</returns>\r
5629         </member>\r
5630         <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize``1(Newtonsoft.Json.JsonReader)">\r
5631             <summary>\r
5632             Deserializes the JSON structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>\r
5633             into an instance of the specified type.\r
5634             </summary>\r
5635             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the object.</param>\r
5636             <typeparam name="T">The type of the object to deserialize.</typeparam>\r
5637             <returns>The instance of <typeparamref name="T"/> being deserialized.</returns>\r
5638         </member>\r
5639         <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(Newtonsoft.Json.JsonReader,System.Type)">\r
5640             <summary>\r
5641             Deserializes the JSON structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>\r
5642             into an instance of the specified type.\r
5643             </summary>\r
5644             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the object.</param>\r
5645             <param name="objectType">The <see cref="T:System.Type"/> of object being deserialized.</param>\r
5646             <returns>The instance of <paramref name="objectType"/> being deserialized.</returns>\r
5647         </member>\r
5648         <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(System.IO.TextWriter,System.Object)">\r
5649             <summary>\r
5650             Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure\r
5651             to a <c>Stream</c> using the specified <see cref="T:System.IO.TextWriter"/>. \r
5652             </summary>\r
5653             <param name="textWriter">The <see cref="T:System.IO.TextWriter"/> used to write the JSON structure.</param>\r
5654             <param name="value">The <see cref="T:System.Object"/> to serialize.</param>\r
5655         </member>\r
5656         <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(Newtonsoft.Json.JsonWriter,System.Object,System.Type)">\r
5657             <summary>\r
5658             Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure\r
5659             to a <c>Stream</c> using the specified <see cref="T:System.IO.TextWriter"/>. \r
5660             </summary>\r
5661             <param name="jsonWriter">The <see cref="T:Newtonsoft.Json.JsonWriter"/> used to write the JSON structure.</param>\r
5662             <param name="value">The <see cref="T:System.Object"/> to serialize.</param>\r
5663             <param name="objectType">\r
5664             The type of the value being serialized.\r
5665             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.\r
5666             Specifing the type is optional.\r
5667             </param>\r
5668         </member>\r
5669         <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(System.IO.TextWriter,System.Object,System.Type)">\r
5670             <summary>\r
5671             Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure\r
5672             to a <c>Stream</c> using the specified <see cref="T:System.IO.TextWriter"/>. \r
5673             </summary>\r
5674             <param name="textWriter">The <see cref="T:System.IO.TextWriter"/> used to write the JSON structure.</param>\r
5675             <param name="value">The <see cref="T:System.Object"/> to serialize.</param>\r
5676             <param name="objectType">\r
5677             The type of the value being serialized.\r
5678             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.\r
5679             Specifing the type is optional.\r
5680             </param>\r
5681         </member>\r
5682         <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(Newtonsoft.Json.JsonWriter,System.Object)">\r
5683             <summary>\r
5684             Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure\r
5685             to a <c>Stream</c> using the specified <see cref="T:Newtonsoft.Json.JsonWriter"/>. \r
5686             </summary>\r
5687             <param name="jsonWriter">The <see cref="T:Newtonsoft.Json.JsonWriter"/> used to write the JSON structure.</param>\r
5688             <param name="value">The <see cref="T:System.Object"/> to serialize.</param>\r
5689         </member>\r
5690         <member name="E:Newtonsoft.Json.JsonSerializer.Error">\r
5691             <summary>\r
5692             Occurs when the <see cref="T:Newtonsoft.Json.JsonSerializer"/> errors during serialization and deserialization.\r
5693             </summary>\r
5694         </member>\r
5695         <member name="P:Newtonsoft.Json.JsonSerializer.ReferenceResolver">\r
5696             <summary>\r
5697             Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.\r
5698             </summary>\r
5699         </member>\r
5700         <member name="P:Newtonsoft.Json.JsonSerializer.Binder">\r
5701             <summary>\r
5702             Gets or sets the <see cref="T:System.Runtime.Serialization.SerializationBinder"/> used by the serializer when resolving type names.\r
5703             </summary>\r
5704         </member>\r
5705         <member name="P:Newtonsoft.Json.JsonSerializer.TraceWriter">\r
5706             <summary>\r
5707             Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.ITraceWriter"/> used by the serializer when writing trace messages.\r
5708             </summary>\r
5709             <value>The trace writer.</value>\r
5710         </member>\r
5711         <member name="P:Newtonsoft.Json.JsonSerializer.EqualityComparer">\r
5712             <summary>\r
5713             Gets or sets the equality comparer used by the serializer when comparing references.\r
5714             </summary>\r
5715             <value>The equality comparer.</value>\r
5716         </member>\r
5717         <member name="P:Newtonsoft.Json.JsonSerializer.TypeNameHandling">\r
5718             <summary>\r
5719             Gets or sets how type name writing and reading is handled by the serializer.\r
5720             </summary>\r
5721         </member>\r
5722         <member name="P:Newtonsoft.Json.JsonSerializer.TypeNameAssemblyFormat">\r
5723             <summary>\r
5724             Gets or sets how a type name assembly is written and resolved by the serializer.\r
5725             </summary>\r
5726             <value>The type name assembly format.</value>\r
5727         </member>\r
5728         <member name="P:Newtonsoft.Json.JsonSerializer.PreserveReferencesHandling">\r
5729             <summary>\r
5730             Gets or sets how object references are preserved by the serializer.\r
5731             </summary>\r
5732         </member>\r
5733         <member name="P:Newtonsoft.Json.JsonSerializer.ReferenceLoopHandling">\r
5734             <summary>\r
5735             Get or set how reference loops (e.g. a class referencing itself) is handled.\r
5736             </summary>\r
5737         </member>\r
5738         <member name="P:Newtonsoft.Json.JsonSerializer.MissingMemberHandling">\r
5739             <summary>\r
5740             Get or set how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.\r
5741             </summary>\r
5742         </member>\r
5743         <member name="P:Newtonsoft.Json.JsonSerializer.NullValueHandling">\r
5744             <summary>\r
5745             Get or set how null values are handled during serialization and deserialization.\r
5746             </summary>\r
5747         </member>\r
5748         <member name="P:Newtonsoft.Json.JsonSerializer.DefaultValueHandling">\r
5749             <summary>\r
5750             Get or set how null default are handled during serialization and deserialization.\r
5751             </summary>\r
5752         </member>\r
5753         <member name="P:Newtonsoft.Json.JsonSerializer.ObjectCreationHandling">\r
5754             <summary>\r
5755             Gets or sets how objects are created during deserialization.\r
5756             </summary>\r
5757             <value>The object creation handling.</value>\r
5758         </member>\r
5759         <member name="P:Newtonsoft.Json.JsonSerializer.ConstructorHandling">\r
5760             <summary>\r
5761             Gets or sets how constructors are used during deserialization.\r
5762             </summary>\r
5763             <value>The constructor handling.</value>\r
5764         </member>\r
5765         <member name="P:Newtonsoft.Json.JsonSerializer.MetadataPropertyHandling">\r
5766             <summary>\r
5767             Gets or sets how metadata properties are used during deserialization.\r
5768             </summary>\r
5769             <value>The metadata properties handling.</value>\r
5770         </member>\r
5771         <member name="P:Newtonsoft.Json.JsonSerializer.Converters">\r
5772             <summary>\r
5773             Gets a collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.\r
5774             </summary>\r
5775             <value>Collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.</value>\r
5776         </member>\r
5777         <member name="P:Newtonsoft.Json.JsonSerializer.ContractResolver">\r
5778             <summary>\r
5779             Gets or sets the contract resolver used by the serializer when\r
5780             serializing .NET objects to JSON and vice versa.\r
5781             </summary>\r
5782         </member>\r
5783         <member name="P:Newtonsoft.Json.JsonSerializer.Context">\r
5784             <summary>\r
5785             Gets or sets the <see cref="T:System.Runtime.Serialization.StreamingContext"/> used by the serializer when invoking serialization callback methods.\r
5786             </summary>\r
5787             <value>The context.</value>\r
5788         </member>\r
5789         <member name="P:Newtonsoft.Json.JsonSerializer.Formatting">\r
5790             <summary>\r
5791             Indicates how JSON text output is formatted.\r
5792             </summary>\r
5793         </member>\r
5794         <member name="P:Newtonsoft.Json.JsonSerializer.DateFormatHandling">\r
5795             <summary>\r
5796             Get or set how dates are written to JSON text.\r
5797             </summary>\r
5798         </member>\r
5799         <member name="P:Newtonsoft.Json.JsonSerializer.DateTimeZoneHandling">\r
5800             <summary>\r
5801             Get or set how <see cref="T:System.DateTime"/> time zones are handling during serialization and deserialization.\r
5802             </summary>\r
5803         </member>\r
5804         <member name="P:Newtonsoft.Json.JsonSerializer.DateParseHandling">\r
5805             <summary>\r
5806             Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.\r
5807             </summary>\r
5808         </member>\r
5809         <member name="P:Newtonsoft.Json.JsonSerializer.FloatParseHandling">\r
5810             <summary>\r
5811             Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.\r
5812             </summary>\r
5813         </member>\r
5814         <member name="P:Newtonsoft.Json.JsonSerializer.FloatFormatHandling">\r
5815             <summary>\r
5816             Get or set how special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>,\r
5817             <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/>,\r
5818             are written as JSON text.\r
5819             </summary>\r
5820         </member>\r
5821         <member name="P:Newtonsoft.Json.JsonSerializer.StringEscapeHandling">\r
5822             <summary>\r
5823             Get or set how strings are escaped when writing JSON text.\r
5824             </summary>\r
5825         </member>\r
5826         <member name="P:Newtonsoft.Json.JsonSerializer.DateFormatString">\r
5827             <summary>\r
5828             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.\r
5829             </summary>\r
5830         </member>\r
5831         <member name="P:Newtonsoft.Json.JsonSerializer.Culture">\r
5832             <summary>\r
5833             Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.\r
5834             </summary>\r
5835         </member>\r
5836         <member name="P:Newtonsoft.Json.JsonSerializer.MaxDepth">\r
5837             <summary>\r
5838             Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>.\r
5839             </summary>\r
5840         </member>\r
5841         <member name="P:Newtonsoft.Json.JsonSerializer.CheckAdditionalContent">\r
5842             <summary>\r
5843             Gets a value indicating whether there will be a check for additional JSON content after deserializing an object.\r
5844             </summary>\r
5845             <value>\r
5846                 <c>true</c> if there will be a check for additional JSON content after deserializing an object; otherwise, <c>false</c>.\r
5847             </value>\r
5848         </member>\r
5849         <member name="T:Newtonsoft.Json.Linq.Extensions">\r
5850             <summary>\r
5851             Contains the LINQ to JSON extension methods.\r
5852             </summary>\r
5853         </member>\r
5854         <member name="M:Newtonsoft.Json.Linq.Extensions.Ancestors``1(System.Collections.Generic.IEnumerable{``0})">\r
5855             <summary>\r
5856             Returns a collection of tokens that contains the ancestors of every token in the source collection.\r
5857             </summary>\r
5858             <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</typeparam>\r
5859             <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>\r
5860             <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>\r
5861         </member>\r
5862         <member name="M:Newtonsoft.Json.Linq.Extensions.AncestorsAndSelf``1(System.Collections.Generic.IEnumerable{``0})">\r
5863             <summary>\r
5864             Returns a collection of tokens that contains every token in the source collection, and the ancestors of every token in the source collection.\r
5865             </summary>\r
5866             <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</typeparam>\r
5867             <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>\r
5868             <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>\r
5869         </member>\r
5870         <member name="M:Newtonsoft.Json.Linq.Extensions.Descendants``1(System.Collections.Generic.IEnumerable{``0})">\r
5871             <summary>\r
5872             Returns a collection of tokens that contains the descendants of every token in the source collection.\r
5873             </summary>\r
5874             <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JContainer"/>.</typeparam>\r
5875             <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>\r
5876             <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>\r
5877         </member>\r
5878         <member name="M:Newtonsoft.Json.Linq.Extensions.DescendantsAndSelf``1(System.Collections.Generic.IEnumerable{``0})">\r
5879             <summary>\r
5880             Returns a collection of tokens that contains every token in the source collection, and the descendants of every token in the source collection.\r
5881             </summary>\r
5882             <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JContainer"/>.</typeparam>\r
5883             <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>\r
5884             <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>\r
5885         </member>\r
5886         <member name="M:Newtonsoft.Json.Linq.Extensions.Properties(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JObject})">\r
5887             <summary>\r
5888             Returns a collection of child properties of every object in the source collection.\r
5889             </summary>\r
5890             <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>\r
5891             <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>\r
5892         </member>\r
5893         <member name="M:Newtonsoft.Json.Linq.Extensions.Values(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken},System.Object)">\r
5894             <summary>\r
5895             Returns a collection of child values of every object in the source collection with the given key.\r
5896             </summary>\r
5897             <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>\r
5898             <param name="key">The token key.</param>\r
5899             <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>\r
5900         </member>\r
5901         <member name="M:Newtonsoft.Json.Linq.Extensions.Values(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">\r
5902             <summary>\r
5903             Returns a collection of child values of every object in the source collection.\r
5904             </summary>\r
5905             <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>\r
5906             <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>\r
5907         </member>\r
5908         <member name="M:Newtonsoft.Json.Linq.Extensions.Values``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken},System.Object)">\r
5909             <summary>\r
5910             Returns a collection of converted child values of every object in the source collection with the given key.\r
5911             </summary>\r
5912             <typeparam name="U">The type to convert the values to.</typeparam>\r
5913             <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>\r
5914             <param name="key">The token key.</param>\r
5915             <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>\r
5916         </member>\r
5917         <member name="M:Newtonsoft.Json.Linq.Extensions.Values``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">\r
5918             <summary>\r
5919             Returns a collection of converted child values of every object in the source collection.\r
5920             </summary>\r
5921             <typeparam name="U">The type to convert the values to.</typeparam>\r
5922             <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>\r
5923             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the converted values of every token in the source collection.</returns>\r
5924         </member>\r
5925         <member name="M:Newtonsoft.Json.Linq.Extensions.Value``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">\r
5926             <summary>\r
5927             Converts the value.\r
5928             </summary>\r
5929             <typeparam name="U">The type to convert the value to.</typeparam>\r
5930             <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>\r
5931             <returns>A converted value.</returns>\r
5932         </member>\r
5933         <member name="M:Newtonsoft.Json.Linq.Extensions.Value``2(System.Collections.Generic.IEnumerable{``0})">\r
5934             <summary>\r
5935             Converts the value.\r
5936             </summary>\r
5937             <typeparam name="T">The source collection type.</typeparam>\r
5938             <typeparam name="U">The type to convert the value to.</typeparam>\r
5939             <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>\r
5940             <returns>A converted value.</returns>\r
5941         </member>\r
5942         <member name="M:Newtonsoft.Json.Linq.Extensions.Children``1(System.Collections.Generic.IEnumerable{``0})">\r
5943             <summary>\r
5944             Returns a collection of child tokens of every array in the source collection.\r
5945             </summary>\r
5946             <typeparam name="T">The source collection type.</typeparam>\r
5947             <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>\r
5948             <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>\r
5949         </member>\r
5950         <member name="M:Newtonsoft.Json.Linq.Extensions.Children``2(System.Collections.Generic.IEnumerable{``0})">\r
5951             <summary>\r
5952             Returns a collection of converted child tokens of every array in the source collection.\r
5953             </summary>\r
5954             <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>\r
5955             <typeparam name="U">The type to convert the values to.</typeparam>\r
5956             <typeparam name="T">The source collection type.</typeparam>\r
5957             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the converted values of every token in the source collection.</returns>\r
5958         </member>\r
5959         <member name="M:Newtonsoft.Json.Linq.Extensions.AsJEnumerable(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">\r
5960             <summary>\r
5961             Returns the input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.\r
5962             </summary>\r
5963             <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>\r
5964             <returns>The input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.</returns>\r
5965         </member>\r
5966         <member name="M:Newtonsoft.Json.Linq.Extensions.AsJEnumerable``1(System.Collections.Generic.IEnumerable{``0})">\r
5967             <summary>\r
5968             Returns the input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.\r
5969             </summary>\r
5970             <typeparam name="T">The source collection type.</typeparam>\r
5971             <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>\r
5972             <returns>The input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.</returns>\r
5973         </member>\r
5974         <member name="T:Newtonsoft.Json.Linq.JConstructor">\r
5975             <summary>\r
5976             Represents a JSON constructor.\r
5977             </summary>\r
5978         </member>\r
5979         <member name="T:Newtonsoft.Json.Linq.JContainer">\r
5980             <summary>\r
5981             Represents a token that can contain other tokens.\r
5982             </summary>\r
5983         </member>\r
5984         <member name="M:Newtonsoft.Json.Linq.JContainer.OnAddingNew(System.ComponentModel.AddingNewEventArgs)">\r
5985             <summary>\r
5986             Raises the <see cref="E:Newtonsoft.Json.Linq.JContainer.AddingNew"/> event.\r
5987             </summary>\r
5988             <param name="e">The <see cref="T:System.ComponentModel.AddingNewEventArgs"/> instance containing the event data.</param>\r
5989         </member>\r
5990         <member name="M:Newtonsoft.Json.Linq.JContainer.OnListChanged(System.ComponentModel.ListChangedEventArgs)">\r
5991             <summary>\r
5992             Raises the <see cref="E:Newtonsoft.Json.Linq.JContainer.ListChanged"/> event.\r
5993             </summary>\r
5994             <param name="e">The <see cref="T:System.ComponentModel.ListChangedEventArgs"/> instance containing the event data.</param>\r
5995         </member>\r
5996         <member name="M:Newtonsoft.Json.Linq.JContainer.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">\r
5997             <summary>\r
5998             Raises the <see cref="E:Newtonsoft.Json.Linq.JContainer.CollectionChanged"/> event.\r
5999             </summary>\r
6000             <param name="e">The <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs"/> instance containing the event data.</param>\r
6001         </member>\r
6002         <member name="M:Newtonsoft.Json.Linq.JContainer.Children">\r
6003             <summary>\r
6004             Returns a collection of the child tokens of this token, in document order.\r
6005             </summary>\r
6006             <returns>\r
6007             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.\r
6008             </returns>\r
6009         </member>\r
6010         <member name="M:Newtonsoft.Json.Linq.JContainer.Values``1">\r
6011             <summary>\r
6012             Returns a collection of the child values of this token, in document order.\r
6013             </summary>\r
6014             <typeparam name="T">The type to convert the values to.</typeparam>\r
6015             <returns>\r
6016             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.\r
6017             </returns>\r
6018         </member>\r
6019         <member name="M:Newtonsoft.Json.Linq.JContainer.Descendants">\r
6020             <summary>\r
6021             Returns a collection of the descendant tokens for this token in document order.\r
6022             </summary>\r
6023             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> containing the descendant tokens of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>\r
6024         </member>\r
6025         <member name="M:Newtonsoft.Json.Linq.JContainer.DescendantsAndSelf">\r
6026             <summary>\r
6027             Returns a collection of the tokens that contain this token, and all descendant tokens of this token, in document order.\r
6028             </summary>\r
6029             <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>\r
6030         </member>\r
6031         <member name="M:Newtonsoft.Json.Linq.JContainer.Add(System.Object)">\r
6032             <summary>\r
6033             Adds the specified content as children of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
6034             </summary>\r
6035             <param name="content">The content to be added.</param>\r
6036         </member>\r
6037         <member name="M:Newtonsoft.Json.Linq.JContainer.AddFirst(System.Object)">\r
6038             <summary>\r
6039             Adds the specified content as the first children of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
6040             </summary>\r
6041             <param name="content">The content to be added.</param>\r
6042         </member>\r
6043         <member name="M:Newtonsoft.Json.Linq.JContainer.CreateWriter">\r
6044             <summary>\r
6045             Creates an <see cref="T:Newtonsoft.Json.JsonWriter"/> that can be used to add tokens to the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
6046             </summary>\r
6047             <returns>An <see cref="T:Newtonsoft.Json.JsonWriter"/> that is ready to have content written to it.</returns>\r
6048         </member>\r
6049         <member name="M:Newtonsoft.Json.Linq.JContainer.ReplaceAll(System.Object)">\r
6050             <summary>\r
6051             Replaces the children nodes of this token with the specified content.\r
6052             </summary>\r
6053             <param name="content">The content.</param>\r
6054         </member>\r
6055         <member name="M:Newtonsoft.Json.Linq.JContainer.RemoveAll">\r
6056             <summary>\r
6057             Removes the child nodes from this token.\r
6058             </summary>\r
6059         </member>\r
6060         <member name="M:Newtonsoft.Json.Linq.JContainer.Merge(System.Object)">\r
6061             <summary>\r
6062             Merge the specified content into this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
6063             </summary>\r
6064             <param name="content">The content to be merged.</param>\r
6065         </member>\r
6066         <member name="M:Newtonsoft.Json.Linq.JContainer.Merge(System.Object,Newtonsoft.Json.Linq.JsonMergeSettings)">\r
6067             <summary>\r
6068             Merge the specified content into this <see cref="T:Newtonsoft.Json.Linq.JToken"/> using <see cref="T:Newtonsoft.Json.Linq.JsonMergeSettings"/>.\r
6069             </summary>\r
6070             <param name="content">The content to be merged.</param>\r
6071             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonMergeSettings"/> used to merge the content.</param>\r
6072         </member>\r
6073         <member name="E:Newtonsoft.Json.Linq.JContainer.ListChanged">\r
6074             <summary>\r
6075             Occurs when the list changes or an item in the list changes.\r
6076             </summary>\r
6077         </member>\r
6078         <member name="E:Newtonsoft.Json.Linq.JContainer.AddingNew">\r
6079             <summary>\r
6080             Occurs before an item is added to the collection.\r
6081             </summary>\r
6082         </member>\r
6083         <member name="E:Newtonsoft.Json.Linq.JContainer.CollectionChanged">\r
6084             <summary>\r
6085             Occurs when the items list of the collection has changed, or the collection is reset.\r
6086             </summary>\r
6087         </member>\r
6088         <member name="P:Newtonsoft.Json.Linq.JContainer.ChildrenTokens">\r
6089             <summary>\r
6090             Gets the container's children tokens.\r
6091             </summary>\r
6092             <value>The container's children tokens.</value>\r
6093         </member>\r
6094         <member name="P:Newtonsoft.Json.Linq.JContainer.HasValues">\r
6095             <summary>\r
6096             Gets a value indicating whether this token has child tokens.\r
6097             </summary>\r
6098             <value>\r
6099                 <c>true</c> if this token has child values; otherwise, <c>false</c>.\r
6100             </value>\r
6101         </member>\r
6102         <member name="P:Newtonsoft.Json.Linq.JContainer.First">\r
6103             <summary>\r
6104             Get the first child token of this token.\r
6105             </summary>\r
6106             <value>\r
6107             A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the first child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
6108             </value>\r
6109         </member>\r
6110         <member name="P:Newtonsoft.Json.Linq.JContainer.Last">\r
6111             <summary>\r
6112             Get the last child token of this token.\r
6113             </summary>\r
6114             <value>\r
6115             A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the last child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
6116             </value>\r
6117         </member>\r
6118         <member name="P:Newtonsoft.Json.Linq.JContainer.Count">\r
6119             <summary>\r
6120             Gets the count of child JSON tokens.\r
6121             </summary>\r
6122             <value>The count of child JSON tokens</value>\r
6123         </member>\r
6124         <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor">\r
6125             <summary>\r
6126             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class.\r
6127             </summary>\r
6128         </member>\r
6129         <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(Newtonsoft.Json.Linq.JConstructor)">\r
6130             <summary>\r
6131             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class from another <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> object.\r
6132             </summary>\r
6133             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> object to copy from.</param>\r
6134         </member>\r
6135         <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String,System.Object[])">\r
6136             <summary>\r
6137             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name and content.\r
6138             </summary>\r
6139             <param name="name">The constructor name.</param>\r
6140             <param name="content">The contents of the constructor.</param>\r
6141         </member>\r
6142         <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String,System.Object)">\r
6143             <summary>\r
6144             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name and content.\r
6145             </summary>\r
6146             <param name="name">The constructor name.</param>\r
6147             <param name="content">The contents of the constructor.</param>\r
6148         </member>\r
6149         <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String)">\r
6150             <summary>\r
6151             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name.\r
6152             </summary>\r
6153             <param name="name">The constructor name.</param>\r
6154         </member>\r
6155         <member name="M:Newtonsoft.Json.Linq.JConstructor.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">\r
6156             <summary>\r
6157             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.\r
6158             </summary>\r
6159             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>\r
6160             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>\r
6161         </member>\r
6162         <member name="M:Newtonsoft.Json.Linq.JConstructor.Load(Newtonsoft.Json.JsonReader)">\r
6163             <summary>\r
6164             Loads an <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. \r
6165             </summary>\r
6166             <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>\r
6167             <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>\r
6168         </member>\r
6169         <member name="P:Newtonsoft.Json.Linq.JConstructor.ChildrenTokens">\r
6170             <summary>\r
6171             Gets the container's children tokens.\r
6172             </summary>\r
6173             <value>The container's children tokens.</value>\r
6174         </member>\r
6175         <member name="P:Newtonsoft.Json.Linq.JConstructor.Name">\r
6176             <summary>\r
6177             Gets or sets the name of this constructor.\r
6178             </summary>\r
6179             <value>The constructor name.</value>\r
6180         </member>\r
6181         <member name="P:Newtonsoft.Json.Linq.JConstructor.Type">\r
6182             <summary>\r
6183             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
6184             </summary>\r
6185             <value>The type.</value>\r
6186         </member>\r
6187         <member name="P:Newtonsoft.Json.Linq.JConstructor.Item(System.Object)">\r
6188             <summary>\r
6189             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.\r
6190             </summary>\r
6191             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>\r
6192         </member>\r
6193         <member name="T:Newtonsoft.Json.Linq.JEnumerable`1">\r
6194             <summary>\r
6195             Represents a collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.\r
6196             </summary>\r
6197             <typeparam name="T">The type of token</typeparam>\r
6198         </member>\r
6199         <member name="F:Newtonsoft.Json.Linq.JEnumerable`1.Empty">\r
6200             <summary>\r
6201             An empty collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.\r
6202             </summary>\r
6203         </member>\r
6204         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.#ctor(System.Collections.Generic.IEnumerable{`0})">\r
6205             <summary>\r
6206             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> struct.\r
6207             </summary>\r
6208             <param name="enumerable">The enumerable.</param>\r
6209         </member>\r
6210         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.GetEnumerator">\r
6211             <summary>\r
6212             Returns an enumerator that iterates through the collection.\r
6213             </summary>\r
6214             <returns>\r
6215             A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.\r
6216             </returns>\r
6217         </member>\r
6218         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.System#Collections#IEnumerable#GetEnumerator">\r
6219             <summary>\r
6220             Returns an enumerator that iterates through a collection.\r
6221             </summary>\r
6222             <returns>\r
6223             An <see cref="T:System.Collections.IEnumerator"/> object that can be used to iterate through the collection.\r
6224             </returns>\r
6225         </member>\r
6226         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.Equals(Newtonsoft.Json.Linq.JEnumerable{`0})">\r
6227             <summary>\r
6228             Determines whether the specified <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> is equal to this instance.\r
6229             </summary>\r
6230             <param name="other">The <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> to compare with this instance.</param>\r
6231             <returns>\r
6232                 <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> is equal to this instance; otherwise, <c>false</c>.\r
6233             </returns>\r
6234         </member>\r
6235         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.Equals(System.Object)">\r
6236             <summary>\r
6237             Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.\r
6238             </summary>\r
6239             <param name="obj">The <see cref="T:System.Object"/> to compare with this instance.</param>\r
6240             <returns>\r
6241                 <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.\r
6242             </returns>\r
6243         </member>\r
6244         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.GetHashCode">\r
6245             <summary>\r
6246             Returns a hash code for this instance.\r
6247             </summary>\r
6248             <returns>\r
6249             A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. \r
6250             </returns>\r
6251         </member>\r
6252         <member name="P:Newtonsoft.Json.Linq.JEnumerable`1.Item(System.Object)">\r
6253             <summary>\r
6254             Gets the <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/> with the specified key.\r
6255             </summary>\r
6256             <value></value>\r
6257         </member>\r
6258         <member name="T:Newtonsoft.Json.Linq.JObject">\r
6259             <summary>\r
6260             Represents a JSON object.\r
6261             </summary>\r
6262             <example>\r
6263               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParse" title="Parsing a JSON Object from Text" />\r
6264             </example>\r
6265         </member>\r
6266         <member name="M:Newtonsoft.Json.Linq.JObject.#ctor">\r
6267             <summary>\r
6268             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class.\r
6269             </summary>\r
6270         </member>\r
6271         <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(Newtonsoft.Json.Linq.JObject)">\r
6272             <summary>\r
6273             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class from another <see cref="T:Newtonsoft.Json.Linq.JObject"/> object.\r
6274             </summary>\r
6275             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JObject"/> object to copy from.</param>\r
6276         </member>\r
6277         <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(System.Object[])">\r
6278             <summary>\r
6279             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class with the specified content.\r
6280             </summary>\r
6281             <param name="content">The contents of the object.</param>\r
6282         </member>\r
6283         <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(System.Object)">\r
6284             <summary>\r
6285             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class with the specified content.\r
6286             </summary>\r
6287             <param name="content">The contents of the object.</param>\r
6288         </member>\r
6289         <member name="M:Newtonsoft.Json.Linq.JObject.Properties">\r
6290             <summary>\r
6291             Gets an <see cref="T:System.Collections.Generic.IEnumerable`1"/> of this object's properties.\r
6292             </summary>\r
6293             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of this object's properties.</returns>\r
6294         </member>\r
6295         <member name="M:Newtonsoft.Json.Linq.JObject.Property(System.String)">\r
6296             <summary>\r
6297             Gets a <see cref="T:Newtonsoft.Json.Linq.JProperty"/> the specified name.\r
6298             </summary>\r
6299             <param name="name">The property name.</param>\r
6300             <returns>A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> with the specified name or null.</returns>\r
6301         </member>\r
6302         <member name="M:Newtonsoft.Json.Linq.JObject.PropertyValues">\r
6303             <summary>\r
6304             Gets an <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> of this object's property values.\r
6305             </summary>\r
6306             <returns>An <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> of this object's property values.</returns>\r
6307         </member>\r
6308         <member name="M:Newtonsoft.Json.Linq.JObject.Load(Newtonsoft.Json.JsonReader)">\r
6309             <summary>\r
6310             Loads an <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. \r
6311             </summary>\r
6312             <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>\r
6313             <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>\r
6314         </member>\r
6315         <member name="M:Newtonsoft.Json.Linq.JObject.Parse(System.String)">\r
6316             <summary>\r
6317             Load a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a string that contains JSON.\r
6318             </summary>\r
6319             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>\r
6320             <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> populated from the string that contains JSON.</returns>\r
6321             <example>\r
6322               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParse" title="Parsing a JSON Object from Text"/>\r
6323             </example>\r
6324         </member>\r
6325         <member name="M:Newtonsoft.Json.Linq.JObject.FromObject(System.Object)">\r
6326             <summary>\r
6327             Creates a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from an object.\r
6328             </summary>\r
6329             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JObject"/>.</param>\r
6330             <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> with the values of the specified object</returns>\r
6331         </member>\r
6332         <member name="M:Newtonsoft.Json.Linq.JObject.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">\r
6333             <summary>\r
6334             Creates a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from an object.\r
6335             </summary>\r
6336             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JObject"/>.</param>\r
6337             <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used to read the object.</param>\r
6338             <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> with the values of the specified object</returns>\r
6339         </member>\r
6340         <member name="M:Newtonsoft.Json.Linq.JObject.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">\r
6341             <summary>\r
6342             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.\r
6343             </summary>\r
6344             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>\r
6345             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>\r
6346         </member>\r
6347         <member name="M:Newtonsoft.Json.Linq.JObject.GetValue(System.String)">\r
6348             <summary>\r
6349             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.\r
6350             </summary>\r
6351             <param name="propertyName">Name of the property.</param>\r
6352             <returns>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.</returns>\r
6353         </member>\r
6354         <member name="M:Newtonsoft.Json.Linq.JObject.GetValue(System.String,System.StringComparison)">\r
6355             <summary>\r
6356             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.\r
6357             The exact property name will be searched for first and if no matching property is found then\r
6358             the <see cref="T:System.StringComparison"/> will be used to match a property.\r
6359             </summary>\r
6360             <param name="propertyName">Name of the property.</param>\r
6361             <param name="comparison">One of the enumeration values that specifies how the strings will be compared.</param>\r
6362             <returns>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.</returns>\r
6363         </member>\r
6364         <member name="M:Newtonsoft.Json.Linq.JObject.TryGetValue(System.String,System.StringComparison,Newtonsoft.Json.Linq.JToken@)">\r
6365             <summary>\r
6366             Tries to get the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.\r
6367             The exact property name will be searched for first and if no matching property is found then\r
6368             the <see cref="T:System.StringComparison"/> will be used to match a property.\r
6369             </summary>\r
6370             <param name="propertyName">Name of the property.</param>\r
6371             <param name="value">The value.</param>\r
6372             <param name="comparison">One of the enumeration values that specifies how the strings will be compared.</param>\r
6373             <returns>true if a value was successfully retrieved; otherwise, false.</returns>\r
6374         </member>\r
6375         <member name="M:Newtonsoft.Json.Linq.JObject.Add(System.String,Newtonsoft.Json.Linq.JToken)">\r
6376             <summary>\r
6377             Adds the specified property name.\r
6378             </summary>\r
6379             <param name="propertyName">Name of the property.</param>\r
6380             <param name="value">The value.</param>\r
6381         </member>\r
6382         <member name="M:Newtonsoft.Json.Linq.JObject.Remove(System.String)">\r
6383             <summary>\r
6384             Removes the property with the specified name.\r
6385             </summary>\r
6386             <param name="propertyName">Name of the property.</param>\r
6387             <returns>true if item was successfully removed; otherwise, false.</returns>\r
6388         </member>\r
6389         <member name="M:Newtonsoft.Json.Linq.JObject.TryGetValue(System.String,Newtonsoft.Json.Linq.JToken@)">\r
6390             <summary>\r
6391             Tries the get value.\r
6392             </summary>\r
6393             <param name="propertyName">Name of the property.</param>\r
6394             <param name="value">The value.</param>\r
6395             <returns>true if a value was successfully retrieved; otherwise, false.</returns>\r
6396         </member>\r
6397         <member name="M:Newtonsoft.Json.Linq.JObject.GetEnumerator">\r
6398             <summary>\r
6399             Returns an enumerator that iterates through the collection.\r
6400             </summary>\r
6401             <returns>\r
6402             A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.\r
6403             </returns>\r
6404         </member>\r
6405         <member name="M:Newtonsoft.Json.Linq.JObject.OnPropertyChanged(System.String)">\r
6406             <summary>\r
6407             Raises the <see cref="E:Newtonsoft.Json.Linq.JObject.PropertyChanged"/> event with the provided arguments.\r
6408             </summary>\r
6409             <param name="propertyName">Name of the property.</param>\r
6410         </member>\r
6411         <member name="M:Newtonsoft.Json.Linq.JObject.OnPropertyChanging(System.String)">\r
6412             <summary>\r
6413             Raises the <see cref="E:Newtonsoft.Json.Linq.JObject.PropertyChanging"/> event with the provided arguments.\r
6414             </summary>\r
6415             <param name="propertyName">Name of the property.</param>\r
6416         </member>\r
6417         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetProperties">\r
6418             <summary>\r
6419             Returns the properties for this instance of a component.\r
6420             </summary>\r
6421             <returns>\r
6422             A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"/> that represents the properties for this component instance.\r
6423             </returns>\r
6424         </member>\r
6425         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetProperties(System.Attribute[])">\r
6426             <summary>\r
6427             Returns the properties for this instance of a component using the attribute array as a filter.\r
6428             </summary>\r
6429             <param name="attributes">An array of type <see cref="T:System.Attribute"/> that is used as a filter.</param>\r
6430             <returns>\r
6431             A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"/> that represents the filtered properties for this component instance.\r
6432             </returns>\r
6433         </member>\r
6434         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetAttributes">\r
6435             <summary>\r
6436             Returns a collection of custom attributes for this instance of a component.\r
6437             </summary>\r
6438             <returns>\r
6439             An <see cref="T:System.ComponentModel.AttributeCollection"/> containing the attributes for this object.\r
6440             </returns>\r
6441         </member>\r
6442         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetClassName">\r
6443             <summary>\r
6444             Returns the class name of this instance of a component.\r
6445             </summary>\r
6446             <returns>\r
6447             The class name of the object, or null if the class does not have a name.\r
6448             </returns>\r
6449         </member>\r
6450         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetComponentName">\r
6451             <summary>\r
6452             Returns the name of this instance of a component.\r
6453             </summary>\r
6454             <returns>\r
6455             The name of the object, or null if the object does not have a name.\r
6456             </returns>\r
6457         </member>\r
6458         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetConverter">\r
6459             <summary>\r
6460             Returns a type converter for this instance of a component.\r
6461             </summary>\r
6462             <returns>\r
6463             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.\r
6464             </returns>\r
6465         </member>\r
6466         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetDefaultEvent">\r
6467             <summary>\r
6468             Returns the default event for this instance of a component.\r
6469             </summary>\r
6470             <returns>\r
6471             An <see cref="T:System.ComponentModel.EventDescriptor"/> that represents the default event for this object, or null if this object does not have events.\r
6472             </returns>\r
6473         </member>\r
6474         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetDefaultProperty">\r
6475             <summary>\r
6476             Returns the default property for this instance of a component.\r
6477             </summary>\r
6478             <returns>\r
6479             A <see cref="T:System.ComponentModel.PropertyDescriptor"/> that represents the default property for this object, or null if this object does not have properties.\r
6480             </returns>\r
6481         </member>\r
6482         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetEditor(System.Type)">\r
6483             <summary>\r
6484             Returns an editor of the specified type for this instance of a component.\r
6485             </summary>\r
6486             <param name="editorBaseType">A <see cref="T:System.Type"/> that represents the editor for this object.</param>\r
6487             <returns>\r
6488             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.\r
6489             </returns>\r
6490         </member>\r
6491         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetEvents(System.Attribute[])">\r
6492             <summary>\r
6493             Returns the events for this instance of a component using the specified attribute array as a filter.\r
6494             </summary>\r
6495             <param name="attributes">An array of type <see cref="T:System.Attribute"/> that is used as a filter.</param>\r
6496             <returns>\r
6497             An <see cref="T:System.ComponentModel.EventDescriptorCollection"/> that represents the filtered events for this component instance.\r
6498             </returns>\r
6499         </member>\r
6500         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetEvents">\r
6501             <summary>\r
6502             Returns the events for this instance of a component.\r
6503             </summary>\r
6504             <returns>\r
6505             An <see cref="T:System.ComponentModel.EventDescriptorCollection"/> that represents the events for this component instance.\r
6506             </returns>\r
6507         </member>\r
6508         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetPropertyOwner(System.ComponentModel.PropertyDescriptor)">\r
6509             <summary>\r
6510             Returns an object that contains the property described by the specified property descriptor.\r
6511             </summary>\r
6512             <param name="pd">A <see cref="T:System.ComponentModel.PropertyDescriptor"/> that represents the property whose owner is to be found.</param>\r
6513             <returns>\r
6514             An <see cref="T:System.Object"/> that represents the owner of the specified property.\r
6515             </returns>\r
6516         </member>\r
6517         <member name="M:Newtonsoft.Json.Linq.JObject.GetMetaObject(System.Linq.Expressions.Expression)">\r
6518             <summary>\r
6519             Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.\r
6520             </summary>\r
6521             <param name="parameter">The expression tree representation of the runtime value.</param>\r
6522             <returns>\r
6523             The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.\r
6524             </returns>\r
6525         </member>\r
6526         <member name="P:Newtonsoft.Json.Linq.JObject.ChildrenTokens">\r
6527             <summary>\r
6528             Gets the container's children tokens.\r
6529             </summary>\r
6530             <value>The container's children tokens.</value>\r
6531         </member>\r
6532         <member name="E:Newtonsoft.Json.Linq.JObject.PropertyChanged">\r
6533             <summary>\r
6534             Occurs when a property value changes.\r
6535             </summary>\r
6536         </member>\r
6537         <member name="E:Newtonsoft.Json.Linq.JObject.PropertyChanging">\r
6538             <summary>\r
6539             Occurs when a property value is changing.\r
6540             </summary>\r
6541         </member>\r
6542         <member name="P:Newtonsoft.Json.Linq.JObject.Type">\r
6543             <summary>\r
6544             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
6545             </summary>\r
6546             <value>The type.</value>\r
6547         </member>\r
6548         <member name="P:Newtonsoft.Json.Linq.JObject.Item(System.Object)">\r
6549             <summary>\r
6550             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.\r
6551             </summary>\r
6552             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>\r
6553         </member>\r
6554         <member name="P:Newtonsoft.Json.Linq.JObject.Item(System.String)">\r
6555             <summary>\r
6556             Gets or sets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.\r
6557             </summary>\r
6558             <value></value>\r
6559         </member>\r
6560         <member name="T:Newtonsoft.Json.Linq.JArray">\r
6561             <summary>\r
6562             Represents a JSON array.\r
6563             </summary>\r
6564             <example>\r
6565               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParseArray" title="Parsing a JSON Array from Text" />\r
6566             </example>\r
6567         </member>\r
6568         <member name="M:Newtonsoft.Json.Linq.JArray.#ctor">\r
6569             <summary>\r
6570             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class.\r
6571             </summary>\r
6572         </member>\r
6573         <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(Newtonsoft.Json.Linq.JArray)">\r
6574             <summary>\r
6575             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class from another <see cref="T:Newtonsoft.Json.Linq.JArray"/> object.\r
6576             </summary>\r
6577             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JArray"/> object to copy from.</param>\r
6578         </member>\r
6579         <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(System.Object[])">\r
6580             <summary>\r
6581             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class with the specified content.\r
6582             </summary>\r
6583             <param name="content">The contents of the array.</param>\r
6584         </member>\r
6585         <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(System.Object)">\r
6586             <summary>\r
6587             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class with the specified content.\r
6588             </summary>\r
6589             <param name="content">The contents of the array.</param>\r
6590         </member>\r
6591         <member name="M:Newtonsoft.Json.Linq.JArray.Load(Newtonsoft.Json.JsonReader)">\r
6592             <summary>\r
6593             Loads an <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. \r
6594             </summary>\r
6595             <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>\r
6596             <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>\r
6597         </member>\r
6598         <member name="M:Newtonsoft.Json.Linq.JArray.Parse(System.String)">\r
6599             <summary>\r
6600             Load a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a string that contains JSON.\r
6601             </summary>\r
6602             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>\r
6603             <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> populated from the string that contains JSON.</returns>\r
6604             <example>\r
6605               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParseArray" title="Parsing a JSON Array from Text"/>\r
6606             </example>\r
6607         </member>\r
6608         <member name="M:Newtonsoft.Json.Linq.JArray.FromObject(System.Object)">\r
6609             <summary>\r
6610             Creates a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from an object.\r
6611             </summary>\r
6612             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>\r
6613             <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> with the values of the specified object</returns>\r
6614         </member>\r
6615         <member name="M:Newtonsoft.Json.Linq.JArray.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">\r
6616             <summary>\r
6617             Creates a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from an object.\r
6618             </summary>\r
6619             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>\r
6620             <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used to read the object.</param>\r
6621             <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> with the values of the specified object</returns>\r
6622         </member>\r
6623         <member name="M:Newtonsoft.Json.Linq.JArray.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">\r
6624             <summary>\r
6625             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.\r
6626             </summary>\r
6627             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>\r
6628             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>\r
6629         </member>\r
6630         <member name="M:Newtonsoft.Json.Linq.JArray.IndexOf(Newtonsoft.Json.Linq.JToken)">\r
6631             <summary>\r
6632             Determines the index of a specific item in the <see cref="T:System.Collections.Generic.IList`1"/>.\r
6633             </summary>\r
6634             <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.IList`1"/>.</param>\r
6635             <returns>\r
6636             The index of <paramref name="item"/> if found in the list; otherwise, -1.\r
6637             </returns>\r
6638         </member>\r
6639         <member name="M:Newtonsoft.Json.Linq.JArray.Insert(System.Int32,Newtonsoft.Json.Linq.JToken)">\r
6640             <summary>\r
6641             Inserts an item to the <see cref="T:System.Collections.Generic.IList`1"/> at the specified index.\r
6642             </summary>\r
6643             <param name="index">The zero-based index at which <paramref name="item"/> should be inserted.</param>\r
6644             <param name="item">The object to insert into the <see cref="T:System.Collections.Generic.IList`1"/>.</param>\r
6645             <exception cref="T:System.ArgumentOutOfRangeException">\r
6646                 <paramref name="index"/> is not a valid index in the <see cref="T:System.Collections.Generic.IList`1"/>.</exception>\r
6647             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IList`1"/> is read-only.</exception>\r
6648         </member>\r
6649         <member name="M:Newtonsoft.Json.Linq.JArray.RemoveAt(System.Int32)">\r
6650             <summary>\r
6651             Removes the <see cref="T:System.Collections.Generic.IList`1"/> item at the specified index.\r
6652             </summary>\r
6653             <param name="index">The zero-based index of the item to remove.</param>\r
6654             <exception cref="T:System.ArgumentOutOfRangeException">\r
6655                 <paramref name="index"/> is not a valid index in the <see cref="T:System.Collections.Generic.IList`1"/>.</exception>\r
6656             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IList`1"/> is read-only.</exception>\r
6657         </member>\r
6658         <member name="M:Newtonsoft.Json.Linq.JArray.GetEnumerator">\r
6659             <summary>\r
6660             Returns an enumerator that iterates through the collection.\r
6661             </summary>\r
6662             <returns>\r
6663             A <see cref="T:System.Collections.Generic.IEnumerator`1" /> that can be used to iterate through the collection.\r
6664             </returns>\r
6665         </member>\r
6666         <member name="M:Newtonsoft.Json.Linq.JArray.Add(Newtonsoft.Json.Linq.JToken)">\r
6667             <summary>\r
6668             Adds an item to the <see cref="T:System.Collections.Generic.ICollection`1"/>.\r
6669             </summary>\r
6670             <param name="item">The object to add to the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>\r
6671             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only.</exception>\r
6672         </member>\r
6673         <member name="M:Newtonsoft.Json.Linq.JArray.Clear">\r
6674             <summary>\r
6675             Removes all items from the <see cref="T:System.Collections.Generic.ICollection`1"/>.\r
6676             </summary>\r
6677             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only. </exception>\r
6678         </member>\r
6679         <member name="M:Newtonsoft.Json.Linq.JArray.Contains(Newtonsoft.Json.Linq.JToken)">\r
6680             <summary>\r
6681             Determines whether the <see cref="T:System.Collections.Generic.ICollection`1"/> contains a specific value.\r
6682             </summary>\r
6683             <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>\r
6684             <returns>\r
6685             true if <paramref name="item"/> is found in the <see cref="T:System.Collections.Generic.ICollection`1"/>; otherwise, false.\r
6686             </returns>\r
6687         </member>\r
6688         <member name="M:Newtonsoft.Json.Linq.JArray.CopyTo(Newtonsoft.Json.Linq.JToken[],System.Int32)">\r
6689             <summary>\r
6690             Copies to.\r
6691             </summary>\r
6692             <param name="array">The array.</param>\r
6693             <param name="arrayIndex">Index of the array.</param>\r
6694         </member>\r
6695         <member name="M:Newtonsoft.Json.Linq.JArray.Remove(Newtonsoft.Json.Linq.JToken)">\r
6696             <summary>\r
6697             Removes the first occurrence of a specific object from the <see cref="T:System.Collections.Generic.ICollection`1"/>.\r
6698             </summary>\r
6699             <param name="item">The object to remove from the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>\r
6700             <returns>\r
6701             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"/>.\r
6702             </returns>\r
6703             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only.</exception>\r
6704         </member>\r
6705         <member name="P:Newtonsoft.Json.Linq.JArray.ChildrenTokens">\r
6706             <summary>\r
6707             Gets the container's children tokens.\r
6708             </summary>\r
6709             <value>The container's children tokens.</value>\r
6710         </member>\r
6711         <member name="P:Newtonsoft.Json.Linq.JArray.Type">\r
6712             <summary>\r
6713             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
6714             </summary>\r
6715             <value>The type.</value>\r
6716         </member>\r
6717         <member name="P:Newtonsoft.Json.Linq.JArray.Item(System.Object)">\r
6718             <summary>\r
6719             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.\r
6720             </summary>\r
6721             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>\r
6722         </member>\r
6723         <member name="P:Newtonsoft.Json.Linq.JArray.Item(System.Int32)">\r
6724             <summary>\r
6725             Gets or sets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> at the specified index.\r
6726             </summary>\r
6727             <value></value>\r
6728         </member>\r
6729         <member name="P:Newtonsoft.Json.Linq.JArray.IsReadOnly">\r
6730             <summary>\r
6731             Gets a value indicating whether the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only.\r
6732             </summary>\r
6733             <returns>true if the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only; otherwise, false.</returns>\r
6734         </member>\r
6735         <member name="T:Newtonsoft.Json.Linq.JTokenReader">\r
6736             <summary>\r
6737             Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data.\r
6738             </summary>\r
6739         </member>\r
6740         <member name="M:Newtonsoft.Json.Linq.JTokenReader.#ctor(Newtonsoft.Json.Linq.JToken)">\r
6741             <summary>\r
6742             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JTokenReader"/> class.\r
6743             </summary>\r
6744             <param name="token">The token to read from.</param>\r
6745         </member>\r
6746         <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsBytes">\r
6747             <summary>\r
6748             Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].\r
6749             </summary>\r
6750             <returns>\r
6751             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.\r
6752             </returns>\r
6753         </member>\r
6754         <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDecimal">\r
6755             <summary>\r
6756             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
6757             </summary>\r
6758             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>\r
6759         </member>\r
6760         <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsInt32">\r
6761             <summary>\r
6762             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
6763             </summary>\r
6764             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>\r
6765         </member>\r
6766         <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsString">\r
6767             <summary>\r
6768             Reads the next JSON token from the stream as a <see cref="T:System.String"/>.\r
6769             </summary>\r
6770             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>\r
6771         </member>\r
6772         <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDateTime">\r
6773             <summary>\r
6774             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
6775             </summary>\r
6776             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>\r
6777         </member>\r
6778         <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDateTimeOffset">\r
6779             <summary>\r
6780             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
6781             </summary>\r
6782             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>\r
6783         </member>\r
6784         <member name="M:Newtonsoft.Json.Linq.JTokenReader.Read">\r
6785             <summary>\r
6786             Reads the next JSON token from the stream.\r
6787             </summary>\r
6788             <returns>\r
6789             true if the next token was read successfully; false if there are no more tokens to read.\r
6790             </returns>\r
6791         </member>\r
6792         <member name="P:Newtonsoft.Json.Linq.JTokenReader.CurrentToken">\r
6793             <summary>\r
6794             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> at the reader's current position.\r
6795             </summary>\r
6796         </member>\r
6797         <member name="P:Newtonsoft.Json.Linq.JTokenReader.Path">\r
6798             <summary>\r
6799             Gets the path of the current JSON token. \r
6800             </summary>\r
6801         </member>\r
6802         <member name="T:Newtonsoft.Json.Linq.JTokenWriter">\r
6803             <summary>\r
6804             Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.\r
6805             </summary>\r
6806         </member>\r
6807         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.#ctor(Newtonsoft.Json.Linq.JContainer)">\r
6808             <summary>\r
6809             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"/>.\r
6810             </summary>\r
6811             <param name="container">The container being written to.</param>\r
6812         </member>\r
6813         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.#ctor">\r
6814             <summary>\r
6815             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JTokenWriter"/> class.\r
6816             </summary>\r
6817         </member>\r
6818         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.Flush">\r
6819             <summary>\r
6820             Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.\r
6821             </summary>\r
6822         </member>\r
6823         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.Close">\r
6824             <summary>\r
6825             Closes this stream and the underlying stream.\r
6826             </summary>\r
6827         </member>\r
6828         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartObject">\r
6829             <summary>\r
6830             Writes the beginning of a JSON object.\r
6831             </summary>\r
6832         </member>\r
6833         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartArray">\r
6834             <summary>\r
6835             Writes the beginning of a JSON array.\r
6836             </summary>\r
6837         </member>\r
6838         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartConstructor(System.String)">\r
6839             <summary>\r
6840             Writes the start of a constructor with the given name.\r
6841             </summary>\r
6842             <param name="name">The name of the constructor.</param>\r
6843         </member>\r
6844         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteEnd(Newtonsoft.Json.JsonToken)">\r
6845             <summary>\r
6846             Writes the end.\r
6847             </summary>\r
6848             <param name="token">The token.</param>\r
6849         </member>\r
6850         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WritePropertyName(System.String)">\r
6851             <summary>\r
6852             Writes the property name of a name/value pair on a JSON object.\r
6853             </summary>\r
6854             <param name="name">The name of the property.</param>\r
6855         </member>\r
6856         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Object)">\r
6857             <summary>\r
6858             Writes a <see cref="T:System.Object"/> value.\r
6859             An error will raised if the value cannot be written as a single JSON token.\r
6860             </summary>\r
6861             <param name="value">The <see cref="T:System.Object"/> value to write.</param>\r
6862         </member>\r
6863         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteNull">\r
6864             <summary>\r
6865             Writes a null value.\r
6866             </summary>\r
6867         </member>\r
6868         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteUndefined">\r
6869             <summary>\r
6870             Writes an undefined value.\r
6871             </summary>\r
6872         </member>\r
6873         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteRaw(System.String)">\r
6874             <summary>\r
6875             Writes raw JSON.\r
6876             </summary>\r
6877             <param name="json">The raw JSON to write.</param>\r
6878         </member>\r
6879         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteComment(System.String)">\r
6880             <summary>\r
6881             Writes out a comment <code>/*...*/</code> containing the specified text.\r
6882             </summary>\r
6883             <param name="text">Text to place inside the comment.</param>\r
6884         </member>\r
6885         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.String)">\r
6886             <summary>\r
6887             Writes a <see cref="T:System.String"/> value.\r
6888             </summary>\r
6889             <param name="value">The <see cref="T:System.String"/> value to write.</param>\r
6890         </member>\r
6891         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int32)">\r
6892             <summary>\r
6893             Writes a <see cref="T:System.Int32"/> value.\r
6894             </summary>\r
6895             <param name="value">The <see cref="T:System.Int32"/> value to write.</param>\r
6896         </member>\r
6897         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt32)">\r
6898             <summary>\r
6899             Writes a <see cref="T:System.UInt32"/> value.\r
6900             </summary>\r
6901             <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>\r
6902         </member>\r
6903         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int64)">\r
6904             <summary>\r
6905             Writes a <see cref="T:System.Int64"/> value.\r
6906             </summary>\r
6907             <param name="value">The <see cref="T:System.Int64"/> value to write.</param>\r
6908         </member>\r
6909         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt64)">\r
6910             <summary>\r
6911             Writes a <see cref="T:System.UInt64"/> value.\r
6912             </summary>\r
6913             <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>\r
6914         </member>\r
6915         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Single)">\r
6916             <summary>\r
6917             Writes a <see cref="T:System.Single"/> value.\r
6918             </summary>\r
6919             <param name="value">The <see cref="T:System.Single"/> value to write.</param>\r
6920         </member>\r
6921         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Double)">\r
6922             <summary>\r
6923             Writes a <see cref="T:System.Double"/> value.\r
6924             </summary>\r
6925             <param name="value">The <see cref="T:System.Double"/> value to write.</param>\r
6926         </member>\r
6927         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Boolean)">\r
6928             <summary>\r
6929             Writes a <see cref="T:System.Boolean"/> value.\r
6930             </summary>\r
6931             <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>\r
6932         </member>\r
6933         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int16)">\r
6934             <summary>\r
6935             Writes a <see cref="T:System.Int16"/> value.\r
6936             </summary>\r
6937             <param name="value">The <see cref="T:System.Int16"/> value to write.</param>\r
6938         </member>\r
6939         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt16)">\r
6940             <summary>\r
6941             Writes a <see cref="T:System.UInt16"/> value.\r
6942             </summary>\r
6943             <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>\r
6944         </member>\r
6945         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Char)">\r
6946             <summary>\r
6947             Writes a <see cref="T:System.Char"/> value.\r
6948             </summary>\r
6949             <param name="value">The <see cref="T:System.Char"/> value to write.</param>\r
6950         </member>\r
6951         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Byte)">\r
6952             <summary>\r
6953             Writes a <see cref="T:System.Byte"/> value.\r
6954             </summary>\r
6955             <param name="value">The <see cref="T:System.Byte"/> value to write.</param>\r
6956         </member>\r
6957         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.SByte)">\r
6958             <summary>\r
6959             Writes a <see cref="T:System.SByte"/> value.\r
6960             </summary>\r
6961             <param name="value">The <see cref="T:System.SByte"/> value to write.</param>\r
6962         </member>\r
6963         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Decimal)">\r
6964             <summary>\r
6965             Writes a <see cref="T:System.Decimal"/> value.\r
6966             </summary>\r
6967             <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>\r
6968         </member>\r
6969         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.DateTime)">\r
6970             <summary>\r
6971             Writes a <see cref="T:System.DateTime"/> value.\r
6972             </summary>\r
6973             <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>\r
6974         </member>\r
6975         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.DateTimeOffset)">\r
6976             <summary>\r
6977             Writes a <see cref="T:System.DateTimeOffset"/> value.\r
6978             </summary>\r
6979             <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>\r
6980         </member>\r
6981         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Byte[])">\r
6982             <summary>\r
6983             Writes a <see cref="T:System.Byte"/>[] value.\r
6984             </summary>\r
6985             <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param>\r
6986         </member>\r
6987         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.TimeSpan)">\r
6988             <summary>\r
6989             Writes a <see cref="T:System.TimeSpan"/> value.\r
6990             </summary>\r
6991             <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>\r
6992         </member>\r
6993         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Guid)">\r
6994             <summary>\r
6995             Writes a <see cref="T:System.Guid"/> value.\r
6996             </summary>\r
6997             <param name="value">The <see cref="T:System.Guid"/> value to write.</param>\r
6998         </member>\r
6999         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Uri)">\r
7000             <summary>\r
7001             Writes a <see cref="T:System.Uri"/> value.\r
7002             </summary>\r
7003             <param name="value">The <see cref="T:System.Uri"/> value to write.</param>\r
7004         </member>\r
7005         <member name="P:Newtonsoft.Json.Linq.JTokenWriter.CurrentToken">\r
7006             <summary>\r
7007             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> at the writer's current position.\r
7008             </summary>\r
7009         </member>\r
7010         <member name="P:Newtonsoft.Json.Linq.JTokenWriter.Token">\r
7011             <summary>\r
7012             Gets the token being writen.\r
7013             </summary>\r
7014             <value>The token being writen.</value>\r
7015         </member>\r
7016         <member name="T:Newtonsoft.Json.Linq.JProperty">\r
7017             <summary>\r
7018             Represents a JSON property.\r
7019             </summary>\r
7020         </member>\r
7021         <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(Newtonsoft.Json.Linq.JProperty)">\r
7022             <summary>\r
7023             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class from another <see cref="T:Newtonsoft.Json.Linq.JProperty"/> object.\r
7024             </summary>\r
7025             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> object to copy from.</param>\r
7026         </member>\r
7027         <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(System.String,System.Object[])">\r
7028             <summary>\r
7029             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class.\r
7030             </summary>\r
7031             <param name="name">The property name.</param>\r
7032             <param name="content">The property content.</param>\r
7033         </member>\r
7034         <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(System.String,System.Object)">\r
7035             <summary>\r
7036             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class.\r
7037             </summary>\r
7038             <param name="name">The property name.</param>\r
7039             <param name="content">The property content.</param>\r
7040         </member>\r
7041         <member name="M:Newtonsoft.Json.Linq.JProperty.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">\r
7042             <summary>\r
7043             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.\r
7044             </summary>\r
7045             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>\r
7046             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>\r
7047         </member>\r
7048         <member name="M:Newtonsoft.Json.Linq.JProperty.Load(Newtonsoft.Json.JsonReader)">\r
7049             <summary>\r
7050             Loads an <see cref="T:Newtonsoft.Json.Linq.JProperty"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. \r
7051             </summary>\r
7052             <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>\r
7053             <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>\r
7054         </member>\r
7055         <member name="P:Newtonsoft.Json.Linq.JProperty.ChildrenTokens">\r
7056             <summary>\r
7057             Gets the container's children tokens.\r
7058             </summary>\r
7059             <value>The container's children tokens.</value>\r
7060         </member>\r
7061         <member name="P:Newtonsoft.Json.Linq.JProperty.Name">\r
7062             <summary>\r
7063             Gets the property name.\r
7064             </summary>\r
7065             <value>The property name.</value>\r
7066         </member>\r
7067         <member name="P:Newtonsoft.Json.Linq.JProperty.Value">\r
7068             <summary>\r
7069             Gets or sets the property value.\r
7070             </summary>\r
7071             <value>The property value.</value>\r
7072         </member>\r
7073         <member name="P:Newtonsoft.Json.Linq.JProperty.Type">\r
7074             <summary>\r
7075             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
7076             </summary>\r
7077             <value>The type.</value>\r
7078         </member>\r
7079         <member name="T:Newtonsoft.Json.Linq.JTokenType">\r
7080             <summary>\r
7081             Specifies the type of token.\r
7082             </summary>\r
7083         </member>\r
7084         <member name="F:Newtonsoft.Json.Linq.JTokenType.None">\r
7085             <summary>\r
7086             No token type has been set.\r
7087             </summary>\r
7088         </member>\r
7089         <member name="F:Newtonsoft.Json.Linq.JTokenType.Object">\r
7090             <summary>\r
7091             A JSON object.\r
7092             </summary>\r
7093         </member>\r
7094         <member name="F:Newtonsoft.Json.Linq.JTokenType.Array">\r
7095             <summary>\r
7096             A JSON array.\r
7097             </summary>\r
7098         </member>\r
7099         <member name="F:Newtonsoft.Json.Linq.JTokenType.Constructor">\r
7100             <summary>\r
7101             A JSON constructor.\r
7102             </summary>\r
7103         </member>\r
7104         <member name="F:Newtonsoft.Json.Linq.JTokenType.Property">\r
7105             <summary>\r
7106             A JSON object property.\r
7107             </summary>\r
7108         </member>\r
7109         <member name="F:Newtonsoft.Json.Linq.JTokenType.Comment">\r
7110             <summary>\r
7111             A comment.\r
7112             </summary>\r
7113         </member>\r
7114         <member name="F:Newtonsoft.Json.Linq.JTokenType.Integer">\r
7115             <summary>\r
7116             An integer value.\r
7117             </summary>\r
7118         </member>\r
7119         <member name="F:Newtonsoft.Json.Linq.JTokenType.Float">\r
7120             <summary>\r
7121             A float value.\r
7122             </summary>\r
7123         </member>\r
7124         <member name="F:Newtonsoft.Json.Linq.JTokenType.String">\r
7125             <summary>\r
7126             A string value.\r
7127             </summary>\r
7128         </member>\r
7129         <member name="F:Newtonsoft.Json.Linq.JTokenType.Boolean">\r
7130             <summary>\r
7131             A boolean value.\r
7132             </summary>\r
7133         </member>\r
7134         <member name="F:Newtonsoft.Json.Linq.JTokenType.Null">\r
7135             <summary>\r
7136             A null value.\r
7137             </summary>\r
7138         </member>\r
7139         <member name="F:Newtonsoft.Json.Linq.JTokenType.Undefined">\r
7140             <summary>\r
7141             An undefined value.\r
7142             </summary>\r
7143         </member>\r
7144         <member name="F:Newtonsoft.Json.Linq.JTokenType.Date">\r
7145             <summary>\r
7146             A date value.\r
7147             </summary>\r
7148         </member>\r
7149         <member name="F:Newtonsoft.Json.Linq.JTokenType.Raw">\r
7150             <summary>\r
7151             A raw JSON value.\r
7152             </summary>\r
7153         </member>\r
7154         <member name="F:Newtonsoft.Json.Linq.JTokenType.Bytes">\r
7155             <summary>\r
7156             A collection of bytes value.\r
7157             </summary>\r
7158         </member>\r
7159         <member name="F:Newtonsoft.Json.Linq.JTokenType.Guid">\r
7160             <summary>\r
7161             A Guid value.\r
7162             </summary>\r
7163         </member>\r
7164         <member name="F:Newtonsoft.Json.Linq.JTokenType.Uri">\r
7165             <summary>\r
7166             A Uri value.\r
7167             </summary>\r
7168         </member>\r
7169         <member name="F:Newtonsoft.Json.Linq.JTokenType.TimeSpan">\r
7170             <summary>\r
7171             A TimeSpan value.\r
7172             </summary>\r
7173         </member>\r
7174         <member name="T:Newtonsoft.Json.Schema.Extensions">\r
7175             <summary>\r
7176             <para>\r
7177             Contains the JSON schema extension methods.\r
7178             </para>\r
7179             <note type="caution">\r
7180             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.\r
7181             </note>\r
7182             </summary>\r
7183         </member>\r
7184         <member name="M:Newtonsoft.Json.Schema.Extensions.IsValid(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema)">\r
7185             <summary>\r
7186             <para>\r
7187             Determines whether the <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid.\r
7188             </para>\r
7189             <note type="caution">\r
7190             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.\r
7191             </note>\r
7192             </summary>\r
7193             <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>\r
7194             <param name="schema">The schema to test with.</param>\r
7195             <returns>\r
7196                 <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid; otherwise, <c>false</c>.\r
7197             </returns>\r
7198         </member>\r
7199         <member name="M:Newtonsoft.Json.Schema.Extensions.IsValid(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema,System.Collections.Generic.IList{System.String}@)">\r
7200             <summary>\r
7201             <para>\r
7202             Determines whether the <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid.\r
7203             </para>\r
7204             <note type="caution">\r
7205             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.\r
7206             </note>\r
7207             </summary>\r
7208             <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>\r
7209             <param name="schema">The schema to test with.</param>\r
7210             <param name="errorMessages">When this method returns, contains any error messages generated while validating. </param>\r
7211             <returns>\r
7212                 <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid; otherwise, <c>false</c>.\r
7213             </returns>\r
7214         </member>\r
7215         <member name="M:Newtonsoft.Json.Schema.Extensions.Validate(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema)">\r
7216             <summary>\r
7217             <para>\r
7218             Validates the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
7219             </para>\r
7220             <note type="caution">\r
7221             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.\r
7222             </note>\r
7223             </summary>\r
7224             <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>\r
7225             <param name="schema">The schema to test with.</param>\r
7226         </member>\r
7227         <member name="M:Newtonsoft.Json.Schema.Extensions.Validate(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema,Newtonsoft.Json.Schema.ValidationEventHandler)">\r
7228             <summary>\r
7229             <para>\r
7230             Validates the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
7231             </para>\r
7232             <note type="caution">\r
7233             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.\r
7234             </note>\r
7235             </summary>\r
7236             <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>\r
7237             <param name="schema">The schema to test with.</param>\r
7238             <param name="validationEventHandler">The validation event handler.</param>\r
7239         </member>\r
7240         <member name="T:Newtonsoft.Json.Schema.JsonSchemaException">\r
7241             <summary>\r
7242             <para>\r
7243             Returns detailed information about the schema exception.\r
7244             </para>\r
7245             <note type="caution">\r
7246             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.\r
7247             </note>\r
7248             </summary>\r
7249         </member>\r
7250         <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor">\r
7251             <summary>\r
7252             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class.\r
7253             </summary>\r
7254         </member>\r
7255         <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.String)">\r
7256             <summary>\r
7257             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class\r
7258             with a specified error message.\r
7259             </summary>\r
7260             <param name="message">The error message that explains the reason for the exception.</param>\r
7261         </member>\r
7262         <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.String,System.Exception)">\r
7263             <summary>\r
7264             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class\r
7265             with a specified error message and a reference to the inner exception that is the cause of this exception.\r
7266             </summary>\r
7267             <param name="message">The error message that explains the reason for the exception.</param>\r
7268             <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>\r
7269         </member>\r
7270         <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">\r
7271             <summary>\r
7272             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class.\r
7273             </summary>\r
7274             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>\r
7275             <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>\r
7276             <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception>\r
7277             <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception>\r
7278         </member>\r
7279         <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.LineNumber">\r
7280             <summary>\r
7281             Gets the line number indicating where the error occurred.\r
7282             </summary>\r
7283             <value>The line number indicating where the error occurred.</value>\r
7284         </member>\r
7285         <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.LinePosition">\r
7286             <summary>\r
7287             Gets the line position indicating where the error occurred.\r
7288             </summary>\r
7289             <value>The line position indicating where the error occurred.</value>\r
7290         </member>\r
7291         <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.Path">\r
7292             <summary>\r
7293             Gets the path to the JSON where the error occurred.\r
7294             </summary>\r
7295             <value>The path to the JSON where the error occurred.</value>\r
7296         </member>\r
7297         <member name="T:Newtonsoft.Json.Schema.JsonSchemaResolver">\r
7298             <summary>\r
7299             <para>\r
7300             Resolves <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from an id.\r
7301             </para>\r
7302             <note type="caution">\r
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.\r
7304             </note>\r
7305             </summary>\r
7306         </member>\r
7307         <member name="M:Newtonsoft.Json.Schema.JsonSchemaResolver.#ctor">\r
7308             <summary>\r
7309             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> class.\r
7310             </summary>\r
7311         </member>\r
7312         <member name="M:Newtonsoft.Json.Schema.JsonSchemaResolver.GetSchema(System.String)">\r
7313             <summary>\r
7314             Gets a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> for the specified reference.\r
7315             </summary>\r
7316             <param name="reference">The id.</param>\r
7317             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> for the specified reference.</returns>\r
7318         </member>\r
7319         <member name="P:Newtonsoft.Json.Schema.JsonSchemaResolver.LoadedSchemas">\r
7320             <summary>\r
7321             Gets or sets the loaded schemas.\r
7322             </summary>\r
7323             <value>The loaded schemas.</value>\r
7324         </member>\r
7325         <member name="T:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling">\r
7326             <summary>\r
7327             <para>\r
7328             Specifies undefined schema Id handling options for the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaGenerator"/>.\r
7329             </para>\r
7330             <note type="caution">\r
7331             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.\r
7332             </note>\r
7333             </summary>\r
7334         </member>\r
7335         <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.None">\r
7336             <summary>\r
7337             Do not infer a schema Id.\r
7338             </summary>\r
7339         </member>\r
7340         <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.UseTypeName">\r
7341             <summary>\r
7342             Use the .NET type name as the schema Id.\r
7343             </summary>\r
7344         </member>\r
7345         <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.UseAssemblyQualifiedName">\r
7346             <summary>\r
7347             Use the assembly qualified .NET type name as the schema Id.\r
7348             </summary>\r
7349         </member>\r
7350         <member name="T:Newtonsoft.Json.Schema.ValidationEventArgs">\r
7351             <summary>\r
7352             <para>\r
7353             Returns detailed information related to the <see cref="T:Newtonsoft.Json.Schema.ValidationEventHandler"/>.\r
7354             </para>\r
7355             <note type="caution">\r
7356             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.\r
7357             </note>\r
7358             </summary>\r
7359         </member>\r
7360         <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Exception">\r
7361             <summary>\r
7362             Gets the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> associated with the validation error.\r
7363             </summary>\r
7364             <value>The JsonSchemaException associated with the validation error.</value>\r
7365         </member>\r
7366         <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Path">\r
7367             <summary>\r
7368             Gets the path of the JSON location where the validation error occurred.\r
7369             </summary>\r
7370             <value>The path of the JSON location where the validation error occurred.</value>\r
7371         </member>\r
7372         <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Message">\r
7373             <summary>\r
7374             Gets the text description corresponding to the validation error.\r
7375             </summary>\r
7376             <value>The text description.</value>\r
7377         </member>\r
7378         <member name="T:Newtonsoft.Json.Schema.ValidationEventHandler">\r
7379             <summary>\r
7380             <para>\r
7381             Represents the callback method that will handle JSON schema validation events and the <see cref="T:Newtonsoft.Json.Schema.ValidationEventArgs"/>.\r
7382             </para>\r
7383             <note type="caution">\r
7384             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.\r
7385             </note>\r
7386             </summary>\r
7387         </member>\r
7388         <member name="T:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver">\r
7389             <summary>\r
7390             Resolves member mappings for a type, camel casing property names.\r
7391             </summary>\r
7392         </member>\r
7393         <member name="T:Newtonsoft.Json.Serialization.DefaultContractResolver">\r
7394             <summary>\r
7395             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"/>.\r
7396             </summary>\r
7397         </member>\r
7398         <member name="T:Newtonsoft.Json.Serialization.IContractResolver">\r
7399             <summary>\r
7400             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"/>.\r
7401             </summary>\r
7402             <example>\r
7403               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeContractResolverObject" title="IContractResolver Class"/>\r
7404               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeContractResolverExample" title="IContractResolver Example"/>\r
7405             </example>\r
7406         </member>\r
7407         <member name="M:Newtonsoft.Json.Serialization.IContractResolver.ResolveContract(System.Type)">\r
7408             <summary>\r
7409             Resolves the contract for a given type.\r
7410             </summary>\r
7411             <param name="type">The type to resolve a contract for.</param>\r
7412             <returns>The contract for a given type.</returns>\r
7413         </member>\r
7414         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.#ctor">\r
7415             <summary>\r
7416             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> class.\r
7417             </summary>\r
7418         </member>\r
7419         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.#ctor(System.Boolean)">\r
7420             <summary>\r
7421             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> class.\r
7422             </summary>\r
7423             <param name="shareCache">\r
7424             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.\r
7425             Sharing the cache will significantly improve performance with multiple resolver instances because expensive reflection will only\r
7426             happen once. This setting can cause unexpected behavior if different instances of the resolver are suppose to produce different\r
7427             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"/>.\r
7428             </param>\r
7429         </member>\r
7430         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContract(System.Type)">\r
7431             <summary>\r
7432             Resolves the contract for a given type.\r
7433             </summary>\r
7434             <param name="type">The type to resolve a contract for.</param>\r
7435             <returns>The contract for a given type.</returns>\r
7436         </member>\r
7437         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.GetSerializableMembers(System.Type)">\r
7438             <summary>\r
7439             Gets the serializable members for the type.\r
7440             </summary>\r
7441             <param name="objectType">The type to get serializable members for.</param>\r
7442             <returns>The serializable members for the type.</returns>\r
7443         </member>\r
7444         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateObjectContract(System.Type)">\r
7445             <summary>\r
7446             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> for the given type.\r
7447             </summary>\r
7448             <param name="objectType">Type of the object.</param>\r
7449             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> for the given type.</returns>\r
7450         </member>\r
7451         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateConstructorParameters(System.Reflection.ConstructorInfo,Newtonsoft.Json.Serialization.JsonPropertyCollection)">\r
7452             <summary>\r
7453             Creates the constructor parameters.\r
7454             </summary>\r
7455             <param name="constructor">The constructor to create properties for.</param>\r
7456             <param name="memberProperties">The type's member properties.</param>\r
7457             <returns>Properties for the given <see cref="T:System.Reflection.ConstructorInfo"/>.</returns>\r
7458         </member>\r
7459         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreatePropertyFromConstructorParameter(Newtonsoft.Json.Serialization.JsonProperty,System.Reflection.ParameterInfo)">\r
7460             <summary>\r
7461             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.ParameterInfo"/>.\r
7462             </summary>\r
7463             <param name="matchingMemberProperty">The matching member property.</param>\r
7464             <param name="parameterInfo">The constructor parameter.</param>\r
7465             <returns>A created <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.ParameterInfo"/>.</returns>\r
7466         </member>\r
7467         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContractConverter(System.Type)">\r
7468             <summary>\r
7469             Resolves the default <see cref="T:Newtonsoft.Json.JsonConverter"/> for the contract.\r
7470             </summary>\r
7471             <param name="objectType">Type of the object.</param>\r
7472             <returns>The contract's default <see cref="T:Newtonsoft.Json.JsonConverter"/>.</returns>\r
7473         </member>\r
7474         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateDictionaryContract(System.Type)">\r
7475             <summary>\r
7476             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> for the given type.\r
7477             </summary>\r
7478             <param name="objectType">Type of the object.</param>\r
7479             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> for the given type.</returns>\r
7480         </member>\r
7481         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateArrayContract(System.Type)">\r
7482             <summary>\r
7483             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> for the given type.\r
7484             </summary>\r
7485             <param name="objectType">Type of the object.</param>\r
7486             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> for the given type.</returns>\r
7487         </member>\r
7488         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreatePrimitiveContract(System.Type)">\r
7489             <summary>\r
7490             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> for the given type.\r
7491             </summary>\r
7492             <param name="objectType">Type of the object.</param>\r
7493             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> for the given type.</returns>\r
7494         </member>\r
7495         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateLinqContract(System.Type)">\r
7496             <summary>\r
7497             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> for the given type.\r
7498             </summary>\r
7499             <param name="objectType">Type of the object.</param>\r
7500             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> for the given type.</returns>\r
7501         </member>\r
7502         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateISerializableContract(System.Type)">\r
7503             <summary>\r
7504             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonISerializableContract"/> for the given type.\r
7505             </summary>\r
7506             <param name="objectType">Type of the object.</param>\r
7507             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonISerializableContract"/> for the given type.</returns>\r
7508         </member>\r
7509         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateDynamicContract(System.Type)">\r
7510             <summary>\r
7511             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonDynamicContract"/> for the given type.\r
7512             </summary>\r
7513             <param name="objectType">Type of the object.</param>\r
7514             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonDynamicContract"/> for the given type.</returns>\r
7515         </member>\r
7516         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateStringContract(System.Type)">\r
7517             <summary>\r
7518             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> for the given type.\r
7519             </summary>\r
7520             <param name="objectType">Type of the object.</param>\r
7521             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> for the given type.</returns>\r
7522         </member>\r
7523         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateContract(System.Type)">\r
7524             <summary>\r
7525             Determines which contract type is created for the given type.\r
7526             </summary>\r
7527             <param name="objectType">Type of the object.</param>\r
7528             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/> for the given type.</returns>\r
7529         </member>\r
7530         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateProperties(System.Type,Newtonsoft.Json.MemberSerialization)">\r
7531             <summary>\r
7532             Creates properties for the given <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/>.\r
7533             </summary>\r
7534             <param name="type">The type to create properties for.</param>\r
7535             /// <param name="memberSerialization">The member serialization mode for the type.</param>\r
7536             <returns>Properties for the given <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/>.</returns>\r
7537         </member>\r
7538         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateMemberValueProvider(System.Reflection.MemberInfo)">\r
7539             <summary>\r
7540             Creates the <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> used by the serializer to get and set values from a member.\r
7541             </summary>\r
7542             <param name="member">The member.</param>\r
7543             <returns>The <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> used by the serializer to get and set values from a member.</returns>\r
7544         </member>\r
7545         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateProperty(System.Reflection.MemberInfo,Newtonsoft.Json.MemberSerialization)">\r
7546             <summary>\r
7547             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.MemberInfo"/>.\r
7548             </summary>\r
7549             <param name="memberSerialization">The member's parent <see cref="T:Newtonsoft.Json.MemberSerialization"/>.</param>\r
7550             <param name="member">The member to create a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for.</param>\r
7551             <returns>A created <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.MemberInfo"/>.</returns>\r
7552         </member>\r
7553         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolvePropertyName(System.String)">\r
7554             <summary>\r
7555             Resolves the name of the property.\r
7556             </summary>\r
7557             <param name="propertyName">Name of the property.</param>\r
7558             <returns>Resolved name of the property.</returns>\r
7559         </member>\r
7560         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveDictionaryKey(System.String)">\r
7561             <summary>\r
7562             Resolves the key of the dictionary. By default <see cref="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolvePropertyName(System.String)"/> is used to resolve dictionary keys.\r
7563             </summary>\r
7564             <param name="dictionaryKey">Key of the dictionary.</param>\r
7565             <returns>Resolved key of the dictionary.</returns>\r
7566         </member>\r
7567         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.GetResolvedPropertyName(System.String)">\r
7568             <summary>\r
7569             Gets the resolved name of the property.\r
7570             </summary>\r
7571             <param name="propertyName">Name of the property.</param>\r
7572             <returns>Name of the property.</returns>\r
7573         </member>\r
7574         <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.DynamicCodeGeneration">\r
7575             <summary>\r
7576             Gets a value indicating whether members are being get and set using dynamic code generation.\r
7577             This value is determined by the runtime permissions available.\r
7578             </summary>\r
7579             <value>\r
7580                 <c>true</c> if using dynamic code generation; otherwise, <c>false</c>.\r
7581             </value>\r
7582         </member>\r
7583         <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.DefaultMembersSearchFlags">\r
7584             <summary>\r
7585             Gets or sets the default members search flags.\r
7586             </summary>\r
7587             <value>The default members search flags.</value>\r
7588         </member>\r
7589         <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.SerializeCompilerGeneratedMembers">\r
7590             <summary>\r
7591             Gets or sets a value indicating whether compiler generated members should be serialized.\r
7592             </summary>\r
7593             <value>\r
7594                 <c>true</c> if serialized compiler generated members; otherwise, <c>false</c>.\r
7595             </value>\r
7596         </member>\r
7597         <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.IgnoreSerializableInterface">\r
7598             <summary>\r
7599             Gets or sets a value indicating whether to ignore the <see cref="T:System.Runtime.Serialization.ISerializable"/> interface when serializing and deserializing types.\r
7600             </summary>\r
7601             <value>\r
7602                 <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>.\r
7603             </value>\r
7604         </member>\r
7605         <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.IgnoreSerializableAttribute">\r
7606             <summary>\r
7607             Gets or sets a value indicating whether to ignore the <see cref="T:System.SerializableAttribute"/> attribute when serializing and deserializing types.\r
7608             </summary>\r
7609             <value>\r
7610                 <c>true</c> if the <see cref="T:System.SerializableAttribute"/> attribute will be ignored when serializing and deserializing types; otherwise, <c>false</c>.\r
7611             </value>\r
7612         </member>\r
7613         <member name="M:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver.#ctor">\r
7614             <summary>\r
7615             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver"/> class.\r
7616             </summary>\r
7617         </member>\r
7618         <member name="M:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver.ResolvePropertyName(System.String)">\r
7619             <summary>\r
7620             Resolves the name of the property.\r
7621             </summary>\r
7622             <param name="propertyName">Name of the property.</param>\r
7623             <returns>The property name camel cased.</returns>\r
7624         </member>\r
7625         <member name="T:Newtonsoft.Json.Serialization.DefaultSerializationBinder">\r
7626             <summary>\r
7627             The default serialization binder used when resolving and loading classes from type names.\r
7628             </summary>\r
7629         </member>\r
7630         <member name="M:Newtonsoft.Json.Serialization.DefaultSerializationBinder.BindToType(System.String,System.String)">\r
7631             <summary>\r
7632             When overridden in a derived class, controls the binding of a serialized object to a type.\r
7633             </summary>\r
7634             <param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object.</param>\r
7635             <param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object.</param>\r
7636             <returns>\r
7637             The type of the object the formatter creates a new instance of.\r
7638             </returns>\r
7639         </member>\r
7640         <member name="M:Newtonsoft.Json.Serialization.DefaultSerializationBinder.BindToName(System.Type,System.String@,System.String@)">\r
7641             <summary>\r
7642             When overridden in a derived class, controls the binding of a serialized object to a type.\r
7643             </summary>\r
7644             <param name="serializedType">The type of the object the formatter creates a new instance of.</param>\r
7645             <param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object. </param>\r
7646             <param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object. </param>\r
7647         </member>\r
7648         <member name="T:Newtonsoft.Json.Serialization.ErrorContext">\r
7649             <summary>\r
7650             Provides information surrounding an error.\r
7651             </summary>\r
7652         </member>\r
7653         <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Error">\r
7654             <summary>\r
7655             Gets the error.\r
7656             </summary>\r
7657             <value>The error.</value>\r
7658         </member>\r
7659         <member name="P:Newtonsoft.Json.Serialization.ErrorContext.OriginalObject">\r
7660             <summary>\r
7661             Gets the original object that caused the error.\r
7662             </summary>\r
7663             <value>The original object that caused the error.</value>\r
7664         </member>\r
7665         <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Member">\r
7666             <summary>\r
7667             Gets the member that caused the error.\r
7668             </summary>\r
7669             <value>The member that caused the error.</value>\r
7670         </member>\r
7671         <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Path">\r
7672             <summary>\r
7673             Gets the path of the JSON location where the error occurred.\r
7674             </summary>\r
7675             <value>The path of the JSON location where the error occurred.</value>\r
7676         </member>\r
7677         <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Handled">\r
7678             <summary>\r
7679             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.ErrorContext"/> is handled.\r
7680             </summary>\r
7681             <value><c>true</c> if handled; otherwise, <c>false</c>.</value>\r
7682         </member>\r
7683         <member name="T:Newtonsoft.Json.Serialization.JsonArrayContract">\r
7684             <summary>\r
7685             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
7686             </summary>\r
7687         </member>\r
7688         <member name="M:Newtonsoft.Json.Serialization.JsonArrayContract.#ctor(System.Type)">\r
7689             <summary>\r
7690             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> class.\r
7691             </summary>\r
7692             <param name="underlyingType">The underlying type for the contract.</param>\r
7693         </member>\r
7694         <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.CollectionItemType">\r
7695             <summary>\r
7696             Gets the <see cref="T:System.Type"/> of the collection items.\r
7697             </summary>\r
7698             <value>The <see cref="T:System.Type"/> of the collection items.</value>\r
7699         </member>\r
7700         <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.IsMultidimensionalArray">\r
7701             <summary>\r
7702             Gets a value indicating whether the collection type is a multidimensional array.\r
7703             </summary>\r
7704             <value><c>true</c> if the collection type is a multidimensional array; otherwise, <c>false</c>.</value>\r
7705         </member>\r
7706         <member name="T:Newtonsoft.Json.Serialization.SerializationCallback">\r
7707             <summary>\r
7708             Handles <see cref="T:Newtonsoft.Json.JsonSerializer"/> serialization callback events.\r
7709             </summary>\r
7710             <param name="o">The object that raised the callback event.</param>\r
7711             <param name="context">The streaming context.</param>\r
7712         </member>\r
7713         <member name="T:Newtonsoft.Json.Serialization.SerializationErrorCallback">\r
7714             <summary>\r
7715             Handles <see cref="T:Newtonsoft.Json.JsonSerializer"/> serialization error callback events.\r
7716             </summary>\r
7717             <param name="o">The object that raised the callback event.</param>\r
7718             <param name="context">The streaming context.</param>\r
7719             <param name="errorContext">The error context.</param>\r
7720         </member>\r
7721         <member name="T:Newtonsoft.Json.Serialization.ExtensionDataSetter">\r
7722             <summary>\r
7723             Sets extension data for an object during deserialization.\r
7724             </summary>\r
7725             <param name="o">The object to set extension data on.</param>\r
7726             <param name="key">The extension data key.</param>\r
7727             <param name="value">The extension data value.</param>\r
7728         </member>\r
7729         <member name="T:Newtonsoft.Json.Serialization.ExtensionDataGetter">\r
7730             <summary>\r
7731             Gets extension data for an object during serialization.\r
7732             </summary>\r
7733             <param name="o">The object to set extension data on.</param>\r
7734         </member>\r
7735         <member name="T:Newtonsoft.Json.Serialization.JsonDictionaryContract">\r
7736             <summary>\r
7737             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
7738             </summary>\r
7739         </member>\r
7740         <member name="M:Newtonsoft.Json.Serialization.JsonDictionaryContract.#ctor(System.Type)">\r
7741             <summary>\r
7742             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> class.\r
7743             </summary>\r
7744             <param name="underlyingType">The underlying type for the contract.</param>\r
7745         </member>\r
7746         <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.PropertyNameResolver">\r
7747             <summary>\r
7748             Gets or sets the property name resolver.\r
7749             </summary>\r
7750             <value>The property name resolver.</value>\r
7751         </member>\r
7752         <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.DictionaryKeyResolver">\r
7753             <summary>\r
7754             Gets or sets the dictionary key resolver.\r
7755             </summary>\r
7756             <value>The dictionary key resolver.</value>\r
7757         </member>\r
7758         <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.DictionaryKeyType">\r
7759             <summary>\r
7760             Gets the <see cref="T:System.Type"/> of the dictionary keys.\r
7761             </summary>\r
7762             <value>The <see cref="T:System.Type"/> of the dictionary keys.</value>\r
7763         </member>\r
7764         <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.DictionaryValueType">\r
7765             <summary>\r
7766             Gets the <see cref="T:System.Type"/> of the dictionary values.\r
7767             </summary>\r
7768             <value>The <see cref="T:System.Type"/> of the dictionary values.</value>\r
7769         </member>\r
7770         <member name="T:Newtonsoft.Json.Serialization.JsonProperty">\r
7771             <summary>\r
7772             Maps a JSON property to a .NET member or constructor parameter.\r
7773             </summary>\r
7774         </member>\r
7775         <member name="M:Newtonsoft.Json.Serialization.JsonProperty.ToString">\r
7776             <summary>\r
7777             Returns a <see cref="T:System.String"/> that represents this instance.\r
7778             </summary>\r
7779             <returns>\r
7780             A <see cref="T:System.String"/> that represents this instance.\r
7781             </returns>\r
7782         </member>\r
7783         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.PropertyName">\r
7784             <summary>\r
7785             Gets or sets the name of the property.\r
7786             </summary>\r
7787             <value>The name of the property.</value>\r
7788         </member>\r
7789         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DeclaringType">\r
7790             <summary>\r
7791             Gets or sets the type that declared this property.\r
7792             </summary>\r
7793             <value>The type that declared this property.</value>\r
7794         </member>\r
7795         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Order">\r
7796             <summary>\r
7797             Gets or sets the order of serialization and deserialization of a member.\r
7798             </summary>\r
7799             <value>The numeric order of serialization or deserialization.</value>\r
7800         </member>\r
7801         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.UnderlyingName">\r
7802             <summary>\r
7803             Gets or sets the name of the underlying member or parameter.\r
7804             </summary>\r
7805             <value>The name of the underlying member or parameter.</value>\r
7806         </member>\r
7807         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ValueProvider">\r
7808             <summary>\r
7809             Gets the <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> that will get and set the <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> during serialization.\r
7810             </summary>\r
7811             <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>\r
7812         </member>\r
7813         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.AttributeProvider">\r
7814             <summary>\r
7815             Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IAttributeProvider"/> for this property.\r
7816             </summary>\r
7817             <value>The <see cref="T:Newtonsoft.Json.Serialization.IAttributeProvider"/> for this property.</value>\r
7818         </member>\r
7819         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.PropertyType">\r
7820             <summary>\r
7821             Gets or sets the type of the property.\r
7822             </summary>\r
7823             <value>The type of the property.</value>\r
7824         </member>\r
7825         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Converter">\r
7826             <summary>\r
7827             Gets or sets the <see cref="T:Newtonsoft.Json.JsonConverter"/> for the property.\r
7828             If set this converter takes presidence over the contract converter for the property type.\r
7829             </summary>\r
7830             <value>The converter.</value>\r
7831         </member>\r
7832         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.MemberConverter">\r
7833             <summary>\r
7834             Gets or sets the member converter.\r
7835             </summary>\r
7836             <value>The member converter.</value>\r
7837         </member>\r
7838         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Ignored">\r
7839             <summary>\r
7840             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is ignored.\r
7841             </summary>\r
7842             <value><c>true</c> if ignored; otherwise, <c>false</c>.</value>\r
7843         </member>\r
7844         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Readable">\r
7845             <summary>\r
7846             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is readable.\r
7847             </summary>\r
7848             <value><c>true</c> if readable; otherwise, <c>false</c>.</value>\r
7849         </member>\r
7850         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Writable">\r
7851             <summary>\r
7852             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is writable.\r
7853             </summary>\r
7854             <value><c>true</c> if writable; otherwise, <c>false</c>.</value>\r
7855         </member>\r
7856         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.HasMemberAttribute">\r
7857             <summary>\r
7858             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> has a member attribute.\r
7859             </summary>\r
7860             <value><c>true</c> if has a member attribute; otherwise, <c>false</c>.</value>\r
7861         </member>\r
7862         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DefaultValue">\r
7863             <summary>\r
7864             Gets the default value.\r
7865             </summary>\r
7866             <value>The default value.</value>\r
7867         </member>\r
7868         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Required">\r
7869             <summary>\r
7870             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is required.\r
7871             </summary>\r
7872             <value>A value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is required.</value>\r
7873         </member>\r
7874         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.IsReference">\r
7875             <summary>\r
7876             Gets or sets a value indicating whether this property preserves object references.\r
7877             </summary>\r
7878             <value>\r
7879                 <c>true</c> if this instance is reference; otherwise, <c>false</c>.\r
7880             </value>\r
7881         </member>\r
7882         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.NullValueHandling">\r
7883             <summary>\r
7884             Gets or sets the property null value handling.\r
7885             </summary>\r
7886             <value>The null value handling.</value>\r
7887         </member>\r
7888         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DefaultValueHandling">\r
7889             <summary>\r
7890             Gets or sets the property default value handling.\r
7891             </summary>\r
7892             <value>The default value handling.</value>\r
7893         </member>\r
7894         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ReferenceLoopHandling">\r
7895             <summary>\r
7896             Gets or sets the property reference loop handling.\r
7897             </summary>\r
7898             <value>The reference loop handling.</value>\r
7899         </member>\r
7900         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ObjectCreationHandling">\r
7901             <summary>\r
7902             Gets or sets the property object creation handling.\r
7903             </summary>\r
7904             <value>The object creation handling.</value>\r
7905         </member>\r
7906         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.TypeNameHandling">\r
7907             <summary>\r
7908             Gets or sets or sets the type name handling.\r
7909             </summary>\r
7910             <value>The type name handling.</value>\r
7911         </member>\r
7912         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ShouldSerialize">\r
7913             <summary>\r
7914             Gets or sets a predicate used to determine whether the property should be serialize.\r
7915             </summary>\r
7916             <value>A predicate used to determine whether the property should be serialize.</value>\r
7917         </member>\r
7918         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.GetIsSpecified">\r
7919             <summary>\r
7920             Gets or sets a predicate used to determine whether the property should be serialized.\r
7921             </summary>\r
7922             <value>A predicate used to determine whether the property should be serialized.</value>\r
7923         </member>\r
7924         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.SetIsSpecified">\r
7925             <summary>\r
7926             Gets or sets an action used to set whether the property has been deserialized.\r
7927             </summary>\r
7928             <value>An action used to set whether the property has been deserialized.</value>\r
7929         </member>\r
7930         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemConverter">\r
7931             <summary>\r
7932             Gets or sets the converter used when serializing the property's collection items.\r
7933             </summary>\r
7934             <value>The collection's items converter.</value>\r
7935         </member>\r
7936         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemIsReference">\r
7937             <summary>\r
7938             Gets or sets whether this property's collection items are serialized as a reference.\r
7939             </summary>\r
7940             <value>Whether this property's collection items are serialized as a reference.</value>\r
7941         </member>\r
7942         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemTypeNameHandling">\r
7943             <summary>\r
7944             Gets or sets the the type name handling used when serializing the property's collection items.\r
7945             </summary>\r
7946             <value>The collection's items type name handling.</value>\r
7947         </member>\r
7948         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemReferenceLoopHandling">\r
7949             <summary>\r
7950             Gets or sets the the reference loop handling used when serializing the property's collection items.\r
7951             </summary>\r
7952             <value>The collection's items reference loop handling.</value>\r
7953         </member>\r
7954         <member name="T:Newtonsoft.Json.Serialization.JsonPropertyCollection">\r
7955             <summary>\r
7956             A collection of <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> objects.\r
7957             </summary>\r
7958         </member>\r
7959         <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.#ctor(System.Type)">\r
7960             <summary>\r
7961             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonPropertyCollection"/> class.\r
7962             </summary>\r
7963             <param name="type">The type.</param>\r
7964         </member>\r
7965         <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetKeyForItem(Newtonsoft.Json.Serialization.JsonProperty)">\r
7966             <summary>\r
7967             When implemented in a derived class, extracts the key from the specified element.\r
7968             </summary>\r
7969             <param name="item">The element from which to extract the key.</param>\r
7970             <returns>The key for the specified element.</returns>\r
7971         </member>\r
7972         <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.AddProperty(Newtonsoft.Json.Serialization.JsonProperty)">\r
7973             <summary>\r
7974             Adds a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> object.\r
7975             </summary>\r
7976             <param name="property">The property to add to the collection.</param>\r
7977         </member>\r
7978         <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetClosestMatchProperty(System.String)">\r
7979             <summary>\r
7980             Gets the closest matching <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> object.\r
7981             First attempts to get an exact case match of propertyName and then\r
7982             a case insensitive match.\r
7983             </summary>\r
7984             <param name="propertyName">Name of the property.</param>\r
7985             <returns>A matching property if found.</returns>\r
7986         </member>\r
7987         <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetProperty(System.String,System.StringComparison)">\r
7988             <summary>\r
7989             Gets a property by property name.\r
7990             </summary>\r
7991             <param name="propertyName">The name of the property to get.</param>\r
7992             <param name="comparisonType">Type property name string comparison.</param>\r
7993             <returns>A matching property if found.</returns>\r
7994         </member>\r
7995         <member name="T:Newtonsoft.Json.MissingMemberHandling">\r
7996             <summary>\r
7997             Specifies missing member handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
7998             </summary>\r
7999         </member>\r
8000         <member name="F:Newtonsoft.Json.MissingMemberHandling.Ignore">\r
8001             <summary>\r
8002             Ignore a missing member and do not attempt to deserialize it.\r
8003             </summary>\r
8004         </member>\r
8005         <member name="F:Newtonsoft.Json.MissingMemberHandling.Error">\r
8006             <summary>\r
8007             Throw a <see cref="T:Newtonsoft.Json.JsonSerializationException"/> when a missing member is encountered during deserialization.\r
8008             </summary>\r
8009         </member>\r
8010         <member name="T:Newtonsoft.Json.NullValueHandling">\r
8011             <summary>\r
8012             Specifies null value handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
8013             </summary>\r
8014             <example>\r
8015               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeNullValueHandlingObject" title="NullValueHandling Class"/>\r
8016               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeNullValueHandlingExample" title="NullValueHandling Ignore Example"/>\r
8017             </example>\r
8018         </member>\r
8019         <member name="F:Newtonsoft.Json.NullValueHandling.Include">\r
8020             <summary>\r
8021             Include null values when serializing and deserializing objects.\r
8022             </summary>\r
8023         </member>\r
8024         <member name="F:Newtonsoft.Json.NullValueHandling.Ignore">\r
8025             <summary>\r
8026             Ignore null values when serializing and deserializing objects.\r
8027             </summary>\r
8028         </member>\r
8029         <member name="T:Newtonsoft.Json.ReferenceLoopHandling">\r
8030             <summary>\r
8031             Specifies reference loop handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
8032             </summary>\r
8033         </member>\r
8034         <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Error">\r
8035             <summary>\r
8036             Throw a <see cref="T:Newtonsoft.Json.JsonSerializationException"/> when a loop is encountered.\r
8037             </summary>\r
8038         </member>\r
8039         <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Ignore">\r
8040             <summary>\r
8041             Ignore loop references and do not serialize.\r
8042             </summary>\r
8043         </member>\r
8044         <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Serialize">\r
8045             <summary>\r
8046             Serialize loop references.\r
8047             </summary>\r
8048         </member>\r
8049         <member name="T:Newtonsoft.Json.Schema.JsonSchema">\r
8050             <summary>\r
8051             <para>\r
8052             An in-memory representation of a JSON Schema.\r
8053             </para>\r
8054             <note type="caution">\r
8055             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.\r
8056             </note>\r
8057             </summary>\r
8058         </member>\r
8059         <member name="M:Newtonsoft.Json.Schema.JsonSchema.#ctor">\r
8060             <summary>\r
8061             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> class.\r
8062             </summary>\r
8063         </member>\r
8064         <member name="M:Newtonsoft.Json.Schema.JsonSchema.Read(Newtonsoft.Json.JsonReader)">\r
8065             <summary>\r
8066             Reads a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.\r
8067             </summary>\r
8068             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the JSON Schema to read.</param>\r
8069             <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> object representing the JSON Schema.</returns>\r
8070         </member>\r
8071         <member name="M:Newtonsoft.Json.Schema.JsonSchema.Read(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Schema.JsonSchemaResolver)">\r
8072             <summary>\r
8073             Reads a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.\r
8074             </summary>\r
8075             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the JSON Schema to read.</param>\r
8076             <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> to use when resolving schema references.</param>\r
8077             <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> object representing the JSON Schema.</returns>\r
8078         </member>\r
8079         <member name="M:Newtonsoft.Json.Schema.JsonSchema.Parse(System.String)">\r
8080             <summary>\r
8081             Load a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from a string that contains schema JSON.\r
8082             </summary>\r
8083             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>\r
8084             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> populated from the string that contains JSON.</returns>\r
8085         </member>\r
8086         <member name="M:Newtonsoft.Json.Schema.JsonSchema.Parse(System.String,Newtonsoft.Json.Schema.JsonSchemaResolver)">\r
8087             <summary>\r
8088             Parses the specified json.\r
8089             </summary>\r
8090             <param name="json">The json.</param>\r
8091             <param name="resolver">The resolver.</param>\r
8092             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> populated from the string that contains JSON.</returns>\r
8093         </member>\r
8094         <member name="M:Newtonsoft.Json.Schema.JsonSchema.WriteTo(Newtonsoft.Json.JsonWriter)">\r
8095             <summary>\r
8096             Writes this schema to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.\r
8097             </summary>\r
8098             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>\r
8099         </member>\r
8100         <member name="M:Newtonsoft.Json.Schema.JsonSchema.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.Schema.JsonSchemaResolver)">\r
8101             <summary>\r
8102             Writes this schema to a <see cref="T:Newtonsoft.Json.JsonWriter"/> using the specified <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/>.\r
8103             </summary>\r
8104             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>\r
8105             <param name="resolver">The resolver used.</param>\r
8106         </member>\r
8107         <member name="M:Newtonsoft.Json.Schema.JsonSchema.ToString">\r
8108             <summary>\r
8109             Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.\r
8110             </summary>\r
8111             <returns>\r
8112             A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.\r
8113             </returns>\r
8114         </member>\r
8115         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Id">\r
8116             <summary>\r
8117             Gets or sets the id.\r
8118             </summary>\r
8119         </member>\r
8120         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Title">\r
8121             <summary>\r
8122             Gets or sets the title.\r
8123             </summary>\r
8124         </member>\r
8125         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Required">\r
8126             <summary>\r
8127             Gets or sets whether the object is required.\r
8128             </summary>\r
8129         </member>\r
8130         <member name="P:Newtonsoft.Json.Schema.JsonSchema.ReadOnly">\r
8131             <summary>\r
8132             Gets or sets whether the object is read only.\r
8133             </summary>\r
8134         </member>\r
8135         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Hidden">\r
8136             <summary>\r
8137             Gets or sets whether the object is visible to users.\r
8138             </summary>\r
8139         </member>\r
8140         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Transient">\r
8141             <summary>\r
8142             Gets or sets whether the object is transient.\r
8143             </summary>\r
8144         </member>\r
8145         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Description">\r
8146             <summary>\r
8147             Gets or sets the description of the object.\r
8148             </summary>\r
8149         </member>\r
8150         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Type">\r
8151             <summary>\r
8152             Gets or sets the types of values allowed by the object.\r
8153             </summary>\r
8154             <value>The type.</value>\r
8155         </member>\r
8156         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Pattern">\r
8157             <summary>\r
8158             Gets or sets the pattern.\r
8159             </summary>\r
8160             <value>The pattern.</value>\r
8161         </member>\r
8162         <member name="P:Newtonsoft.Json.Schema.JsonSchema.MinimumLength">\r
8163             <summary>\r
8164             Gets or sets the minimum length.\r
8165             </summary>\r
8166             <value>The minimum length.</value>\r
8167         </member>\r
8168         <member name="P:Newtonsoft.Json.Schema.JsonSchema.MaximumLength">\r
8169             <summary>\r
8170             Gets or sets the maximum length.\r
8171             </summary>\r
8172             <value>The maximum length.</value>\r
8173         </member>\r
8174         <member name="P:Newtonsoft.Json.Schema.JsonSchema.DivisibleBy">\r
8175             <summary>\r
8176             Gets or sets a number that the value should be divisble by.\r
8177             </summary>\r
8178             <value>A number that the value should be divisble by.</value>\r
8179         </member>\r
8180         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Minimum">\r
8181             <summary>\r
8182             Gets or sets the minimum.\r
8183             </summary>\r
8184             <value>The minimum.</value>\r
8185         </member>\r
8186         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Maximum">\r
8187             <summary>\r
8188             Gets or sets the maximum.\r
8189             </summary>\r
8190             <value>The maximum.</value>\r
8191         </member>\r
8192         <member name="P:Newtonsoft.Json.Schema.JsonSchema.ExclusiveMinimum">\r
8193             <summary>\r
8194             Gets or sets a flag indicating whether the value can not equal the number defined by the "minimum" attribute.\r
8195             </summary>\r
8196             <value>A flag indicating whether the value can not equal the number defined by the "minimum" attribute.</value>\r
8197         </member>\r
8198         <member name="P:Newtonsoft.Json.Schema.JsonSchema.ExclusiveMaximum">\r
8199             <summary>\r
8200             Gets or sets a flag indicating whether the value can not equal the number defined by the "maximum" attribute.\r
8201             </summary>\r
8202             <value>A flag indicating whether the value can not equal the number defined by the "maximum" attribute.</value>\r
8203         </member>\r
8204         <member name="P:Newtonsoft.Json.Schema.JsonSchema.MinimumItems">\r
8205             <summary>\r
8206             Gets or sets the minimum number of items.\r
8207             </summary>\r
8208             <value>The minimum number of items.</value>\r
8209         </member>\r
8210         <member name="P:Newtonsoft.Json.Schema.JsonSchema.MaximumItems">\r
8211             <summary>\r
8212             Gets or sets the maximum number of items.\r
8213             </summary>\r
8214             <value>The maximum number of items.</value>\r
8215         </member>\r
8216         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Items">\r
8217             <summary>\r
8218             Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of items.\r
8219             </summary>\r
8220             <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of items.</value>\r
8221         </member>\r
8222         <member name="P:Newtonsoft.Json.Schema.JsonSchema.PositionalItemsValidation">\r
8223             <summary>\r
8224             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"/>.\r
8225             </summary>\r
8226             <value>\r
8227                 <c>true</c> if items are validated using their array position; otherwise, <c>false</c>.\r
8228             </value>\r
8229         </member>\r
8230         <member name="P:Newtonsoft.Json.Schema.JsonSchema.AdditionalItems">\r
8231             <summary>\r
8232             Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional items.\r
8233             </summary>\r
8234             <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional items.</value>\r
8235         </member>\r
8236         <member name="P:Newtonsoft.Json.Schema.JsonSchema.AllowAdditionalItems">\r
8237             <summary>\r
8238             Gets or sets a value indicating whether additional items are allowed.\r
8239             </summary>\r
8240             <value>\r
8241                 <c>true</c> if additional items are allowed; otherwise, <c>false</c>.\r
8242             </value>\r
8243         </member>\r
8244         <member name="P:Newtonsoft.Json.Schema.JsonSchema.UniqueItems">\r
8245             <summary>\r
8246             Gets or sets whether the array items must be unique.\r
8247             </summary>\r
8248         </member>\r
8249         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Properties">\r
8250             <summary>\r
8251             Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of properties.\r
8252             </summary>\r
8253             <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of properties.</value>\r
8254         </member>\r
8255         <member name="P:Newtonsoft.Json.Schema.JsonSchema.AdditionalProperties">\r
8256             <summary>\r
8257             Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional properties.\r
8258             </summary>\r
8259             <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional properties.</value>\r
8260         </member>\r
8261         <member name="P:Newtonsoft.Json.Schema.JsonSchema.PatternProperties">\r
8262             <summary>\r
8263             Gets or sets the pattern properties.\r
8264             </summary>\r
8265             <value>The pattern properties.</value>\r
8266         </member>\r
8267         <member name="P:Newtonsoft.Json.Schema.JsonSchema.AllowAdditionalProperties">\r
8268             <summary>\r
8269             Gets or sets a value indicating whether additional properties are allowed.\r
8270             </summary>\r
8271             <value>\r
8272                 <c>true</c> if additional properties are allowed; otherwise, <c>false</c>.\r
8273             </value>\r
8274         </member>\r
8275         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Requires">\r
8276             <summary>\r
8277             Gets or sets the required property if this property is present.\r
8278             </summary>\r
8279             <value>The required property if this property is present.</value>\r
8280         </member>\r
8281         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Enum">\r
8282             <summary>\r
8283             Gets or sets the a collection of valid enum values allowed.\r
8284             </summary>\r
8285             <value>A collection of valid enum values allowed.</value>\r
8286         </member>\r
8287         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Disallow">\r
8288             <summary>\r
8289             Gets or sets disallowed types.\r
8290             </summary>\r
8291             <value>The disallow types.</value>\r
8292         </member>\r
8293         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Default">\r
8294             <summary>\r
8295             Gets or sets the default value.\r
8296             </summary>\r
8297             <value>The default value.</value>\r
8298         </member>\r
8299         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Extends">\r
8300             <summary>\r
8301             Gets or sets the collection of <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> that this schema extends.\r
8302             </summary>\r
8303             <value>The collection of <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> that this schema extends.</value>\r
8304         </member>\r
8305         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Format">\r
8306             <summary>\r
8307             Gets or sets the format.\r
8308             </summary>\r
8309             <value>The format.</value>\r
8310         </member>\r
8311         <member name="T:Newtonsoft.Json.Schema.JsonSchemaGenerator">\r
8312             <summary>\r
8313             <para>\r
8314             Generates a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from a specified <see cref="T:System.Type"/>.\r
8315             </para>\r
8316             <note type="caution">\r
8317             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.\r
8318             </note>\r
8319             </summary>\r
8320         </member>\r
8321         <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type)">\r
8322             <summary>\r
8323             Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.\r
8324             </summary>\r
8325             <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>\r
8326             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>\r
8327         </member>\r
8328         <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,Newtonsoft.Json.Schema.JsonSchemaResolver)">\r
8329             <summary>\r
8330             Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.\r
8331             </summary>\r
8332             <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>\r
8333             <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> used to resolve schema references.</param>\r
8334             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>\r
8335         </member>\r
8336         <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,System.Boolean)">\r
8337             <summary>\r
8338             Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.\r
8339             </summary>\r
8340             <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>\r
8341             <param name="rootSchemaNullable">Specify whether the generated root <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> will be nullable.</param>\r
8342             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>\r
8343         </member>\r
8344         <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,Newtonsoft.Json.Schema.JsonSchemaResolver,System.Boolean)">\r
8345             <summary>\r
8346             Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.\r
8347             </summary>\r
8348             <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>\r
8349             <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> used to resolve schema references.</param>\r
8350             <param name="rootSchemaNullable">Specify whether the generated root <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> will be nullable.</param>\r
8351             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>\r
8352         </member>\r
8353         <member name="P:Newtonsoft.Json.Schema.JsonSchemaGenerator.UndefinedSchemaIdHandling">\r
8354             <summary>\r
8355             Gets or sets how undefined schemas are handled by the serializer.\r
8356             </summary>\r
8357         </member>\r
8358         <member name="P:Newtonsoft.Json.Schema.JsonSchemaGenerator.ContractResolver">\r
8359             <summary>\r
8360             Gets or sets the contract resolver.\r
8361             </summary>\r
8362             <value>The contract resolver.</value>\r
8363         </member>\r
8364         <member name="T:Newtonsoft.Json.Schema.JsonSchemaType">\r
8365             <summary>\r
8366             <para>\r
8367             The value types allowed by the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/>.\r
8368             </para>\r
8369             <note type="caution">\r
8370             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.\r
8371             </note>\r
8372             </summary>\r
8373         </member>\r
8374         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.None">\r
8375             <summary>\r
8376             No type specified.\r
8377             </summary>\r
8378         </member>\r
8379         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.String">\r
8380             <summary>\r
8381             String type.\r
8382             </summary>\r
8383         </member>\r
8384         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Float">\r
8385             <summary>\r
8386             Float type.\r
8387             </summary>\r
8388         </member>\r
8389         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Integer">\r
8390             <summary>\r
8391             Integer type.\r
8392             </summary>\r
8393         </member>\r
8394         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Boolean">\r
8395             <summary>\r
8396             Boolean type.\r
8397             </summary>\r
8398         </member>\r
8399         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Object">\r
8400             <summary>\r
8401             Object type.\r
8402             </summary>\r
8403         </member>\r
8404         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Array">\r
8405             <summary>\r
8406             Array type.\r
8407             </summary>\r
8408         </member>\r
8409         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Null">\r
8410             <summary>\r
8411             Null type.\r
8412             </summary>\r
8413         </member>\r
8414         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Any">\r
8415             <summary>\r
8416             Any type.\r
8417             </summary>\r
8418         </member>\r
8419         <member name="T:Newtonsoft.Json.Serialization.JsonObjectContract">\r
8420             <summary>\r
8421             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
8422             </summary>\r
8423         </member>\r
8424         <member name="M:Newtonsoft.Json.Serialization.JsonObjectContract.#ctor(System.Type)">\r
8425             <summary>\r
8426             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> class.\r
8427             </summary>\r
8428             <param name="underlyingType">The underlying type for the contract.</param>\r
8429         </member>\r
8430         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.MemberSerialization">\r
8431             <summary>\r
8432             Gets or sets the object member serialization.\r
8433             </summary>\r
8434             <value>The member object serialization.</value>\r
8435         </member>\r
8436         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ItemRequired">\r
8437             <summary>\r
8438             Gets or sets a value that indicates whether the object's properties are required.\r
8439             </summary>\r
8440             <value>\r
8441                 A value indicating whether the object's properties are required.\r
8442             </value>\r
8443         </member>\r
8444         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.Properties">\r
8445             <summary>\r
8446             Gets the object's properties.\r
8447             </summary>\r
8448             <value>The object's properties.</value>\r
8449         </member>\r
8450         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ConstructorParameters">\r
8451             <summary>\r
8452             Gets the constructor parameters required for any non-default constructor\r
8453             </summary>\r
8454         </member>\r
8455         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.CreatorParameters">\r
8456             <summary>\r
8457             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"/>.\r
8458             </summary>\r
8459         </member>\r
8460         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.OverrideConstructor">\r
8461             <summary>\r
8462             Gets or sets the override constructor used to create the object.\r
8463             This is set when a constructor is marked up using the\r
8464             JsonConstructor attribute.\r
8465             </summary>\r
8466             <value>The override constructor.</value>\r
8467         </member>\r
8468         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ParametrizedConstructor">\r
8469             <summary>\r
8470             Gets or sets the parametrized constructor used to create the object.\r
8471             </summary>\r
8472             <value>The parametrized constructor.</value>\r
8473         </member>\r
8474         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.OverrideCreator">\r
8475             <summary>\r
8476             Gets or sets the function used to create the object. When set this function will override <see cref="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator"/>.\r
8477             This function is called with a collection of arguments which are defined by the <see cref="P:Newtonsoft.Json.Serialization.JsonObjectContract.CreatorParameters"/> collection.\r
8478             </summary>\r
8479             <value>The function used to create the object.</value>\r
8480         </member>\r
8481         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ExtensionDataSetter">\r
8482             <summary>\r
8483             Gets or sets the extension data setter.\r
8484             </summary>\r
8485         </member>\r
8486         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ExtensionDataGetter">\r
8487             <summary>\r
8488             Gets or sets the extension data getter.\r
8489             </summary>\r
8490         </member>\r
8491         <member name="T:Newtonsoft.Json.Serialization.JsonStringContract">\r
8492             <summary>\r
8493             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
8494             </summary>\r
8495         </member>\r
8496         <member name="M:Newtonsoft.Json.Serialization.JsonStringContract.#ctor(System.Type)">\r
8497             <summary>\r
8498             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> class.\r
8499             </summary>\r
8500             <param name="underlyingType">The underlying type for the contract.</param>\r
8501         </member>\r
8502         <member name="M:Newtonsoft.Json.Serialization.JsonTypeReflector.CreateJsonConverterInstance(System.Type,System.Object[])">\r
8503             <summary>\r
8504             Lookup and create an instance of the JsonConverter type described by the argument.\r
8505             </summary>\r
8506             <param name="converterType">The JsonConverter type to create.</param>\r
8507             <param name="converterArgs">Optional arguments to pass to an initializing constructor of the JsonConverter.\r
8508             If null, the default constructor is used.</param>\r
8509         </member>\r
8510         <member name="M:Newtonsoft.Json.Serialization.JsonTypeReflector.GetJsonConverterCreator(System.Type)">\r
8511             <summary>\r
8512             Create a factory function that can be used to create instances of a JsonConverter described by the \r
8513             argument type.  The returned function can then be used to either invoke the converter's default ctor, or any \r
8514             parameterized constructors by way of an object array.\r
8515             </summary>\r
8516         </member>\r
8517         <member name="T:Newtonsoft.Json.Serialization.ReflectionValueProvider">\r
8518             <summary>\r
8519             Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using reflection.\r
8520             </summary>\r
8521         </member>\r
8522         <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.#ctor(System.Reflection.MemberInfo)">\r
8523             <summary>\r
8524             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ReflectionValueProvider"/> class.\r
8525             </summary>\r
8526             <param name="memberInfo">The member info.</param>\r
8527         </member>\r
8528         <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.SetValue(System.Object,System.Object)">\r
8529             <summary>\r
8530             Sets the value.\r
8531             </summary>\r
8532             <param name="target">The target to set the value on.</param>\r
8533             <param name="value">The value to set on the target.</param>\r
8534         </member>\r
8535         <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.GetValue(System.Object)">\r
8536             <summary>\r
8537             Gets the value.\r
8538             </summary>\r
8539             <param name="target">The target to get the value from.</param>\r
8540             <returns>The value.</returns>\r
8541         </member>\r
8542         <member name="T:Newtonsoft.Json.Serialization.OnErrorAttribute">\r
8543             <summary>\r
8544             When applied to a method, specifies that the method is called when an error occurs serializing an object.\r
8545             </summary>\r
8546         </member>\r
8547         <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)">\r
8548             <summary>\r
8549             Helper method for generating a MetaObject which calls a\r
8550             specific method on Dynamic that returns a result\r
8551             </summary>\r
8552         </member>\r
8553         <member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.CallMethodReturnLast(System.String,System.Dynamic.DynamicMetaObjectBinder,System.Linq.Expressions.Expression[],Newtonsoft.Json.Utilities.DynamicProxyMetaObject{`0}.Fallback)">\r
8554             <summary>\r
8555             Helper method for generating a MetaObject which calls a\r
8556             specific method on Dynamic, but uses one of the arguments for\r
8557             the result.\r
8558             </summary>\r
8559         </member>\r
8560         <member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.CallMethodNoResult(System.String,System.Dynamic.DynamicMetaObjectBinder,System.Linq.Expressions.Expression[],Newtonsoft.Json.Utilities.DynamicProxyMetaObject{`0}.Fallback)">\r
8561             <summary>\r
8562             Helper method for generating a MetaObject which calls a\r
8563             specific method on Dynamic, but uses one of the arguments for\r
8564             the result.\r
8565             </summary>\r
8566         </member>\r
8567         <member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.GetRestrictions">\r
8568             <summary>\r
8569             Returns a Restrictions object which includes our current restrictions merged\r
8570             with a restriction limiting our type\r
8571             </summary>\r
8572         </member>\r
8573         <member name="T:Newtonsoft.Json.Serialization.ObjectConstructor`1">\r
8574             <summary>\r
8575             Represents a method that constructs an object.\r
8576             </summary>\r
8577             <typeparam name="T">The object type to create.</typeparam>\r
8578         </member>\r
8579         <member name="T:Newtonsoft.Json.TypeNameHandling">\r
8580             <summary>\r
8581             Specifies type name handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
8582             </summary>\r
8583         </member>\r
8584         <member name="F:Newtonsoft.Json.TypeNameHandling.None">\r
8585             <summary>\r
8586             Do not include the .NET type name when serializing types.\r
8587             </summary>\r
8588         </member>\r
8589         <member name="F:Newtonsoft.Json.TypeNameHandling.Objects">\r
8590             <summary>\r
8591             Include the .NET type name when serializing into a JSON object structure.\r
8592             </summary>\r
8593         </member>\r
8594         <member name="F:Newtonsoft.Json.TypeNameHandling.Arrays">\r
8595             <summary>\r
8596             Include the .NET type name when serializing into a JSON array structure.\r
8597             </summary>\r
8598         </member>\r
8599         <member name="F:Newtonsoft.Json.TypeNameHandling.All">\r
8600             <summary>\r
8601             Always include the .NET type name when serializing.\r
8602             </summary>\r
8603         </member>\r
8604         <member name="F:Newtonsoft.Json.TypeNameHandling.Auto">\r
8605             <summary>\r
8606             Include the .NET type name when the type of the object being serialized is not the same as its declared type.\r
8607             </summary>\r
8608         </member>\r
8609         <member name="M:Newtonsoft.Json.Utilities.ConvertUtils.ConvertOrCast(System.Object,System.Globalization.CultureInfo,System.Type)">\r
8610             <summary>\r
8611             Converts the value to the specified type. If the value is unable to be converted, the\r
8612             value is checked whether it assignable to the specified type.\r
8613             </summary>\r
8614             <param name="initialValue">The value to convert.</param>\r
8615             <param name="culture">The culture to use when converting.</param>\r
8616             <param name="targetType">The type to convert or cast the value to.</param>\r
8617             <returns>\r
8618             The converted type. If conversion was unsuccessful, the initial value\r
8619             is returned if assignable to the target type.\r
8620             </returns>\r
8621         </member>\r
8622         <member name="M:Newtonsoft.Json.Utilities.EnumUtils.GetNamesAndValues``1">\r
8623             <summary>\r
8624             Gets a dictionary of the names and values of an Enum type.\r
8625             </summary>\r
8626             <returns></returns>\r
8627         </member>\r
8628         <member name="M:Newtonsoft.Json.Utilities.EnumUtils.GetNamesAndValues``1(System.Type)">\r
8629             <summary>\r
8630             Gets a dictionary of the names and values of an Enum type.\r
8631             </summary>\r
8632             <param name="enumType">The enum type to get names and values for.</param>\r
8633             <returns></returns>\r
8634         </member>\r
8635         <member name="T:Newtonsoft.Json.JsonToken">\r
8636             <summary>\r
8637             Specifies the type of JSON token.\r
8638             </summary>\r
8639         </member>\r
8640         <member name="F:Newtonsoft.Json.JsonToken.None">\r
8641             <summary>\r
8642             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. \r
8643             </summary>\r
8644         </member>\r
8645         <member name="F:Newtonsoft.Json.JsonToken.StartObject">\r
8646             <summary>\r
8647             An object start token.\r
8648             </summary>\r
8649         </member>\r
8650         <member name="F:Newtonsoft.Json.JsonToken.StartArray">\r
8651             <summary>\r
8652             An array start token.\r
8653             </summary>\r
8654         </member>\r
8655         <member name="F:Newtonsoft.Json.JsonToken.StartConstructor">\r
8656             <summary>\r
8657             A constructor start token.\r
8658             </summary>\r
8659         </member>\r
8660         <member name="F:Newtonsoft.Json.JsonToken.PropertyName">\r
8661             <summary>\r
8662             An object property name.\r
8663             </summary>\r
8664         </member>\r
8665         <member name="F:Newtonsoft.Json.JsonToken.Comment">\r
8666             <summary>\r
8667             A comment.\r
8668             </summary>\r
8669         </member>\r
8670         <member name="F:Newtonsoft.Json.JsonToken.Raw">\r
8671             <summary>\r
8672             Raw JSON.\r
8673             </summary>\r
8674         </member>\r
8675         <member name="F:Newtonsoft.Json.JsonToken.Integer">\r
8676             <summary>\r
8677             An integer.\r
8678             </summary>\r
8679         </member>\r
8680         <member name="F:Newtonsoft.Json.JsonToken.Float">\r
8681             <summary>\r
8682             A float.\r
8683             </summary>\r
8684         </member>\r
8685         <member name="F:Newtonsoft.Json.JsonToken.String">\r
8686             <summary>\r
8687             A string.\r
8688             </summary>\r
8689         </member>\r
8690         <member name="F:Newtonsoft.Json.JsonToken.Boolean">\r
8691             <summary>\r
8692             A boolean.\r
8693             </summary>\r
8694         </member>\r
8695         <member name="F:Newtonsoft.Json.JsonToken.Null">\r
8696             <summary>\r
8697             A null token.\r
8698             </summary>\r
8699         </member>\r
8700         <member name="F:Newtonsoft.Json.JsonToken.Undefined">\r
8701             <summary>\r
8702             An undefined token.\r
8703             </summary>\r
8704         </member>\r
8705         <member name="F:Newtonsoft.Json.JsonToken.EndObject">\r
8706             <summary>\r
8707             An object end token.\r
8708             </summary>\r
8709         </member>\r
8710         <member name="F:Newtonsoft.Json.JsonToken.EndArray">\r
8711             <summary>\r
8712             An array end token.\r
8713             </summary>\r
8714         </member>\r
8715         <member name="F:Newtonsoft.Json.JsonToken.EndConstructor">\r
8716             <summary>\r
8717             A constructor end token.\r
8718             </summary>\r
8719         </member>\r
8720         <member name="F:Newtonsoft.Json.JsonToken.Date">\r
8721             <summary>\r
8722             A Date.\r
8723             </summary>\r
8724         </member>\r
8725         <member name="F:Newtonsoft.Json.JsonToken.Bytes">\r
8726             <summary>\r
8727             Byte data.\r
8728             </summary>\r
8729         </member>\r
8730         <member name="T:Newtonsoft.Json.Utilities.StringBuffer">\r
8731             <summary>\r
8732             Builds a string. Unlike StringBuilder this class lets you reuse it's internal buffer.\r
8733             </summary>\r
8734         </member>\r
8735         <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.IsNullOrEmpty``1(System.Collections.Generic.ICollection{``0})">\r
8736             <summary>\r
8737             Determines whether the collection is null or empty.\r
8738             </summary>\r
8739             <param name="collection">The collection.</param>\r
8740             <returns>\r
8741                 <c>true</c> if the collection is null or empty; otherwise, <c>false</c>.\r
8742             </returns>\r
8743         </member>\r
8744         <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.AddRange``1(System.Collections.Generic.IList{``0},System.Collections.Generic.IEnumerable{``0})">\r
8745             <summary>\r
8746             Adds the elements of the specified collection to the specified generic IList.\r
8747             </summary>\r
8748             <param name="initial">The list to add to.</param>\r
8749             <param name="collection">The collection of elements to add.</param>\r
8750         </member>\r
8751         <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.IndexOf``1(System.Collections.Generic.IEnumerable{``0},``0,System.Collections.Generic.IEqualityComparer{``0})">\r
8752             <summary>\r
8753             Returns the index of the first occurrence in a sequence by using a specified IEqualityComparer{TSource}.\r
8754             </summary>\r
8755             <typeparam name="TSource">The type of the elements of source.</typeparam>\r
8756             <param name="list">A sequence in which to locate a value.</param>\r
8757             <param name="value">The object to locate in the sequence</param>\r
8758             <param name="comparer">An equality comparer to compare values.</param>\r
8759             <returns>The zero-based index of the first occurrence of value within the entire sequence, if found; otherwise, –1.</returns>\r
8760         </member>\r
8761         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetCollectionItemType(System.Type)">\r
8762             <summary>\r
8763             Gets the type of the typed collection's items.\r
8764             </summary>\r
8765             <param name="type">The type.</param>\r
8766             <returns>The type of the typed collection's items.</returns>\r
8767         </member>\r
8768         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetMemberUnderlyingType(System.Reflection.MemberInfo)">\r
8769             <summary>\r
8770             Gets the member's underlying type.\r
8771             </summary>\r
8772             <param name="member">The member.</param>\r
8773             <returns>The underlying type of the member.</returns>\r
8774         </member>\r
8775         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.IsIndexedProperty(System.Reflection.MemberInfo)">\r
8776             <summary>\r
8777             Determines whether the member is an indexed property.\r
8778             </summary>\r
8779             <param name="member">The member.</param>\r
8780             <returns>\r
8781                 <c>true</c> if the member is an indexed property; otherwise, <c>false</c>.\r
8782             </returns>\r
8783         </member>\r
8784         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.IsIndexedProperty(System.Reflection.PropertyInfo)">\r
8785             <summary>\r
8786             Determines whether the property is an indexed property.\r
8787             </summary>\r
8788             <param name="property">The property.</param>\r
8789             <returns>\r
8790                 <c>true</c> if the property is an indexed property; otherwise, <c>false</c>.\r
8791             </returns>\r
8792         </member>\r
8793         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetMemberValue(System.Reflection.MemberInfo,System.Object)">\r
8794             <summary>\r
8795             Gets the member's value on the object.\r
8796             </summary>\r
8797             <param name="member">The member.</param>\r
8798             <param name="target">The target object.</param>\r
8799             <returns>The member's value on the object.</returns>\r
8800         </member>\r
8801         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.SetMemberValue(System.Reflection.MemberInfo,System.Object,System.Object)">\r
8802             <summary>\r
8803             Sets the member's value on the target object.\r
8804             </summary>\r
8805             <param name="member">The member.</param>\r
8806             <param name="target">The target.</param>\r
8807             <param name="value">The value.</param>\r
8808         </member>\r
8809         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.CanReadMemberValue(System.Reflection.MemberInfo,System.Boolean)">\r
8810             <summary>\r
8811             Determines whether the specified MemberInfo can be read.\r
8812             </summary>\r
8813             <param name="member">The MemberInfo to determine whether can be read.</param>\r
8814             /// <param name="nonPublic">if set to <c>true</c> then allow the member to be gotten non-publicly.</param>\r
8815             <returns>\r
8816                 <c>true</c> if the specified MemberInfo can be read; otherwise, <c>false</c>.\r
8817             </returns>\r
8818         </member>\r
8819         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.CanSetMemberValue(System.Reflection.MemberInfo,System.Boolean,System.Boolean)">\r
8820             <summary>\r
8821             Determines whether the specified MemberInfo can be set.\r
8822             </summary>\r
8823             <param name="member">The MemberInfo to determine whether can be set.</param>\r
8824             <param name="nonPublic">if set to <c>true</c> then allow the member to be set non-publicly.</param>\r
8825             <param name="canSetReadOnly">if set to <c>true</c> then allow the member to be set if read-only.</param>\r
8826             <returns>\r
8827                 <c>true</c> if the specified MemberInfo can be set; otherwise, <c>false</c>.\r
8828             </returns>\r
8829         </member>\r
8830         <member name="M:Newtonsoft.Json.Utilities.StringUtils.IsWhiteSpace(System.String)">\r
8831             <summary>\r
8832             Determines whether the string is all white space. Empty string will return false.\r
8833             </summary>\r
8834             <param name="s">The string to test whether it is all white space.</param>\r
8835             <returns>\r
8836                 <c>true</c> if the string is all white space; otherwise, <c>false</c>.\r
8837             </returns>\r
8838         </member>\r
8839         <member name="M:Newtonsoft.Json.Utilities.StringUtils.NullEmptyString(System.String)">\r
8840             <summary>\r
8841             Nulls an empty string.\r
8842             </summary>\r
8843             <param name="s">The string.</param>\r
8844             <returns>Null if the string was null, otherwise the string unchanged.</returns>\r
8845         </member>\r
8846         <member name="T:Newtonsoft.Json.WriteState">\r
8847             <summary>\r
8848             Specifies the state of the <see cref="T:Newtonsoft.Json.JsonWriter"/>.\r
8849             </summary>\r
8850         </member>\r
8851         <member name="F:Newtonsoft.Json.WriteState.Error">\r
8852             <summary>\r
8853             An exception has been thrown, which has left the <see cref="T:Newtonsoft.Json.JsonWriter"/> in an invalid state.\r
8854             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.\r
8855             Any other <see cref="T:Newtonsoft.Json.JsonWriter"/> method calls results in an <see cref="T:System.InvalidOperationException"/> being thrown. \r
8856             </summary>\r
8857         </member>\r
8858         <member name="F:Newtonsoft.Json.WriteState.Closed">\r
8859             <summary>\r
8860             The <see cref="M:Newtonsoft.Json.JsonWriter.Close"/> method has been called. \r
8861             </summary>\r
8862         </member>\r
8863         <member name="F:Newtonsoft.Json.WriteState.Object">\r
8864             <summary>\r
8865             An object is being written. \r
8866             </summary>\r
8867         </member>\r
8868         <member name="F:Newtonsoft.Json.WriteState.Array">\r
8869             <summary>\r
8870             A array is being written.\r
8871             </summary>\r
8872         </member>\r
8873         <member name="F:Newtonsoft.Json.WriteState.Constructor">\r
8874             <summary>\r
8875             A constructor is being written.\r
8876             </summary>\r
8877         </member>\r
8878         <member name="F:Newtonsoft.Json.WriteState.Property">\r
8879             <summary>\r
8880             A property is being written.\r
8881             </summary>\r
8882         </member>\r
8883         <member name="F:Newtonsoft.Json.WriteState.Start">\r
8884             <summary>\r
8885             A write method has not been called.\r
8886             </summary>\r
8887         </member>\r
8888     </members>\r
8889 </doc>\r