Add Newtonsoft.Json NuGet package
[StratumLibrary.git] / packages / Newtonsoft.Json.7.0.1 / lib / net45 / 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.BsonObjectId">\r
8             <summary>\r
9             Represents a BSON Oid (object id).\r
10             </summary>\r
11         </member>\r
12         <member name="M:Newtonsoft.Json.Bson.BsonObjectId.#ctor(System.Byte[])">\r
13             <summary>\r
14             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonObjectId"/> class.\r
15             </summary>\r
16             <param name="value">The Oid value.</param>\r
17         </member>\r
18         <member name="P:Newtonsoft.Json.Bson.BsonObjectId.Value">\r
19             <summary>\r
20             Gets or sets the value of the Oid.\r
21             </summary>\r
22             <value>The value of the Oid.</value>\r
23         </member>\r
24         <member name="T:Newtonsoft.Json.Bson.BsonReader">\r
25             <summary>\r
26             Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data.\r
27             </summary>\r
28         </member>\r
29         <member name="T:Newtonsoft.Json.JsonReader">\r
30             <summary>\r
31             Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data.\r
32             </summary>\r
33         </member>\r
34         <member name="M:Newtonsoft.Json.JsonReader.#ctor">\r
35             <summary>\r
36             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReader"/> class with the specified <see cref="T:System.IO.TextReader"/>.\r
37             </summary>\r
38         </member>\r
39         <member name="M:Newtonsoft.Json.JsonReader.Read">\r
40             <summary>\r
41             Reads the next JSON token from the stream.\r
42             </summary>\r
43             <returns>true if the next token was read successfully; false if there are no more tokens to read.</returns>\r
44         </member>\r
45         <member name="M:Newtonsoft.Json.JsonReader.ReadAsInt32">\r
46             <summary>\r
47             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
48             </summary>\r
49             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>\r
50         </member>\r
51         <member name="M:Newtonsoft.Json.JsonReader.ReadAsString">\r
52             <summary>\r
53             Reads the next JSON token from the stream as a <see cref="T:System.String"/>.\r
54             </summary>\r
55             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>\r
56         </member>\r
57         <member name="M:Newtonsoft.Json.JsonReader.ReadAsBytes">\r
58             <summary>\r
59             Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].\r
60             </summary>\r
61             <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
62         </member>\r
63         <member name="M:Newtonsoft.Json.JsonReader.ReadAsDecimal">\r
64             <summary>\r
65             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
66             </summary>\r
67             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>\r
68         </member>\r
69         <member name="M:Newtonsoft.Json.JsonReader.ReadAsDateTime">\r
70             <summary>\r
71             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
72             </summary>\r
73             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>\r
74         </member>\r
75         <member name="M:Newtonsoft.Json.JsonReader.ReadAsDateTimeOffset">\r
76             <summary>\r
77             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
78             </summary>\r
79             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>\r
80         </member>\r
81         <member name="M:Newtonsoft.Json.JsonReader.Skip">\r
82             <summary>\r
83             Skips the children of the current token.\r
84             </summary>\r
85         </member>\r
86         <member name="M:Newtonsoft.Json.JsonReader.SetToken(Newtonsoft.Json.JsonToken)">\r
87             <summary>\r
88             Sets the current token.\r
89             </summary>\r
90             <param name="newToken">The new token.</param>\r
91         </member>\r
92         <member name="M:Newtonsoft.Json.JsonReader.SetToken(Newtonsoft.Json.JsonToken,System.Object)">\r
93             <summary>\r
94             Sets the current token and value.\r
95             </summary>\r
96             <param name="newToken">The new token.</param>\r
97             <param name="value">The value.</param>\r
98         </member>\r
99         <member name="M:Newtonsoft.Json.JsonReader.SetStateBasedOnCurrent">\r
100             <summary>\r
101             Sets the state based on current token type.\r
102             </summary>\r
103         </member>\r
104         <member name="M:Newtonsoft.Json.JsonReader.System#IDisposable#Dispose">\r
105             <summary>\r
106             Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.\r
107             </summary>\r
108         </member>\r
109         <member name="M:Newtonsoft.Json.JsonReader.Dispose(System.Boolean)">\r
110             <summary>\r
111             Releases unmanaged and - optionally - managed resources\r
112             </summary>\r
113             <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>\r
114         </member>\r
115         <member name="M:Newtonsoft.Json.JsonReader.Close">\r
116             <summary>\r
117             Changes the <see cref="T:Newtonsoft.Json.JsonReader.State"/> to Closed. \r
118             </summary>\r
119         </member>\r
120         <member name="P:Newtonsoft.Json.JsonReader.CurrentState">\r
121             <summary>\r
122             Gets the current reader state.\r
123             </summary>\r
124             <value>The current reader state.</value>\r
125         </member>\r
126         <member name="P:Newtonsoft.Json.JsonReader.CloseInput">\r
127             <summary>\r
128             Gets or sets a value indicating whether the underlying stream or\r
129             <see cref="T:System.IO.TextReader"/> should be closed when the reader is closed.\r
130             </summary>\r
131             <value>\r
132             true to close the underlying stream or <see cref="T:System.IO.TextReader"/> when\r
133             the reader is closed; otherwise false. The default is true.\r
134             </value>\r
135         </member>\r
136         <member name="P:Newtonsoft.Json.JsonReader.SupportMultipleContent">\r
137             <summary>\r
138             Gets or sets a value indicating whether multiple pieces of JSON content can\r
139             be read from a continuous stream without erroring.\r
140             </summary>\r
141             <value>\r
142             true to support reading multiple pieces of JSON content; otherwise false. The default is false.\r
143             </value>\r
144         </member>\r
145         <member name="P:Newtonsoft.Json.JsonReader.QuoteChar">\r
146             <summary>\r
147             Gets the quotation mark character used to enclose the value of a string.\r
148             </summary>\r
149         </member>\r
150         <member name="P:Newtonsoft.Json.JsonReader.DateTimeZoneHandling">\r
151             <summary>\r
152             Get or set how <see cref="T:System.DateTime"/> time zones are handling when reading JSON.\r
153             </summary>\r
154         </member>\r
155         <member name="P:Newtonsoft.Json.JsonReader.DateParseHandling">\r
156             <summary>\r
157             Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.\r
158             </summary>\r
159         </member>\r
160         <member name="P:Newtonsoft.Json.JsonReader.FloatParseHandling">\r
161             <summary>\r
162             Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.\r
163             </summary>\r
164         </member>\r
165         <member name="P:Newtonsoft.Json.JsonReader.DateFormatString">\r
166             <summary>\r
167             Get or set how custom date formatted strings are parsed when reading JSON.\r
168             </summary>\r
169         </member>\r
170         <member name="P:Newtonsoft.Json.JsonReader.MaxDepth">\r
171             <summary>\r
172             Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>.\r
173             </summary>\r
174         </member>\r
175         <member name="P:Newtonsoft.Json.JsonReader.TokenType">\r
176             <summary>\r
177             Gets the type of the current JSON token. \r
178             </summary>\r
179         </member>\r
180         <member name="P:Newtonsoft.Json.JsonReader.Value">\r
181             <summary>\r
182             Gets the text value of the current JSON token.\r
183             </summary>\r
184         </member>\r
185         <member name="P:Newtonsoft.Json.JsonReader.ValueType">\r
186             <summary>\r
187             Gets The Common Language Runtime (CLR) type for the current JSON token.\r
188             </summary>\r
189         </member>\r
190         <member name="P:Newtonsoft.Json.JsonReader.Depth">\r
191             <summary>\r
192             Gets the depth of the current token in the JSON document.\r
193             </summary>\r
194             <value>The depth of the current token in the JSON document.</value>\r
195         </member>\r
196         <member name="P:Newtonsoft.Json.JsonReader.Path">\r
197             <summary>\r
198             Gets the path of the current JSON token. \r
199             </summary>\r
200         </member>\r
201         <member name="P:Newtonsoft.Json.JsonReader.Culture">\r
202             <summary>\r
203             Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.\r
204             </summary>\r
205         </member>\r
206         <member name="T:Newtonsoft.Json.JsonReader.State">\r
207             <summary>\r
208             Specifies the state of the reader.\r
209             </summary>\r
210         </member>\r
211         <member name="F:Newtonsoft.Json.JsonReader.State.Start">\r
212             <summary>\r
213             The Read method has not been called.\r
214             </summary>\r
215         </member>\r
216         <member name="F:Newtonsoft.Json.JsonReader.State.Complete">\r
217             <summary>\r
218             The end of the file has been reached successfully.\r
219             </summary>\r
220         </member>\r
221         <member name="F:Newtonsoft.Json.JsonReader.State.Property">\r
222             <summary>\r
223             Reader is at a property.\r
224             </summary>\r
225         </member>\r
226         <member name="F:Newtonsoft.Json.JsonReader.State.ObjectStart">\r
227             <summary>\r
228             Reader is at the start of an object.\r
229             </summary>\r
230         </member>\r
231         <member name="F:Newtonsoft.Json.JsonReader.State.Object">\r
232             <summary>\r
233             Reader is in an object.\r
234             </summary>\r
235         </member>\r
236         <member name="F:Newtonsoft.Json.JsonReader.State.ArrayStart">\r
237             <summary>\r
238             Reader is at the start of an array.\r
239             </summary>\r
240         </member>\r
241         <member name="F:Newtonsoft.Json.JsonReader.State.Array">\r
242             <summary>\r
243             Reader is in an array.\r
244             </summary>\r
245         </member>\r
246         <member name="F:Newtonsoft.Json.JsonReader.State.Closed">\r
247             <summary>\r
248             The Close method has been called.\r
249             </summary>\r
250         </member>\r
251         <member name="F:Newtonsoft.Json.JsonReader.State.PostValue">\r
252             <summary>\r
253             Reader has just read a value.\r
254             </summary>\r
255         </member>\r
256         <member name="F:Newtonsoft.Json.JsonReader.State.ConstructorStart">\r
257             <summary>\r
258             Reader is at the start of a constructor.\r
259             </summary>\r
260         </member>\r
261         <member name="F:Newtonsoft.Json.JsonReader.State.Constructor">\r
262             <summary>\r
263             Reader in a constructor.\r
264             </summary>\r
265         </member>\r
266         <member name="F:Newtonsoft.Json.JsonReader.State.Error">\r
267             <summary>\r
268             An error occurred that prevents the read operation from continuing.\r
269             </summary>\r
270         </member>\r
271         <member name="F:Newtonsoft.Json.JsonReader.State.Finished">\r
272             <summary>\r
273             The end of the file has been reached successfully.\r
274             </summary>\r
275         </member>\r
276         <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.Stream)">\r
277             <summary>\r
278             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.\r
279             </summary>\r
280             <param name="stream">The stream.</param>\r
281         </member>\r
282         <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.BinaryReader)">\r
283             <summary>\r
284             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.\r
285             </summary>\r
286             <param name="reader">The reader.</param>\r
287         </member>\r
288         <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.Stream,System.Boolean,System.DateTimeKind)">\r
289             <summary>\r
290             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.\r
291             </summary>\r
292             <param name="stream">The stream.</param>\r
293             <param name="readRootValueAsArray">if set to <c>true</c> the root object will be read as a JSON array.</param>\r
294             <param name="dateTimeKindHandling">The <see cref="T:System.DateTimeKind"/> used when reading <see cref="T:System.DateTime"/> values from BSON.</param>\r
295         </member>\r
296         <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.BinaryReader,System.Boolean,System.DateTimeKind)">\r
297             <summary>\r
298             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.\r
299             </summary>\r
300             <param name="reader">The reader.</param>\r
301             <param name="readRootValueAsArray">if set to <c>true</c> the root object will be read as a JSON array.</param>\r
302             <param name="dateTimeKindHandling">The <see cref="T:System.DateTimeKind"/> used when reading <see cref="T:System.DateTime"/> values from BSON.</param>\r
303         </member>\r
304         <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsBytes">\r
305             <summary>\r
306             Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].\r
307             </summary>\r
308             <returns>\r
309             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
310             </returns>\r
311         </member>\r
312         <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDecimal">\r
313             <summary>\r
314             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
315             </summary>\r
316             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>\r
317         </member>\r
318         <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsInt32">\r
319             <summary>\r
320             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
321             </summary>\r
322             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>\r
323         </member>\r
324         <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsString">\r
325             <summary>\r
326             Reads the next JSON token from the stream as a <see cref="T:System.String"/>.\r
327             </summary>\r
328             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>\r
329         </member>\r
330         <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDateTime">\r
331             <summary>\r
332             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
333             </summary>\r
334             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>\r
335         </member>\r
336         <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDateTimeOffset">\r
337             <summary>\r
338             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
339             </summary>\r
340             <returns>\r
341             A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.\r
342             </returns>\r
343         </member>\r
344         <member name="M:Newtonsoft.Json.Bson.BsonReader.Read">\r
345             <summary>\r
346             Reads the next JSON token from the stream.\r
347             </summary>\r
348             <returns>\r
349             true if the next token was read successfully; false if there are no more tokens to read.\r
350             </returns>\r
351         </member>\r
352         <member name="M:Newtonsoft.Json.Bson.BsonReader.Close">\r
353             <summary>\r
354             Changes the <see cref="T:Newtonsoft.Json.JsonReader.State"/> to Closed.\r
355             </summary>\r
356         </member>\r
357         <member name="P:Newtonsoft.Json.Bson.BsonReader.JsonNet35BinaryCompatibility">\r
358             <summary>\r
359             Gets or sets a value indicating whether binary data reading should compatible with incorrect Json.NET 3.5 written binary.\r
360             </summary>\r
361             <value>\r
362                 <c>true</c> if binary data reading will be compatible with incorrect Json.NET 3.5 written binary; otherwise, <c>false</c>.\r
363             </value>\r
364         </member>\r
365         <member name="P:Newtonsoft.Json.Bson.BsonReader.ReadRootValueAsArray">\r
366             <summary>\r
367             Gets or sets a value indicating whether the root object will be read as a JSON array.\r
368             </summary>\r
369             <value>\r
370                 <c>true</c> if the root object will be read as a JSON array; otherwise, <c>false</c>.\r
371             </value>\r
372         </member>\r
373         <member name="P:Newtonsoft.Json.Bson.BsonReader.DateTimeKindHandling">\r
374             <summary>\r
375             Gets or sets the <see cref="T:System.DateTimeKind"/> used when reading <see cref="T:System.DateTime"/> values from BSON.\r
376             </summary>\r
377             <value>The <see cref="T:System.DateTimeKind"/> used when reading <see cref="T:System.DateTime"/> values from BSON.</value>\r
378         </member>\r
379         <member name="T:Newtonsoft.Json.Bson.BsonWriter">\r
380             <summary>\r
381             Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.\r
382             </summary>\r
383         </member>\r
384         <member name="T:Newtonsoft.Json.JsonWriter">\r
385             <summary>\r
386             Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.\r
387             </summary>\r
388         </member>\r
389         <member name="M:Newtonsoft.Json.JsonWriter.#ctor">\r
390             <summary>\r
391             Creates an instance of the <c>JsonWriter</c> class. \r
392             </summary>\r
393         </member>\r
394         <member name="M:Newtonsoft.Json.JsonWriter.Flush">\r
395             <summary>\r
396             Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.\r
397             </summary>\r
398         </member>\r
399         <member name="M:Newtonsoft.Json.JsonWriter.Close">\r
400             <summary>\r
401             Closes this stream and the underlying stream.\r
402             </summary>\r
403         </member>\r
404         <member name="M:Newtonsoft.Json.JsonWriter.WriteStartObject">\r
405             <summary>\r
406             Writes the beginning of a JSON object.\r
407             </summary>\r
408         </member>\r
409         <member name="M:Newtonsoft.Json.JsonWriter.WriteEndObject">\r
410             <summary>\r
411             Writes the end of a JSON object.\r
412             </summary>\r
413         </member>\r
414         <member name="M:Newtonsoft.Json.JsonWriter.WriteStartArray">\r
415             <summary>\r
416             Writes the beginning of a JSON array.\r
417             </summary>\r
418         </member>\r
419         <member name="M:Newtonsoft.Json.JsonWriter.WriteEndArray">\r
420             <summary>\r
421             Writes the end of an array.\r
422             </summary>\r
423         </member>\r
424         <member name="M:Newtonsoft.Json.JsonWriter.WriteStartConstructor(System.String)">\r
425             <summary>\r
426             Writes the start of a constructor with the given name.\r
427             </summary>\r
428             <param name="name">The name of the constructor.</param>\r
429         </member>\r
430         <member name="M:Newtonsoft.Json.JsonWriter.WriteEndConstructor">\r
431             <summary>\r
432             Writes the end constructor.\r
433             </summary>\r
434         </member>\r
435         <member name="M:Newtonsoft.Json.JsonWriter.WritePropertyName(System.String)">\r
436             <summary>\r
437             Writes the property name of a name/value pair on a JSON object.\r
438             </summary>\r
439             <param name="name">The name of the property.</param>\r
440         </member>\r
441         <member name="M:Newtonsoft.Json.JsonWriter.WritePropertyName(System.String,System.Boolean)">\r
442             <summary>\r
443             Writes the property name of a name/value pair on a JSON object.\r
444             </summary>\r
445             <param name="name">The name of the property.</param>\r
446             <param name="escape">A flag to indicate whether the text should be escaped when it is written as a JSON property name.</param>\r
447         </member>\r
448         <member name="M:Newtonsoft.Json.JsonWriter.WriteEnd">\r
449             <summary>\r
450             Writes the end of the current JSON object or array.\r
451             </summary>\r
452         </member>\r
453         <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonReader)">\r
454             <summary>\r
455             Writes the current <see cref="T:Newtonsoft.Json.JsonReader"/> token and its children.\r
456             </summary>\r
457             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read the token from.</param>\r
458         </member>\r
459         <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonReader,System.Boolean)">\r
460             <summary>\r
461             Writes the current <see cref="T:Newtonsoft.Json.JsonReader"/> token.\r
462             </summary>\r
463             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read the token from.</param>\r
464             <param name="writeChildren">A flag indicating whether the current token's children should be written.</param>\r
465         </member>\r
466         <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonToken,System.Object)">\r
467             <summary>\r
468             Writes the <see cref="T:Newtonsoft.Json.JsonToken"/> token and its value.\r
469             </summary>\r
470             <param name="token">The <see cref="T:Newtonsoft.Json.JsonToken"/> to write.</param>\r
471             <param name="value">\r
472             The value to write.\r
473             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
474             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
475         </member>\r
476         <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonToken)">\r
477             <summary>\r
478             Writes the <see cref="T:Newtonsoft.Json.JsonToken"/> token.\r
479             </summary>\r
480             <param name="token">The <see cref="T:Newtonsoft.Json.JsonToken"/> to write.</param>\r
481         </member>\r
482         <member name="M:Newtonsoft.Json.JsonWriter.WriteEnd(Newtonsoft.Json.JsonToken)">\r
483             <summary>\r
484             Writes the specified end token.\r
485             </summary>\r
486             <param name="token">The end token to write.</param>\r
487         </member>\r
488         <member name="M:Newtonsoft.Json.JsonWriter.WriteIndent">\r
489             <summary>\r
490             Writes indent characters.\r
491             </summary>\r
492         </member>\r
493         <member name="M:Newtonsoft.Json.JsonWriter.WriteValueDelimiter">\r
494             <summary>\r
495             Writes the JSON value delimiter.\r
496             </summary>\r
497         </member>\r
498         <member name="M:Newtonsoft.Json.JsonWriter.WriteIndentSpace">\r
499             <summary>\r
500             Writes an indent space.\r
501             </summary>\r
502         </member>\r
503         <member name="M:Newtonsoft.Json.JsonWriter.WriteNull">\r
504             <summary>\r
505             Writes a null value.\r
506             </summary>\r
507         </member>\r
508         <member name="M:Newtonsoft.Json.JsonWriter.WriteUndefined">\r
509             <summary>\r
510             Writes an undefined value.\r
511             </summary>\r
512         </member>\r
513         <member name="M:Newtonsoft.Json.JsonWriter.WriteRaw(System.String)">\r
514             <summary>\r
515             Writes raw JSON without changing the writer's state.\r
516             </summary>\r
517             <param name="json">The raw JSON to write.</param>\r
518         </member>\r
519         <member name="M:Newtonsoft.Json.JsonWriter.WriteRawValue(System.String)">\r
520             <summary>\r
521             Writes raw JSON where a value is expected and updates the writer's state.\r
522             </summary>\r
523             <param name="json">The raw JSON to write.</param>\r
524         </member>\r
525         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.String)">\r
526             <summary>\r
527             Writes a <see cref="T:System.String"/> value.\r
528             </summary>\r
529             <param name="value">The <see cref="T:System.String"/> value to write.</param>\r
530         </member>\r
531         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int32)">\r
532             <summary>\r
533             Writes a <see cref="T:System.Int32"/> value.\r
534             </summary>\r
535             <param name="value">The <see cref="T:System.Int32"/> value to write.</param>\r
536         </member>\r
537         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt32)">\r
538             <summary>\r
539             Writes a <see cref="T:System.UInt32"/> value.\r
540             </summary>\r
541             <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>\r
542         </member>\r
543         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int64)">\r
544             <summary>\r
545             Writes a <see cref="T:System.Int64"/> value.\r
546             </summary>\r
547             <param name="value">The <see cref="T:System.Int64"/> value to write.</param>\r
548         </member>\r
549         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt64)">\r
550             <summary>\r
551             Writes a <see cref="T:System.UInt64"/> value.\r
552             </summary>\r
553             <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>\r
554         </member>\r
555         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Single)">\r
556             <summary>\r
557             Writes a <see cref="T:System.Single"/> value.\r
558             </summary>\r
559             <param name="value">The <see cref="T:System.Single"/> value to write.</param>\r
560         </member>\r
561         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Double)">\r
562             <summary>\r
563             Writes a <see cref="T:System.Double"/> value.\r
564             </summary>\r
565             <param name="value">The <see cref="T:System.Double"/> value to write.</param>\r
566         </member>\r
567         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Boolean)">\r
568             <summary>\r
569             Writes a <see cref="T:System.Boolean"/> value.\r
570             </summary>\r
571             <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>\r
572         </member>\r
573         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int16)">\r
574             <summary>\r
575             Writes a <see cref="T:System.Int16"/> value.\r
576             </summary>\r
577             <param name="value">The <see cref="T:System.Int16"/> value to write.</param>\r
578         </member>\r
579         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt16)">\r
580             <summary>\r
581             Writes a <see cref="T:System.UInt16"/> value.\r
582             </summary>\r
583             <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>\r
584         </member>\r
585         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Char)">\r
586             <summary>\r
587             Writes a <see cref="T:System.Char"/> value.\r
588             </summary>\r
589             <param name="value">The <see cref="T:System.Char"/> value to write.</param>\r
590         </member>\r
591         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Byte)">\r
592             <summary>\r
593             Writes a <see cref="T:System.Byte"/> value.\r
594             </summary>\r
595             <param name="value">The <see cref="T:System.Byte"/> value to write.</param>\r
596         </member>\r
597         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.SByte)">\r
598             <summary>\r
599             Writes a <see cref="T:System.SByte"/> value.\r
600             </summary>\r
601             <param name="value">The <see cref="T:System.SByte"/> value to write.</param>\r
602         </member>\r
603         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Decimal)">\r
604             <summary>\r
605             Writes a <see cref="T:System.Decimal"/> value.\r
606             </summary>\r
607             <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>\r
608         </member>\r
609         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.DateTime)">\r
610             <summary>\r
611             Writes a <see cref="T:System.DateTime"/> value.\r
612             </summary>\r
613             <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>\r
614         </member>\r
615         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.DateTimeOffset)">\r
616             <summary>\r
617             Writes a <see cref="T:System.DateTimeOffset"/> value.\r
618             </summary>\r
619             <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>\r
620         </member>\r
621         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Guid)">\r
622             <summary>\r
623             Writes a <see cref="T:System.Guid"/> value.\r
624             </summary>\r
625             <param name="value">The <see cref="T:System.Guid"/> value to write.</param>\r
626         </member>\r
627         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.TimeSpan)">\r
628             <summary>\r
629             Writes a <see cref="T:System.TimeSpan"/> value.\r
630             </summary>\r
631             <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>\r
632         </member>\r
633         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int32})">\r
634             <summary>\r
635             Writes a <see cref="T:System.Nullable`1"/> value.\r
636             </summary>\r
637             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
638         </member>\r
639         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt32})">\r
640             <summary>\r
641             Writes a <see cref="T:System.Nullable`1"/> value.\r
642             </summary>\r
643             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
644         </member>\r
645         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int64})">\r
646             <summary>\r
647             Writes a <see cref="T:System.Nullable`1"/> value.\r
648             </summary>\r
649             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
650         </member>\r
651         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt64})">\r
652             <summary>\r
653             Writes a <see cref="T:System.Nullable`1"/> value.\r
654             </summary>\r
655             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
656         </member>\r
657         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Single})">\r
658             <summary>\r
659             Writes a <see cref="T:System.Nullable`1"/> value.\r
660             </summary>\r
661             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
662         </member>\r
663         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Double})">\r
664             <summary>\r
665             Writes a <see cref="T:System.Nullable`1"/> value.\r
666             </summary>\r
667             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
668         </member>\r
669         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Boolean})">\r
670             <summary>\r
671             Writes a <see cref="T:System.Nullable`1"/> value.\r
672             </summary>\r
673             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
674         </member>\r
675         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int16})">\r
676             <summary>\r
677             Writes a <see cref="T:System.Nullable`1"/> value.\r
678             </summary>\r
679             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
680         </member>\r
681         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt16})">\r
682             <summary>\r
683             Writes a <see cref="T:System.Nullable`1"/> value.\r
684             </summary>\r
685             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
686         </member>\r
687         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Char})">\r
688             <summary>\r
689             Writes a <see cref="T:System.Nullable`1"/> value.\r
690             </summary>\r
691             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
692         </member>\r
693         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Byte})">\r
694             <summary>\r
695             Writes a <see cref="T:System.Nullable`1"/> value.\r
696             </summary>\r
697             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
698         </member>\r
699         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.SByte})">\r
700             <summary>\r
701             Writes a <see cref="T:System.Nullable`1"/> value.\r
702             </summary>\r
703             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
704         </member>\r
705         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Decimal})">\r
706             <summary>\r
707             Writes a <see cref="T:System.Nullable`1"/> value.\r
708             </summary>\r
709             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
710         </member>\r
711         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.DateTime})">\r
712             <summary>\r
713             Writes a <see cref="T:System.Nullable`1"/> value.\r
714             </summary>\r
715             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
716         </member>\r
717         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.DateTimeOffset})">\r
718             <summary>\r
719             Writes a <see cref="T:System.Nullable`1"/> value.\r
720             </summary>\r
721             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
722         </member>\r
723         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Guid})">\r
724             <summary>\r
725             Writes a <see cref="T:System.Nullable`1"/> value.\r
726             </summary>\r
727             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
728         </member>\r
729         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.TimeSpan})">\r
730             <summary>\r
731             Writes a <see cref="T:System.Nullable`1"/> value.\r
732             </summary>\r
733             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
734         </member>\r
735         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Byte[])">\r
736             <summary>\r
737             Writes a <see cref="T:System.Byte"/>[] value.\r
738             </summary>\r
739             <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param>\r
740         </member>\r
741         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Uri)">\r
742             <summary>\r
743             Writes a <see cref="T:System.Uri"/> value.\r
744             </summary>\r
745             <param name="value">The <see cref="T:System.Uri"/> value to write.</param>\r
746         </member>\r
747         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Object)">\r
748             <summary>\r
749             Writes a <see cref="T:System.Object"/> value.\r
750             An error will raised if the value cannot be written as a single JSON token.\r
751             </summary>\r
752             <param name="value">The <see cref="T:System.Object"/> value to write.</param>\r
753         </member>\r
754         <member name="M:Newtonsoft.Json.JsonWriter.WriteComment(System.String)">\r
755             <summary>\r
756             Writes out a comment <code>/*...*/</code> containing the specified text. \r
757             </summary>\r
758             <param name="text">Text to place inside the comment.</param>\r
759         </member>\r
760         <member name="M:Newtonsoft.Json.JsonWriter.WriteWhitespace(System.String)">\r
761             <summary>\r
762             Writes out the given white space.\r
763             </summary>\r
764             <param name="ws">The string of white space characters.</param>\r
765         </member>\r
766         <member name="M:Newtonsoft.Json.JsonWriter.SetWriteState(Newtonsoft.Json.JsonToken,System.Object)">\r
767             <summary>\r
768             Sets the state of the JsonWriter,\r
769             </summary>\r
770             <param name="token">The JsonToken being written.</param>\r
771             <param name="value">The value being written.</param>\r
772         </member>\r
773         <member name="P:Newtonsoft.Json.JsonWriter.CloseOutput">\r
774             <summary>\r
775             Gets or sets a value indicating whether the underlying stream or\r
776             <see cref="T:System.IO.TextReader"/> should be closed when the writer is closed.\r
777             </summary>\r
778             <value>\r
779             true to close the underlying stream or <see cref="T:System.IO.TextReader"/> when\r
780             the writer is closed; otherwise false. The default is true.\r
781             </value>\r
782         </member>\r
783         <member name="P:Newtonsoft.Json.JsonWriter.Top">\r
784             <summary>\r
785             Gets the top.\r
786             </summary>\r
787             <value>The top.</value>\r
788         </member>\r
789         <member name="P:Newtonsoft.Json.JsonWriter.WriteState">\r
790             <summary>\r
791             Gets the state of the writer.\r
792             </summary>\r
793         </member>\r
794         <member name="P:Newtonsoft.Json.JsonWriter.Path">\r
795             <summary>\r
796             Gets the path of the writer. \r
797             </summary>\r
798         </member>\r
799         <member name="P:Newtonsoft.Json.JsonWriter.Formatting">\r
800             <summary>\r
801             Indicates how JSON text output is formatted.\r
802             </summary>\r
803         </member>\r
804         <member name="P:Newtonsoft.Json.JsonWriter.DateFormatHandling">\r
805             <summary>\r
806             Get or set how dates are written to JSON text.\r
807             </summary>\r
808         </member>\r
809         <member name="P:Newtonsoft.Json.JsonWriter.DateTimeZoneHandling">\r
810             <summary>\r
811             Get or set how <see cref="T:System.DateTime"/> time zones are handling when writing JSON text.\r
812             </summary>\r
813         </member>\r
814         <member name="P:Newtonsoft.Json.JsonWriter.StringEscapeHandling">\r
815             <summary>\r
816             Get or set how strings are escaped when writing JSON text.\r
817             </summary>\r
818         </member>\r
819         <member name="P:Newtonsoft.Json.JsonWriter.FloatFormatHandling">\r
820             <summary>\r
821             Get or set how special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>,\r
822             <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/>,\r
823             are written to JSON text.\r
824             </summary>\r
825         </member>\r
826         <member name="P:Newtonsoft.Json.JsonWriter.DateFormatString">\r
827             <summary>\r
828             Get or set how <see cref="T:System.DateTime"/> and <see cref="T:System.DateTimeOffset"/> values are formatting when writing JSON text.\r
829             </summary>\r
830         </member>\r
831         <member name="P:Newtonsoft.Json.JsonWriter.Culture">\r
832             <summary>\r
833             Gets or sets the culture used when writing JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.\r
834             </summary>\r
835         </member>\r
836         <member name="M:Newtonsoft.Json.Bson.BsonWriter.#ctor(System.IO.Stream)">\r
837             <summary>\r
838             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonWriter"/> class.\r
839             </summary>\r
840             <param name="stream">The stream.</param>\r
841         </member>\r
842         <member name="M:Newtonsoft.Json.Bson.BsonWriter.#ctor(System.IO.BinaryWriter)">\r
843             <summary>\r
844             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonWriter"/> class.\r
845             </summary>\r
846             <param name="writer">The writer.</param>\r
847         </member>\r
848         <member name="M:Newtonsoft.Json.Bson.BsonWriter.Flush">\r
849             <summary>\r
850             Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.\r
851             </summary>\r
852         </member>\r
853         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteEnd(Newtonsoft.Json.JsonToken)">\r
854             <summary>\r
855             Writes the end.\r
856             </summary>\r
857             <param name="token">The token.</param>\r
858         </member>\r
859         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteComment(System.String)">\r
860             <summary>\r
861             Writes out a comment <code>/*...*/</code> containing the specified text.\r
862             </summary>\r
863             <param name="text">Text to place inside the comment.</param>\r
864         </member>\r
865         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartConstructor(System.String)">\r
866             <summary>\r
867             Writes the start of a constructor with the given name.\r
868             </summary>\r
869             <param name="name">The name of the constructor.</param>\r
870         </member>\r
871         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRaw(System.String)">\r
872             <summary>\r
873             Writes raw JSON.\r
874             </summary>\r
875             <param name="json">The raw JSON to write.</param>\r
876         </member>\r
877         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRawValue(System.String)">\r
878             <summary>\r
879             Writes raw JSON where a value is expected and updates the writer's state.\r
880             </summary>\r
881             <param name="json">The raw JSON to write.</param>\r
882         </member>\r
883         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartArray">\r
884             <summary>\r
885             Writes the beginning of a JSON array.\r
886             </summary>\r
887         </member>\r
888         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartObject">\r
889             <summary>\r
890             Writes the beginning of a JSON object.\r
891             </summary>\r
892         </member>\r
893         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WritePropertyName(System.String)">\r
894             <summary>\r
895             Writes the property name of a name/value pair on a JSON object.\r
896             </summary>\r
897             <param name="name">The name of the property.</param>\r
898         </member>\r
899         <member name="M:Newtonsoft.Json.Bson.BsonWriter.Close">\r
900             <summary>\r
901             Closes this stream and the underlying stream.\r
902             </summary>\r
903         </member>\r
904         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Object)">\r
905             <summary>\r
906             Writes a <see cref="T:System.Object"/> value.\r
907             An error will raised if the value cannot be written as a single JSON token.\r
908             </summary>\r
909             <param name="value">The <see cref="T:System.Object"/> value to write.</param>\r
910         </member>\r
911         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteNull">\r
912             <summary>\r
913             Writes a null value.\r
914             </summary>\r
915         </member>\r
916         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteUndefined">\r
917             <summary>\r
918             Writes an undefined value.\r
919             </summary>\r
920         </member>\r
921         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.String)">\r
922             <summary>\r
923             Writes a <see cref="T:System.String"/> value.\r
924             </summary>\r
925             <param name="value">The <see cref="T:System.String"/> value to write.</param>\r
926         </member>\r
927         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int32)">\r
928             <summary>\r
929             Writes a <see cref="T:System.Int32"/> value.\r
930             </summary>\r
931             <param name="value">The <see cref="T:System.Int32"/> value to write.</param>\r
932         </member>\r
933         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt32)">\r
934             <summary>\r
935             Writes a <see cref="T:System.UInt32"/> value.\r
936             </summary>\r
937             <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>\r
938         </member>\r
939         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int64)">\r
940             <summary>\r
941             Writes a <see cref="T:System.Int64"/> value.\r
942             </summary>\r
943             <param name="value">The <see cref="T:System.Int64"/> value to write.</param>\r
944         </member>\r
945         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt64)">\r
946             <summary>\r
947             Writes a <see cref="T:System.UInt64"/> value.\r
948             </summary>\r
949             <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>\r
950         </member>\r
951         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Single)">\r
952             <summary>\r
953             Writes a <see cref="T:System.Single"/> value.\r
954             </summary>\r
955             <param name="value">The <see cref="T:System.Single"/> value to write.</param>\r
956         </member>\r
957         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Double)">\r
958             <summary>\r
959             Writes a <see cref="T:System.Double"/> value.\r
960             </summary>\r
961             <param name="value">The <see cref="T:System.Double"/> value to write.</param>\r
962         </member>\r
963         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Boolean)">\r
964             <summary>\r
965             Writes a <see cref="T:System.Boolean"/> value.\r
966             </summary>\r
967             <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>\r
968         </member>\r
969         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int16)">\r
970             <summary>\r
971             Writes a <see cref="T:System.Int16"/> value.\r
972             </summary>\r
973             <param name="value">The <see cref="T:System.Int16"/> value to write.</param>\r
974         </member>\r
975         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt16)">\r
976             <summary>\r
977             Writes a <see cref="T:System.UInt16"/> value.\r
978             </summary>\r
979             <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>\r
980         </member>\r
981         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Char)">\r
982             <summary>\r
983             Writes a <see cref="T:System.Char"/> value.\r
984             </summary>\r
985             <param name="value">The <see cref="T:System.Char"/> value to write.</param>\r
986         </member>\r
987         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Byte)">\r
988             <summary>\r
989             Writes a <see cref="T:System.Byte"/> value.\r
990             </summary>\r
991             <param name="value">The <see cref="T:System.Byte"/> value to write.</param>\r
992         </member>\r
993         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.SByte)">\r
994             <summary>\r
995             Writes a <see cref="T:System.SByte"/> value.\r
996             </summary>\r
997             <param name="value">The <see cref="T:System.SByte"/> value to write.</param>\r
998         </member>\r
999         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Decimal)">\r
1000             <summary>\r
1001             Writes a <see cref="T:System.Decimal"/> value.\r
1002             </summary>\r
1003             <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>\r
1004         </member>\r
1005         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.DateTime)">\r
1006             <summary>\r
1007             Writes a <see cref="T:System.DateTime"/> value.\r
1008             </summary>\r
1009             <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>\r
1010         </member>\r
1011         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.DateTimeOffset)">\r
1012             <summary>\r
1013             Writes a <see cref="T:System.DateTimeOffset"/> value.\r
1014             </summary>\r
1015             <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>\r
1016         </member>\r
1017         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Byte[])">\r
1018             <summary>\r
1019             Writes a <see cref="T:System.Byte"/>[] value.\r
1020             </summary>\r
1021             <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param>\r
1022         </member>\r
1023         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Guid)">\r
1024             <summary>\r
1025             Writes a <see cref="T:System.Guid"/> value.\r
1026             </summary>\r
1027             <param name="value">The <see cref="T:System.Guid"/> value to write.</param>\r
1028         </member>\r
1029         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.TimeSpan)">\r
1030             <summary>\r
1031             Writes a <see cref="T:System.TimeSpan"/> value.\r
1032             </summary>\r
1033             <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>\r
1034         </member>\r
1035         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Uri)">\r
1036             <summary>\r
1037             Writes a <see cref="T:System.Uri"/> value.\r
1038             </summary>\r
1039             <param name="value">The <see cref="T:System.Uri"/> value to write.</param>\r
1040         </member>\r
1041         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteObjectId(System.Byte[])">\r
1042             <summary>\r
1043             Writes a <see cref="T:System.Byte"/>[] value that represents a BSON object id.\r
1044             </summary>\r
1045             <param name="value">The Object ID value to write.</param>\r
1046         </member>\r
1047         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRegex(System.String,System.String)">\r
1048             <summary>\r
1049             Writes a BSON regex.\r
1050             </summary>\r
1051             <param name="pattern">The regex pattern.</param>\r
1052             <param name="options">The regex options.</param>\r
1053         </member>\r
1054         <member name="P:Newtonsoft.Json.Bson.BsonWriter.DateTimeKindHandling">\r
1055             <summary>\r
1056             Gets or sets the <see cref="T:System.DateTimeKind"/> used when writing <see cref="T:System.DateTime"/> values to BSON.\r
1057             When set to <see cref="F:System.DateTimeKind.Unspecified"/> no conversion will occur.\r
1058             </summary>\r
1059             <value>The <see cref="T:System.DateTimeKind"/> used when writing <see cref="T:System.DateTime"/> values to BSON.</value>\r
1060         </member>\r
1061         <member name="T:Newtonsoft.Json.ConstructorHandling">\r
1062             <summary>\r
1063             Specifies how constructors are used when initializing objects during deserialization by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
1064             </summary>\r
1065         </member>\r
1066         <member name="F:Newtonsoft.Json.ConstructorHandling.Default">\r
1067             <summary>\r
1068             First attempt to use the public default constructor, then fall back to single paramatized constructor, then the non-public default constructor.\r
1069             </summary>\r
1070         </member>\r
1071         <member name="F:Newtonsoft.Json.ConstructorHandling.AllowNonPublicDefaultConstructor">\r
1072             <summary>\r
1073             Json.NET will use a non-public default constructor before falling back to a paramatized constructor.\r
1074             </summary>\r
1075         </member>\r
1076         <member name="T:Newtonsoft.Json.Converters.BinaryConverter">\r
1077             <summary>\r
1078             Converts a binary value to and from a base 64 string value.\r
1079             </summary>\r
1080         </member>\r
1081         <member name="T:Newtonsoft.Json.JsonConverter">\r
1082             <summary>\r
1083             Converts an object to and from JSON.\r
1084             </summary>\r
1085         </member>\r
1086         <member name="M:Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1087             <summary>\r
1088             Writes the JSON representation of the object.\r
1089             </summary>\r
1090             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1091             <param name="value">The value.</param>\r
1092             <param name="serializer">The calling serializer.</param>\r
1093         </member>\r
1094         <member name="M:Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1095             <summary>\r
1096             Reads the JSON representation of the object.\r
1097             </summary>\r
1098             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1099             <param name="objectType">Type of the object.</param>\r
1100             <param name="existingValue">The existing value of object being read.</param>\r
1101             <param name="serializer">The calling serializer.</param>\r
1102             <returns>The object value.</returns>\r
1103         </member>\r
1104         <member name="M:Newtonsoft.Json.JsonConverter.CanConvert(System.Type)">\r
1105             <summary>\r
1106             Determines whether this instance can convert the specified object type.\r
1107             </summary>\r
1108             <param name="objectType">Type of the object.</param>\r
1109             <returns>\r
1110                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.\r
1111             </returns>\r
1112         </member>\r
1113         <member name="M:Newtonsoft.Json.JsonConverter.GetSchema">\r
1114             <summary>\r
1115             <para>\r
1116             Gets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of the JSON produced by the JsonConverter.\r
1117             </para>\r
1118             <note type="caution">\r
1119             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
1120             </note>\r
1121             </summary>\r
1122             <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of the JSON produced by the JsonConverter.</returns>\r
1123         </member>\r
1124         <member name="P:Newtonsoft.Json.JsonConverter.CanRead">\r
1125             <summary>\r
1126             Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can read JSON.\r
1127             </summary>\r
1128             <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can read JSON; otherwise, <c>false</c>.</value>\r
1129         </member>\r
1130         <member name="P:Newtonsoft.Json.JsonConverter.CanWrite">\r
1131             <summary>\r
1132             Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON.\r
1133             </summary>\r
1134             <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.</value>\r
1135         </member>\r
1136         <member name="M:Newtonsoft.Json.Converters.BinaryConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1137             <summary>\r
1138             Writes the JSON representation of the object.\r
1139             </summary>\r
1140             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1141             <param name="value">The value.</param>\r
1142             <param name="serializer">The calling serializer.</param>\r
1143         </member>\r
1144         <member name="M:Newtonsoft.Json.Converters.BinaryConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1145             <summary>\r
1146             Reads the JSON representation of the object.\r
1147             </summary>\r
1148             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1149             <param name="objectType">Type of the object.</param>\r
1150             <param name="existingValue">The existing value of object being read.</param>\r
1151             <param name="serializer">The calling serializer.</param>\r
1152             <returns>The object value.</returns>\r
1153         </member>\r
1154         <member name="M:Newtonsoft.Json.Converters.BinaryConverter.CanConvert(System.Type)">\r
1155             <summary>\r
1156             Determines whether this instance can convert the specified object type.\r
1157             </summary>\r
1158             <param name="objectType">Type of the object.</param>\r
1159             <returns>\r
1160                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.\r
1161             </returns>\r
1162         </member>\r
1163         <member name="T:Newtonsoft.Json.Converters.BsonObjectIdConverter">\r
1164             <summary>\r
1165             Converts a <see cref="T:Newtonsoft.Json.Bson.BsonObjectId"/> to and from JSON and BSON.\r
1166             </summary>\r
1167         </member>\r
1168         <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1169             <summary>\r
1170             Writes the JSON representation of the object.\r
1171             </summary>\r
1172             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1173             <param name="value">The value.</param>\r
1174             <param name="serializer">The calling serializer.</param>\r
1175         </member>\r
1176         <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1177             <summary>\r
1178             Reads the JSON representation of the object.\r
1179             </summary>\r
1180             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1181             <param name="objectType">Type of the object.</param>\r
1182             <param name="existingValue">The existing value of object being read.</param>\r
1183             <param name="serializer">The calling serializer.</param>\r
1184             <returns>The object value.</returns>\r
1185         </member>\r
1186         <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.CanConvert(System.Type)">\r
1187             <summary>\r
1188             Determines whether this instance can convert the specified object type.\r
1189             </summary>\r
1190             <param name="objectType">Type of the object.</param>\r
1191             <returns>\r
1192                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.\r
1193             </returns>\r
1194         </member>\r
1195         <member name="T:Newtonsoft.Json.Converters.CustomCreationConverter`1">\r
1196             <summary>\r
1197             Create a custom object\r
1198             </summary>\r
1199             <typeparam name="T">The object type to convert.</typeparam>\r
1200         </member>\r
1201         <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1202             <summary>\r
1203             Writes the JSON representation of the object.\r
1204             </summary>\r
1205             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1206             <param name="value">The value.</param>\r
1207             <param name="serializer">The calling serializer.</param>\r
1208         </member>\r
1209         <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1210             <summary>\r
1211             Reads the JSON representation of the object.\r
1212             </summary>\r
1213             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1214             <param name="objectType">Type of the object.</param>\r
1215             <param name="existingValue">The existing value of object being read.</param>\r
1216             <param name="serializer">The calling serializer.</param>\r
1217             <returns>The object value.</returns>\r
1218         </member>\r
1219         <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.Create(System.Type)">\r
1220             <summary>\r
1221             Creates an object which will then be populated by the serializer.\r
1222             </summary>\r
1223             <param name="objectType">Type of the object.</param>\r
1224             <returns>The created object.</returns>\r
1225         </member>\r
1226         <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.CanConvert(System.Type)">\r
1227             <summary>\r
1228             Determines whether this instance can convert the specified object type.\r
1229             </summary>\r
1230             <param name="objectType">Type of the object.</param>\r
1231             <returns>\r
1232                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.\r
1233             </returns>\r
1234         </member>\r
1235         <member name="P:Newtonsoft.Json.Converters.CustomCreationConverter`1.CanWrite">\r
1236             <summary>\r
1237             Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON.\r
1238             </summary>\r
1239             <value>\r
1240                 <c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.\r
1241             </value>\r
1242         </member>\r
1243         <member name="T:Newtonsoft.Json.Converters.DataSetConverter">\r
1244             <summary>\r
1245             Converts a <see cref="T:System.Data.DataSet"/> to and from JSON.\r
1246             </summary>\r
1247         </member>\r
1248         <member name="M:Newtonsoft.Json.Converters.DataSetConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1249             <summary>\r
1250             Writes the JSON representation of the object.\r
1251             </summary>\r
1252             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1253             <param name="value">The value.</param>\r
1254             <param name="serializer">The calling serializer.</param>\r
1255         </member>\r
1256         <member name="M:Newtonsoft.Json.Converters.DataSetConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1257             <summary>\r
1258             Reads the JSON representation of the object.\r
1259             </summary>\r
1260             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1261             <param name="objectType">Type of the object.</param>\r
1262             <param name="existingValue">The existing value of object being read.</param>\r
1263             <param name="serializer">The calling serializer.</param>\r
1264             <returns>The object value.</returns>\r
1265         </member>\r
1266         <member name="M:Newtonsoft.Json.Converters.DataSetConverter.CanConvert(System.Type)">\r
1267             <summary>\r
1268             Determines whether this instance can convert the specified value type.\r
1269             </summary>\r
1270             <param name="valueType">Type of the value.</param>\r
1271             <returns>\r
1272                 <c>true</c> if this instance can convert the specified value type; otherwise, <c>false</c>.\r
1273             </returns>\r
1274         </member>\r
1275         <member name="T:Newtonsoft.Json.Converters.DataTableConverter">\r
1276             <summary>\r
1277             Converts a <see cref="T:System.Data.DataTable"/> to and from JSON.\r
1278             </summary>\r
1279         </member>\r
1280         <member name="M:Newtonsoft.Json.Converters.DataTableConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1281             <summary>\r
1282             Writes the JSON representation of the object.\r
1283             </summary>\r
1284             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1285             <param name="value">The value.</param>\r
1286             <param name="serializer">The calling serializer.</param>\r
1287         </member>\r
1288         <member name="M:Newtonsoft.Json.Converters.DataTableConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1289             <summary>\r
1290             Reads the JSON representation of the object.\r
1291             </summary>\r
1292             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1293             <param name="objectType">Type of the object.</param>\r
1294             <param name="existingValue">The existing value of object being read.</param>\r
1295             <param name="serializer">The calling serializer.</param>\r
1296             <returns>The object value.</returns>\r
1297         </member>\r
1298         <member name="M:Newtonsoft.Json.Converters.DataTableConverter.CanConvert(System.Type)">\r
1299             <summary>\r
1300             Determines whether this instance can convert the specified value type.\r
1301             </summary>\r
1302             <param name="valueType">Type of the value.</param>\r
1303             <returns>\r
1304                 <c>true</c> if this instance can convert the specified value type; otherwise, <c>false</c>.\r
1305             </returns>\r
1306         </member>\r
1307         <member name="T:Newtonsoft.Json.Converters.DateTimeConverterBase">\r
1308             <summary>\r
1309             Provides a base class for converting a <see cref="T:System.DateTime"/> to and from JSON.\r
1310             </summary>\r
1311         </member>\r
1312         <member name="M:Newtonsoft.Json.Converters.DateTimeConverterBase.CanConvert(System.Type)">\r
1313             <summary>\r
1314             Determines whether this instance can convert the specified object type.\r
1315             </summary>\r
1316             <param name="objectType">Type of the object.</param>\r
1317             <returns>\r
1318                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.\r
1319             </returns>\r
1320         </member>\r
1321         <member name="T:Newtonsoft.Json.Converters.DiscriminatedUnionConverter">\r
1322             <summary>\r
1323             Converts a F# discriminated union type to and from JSON.\r
1324             </summary>\r
1325         </member>\r
1326         <member name="M:Newtonsoft.Json.Converters.DiscriminatedUnionConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1327             <summary>\r
1328             Writes the JSON representation of the object.\r
1329             </summary>\r
1330             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1331             <param name="value">The value.</param>\r
1332             <param name="serializer">The calling serializer.</param>\r
1333         </member>\r
1334         <member name="M:Newtonsoft.Json.Converters.DiscriminatedUnionConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1335             <summary>\r
1336             Reads the JSON representation of the object.\r
1337             </summary>\r
1338             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1339             <param name="objectType">Type of the object.</param>\r
1340             <param name="existingValue">The existing value of object being read.</param>\r
1341             <param name="serializer">The calling serializer.</param>\r
1342             <returns>The object value.</returns>\r
1343         </member>\r
1344         <member name="M:Newtonsoft.Json.Converters.DiscriminatedUnionConverter.CanConvert(System.Type)">\r
1345             <summary>\r
1346             Determines whether this instance can convert the specified object type.\r
1347             </summary>\r
1348             <param name="objectType">Type of the object.</param>\r
1349             <returns>\r
1350                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.\r
1351             </returns>\r
1352         </member>\r
1353         <member name="T:Newtonsoft.Json.Converters.EntityKeyMemberConverter">\r
1354             <summary>\r
1355             Converts an Entity Framework EntityKey to and from JSON.\r
1356             </summary>\r
1357         </member>\r
1358         <member name="M:Newtonsoft.Json.Converters.EntityKeyMemberConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1359             <summary>\r
1360             Writes the JSON representation of the object.\r
1361             </summary>\r
1362             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1363             <param name="value">The value.</param>\r
1364             <param name="serializer">The calling serializer.</param>\r
1365         </member>\r
1366         <member name="M:Newtonsoft.Json.Converters.EntityKeyMemberConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1367             <summary>\r
1368             Reads the JSON representation of the object.\r
1369             </summary>\r
1370             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1371             <param name="objectType">Type of the object.</param>\r
1372             <param name="existingValue">The existing value of object being read.</param>\r
1373             <param name="serializer">The calling serializer.</param>\r
1374             <returns>The object value.</returns>\r
1375         </member>\r
1376         <member name="M:Newtonsoft.Json.Converters.EntityKeyMemberConverter.CanConvert(System.Type)">\r
1377             <summary>\r
1378             Determines whether this instance can convert the specified object type.\r
1379             </summary>\r
1380             <param name="objectType">Type of the object.</param>\r
1381             <returns>\r
1382                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.\r
1383             </returns>\r
1384         </member>\r
1385         <member name="T:Newtonsoft.Json.Converters.ExpandoObjectConverter">\r
1386             <summary>\r
1387             Converts an ExpandoObject to and from JSON.\r
1388             </summary>\r
1389         </member>\r
1390         <member name="M:Newtonsoft.Json.Converters.ExpandoObjectConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1391             <summary>\r
1392             Writes the JSON representation of the object.\r
1393             </summary>\r
1394             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1395             <param name="value">The value.</param>\r
1396             <param name="serializer">The calling serializer.</param>\r
1397         </member>\r
1398         <member name="M:Newtonsoft.Json.Converters.ExpandoObjectConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1399             <summary>\r
1400             Reads the JSON representation of the object.\r
1401             </summary>\r
1402             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1403             <param name="objectType">Type of the object.</param>\r
1404             <param name="existingValue">The existing value of object being read.</param>\r
1405             <param name="serializer">The calling serializer.</param>\r
1406             <returns>The object value.</returns>\r
1407         </member>\r
1408         <member name="M:Newtonsoft.Json.Converters.ExpandoObjectConverter.CanConvert(System.Type)">\r
1409             <summary>\r
1410             Determines whether this instance can convert the specified object type.\r
1411             </summary>\r
1412             <param name="objectType">Type of the object.</param>\r
1413             <returns>\r
1414                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.\r
1415             </returns>\r
1416         </member>\r
1417         <member name="P:Newtonsoft.Json.Converters.ExpandoObjectConverter.CanWrite">\r
1418             <summary>\r
1419             Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON.\r
1420             </summary>\r
1421             <value>\r
1422                 <c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.\r
1423             </value>\r
1424         </member>\r
1425         <member name="T:Newtonsoft.Json.Converters.IsoDateTimeConverter">\r
1426             <summary>\r
1427             Converts a <see cref="T:System.DateTime"/> to and from the ISO 8601 date format (e.g. 2008-04-12T12:53Z).\r
1428             </summary>\r
1429         </member>\r
1430         <member name="M:Newtonsoft.Json.Converters.IsoDateTimeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1431             <summary>\r
1432             Writes the JSON representation of the object.\r
1433             </summary>\r
1434             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1435             <param name="value">The value.</param>\r
1436             <param name="serializer">The calling serializer.</param>\r
1437         </member>\r
1438         <member name="M:Newtonsoft.Json.Converters.IsoDateTimeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1439             <summary>\r
1440             Reads the JSON representation of the object.\r
1441             </summary>\r
1442             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1443             <param name="objectType">Type of the object.</param>\r
1444             <param name="existingValue">The existing value of object being read.</param>\r
1445             <param name="serializer">The calling serializer.</param>\r
1446             <returns>The object value.</returns>\r
1447         </member>\r
1448         <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.DateTimeStyles">\r
1449             <summary>\r
1450             Gets or sets the date time styles used when converting a date to and from JSON.\r
1451             </summary>\r
1452             <value>The date time styles used when converting a date to and from JSON.</value>\r
1453         </member>\r
1454         <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.DateTimeFormat">\r
1455             <summary>\r
1456             Gets or sets the date time format used when converting a date to and from JSON.\r
1457             </summary>\r
1458             <value>The date time format used when converting a date to and from JSON.</value>\r
1459         </member>\r
1460         <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.Culture">\r
1461             <summary>\r
1462             Gets or sets the culture used when converting a date to and from JSON.\r
1463             </summary>\r
1464             <value>The culture used when converting a date to and from JSON.</value>\r
1465         </member>\r
1466         <member name="T:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter">\r
1467             <summary>\r
1468             Converts a <see cref="T:System.DateTime"/> to and from a JavaScript date constructor (e.g. new Date(52231943)).\r
1469             </summary>\r
1470         </member>\r
1471         <member name="M:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1472             <summary>\r
1473             Writes the JSON representation of the object.\r
1474             </summary>\r
1475             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1476             <param name="value">The value.</param>\r
1477             <param name="serializer">The calling serializer.</param>\r
1478         </member>\r
1479         <member name="M:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1480             <summary>\r
1481             Reads the JSON representation of the object.\r
1482             </summary>\r
1483             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1484             <param name="objectType">Type of the object.</param>\r
1485             <param name="existingValue">The existing property value of the JSON that is being converted.</param>\r
1486             <param name="serializer">The calling serializer.</param>\r
1487             <returns>The object value.</returns>\r
1488         </member>\r
1489         <member name="T:Newtonsoft.Json.Converters.KeyValuePairConverter">\r
1490             <summary>\r
1491             Converts a <see cref="T:System.Collections.Generic.KeyValuePair`2"/> to and from JSON.\r
1492             </summary>\r
1493         </member>\r
1494         <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1495             <summary>\r
1496             Writes the JSON representation of the object.\r
1497             </summary>\r
1498             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1499             <param name="value">The value.</param>\r
1500             <param name="serializer">The calling serializer.</param>\r
1501         </member>\r
1502         <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1503             <summary>\r
1504             Reads the JSON representation of the object.\r
1505             </summary>\r
1506             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1507             <param name="objectType">Type of the object.</param>\r
1508             <param name="existingValue">The existing value of object being read.</param>\r
1509             <param name="serializer">The calling serializer.</param>\r
1510             <returns>The object value.</returns>\r
1511         </member>\r
1512         <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.CanConvert(System.Type)">\r
1513             <summary>\r
1514             Determines whether this instance can convert the specified object type.\r
1515             </summary>\r
1516             <param name="objectType">Type of the object.</param>\r
1517             <returns>\r
1518                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.\r
1519             </returns>\r
1520         </member>\r
1521         <member name="T:Newtonsoft.Json.Converters.RegexConverter">\r
1522             <summary>\r
1523             Converts a <see cref="T:System.Text.RegularExpressions.Regex"/> to and from JSON and BSON.\r
1524             </summary>\r
1525         </member>\r
1526         <member name="M:Newtonsoft.Json.Converters.RegexConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1527             <summary>\r
1528             Writes the JSON representation of the object.\r
1529             </summary>\r
1530             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1531             <param name="value">The value.</param>\r
1532             <param name="serializer">The calling serializer.</param>\r
1533         </member>\r
1534         <member name="M:Newtonsoft.Json.Converters.RegexConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1535             <summary>\r
1536             Reads the JSON representation of the object.\r
1537             </summary>\r
1538             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1539             <param name="objectType">Type of the object.</param>\r
1540             <param name="existingValue">The existing value of object being read.</param>\r
1541             <param name="serializer">The calling serializer.</param>\r
1542             <returns>The object value.</returns>\r
1543         </member>\r
1544         <member name="M:Newtonsoft.Json.Converters.RegexConverter.CanConvert(System.Type)">\r
1545             <summary>\r
1546             Determines whether this instance can convert the specified object type.\r
1547             </summary>\r
1548             <param name="objectType">Type of the object.</param>\r
1549             <returns>\r
1550                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.\r
1551             </returns>\r
1552         </member>\r
1553         <member name="T:Newtonsoft.Json.Converters.StringEnumConverter">\r
1554             <summary>\r
1555             Converts an <see cref="T:System.Enum"/> to and from its name string value.\r
1556             </summary>\r
1557         </member>\r
1558         <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.#ctor">\r
1559             <summary>\r
1560             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Converters.StringEnumConverter"/> class.\r
1561             </summary>\r
1562         </member>\r
1563         <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1564             <summary>\r
1565             Writes the JSON representation of the object.\r
1566             </summary>\r
1567             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1568             <param name="value">The value.</param>\r
1569             <param name="serializer">The calling serializer.</param>\r
1570         </member>\r
1571         <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1572             <summary>\r
1573             Reads the JSON representation of the object.\r
1574             </summary>\r
1575             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1576             <param name="objectType">Type of the object.</param>\r
1577             <param name="existingValue">The existing value of object being read.</param>\r
1578             <param name="serializer">The calling serializer.</param>\r
1579             <returns>The object value.</returns>\r
1580         </member>\r
1581         <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.CanConvert(System.Type)">\r
1582             <summary>\r
1583             Determines whether this instance can convert the specified object type.\r
1584             </summary>\r
1585             <param name="objectType">Type of the object.</param>\r
1586             <returns>\r
1587             <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.\r
1588             </returns>\r
1589         </member>\r
1590         <member name="P:Newtonsoft.Json.Converters.StringEnumConverter.CamelCaseText">\r
1591             <summary>\r
1592             Gets or sets a value indicating whether the written enum text should be camel case.\r
1593             </summary>\r
1594             <value><c>true</c> if the written enum text will be camel case; otherwise, <c>false</c>.</value>\r
1595         </member>\r
1596         <member name="P:Newtonsoft.Json.Converters.StringEnumConverter.AllowIntegerValues">\r
1597             <summary>\r
1598             Gets or sets a value indicating whether integer values are allowed.\r
1599             </summary>\r
1600             <value><c>true</c> if integers are allowed; otherwise, <c>false</c>.</value>\r
1601         </member>\r
1602         <member name="T:Newtonsoft.Json.Converters.VersionConverter">\r
1603             <summary>\r
1604             Converts a <see cref="T:System.Version"/> to and from a string (e.g. "1.2.3.4").\r
1605             </summary>\r
1606         </member>\r
1607         <member name="M:Newtonsoft.Json.Converters.VersionConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1608             <summary>\r
1609             Writes the JSON representation of the object.\r
1610             </summary>\r
1611             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1612             <param name="value">The value.</param>\r
1613             <param name="serializer">The calling serializer.</param>\r
1614         </member>\r
1615         <member name="M:Newtonsoft.Json.Converters.VersionConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1616             <summary>\r
1617             Reads the JSON representation of the object.\r
1618             </summary>\r
1619             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1620             <param name="objectType">Type of the object.</param>\r
1621             <param name="existingValue">The existing property value of the JSON that is being converted.</param>\r
1622             <param name="serializer">The calling serializer.</param>\r
1623             <returns>The object value.</returns>\r
1624         </member>\r
1625         <member name="M:Newtonsoft.Json.Converters.VersionConverter.CanConvert(System.Type)">\r
1626             <summary>\r
1627             Determines whether this instance can convert the specified object type.\r
1628             </summary>\r
1629             <param name="objectType">Type of the object.</param>\r
1630             <returns>\r
1631                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.\r
1632             </returns>\r
1633         </member>\r
1634         <member name="T:Newtonsoft.Json.Converters.XmlNodeConverter">\r
1635             <summary>\r
1636             Converts XML to and from JSON.\r
1637             </summary>\r
1638         </member>\r
1639         <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1640             <summary>\r
1641             Writes the JSON representation of the object.\r
1642             </summary>\r
1643             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1644             <param name="serializer">The calling serializer.</param>\r
1645             <param name="value">The value.</param>\r
1646         </member>\r
1647         <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1648             <summary>\r
1649             Reads the JSON representation of the object.\r
1650             </summary>\r
1651             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1652             <param name="objectType">Type of the object.</param>\r
1653             <param name="existingValue">The existing value of object being read.</param>\r
1654             <param name="serializer">The calling serializer.</param>\r
1655             <returns>The object value.</returns>\r
1656         </member>\r
1657         <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.IsNamespaceAttribute(System.String,System.String@)">\r
1658             <summary>\r
1659             Checks if the attributeName is a namespace attribute.\r
1660             </summary>\r
1661             <param name="attributeName">Attribute name to test.</param>\r
1662             <param name="prefix">The attribute name prefix if it has one, otherwise an empty string.</param>\r
1663             <returns>True if attribute name is for a namespace attribute, otherwise false.</returns>\r
1664         </member>\r
1665         <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.CanConvert(System.Type)">\r
1666             <summary>\r
1667             Determines whether this instance can convert the specified value type.\r
1668             </summary>\r
1669             <param name="valueType">Type of the value.</param>\r
1670             <returns>\r
1671                 <c>true</c> if this instance can convert the specified value type; otherwise, <c>false</c>.\r
1672             </returns>\r
1673         </member>\r
1674         <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.DeserializeRootElementName">\r
1675             <summary>\r
1676             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
1677             </summary>\r
1678             <value>The name of the deserialize root element.</value>\r
1679         </member>\r
1680         <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.WriteArrayAttribute">\r
1681             <summary>\r
1682             Gets or sets a flag to indicate whether to write the Json.NET array attribute.\r
1683             This attribute helps preserve arrays when converting the written XML back to JSON.\r
1684             </summary>\r
1685             <value><c>true</c> if the array attibute is written to the XML; otherwise, <c>false</c>.</value>\r
1686         </member>\r
1687         <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.OmitRootObject">\r
1688             <summary>\r
1689             Gets or sets a value indicating whether to write the root JSON object.\r
1690             </summary>\r
1691             <value><c>true</c> if the JSON root object is omitted; otherwise, <c>false</c>.</value>\r
1692         </member>\r
1693         <member name="T:Newtonsoft.Json.FloatParseHandling">\r
1694             <summary>\r
1695             Specifies how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.\r
1696             </summary>\r
1697         </member>\r
1698         <member name="F:Newtonsoft.Json.FloatParseHandling.Double">\r
1699             <summary>\r
1700             Floating point numbers are parsed to <see cref="F:Newtonsoft.Json.FloatParseHandling.Double"/>.\r
1701             </summary>\r
1702         </member>\r
1703         <member name="F:Newtonsoft.Json.FloatParseHandling.Decimal">\r
1704             <summary>\r
1705             Floating point numbers are parsed to <see cref="F:Newtonsoft.Json.FloatParseHandling.Decimal"/>.\r
1706             </summary>\r
1707         </member>\r
1708         <member name="T:Newtonsoft.Json.DateFormatHandling">\r
1709             <summary>\r
1710             Specifies how dates are formatted when writing JSON text.\r
1711             </summary>\r
1712         </member>\r
1713         <member name="F:Newtonsoft.Json.DateFormatHandling.IsoDateFormat">\r
1714             <summary>\r
1715             Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z".\r
1716             </summary>\r
1717         </member>\r
1718         <member name="F:Newtonsoft.Json.DateFormatHandling.MicrosoftDateFormat">\r
1719             <summary>\r
1720             Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/".\r
1721             </summary>\r
1722         </member>\r
1723         <member name="T:Newtonsoft.Json.DateParseHandling">\r
1724             <summary>\r
1725             Specifies how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON text.\r
1726             </summary>\r
1727         </member>\r
1728         <member name="F:Newtonsoft.Json.DateParseHandling.None">\r
1729             <summary>\r
1730             Date formatted strings are not parsed to a date type and are read as strings.\r
1731             </summary>\r
1732         </member>\r
1733         <member name="F:Newtonsoft.Json.DateParseHandling.DateTime">\r
1734             <summary>\r
1735             Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to <see cref="F:Newtonsoft.Json.DateParseHandling.DateTime"/>.\r
1736             </summary>\r
1737         </member>\r
1738         <member name="F:Newtonsoft.Json.DateParseHandling.DateTimeOffset">\r
1739             <summary>\r
1740             Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to <see cref="F:Newtonsoft.Json.DateParseHandling.DateTimeOffset"/>.\r
1741             </summary>\r
1742         </member>\r
1743         <member name="T:Newtonsoft.Json.DateTimeZoneHandling">\r
1744             <summary>\r
1745             Specifies how to treat the time value when converting between string and <see cref="T:System.DateTime"/>.\r
1746             </summary>\r
1747         </member>\r
1748         <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Local">\r
1749             <summary>\r
1750             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
1751             </summary>\r
1752         </member>\r
1753         <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Utc">\r
1754             <summary>\r
1755             Treat as a UTC. If the <see cref="T:System.DateTime"/> object represents a local time, it is converted to a UTC.\r
1756             </summary>\r
1757         </member>\r
1758         <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Unspecified">\r
1759             <summary>\r
1760             Treat as a local time if a <see cref="T:System.DateTime"/> is being converted to a string.\r
1761             If a string is being converted to <see cref="T:System.DateTime"/>, convert to a local time if a time zone is specified.\r
1762             </summary>\r
1763         </member>\r
1764         <member name="F:Newtonsoft.Json.DateTimeZoneHandling.RoundtripKind">\r
1765             <summary>\r
1766             Time zone information should be preserved when converting.\r
1767             </summary>\r
1768         </member>\r
1769         <member name="T:Newtonsoft.Json.DefaultValueHandling">\r
1770             <summary>\r
1771             Specifies default value handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
1772             </summary>\r
1773             <example>\r
1774               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeDefaultValueHandlingObject" title="DefaultValueHandling Class"/>\r
1775               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeDefaultValueHandlingExample" title="DefaultValueHandling Ignore Example"/>\r
1776             </example>\r
1777         </member>\r
1778         <member name="F:Newtonsoft.Json.DefaultValueHandling.Include">\r
1779             <summary>\r
1780             Include members where the member value is the same as the member's default value when serializing objects.\r
1781             Included members are written to JSON. Has no effect when deserializing.\r
1782             </summary>\r
1783         </member>\r
1784         <member name="F:Newtonsoft.Json.DefaultValueHandling.Ignore">\r
1785             <summary>\r
1786             Ignore members where the member value is the same as the member's default value when serializing objects\r
1787             so that is is not written to JSON.\r
1788             This option will ignore all default values (e.g. <c>null</c> for objects and nullable types; <c>0</c> for integers,\r
1789             decimals and floating point numbers; and <c>false</c> for booleans). The default value ignored can be changed by\r
1790             placing the <see cref="T:System.ComponentModel.DefaultValueAttribute"/> on the property.\r
1791             </summary>\r
1792         </member>\r
1793         <member name="F:Newtonsoft.Json.DefaultValueHandling.Populate">\r
1794             <summary>\r
1795             Members with a default value but no JSON will be set to their default value when deserializing.\r
1796             </summary>\r
1797         </member>\r
1798         <member name="F:Newtonsoft.Json.DefaultValueHandling.IgnoreAndPopulate">\r
1799             <summary>\r
1800             Ignore members where the member value is the same as the member's default value when serializing objects\r
1801             and sets members to their default value when deserializing.\r
1802             </summary>\r
1803         </member>\r
1804         <member name="T:Newtonsoft.Json.FloatFormatHandling">\r
1805             <summary>\r
1806             Specifies float format handling options when writing special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>,\r
1807             <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/> with <see cref="T:Newtonsoft.Json.JsonWriter"/>.\r
1808             </summary>\r
1809         </member>\r
1810         <member name="F:Newtonsoft.Json.FloatFormatHandling.String">\r
1811             <summary>\r
1812             Write special floating point values as strings in JSON, e.g. "NaN", "Infinity", "-Infinity".\r
1813             </summary>\r
1814         </member>\r
1815         <member name="F:Newtonsoft.Json.FloatFormatHandling.Symbol">\r
1816             <summary>\r
1817             Write special floating point values as symbols in JSON, e.g. NaN, Infinity, -Infinity.\r
1818             Note that this will produce non-valid JSON.\r
1819             </summary>\r
1820         </member>\r
1821         <member name="F:Newtonsoft.Json.FloatFormatHandling.DefaultValue">\r
1822             <summary>\r
1823             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
1824             </summary>\r
1825         </member>\r
1826         <member name="T:Newtonsoft.Json.Formatting">\r
1827             <summary>\r
1828             Specifies formatting options for the <see cref="T:Newtonsoft.Json.JsonTextWriter"/>.\r
1829             </summary>\r
1830         </member>\r
1831         <member name="F:Newtonsoft.Json.Formatting.None">\r
1832             <summary>\r
1833             No special formatting is applied. This is the default.\r
1834             </summary>\r
1835         </member>\r
1836         <member name="F:Newtonsoft.Json.Formatting.Indented">\r
1837             <summary>\r
1838             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
1839             </summary>\r
1840         </member>\r
1841         <member name="T:Newtonsoft.Json.IJsonLineInfo">\r
1842             <summary>\r
1843             Provides an interface to enable a class to return line and position information.\r
1844             </summary>\r
1845         </member>\r
1846         <member name="M:Newtonsoft.Json.IJsonLineInfo.HasLineInfo">\r
1847             <summary>\r
1848             Gets a value indicating whether the class can return line information.\r
1849             </summary>\r
1850             <returns>\r
1851                 <c>true</c> if LineNumber and LinePosition can be provided; otherwise, <c>false</c>.\r
1852             </returns>\r
1853         </member>\r
1854         <member name="P:Newtonsoft.Json.IJsonLineInfo.LineNumber">\r
1855             <summary>\r
1856             Gets the current line number.\r
1857             </summary>\r
1858             <value>The current line number or 0 if no line information is available (for example, HasLineInfo returns false).</value>\r
1859         </member>\r
1860         <member name="P:Newtonsoft.Json.IJsonLineInfo.LinePosition">\r
1861             <summary>\r
1862             Gets the current line position.\r
1863             </summary>\r
1864             <value>The current line position or 0 if no line information is available (for example, HasLineInfo returns false).</value>\r
1865         </member>\r
1866         <member name="T:Newtonsoft.Json.JsonArrayAttribute">\r
1867             <summary>\r
1868             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the collection.\r
1869             </summary>\r
1870         </member>\r
1871         <member name="T:Newtonsoft.Json.JsonContainerAttribute">\r
1872             <summary>\r
1873             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the object.\r
1874             </summary>\r
1875         </member>\r
1876         <member name="M:Newtonsoft.Json.JsonContainerAttribute.#ctor">\r
1877             <summary>\r
1878             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonContainerAttribute"/> class.\r
1879             </summary>\r
1880         </member>\r
1881         <member name="M:Newtonsoft.Json.JsonContainerAttribute.#ctor(System.String)">\r
1882             <summary>\r
1883             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonContainerAttribute"/> class with the specified container Id.\r
1884             </summary>\r
1885             <param name="id">The container Id.</param>\r
1886         </member>\r
1887         <member name="P:Newtonsoft.Json.JsonContainerAttribute.Id">\r
1888             <summary>\r
1889             Gets or sets the id.\r
1890             </summary>\r
1891             <value>The id.</value>\r
1892         </member>\r
1893         <member name="P:Newtonsoft.Json.JsonContainerAttribute.Title">\r
1894             <summary>\r
1895             Gets or sets the title.\r
1896             </summary>\r
1897             <value>The title.</value>\r
1898         </member>\r
1899         <member name="P:Newtonsoft.Json.JsonContainerAttribute.Description">\r
1900             <summary>\r
1901             Gets or sets the description.\r
1902             </summary>\r
1903             <value>The description.</value>\r
1904         </member>\r
1905         <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemConverterType">\r
1906             <summary>\r
1907             Gets the collection's items converter.\r
1908             </summary>\r
1909             <value>The collection's items converter.</value>\r
1910         </member>\r
1911         <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemConverterParameters">\r
1912             <summary>\r
1913             The parameter list to use when constructing the JsonConverter described by ItemConverterType.\r
1914             If null, the default constructor is used.\r
1915             When non-null, there must be a constructor defined in the JsonConverter that exactly matches the number,\r
1916             order, and type of these parameters.\r
1917             </summary>\r
1918             <example>\r
1919             [JsonContainer(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })]\r
1920             </example>\r
1921         </member>\r
1922         <member name="P:Newtonsoft.Json.JsonContainerAttribute.IsReference">\r
1923             <summary>\r
1924             Gets or sets a value that indicates whether to preserve object references.\r
1925             </summary>\r
1926             <value>\r
1927                 <c>true</c> to keep object reference; otherwise, <c>false</c>. The default is <c>false</c>.\r
1928             </value>\r
1929         </member>\r
1930         <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemIsReference">\r
1931             <summary>\r
1932             Gets or sets a value that indicates whether to preserve collection's items references.\r
1933             </summary>\r
1934             <value>\r
1935                 <c>true</c> to keep collection's items object references; otherwise, <c>false</c>. The default is <c>false</c>.\r
1936             </value>\r
1937         </member>\r
1938         <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemReferenceLoopHandling">\r
1939             <summary>\r
1940             Gets or sets the reference loop handling used when serializing the collection's items.\r
1941             </summary>\r
1942             <value>The reference loop handling.</value>\r
1943         </member>\r
1944         <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemTypeNameHandling">\r
1945             <summary>\r
1946             Gets or sets the type name handling used when serializing the collection's items.\r
1947             </summary>\r
1948             <value>The type name handling.</value>\r
1949         </member>\r
1950         <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor">\r
1951             <summary>\r
1952             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonArrayAttribute"/> class.\r
1953             </summary>\r
1954         </member>\r
1955         <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor(System.Boolean)">\r
1956             <summary>\r
1957             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
1958             </summary>\r
1959             <param name="allowNullItems">A flag indicating whether the array can contain null items.</param>\r
1960         </member>\r
1961         <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor(System.String)">\r
1962             <summary>\r
1963             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonArrayAttribute"/> class with the specified container Id.\r
1964             </summary>\r
1965             <param name="id">The container Id.</param>\r
1966         </member>\r
1967         <member name="P:Newtonsoft.Json.JsonArrayAttribute.AllowNullItems">\r
1968             <summary>\r
1969             Gets or sets a value indicating whether null items are allowed in the collection.\r
1970             </summary>\r
1971             <value><c>true</c> if null items are allowed in the collection; otherwise, <c>false</c>.</value>\r
1972         </member>\r
1973         <member name="T:Newtonsoft.Json.JsonConstructorAttribute">\r
1974             <summary>\r
1975             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to use the specified constructor when deserializing that object.\r
1976             </summary>\r
1977         </member>\r
1978         <member name="T:Newtonsoft.Json.JsonConvert">\r
1979             <summary>\r
1980             Provides methods for converting between common language runtime types and JSON types.\r
1981             </summary>\r
1982             <example>\r
1983               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="SerializeObject" title="Serializing and Deserializing JSON with JsonConvert" />\r
1984             </example>\r
1985         </member>\r
1986         <member name="F:Newtonsoft.Json.JsonConvert.True">\r
1987             <summary>\r
1988             Represents JavaScript's boolean value true as a string. This field is read-only.\r
1989             </summary>\r
1990         </member>\r
1991         <member name="F:Newtonsoft.Json.JsonConvert.False">\r
1992             <summary>\r
1993             Represents JavaScript's boolean value false as a string. This field is read-only.\r
1994             </summary>\r
1995         </member>\r
1996         <member name="F:Newtonsoft.Json.JsonConvert.Null">\r
1997             <summary>\r
1998             Represents JavaScript's null as a string. This field is read-only.\r
1999             </summary>\r
2000         </member>\r
2001         <member name="F:Newtonsoft.Json.JsonConvert.Undefined">\r
2002             <summary>\r
2003             Represents JavaScript's undefined as a string. This field is read-only.\r
2004             </summary>\r
2005         </member>\r
2006         <member name="F:Newtonsoft.Json.JsonConvert.PositiveInfinity">\r
2007             <summary>\r
2008             Represents JavaScript's positive infinity as a string. This field is read-only.\r
2009             </summary>\r
2010         </member>\r
2011         <member name="F:Newtonsoft.Json.JsonConvert.NegativeInfinity">\r
2012             <summary>\r
2013             Represents JavaScript's negative infinity as a string. This field is read-only.\r
2014             </summary>\r
2015         </member>\r
2016         <member name="F:Newtonsoft.Json.JsonConvert.NaN">\r
2017             <summary>\r
2018             Represents JavaScript's NaN as a string. This field is read-only.\r
2019             </summary>\r
2020         </member>\r
2021         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTime)">\r
2022             <summary>\r
2023             Converts the <see cref="T:System.DateTime"/> to its JSON string representation.\r
2024             </summary>\r
2025             <param name="value">The value to convert.</param>\r
2026             <returns>A JSON string representation of the <see cref="T:System.DateTime"/>.</returns>\r
2027         </member>\r
2028         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTime,Newtonsoft.Json.DateFormatHandling,Newtonsoft.Json.DateTimeZoneHandling)">\r
2029             <summary>\r
2030             Converts the <see cref="T:System.DateTime"/> to its JSON string representation using the <see cref="T:Newtonsoft.Json.DateFormatHandling"/> specified.\r
2031             </summary>\r
2032             <param name="value">The value to convert.</param>\r
2033             <param name="format">The format the date will be converted to.</param>\r
2034             <param name="timeZoneHandling">The time zone handling when the date is converted to a string.</param>\r
2035             <returns>A JSON string representation of the <see cref="T:System.DateTime"/>.</returns>\r
2036         </member>\r
2037         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTimeOffset)">\r
2038             <summary>\r
2039             Converts the <see cref="T:System.DateTimeOffset"/> to its JSON string representation.\r
2040             </summary>\r
2041             <param name="value">The value to convert.</param>\r
2042             <returns>A JSON string representation of the <see cref="T:System.DateTimeOffset"/>.</returns>\r
2043         </member>\r
2044         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTimeOffset,Newtonsoft.Json.DateFormatHandling)">\r
2045             <summary>\r
2046             Converts the <see cref="T:System.DateTimeOffset"/> to its JSON string representation using the <see cref="T:Newtonsoft.Json.DateFormatHandling"/> specified.\r
2047             </summary>\r
2048             <param name="value">The value to convert.</param>\r
2049             <param name="format">The format the date will be converted to.</param>\r
2050             <returns>A JSON string representation of the <see cref="T:System.DateTimeOffset"/>.</returns>\r
2051         </member>\r
2052         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Boolean)">\r
2053             <summary>\r
2054             Converts the <see cref="T:System.Boolean"/> to its JSON string representation.\r
2055             </summary>\r
2056             <param name="value">The value to convert.</param>\r
2057             <returns>A JSON string representation of the <see cref="T:System.Boolean"/>.</returns>\r
2058         </member>\r
2059         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Char)">\r
2060             <summary>\r
2061             Converts the <see cref="T:System.Char"/> to its JSON string representation.\r
2062             </summary>\r
2063             <param name="value">The value to convert.</param>\r
2064             <returns>A JSON string representation of the <see cref="T:System.Char"/>.</returns>\r
2065         </member>\r
2066         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Enum)">\r
2067             <summary>\r
2068             Converts the <see cref="T:System.Enum"/> to its JSON string representation.\r
2069             </summary>\r
2070             <param name="value">The value to convert.</param>\r
2071             <returns>A JSON string representation of the <see cref="T:System.Enum"/>.</returns>\r
2072         </member>\r
2073         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int32)">\r
2074             <summary>\r
2075             Converts the <see cref="T:System.Int32"/> to its JSON string representation.\r
2076             </summary>\r
2077             <param name="value">The value to convert.</param>\r
2078             <returns>A JSON string representation of the <see cref="T:System.Int32"/>.</returns>\r
2079         </member>\r
2080         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int16)">\r
2081             <summary>\r
2082             Converts the <see cref="T:System.Int16"/> to its JSON string representation.\r
2083             </summary>\r
2084             <param name="value">The value to convert.</param>\r
2085             <returns>A JSON string representation of the <see cref="T:System.Int16"/>.</returns>\r
2086         </member>\r
2087         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt16)">\r
2088             <summary>\r
2089             Converts the <see cref="T:System.UInt16"/> to its JSON string representation.\r
2090             </summary>\r
2091             <param name="value">The value to convert.</param>\r
2092             <returns>A JSON string representation of the <see cref="T:System.UInt16"/>.</returns>\r
2093         </member>\r
2094         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt32)">\r
2095             <summary>\r
2096             Converts the <see cref="T:System.UInt32"/> to its JSON string representation.\r
2097             </summary>\r
2098             <param name="value">The value to convert.</param>\r
2099             <returns>A JSON string representation of the <see cref="T:System.UInt32"/>.</returns>\r
2100         </member>\r
2101         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int64)">\r
2102             <summary>\r
2103             Converts the <see cref="T:System.Int64"/>  to its JSON string representation.\r
2104             </summary>\r
2105             <param name="value">The value to convert.</param>\r
2106             <returns>A JSON string representation of the <see cref="T:System.Int64"/>.</returns>\r
2107         </member>\r
2108         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt64)">\r
2109             <summary>\r
2110             Converts the <see cref="T:System.UInt64"/> to its JSON string representation.\r
2111             </summary>\r
2112             <param name="value">The value to convert.</param>\r
2113             <returns>A JSON string representation of the <see cref="T:System.UInt64"/>.</returns>\r
2114         </member>\r
2115         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Single)">\r
2116             <summary>\r
2117             Converts the <see cref="T:System.Single"/> to its JSON string representation.\r
2118             </summary>\r
2119             <param name="value">The value to convert.</param>\r
2120             <returns>A JSON string representation of the <see cref="T:System.Single"/>.</returns>\r
2121         </member>\r
2122         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Double)">\r
2123             <summary>\r
2124             Converts the <see cref="T:System.Double"/> to its JSON string representation.\r
2125             </summary>\r
2126             <param name="value">The value to convert.</param>\r
2127             <returns>A JSON string representation of the <see cref="T:System.Double"/>.</returns>\r
2128         </member>\r
2129         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Byte)">\r
2130             <summary>\r
2131             Converts the <see cref="T:System.Byte"/> to its JSON string representation.\r
2132             </summary>\r
2133             <param name="value">The value to convert.</param>\r
2134             <returns>A JSON string representation of the <see cref="T:System.Byte"/>.</returns>\r
2135         </member>\r
2136         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.SByte)">\r
2137             <summary>\r
2138             Converts the <see cref="T:System.SByte"/> to its JSON string representation.\r
2139             </summary>\r
2140             <param name="value">The value to convert.</param>\r
2141             <returns>A JSON string representation of the <see cref="T:System.SByte"/>.</returns>\r
2142         </member>\r
2143         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Decimal)">\r
2144             <summary>\r
2145             Converts the <see cref="T:System.Decimal"/> to its JSON string representation.\r
2146             </summary>\r
2147             <param name="value">The value to convert.</param>\r
2148             <returns>A JSON string representation of the <see cref="T:System.SByte"/>.</returns>\r
2149         </member>\r
2150         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Guid)">\r
2151             <summary>\r
2152             Converts the <see cref="T:System.Guid"/> to its JSON string representation.\r
2153             </summary>\r
2154             <param name="value">The value to convert.</param>\r
2155             <returns>A JSON string representation of the <see cref="T:System.Guid"/>.</returns>\r
2156         </member>\r
2157         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.TimeSpan)">\r
2158             <summary>\r
2159             Converts the <see cref="T:System.TimeSpan"/> to its JSON string representation.\r
2160             </summary>\r
2161             <param name="value">The value to convert.</param>\r
2162             <returns>A JSON string representation of the <see cref="T:System.TimeSpan"/>.</returns>\r
2163         </member>\r
2164         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Uri)">\r
2165             <summary>\r
2166             Converts the <see cref="T:System.Uri"/> to its JSON string representation.\r
2167             </summary>\r
2168             <param name="value">The value to convert.</param>\r
2169             <returns>A JSON string representation of the <see cref="T:System.Uri"/>.</returns>\r
2170         </member>\r
2171         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String)">\r
2172             <summary>\r
2173             Converts the <see cref="T:System.String"/> to its JSON string representation.\r
2174             </summary>\r
2175             <param name="value">The value to convert.</param>\r
2176             <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns>\r
2177         </member>\r
2178         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String,System.Char)">\r
2179             <summary>\r
2180             Converts the <see cref="T:System.String"/> to its JSON string representation.\r
2181             </summary>\r
2182             <param name="value">The value to convert.</param>\r
2183             <param name="delimiter">The string delimiter character.</param>\r
2184             <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns>\r
2185         </member>\r
2186         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String,System.Char,Newtonsoft.Json.StringEscapeHandling)">\r
2187             <summary>\r
2188             Converts the <see cref="T:System.String"/> to its JSON string representation.\r
2189             </summary>\r
2190             <param name="value">The value to convert.</param>\r
2191             <param name="delimiter">The string delimiter character.</param>\r
2192             <param name="stringEscapeHandling">The string escape handling.</param>\r
2193             <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns>\r
2194         </member>\r
2195         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Object)">\r
2196             <summary>\r
2197             Converts the <see cref="T:System.Object"/> to its JSON string representation.\r
2198             </summary>\r
2199             <param name="value">The value to convert.</param>\r
2200             <returns>A JSON string representation of the <see cref="T:System.Object"/>.</returns>\r
2201         </member>\r
2202         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object)">\r
2203             <summary>\r
2204             Serializes the specified object to a JSON string.\r
2205             </summary>\r
2206             <param name="value">The object to serialize.</param>\r
2207             <returns>A JSON string representation of the object.</returns>\r
2208         </member>\r
2209         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting)">\r
2210             <summary>\r
2211             Serializes the specified object to a JSON string using formatting.\r
2212             </summary>\r
2213             <param name="value">The object to serialize.</param>\r
2214             <param name="formatting">Indicates how the output is formatted.</param>\r
2215             <returns>\r
2216             A JSON string representation of the object.\r
2217             </returns>\r
2218         </member>\r
2219         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.JsonConverter[])">\r
2220             <summary>\r
2221             Serializes the specified object to a JSON string using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.\r
2222             </summary>\r
2223             <param name="value">The object to serialize.</param>\r
2224             <param name="converters">A collection converters used while serializing.</param>\r
2225             <returns>A JSON string representation of the object.</returns>\r
2226         </member>\r
2227         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[])">\r
2228             <summary>\r
2229             Serializes the specified object to a JSON string using formatting and a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.\r
2230             </summary>\r
2231             <param name="value">The object to serialize.</param>\r
2232             <param name="formatting">Indicates how the output is formatted.</param>\r
2233             <param name="converters">A collection converters used while serializing.</param>\r
2234             <returns>A JSON string representation of the object.</returns>\r
2235         </member>\r
2236         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.JsonSerializerSettings)">\r
2237             <summary>\r
2238             Serializes the specified object to a JSON string using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
2239             </summary>\r
2240             <param name="value">The object to serialize.</param>\r
2241             <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.\r
2242             If this is null, default serialization settings will be used.</param>\r
2243             <returns>\r
2244             A JSON string representation of the object.\r
2245             </returns>\r
2246         </member>\r
2247         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,System.Type,Newtonsoft.Json.JsonSerializerSettings)">\r
2248             <summary>\r
2249             Serializes the specified object to a JSON string using a type, formatting and <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
2250             </summary>\r
2251             <param name="value">The object to serialize.</param>\r
2252             <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.\r
2253             If this is null, default serialization settings will be used.</param>\r
2254             <param name="type">\r
2255             The type of the value being serialized.\r
2256             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
2257             Specifing the type is optional.\r
2258             </param>\r
2259             <returns>\r
2260             A JSON string representation of the object.\r
2261             </returns>\r
2262         </member>\r
2263         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)">\r
2264             <summary>\r
2265             Serializes the specified object to a JSON string using formatting and <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
2266             </summary>\r
2267             <param name="value">The object to serialize.</param>\r
2268             <param name="formatting">Indicates how the output is formatted.</param>\r
2269             <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.\r
2270             If this is null, default serialization settings will be used.</param>\r
2271             <returns>\r
2272             A JSON string representation of the object.\r
2273             </returns>\r
2274         </member>\r
2275         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,System.Type,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)">\r
2276             <summary>\r
2277             Serializes the specified object to a JSON string using a type, formatting and <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
2278             </summary>\r
2279             <param name="value">The object to serialize.</param>\r
2280             <param name="formatting">Indicates how the output is formatted.</param>\r
2281             <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.\r
2282             If this is null, default serialization settings will be used.</param>\r
2283             <param name="type">\r
2284             The type of the value being serialized.\r
2285             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
2286             Specifing the type is optional.\r
2287             </param>\r
2288             <returns>\r
2289             A JSON string representation of the object.\r
2290             </returns>\r
2291         </member>\r
2292         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObjectAsync(System.Object)">\r
2293             <summary>\r
2294             Asynchronously serializes the specified object to a JSON string.\r
2295             Serialization will happen on a new thread.\r
2296             </summary>\r
2297             <param name="value">The object to serialize.</param>\r
2298             <returns>\r
2299             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
2300             </returns>\r
2301         </member>\r
2302         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObjectAsync(System.Object,Newtonsoft.Json.Formatting)">\r
2303             <summary>\r
2304             Asynchronously serializes the specified object to a JSON string using formatting.\r
2305             Serialization will happen on a new thread.\r
2306             </summary>\r
2307             <param name="value">The object to serialize.</param>\r
2308             <param name="formatting">Indicates how the output is formatted.</param>\r
2309             <returns>\r
2310             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
2311             </returns>\r
2312         </member>\r
2313         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObjectAsync(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)">\r
2314             <summary>\r
2315             Asynchronously serializes the specified object to a JSON string using formatting and a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.\r
2316             Serialization will happen on a new thread.\r
2317             </summary>\r
2318             <param name="value">The object to serialize.</param>\r
2319             <param name="formatting">Indicates how the output is formatted.</param>\r
2320             <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.\r
2321             If this is null, default serialization settings will be used.</param>\r
2322             <returns>\r
2323             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
2324             </returns>\r
2325         </member>\r
2326         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String)">\r
2327             <summary>\r
2328             Deserializes the JSON to a .NET object.\r
2329             </summary>\r
2330             <param name="value">The JSON to deserialize.</param>\r
2331             <returns>The deserialized object from the JSON string.</returns>\r
2332         </member>\r
2333         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,Newtonsoft.Json.JsonSerializerSettings)">\r
2334             <summary>\r
2335             Deserializes the JSON to a .NET object using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
2336             </summary>\r
2337             <param name="value">The JSON to deserialize.</param>\r
2338             <param name="settings">\r
2339             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.\r
2340             If this is null, default serialization settings will be used.\r
2341             </param>\r
2342             <returns>The deserialized object from the JSON string.</returns>\r
2343         </member>\r
2344         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type)">\r
2345             <summary>\r
2346             Deserializes the JSON to the specified .NET type.\r
2347             </summary>\r
2348             <param name="value">The JSON to deserialize.</param>\r
2349             <param name="type">The <see cref="T:System.Type"/> of object being deserialized.</param>\r
2350             <returns>The deserialized object from the JSON string.</returns>\r
2351         </member>\r
2352         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String)">\r
2353             <summary>\r
2354             Deserializes the JSON to the specified .NET type.\r
2355             </summary>\r
2356             <typeparam name="T">The type of the object to deserialize to.</typeparam>\r
2357             <param name="value">The JSON to deserialize.</param>\r
2358             <returns>The deserialized object from the JSON string.</returns>\r
2359         </member>\r
2360         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeAnonymousType``1(System.String,``0)">\r
2361             <summary>\r
2362             Deserializes the JSON to the given anonymous type.\r
2363             </summary>\r
2364             <typeparam name="T">\r
2365             The anonymous type to deserialize to. This can't be specified\r
2366             traditionally and must be infered from the anonymous type passed\r
2367             as a parameter.\r
2368             </typeparam>\r
2369             <param name="value">The JSON to deserialize.</param>\r
2370             <param name="anonymousTypeObject">The anonymous type object.</param>\r
2371             <returns>The deserialized anonymous type from the JSON string.</returns>\r
2372         </member>\r
2373         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeAnonymousType``1(System.String,``0,Newtonsoft.Json.JsonSerializerSettings)">\r
2374             <summary>\r
2375             Deserializes the JSON to the given anonymous type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
2376             </summary>\r
2377             <typeparam name="T">\r
2378             The anonymous type to deserialize to. This can't be specified\r
2379             traditionally and must be infered from the anonymous type passed\r
2380             as a parameter.\r
2381             </typeparam>\r
2382             <param name="value">The JSON to deserialize.</param>\r
2383             <param name="anonymousTypeObject">The anonymous type object.</param>\r
2384             <param name="settings">\r
2385             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.\r
2386             If this is null, default serialization settings will be used.\r
2387             </param>\r
2388             <returns>The deserialized anonymous type from the JSON string.</returns>\r
2389         </member>\r
2390         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String,Newtonsoft.Json.JsonConverter[])">\r
2391             <summary>\r
2392             Deserializes the JSON to the specified .NET type using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.\r
2393             </summary>\r
2394             <typeparam name="T">The type of the object to deserialize to.</typeparam>\r
2395             <param name="value">The JSON to deserialize.</param>\r
2396             <param name="converters">Converters to use while deserializing.</param>\r
2397             <returns>The deserialized object from the JSON string.</returns>\r
2398         </member>\r
2399         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String,Newtonsoft.Json.JsonSerializerSettings)">\r
2400             <summary>\r
2401             Deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
2402             </summary>\r
2403             <typeparam name="T">The type of the object to deserialize to.</typeparam>\r
2404             <param name="value">The object to deserialize.</param>\r
2405             <param name="settings">\r
2406             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.\r
2407             If this is null, default serialization settings will be used.\r
2408             </param>\r
2409             <returns>The deserialized object from the JSON string.</returns>\r
2410         </member>\r
2411         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type,Newtonsoft.Json.JsonConverter[])">\r
2412             <summary>\r
2413             Deserializes the JSON to the specified .NET type using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.\r
2414             </summary>\r
2415             <param name="value">The JSON to deserialize.</param>\r
2416             <param name="type">The type of the object to deserialize.</param>\r
2417             <param name="converters">Converters to use while deserializing.</param>\r
2418             <returns>The deserialized object from the JSON string.</returns>\r
2419         </member>\r
2420         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type,Newtonsoft.Json.JsonSerializerSettings)">\r
2421             <summary>\r
2422             Deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
2423             </summary>\r
2424             <param name="value">The JSON to deserialize.</param>\r
2425             <param name="type">The type of the object to deserialize to.</param>\r
2426             <param name="settings">\r
2427             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.\r
2428             If this is null, default serialization settings will be used.\r
2429             </param>\r
2430             <returns>The deserialized object from the JSON string.</returns>\r
2431         </member>\r
2432         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObjectAsync``1(System.String)">\r
2433             <summary>\r
2434             Asynchronously deserializes the JSON to the specified .NET type.\r
2435             Deserialization will happen on a new thread.\r
2436             </summary>\r
2437             <typeparam name="T">The type of the object to deserialize to.</typeparam>\r
2438             <param name="value">The JSON to deserialize.</param>\r
2439             <returns>\r
2440             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
2441             </returns>\r
2442         </member>\r
2443         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObjectAsync``1(System.String,Newtonsoft.Json.JsonSerializerSettings)">\r
2444             <summary>\r
2445             Asynchronously deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
2446             Deserialization will happen on a new thread.\r
2447             </summary>\r
2448             <typeparam name="T">The type of the object to deserialize to.</typeparam>\r
2449             <param name="value">The JSON to deserialize.</param>\r
2450             <param name="settings">\r
2451             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.\r
2452             If this is null, default serialization settings will be used.\r
2453             </param>\r
2454             <returns>\r
2455             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
2456             </returns>\r
2457         </member>\r
2458         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObjectAsync(System.String)">\r
2459             <summary>\r
2460             Asynchronously deserializes the JSON to the specified .NET type.\r
2461             Deserialization will happen on a new thread.\r
2462             </summary>\r
2463             <param name="value">The JSON to deserialize.</param>\r
2464             <returns>\r
2465             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
2466             </returns>\r
2467         </member>\r
2468         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObjectAsync(System.String,System.Type,Newtonsoft.Json.JsonSerializerSettings)">\r
2469             <summary>\r
2470             Asynchronously deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
2471             Deserialization will happen on a new thread.\r
2472             </summary>\r
2473             <param name="value">The JSON to deserialize.</param>\r
2474             <param name="type">The type of the object to deserialize to.</param>\r
2475             <param name="settings">\r
2476             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.\r
2477             If this is null, default serialization settings will be used.\r
2478             </param>\r
2479             <returns>\r
2480             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
2481             </returns>\r
2482         </member>\r
2483         <member name="M:Newtonsoft.Json.JsonConvert.PopulateObject(System.String,System.Object)">\r
2484             <summary>\r
2485             Populates the object with values from the JSON string.\r
2486             </summary>\r
2487             <param name="value">The JSON to populate values from.</param>\r
2488             <param name="target">The target object to populate values onto.</param>\r
2489         </member>\r
2490         <member name="M:Newtonsoft.Json.JsonConvert.PopulateObject(System.String,System.Object,Newtonsoft.Json.JsonSerializerSettings)">\r
2491             <summary>\r
2492             Populates the object with values from the JSON string using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
2493             </summary>\r
2494             <param name="value">The JSON to populate values from.</param>\r
2495             <param name="target">The target object to populate values onto.</param>\r
2496             <param name="settings">\r
2497             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.\r
2498             If this is null, default serialization settings will be used.\r
2499             </param>\r
2500         </member>\r
2501         <member name="M:Newtonsoft.Json.JsonConvert.PopulateObjectAsync(System.String,System.Object,Newtonsoft.Json.JsonSerializerSettings)">\r
2502             <summary>\r
2503             Asynchronously populates the object with values from the JSON string using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
2504             </summary>\r
2505             <param name="value">The JSON to populate values from.</param>\r
2506             <param name="target">The target object to populate values onto.</param>\r
2507             <param name="settings">\r
2508             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.\r
2509             If this is null, default serialization settings will be used.\r
2510             </param>\r
2511             <returns>\r
2512             A task that represents the asynchronous populate operation.\r
2513             </returns>\r
2514         </member>\r
2515         <member name="M:Newtonsoft.Json.JsonConvert.SerializeXmlNode(System.Xml.XmlNode)">\r
2516             <summary>\r
2517             Serializes the XML node to a JSON string.\r
2518             </summary>\r
2519             <param name="node">The node to serialize.</param>\r
2520             <returns>A JSON string of the XmlNode.</returns>\r
2521         </member>\r
2522         <member name="M:Newtonsoft.Json.JsonConvert.SerializeXmlNode(System.Xml.XmlNode,Newtonsoft.Json.Formatting)">\r
2523             <summary>\r
2524             Serializes the XML node to a JSON string using formatting.\r
2525             </summary>\r
2526             <param name="node">The node to serialize.</param>\r
2527             <param name="formatting">Indicates how the output is formatted.</param>\r
2528             <returns>A JSON string of the XmlNode.</returns>\r
2529         </member>\r
2530         <member name="M:Newtonsoft.Json.JsonConvert.SerializeXmlNode(System.Xml.XmlNode,Newtonsoft.Json.Formatting,System.Boolean)">\r
2531             <summary>\r
2532             Serializes the XML node to a JSON string using formatting and omits the root object if <paramref name="omitRootObject"/> is <c>true</c>.\r
2533             </summary>\r
2534             <param name="node">The node to serialize.</param>\r
2535             <param name="formatting">Indicates how the output is formatted.</param>\r
2536             <param name="omitRootObject">Omits writing the root object.</param>\r
2537             <returns>A JSON string of the XmlNode.</returns>\r
2538         </member>\r
2539         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXmlNode(System.String)">\r
2540             <summary>\r
2541             Deserializes the XmlNode from a JSON string.\r
2542             </summary>\r
2543             <param name="value">The JSON string.</param>\r
2544             <returns>The deserialized XmlNode</returns>\r
2545         </member>\r
2546         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXmlNode(System.String,System.String)">\r
2547             <summary>\r
2548             Deserializes the XmlNode from a JSON string nested in a root elment specified by <paramref name="deserializeRootElementName"/>.\r
2549             </summary>\r
2550             <param name="value">The JSON string.</param>\r
2551             <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param>\r
2552             <returns>The deserialized XmlNode</returns>\r
2553         </member>\r
2554         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXmlNode(System.String,System.String,System.Boolean)">\r
2555             <summary>\r
2556             Deserializes the XmlNode from a JSON string nested in a root elment specified by <paramref name="deserializeRootElementName"/>\r
2557             and writes a .NET array attribute for collections.\r
2558             </summary>\r
2559             <param name="value">The JSON string.</param>\r
2560             <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param>\r
2561             <param name="writeArrayAttribute">\r
2562             A flag to indicate whether to write the Json.NET array attribute.\r
2563             This attribute helps preserve arrays when converting the written XML back to JSON.\r
2564             </param>\r
2565             <returns>The deserialized XmlNode</returns>\r
2566         </member>\r
2567         <member name="M:Newtonsoft.Json.JsonConvert.SerializeXNode(System.Xml.Linq.XObject)">\r
2568             <summary>\r
2569             Serializes the <see cref="T:System.Xml.Linq.XNode"/> to a JSON string.\r
2570             </summary>\r
2571             <param name="node">The node to convert to JSON.</param>\r
2572             <returns>A JSON string of the XNode.</returns>\r
2573         </member>\r
2574         <member name="M:Newtonsoft.Json.JsonConvert.SerializeXNode(System.Xml.Linq.XObject,Newtonsoft.Json.Formatting)">\r
2575             <summary>\r
2576             Serializes the <see cref="T:System.Xml.Linq.XNode"/> to a JSON string using formatting.\r
2577             </summary>\r
2578             <param name="node">The node to convert to JSON.</param>\r
2579             <param name="formatting">Indicates how the output is formatted.</param>\r
2580             <returns>A JSON string of the XNode.</returns>\r
2581         </member>\r
2582         <member name="M:Newtonsoft.Json.JsonConvert.SerializeXNode(System.Xml.Linq.XObject,Newtonsoft.Json.Formatting,System.Boolean)">\r
2583             <summary>\r
2584             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
2585             </summary>\r
2586             <param name="node">The node to serialize.</param>\r
2587             <param name="formatting">Indicates how the output is formatted.</param>\r
2588             <param name="omitRootObject">Omits writing the root object.</param>\r
2589             <returns>A JSON string of the XNode.</returns>\r
2590         </member>\r
2591         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXNode(System.String)">\r
2592             <summary>\r
2593             Deserializes the <see cref="T:System.Xml.Linq.XNode"/> from a JSON string.\r
2594             </summary>\r
2595             <param name="value">The JSON string.</param>\r
2596             <returns>The deserialized XNode</returns>\r
2597         </member>\r
2598         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXNode(System.String,System.String)">\r
2599             <summary>\r
2600             Deserializes the <see cref="T:System.Xml.Linq.XNode"/> from a JSON string nested in a root elment specified by <paramref name="deserializeRootElementName"/>.\r
2601             </summary>\r
2602             <param name="value">The JSON string.</param>\r
2603             <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param>\r
2604             <returns>The deserialized XNode</returns>\r
2605         </member>\r
2606         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXNode(System.String,System.String,System.Boolean)">\r
2607             <summary>\r
2608             Deserializes the <see cref="T:System.Xml.Linq.XNode"/> from a JSON string nested in a root elment specified by <paramref name="deserializeRootElementName"/>\r
2609             and writes a .NET array attribute for collections.\r
2610             </summary>\r
2611             <param name="value">The JSON string.</param>\r
2612             <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param>\r
2613             <param name="writeArrayAttribute">\r
2614             A flag to indicate whether to write the Json.NET array attribute.\r
2615             This attribute helps preserve arrays when converting the written XML back to JSON.\r
2616             </param>\r
2617             <returns>The deserialized XNode</returns>\r
2618         </member>\r
2619         <member name="P:Newtonsoft.Json.JsonConvert.DefaultSettings">\r
2620             <summary>\r
2621             Gets or sets a function that creates default <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
2622             Default settings are automatically used by serialization methods on <see cref="T:Newtonsoft.Json.JsonConvert"/>,\r
2623             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
2624             To serialize without using any default settings create a <see cref="T:Newtonsoft.Json.JsonSerializer"/> with\r
2625             <see cref="M:Newtonsoft.Json.JsonSerializer.Create"/>.\r
2626             </summary>\r
2627         </member>\r
2628         <member name="T:Newtonsoft.Json.JsonConverterAttribute">\r
2629             <summary>\r
2630             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
2631             </summary>\r
2632         </member>\r
2633         <member name="M:Newtonsoft.Json.JsonConverterAttribute.#ctor(System.Type)">\r
2634             <summary>\r
2635             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonConverterAttribute"/> class.\r
2636             </summary>\r
2637             <param name="converterType">Type of the converter.</param>\r
2638         </member>\r
2639         <member name="M:Newtonsoft.Json.JsonConverterAttribute.#ctor(System.Type,System.Object[])">\r
2640             <summary>\r
2641             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonConverterAttribute"/> class.\r
2642             </summary>\r
2643             <param name="converterType">Type of the converter.</param>\r
2644             <param name="converterParameters">Parameter list to use when constructing the JsonConverter. Can be null.</param>\r
2645         </member>\r
2646         <member name="P:Newtonsoft.Json.JsonConverterAttribute.ConverterType">\r
2647             <summary>\r
2648             Gets the <see cref="T:System.Type"/> of the converter.\r
2649             </summary>\r
2650             <value>The <see cref="T:System.Type"/> of the converter.</value>\r
2651         </member>\r
2652         <member name="P:Newtonsoft.Json.JsonConverterAttribute.ConverterParameters">\r
2653             <summary>\r
2654             The parameter list to use when constructing the JsonConverter described by ConverterType.  \r
2655             If null, the default constructor is used.\r
2656             </summary>\r
2657         </member>\r
2658         <member name="T:Newtonsoft.Json.JsonConverterCollection">\r
2659             <summary>\r
2660             Represents a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.\r
2661             </summary>\r
2662         </member>\r
2663         <member name="T:Newtonsoft.Json.JsonDictionaryAttribute">\r
2664             <summary>\r
2665             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the collection.\r
2666             </summary>\r
2667         </member>\r
2668         <member name="M:Newtonsoft.Json.JsonDictionaryAttribute.#ctor">\r
2669             <summary>\r
2670             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonDictionaryAttribute"/> class.\r
2671             </summary>\r
2672         </member>\r
2673         <member name="M:Newtonsoft.Json.JsonDictionaryAttribute.#ctor(System.String)">\r
2674             <summary>\r
2675             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonDictionaryAttribute"/> class with the specified container Id.\r
2676             </summary>\r
2677             <param name="id">The container Id.</param>\r
2678         </member>\r
2679         <member name="T:Newtonsoft.Json.JsonException">\r
2680             <summary>\r
2681             The exception thrown when an error occurs during JSON serialization or deserialization.\r
2682             </summary>\r
2683         </member>\r
2684         <member name="M:Newtonsoft.Json.JsonException.#ctor">\r
2685             <summary>\r
2686             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class.\r
2687             </summary>\r
2688         </member>\r
2689         <member name="M:Newtonsoft.Json.JsonException.#ctor(System.String)">\r
2690             <summary>\r
2691             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class\r
2692             with a specified error message.\r
2693             </summary>\r
2694             <param name="message">The error message that explains the reason for the exception.</param>\r
2695         </member>\r
2696         <member name="M:Newtonsoft.Json.JsonException.#ctor(System.String,System.Exception)">\r
2697             <summary>\r
2698             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class\r
2699             with a specified error message and a reference to the inner exception that is the cause of this exception.\r
2700             </summary>\r
2701             <param name="message">The error message that explains the reason for the exception.</param>\r
2702             <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
2703         </member>\r
2704         <member name="M:Newtonsoft.Json.JsonException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">\r
2705             <summary>\r
2706             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class.\r
2707             </summary>\r
2708             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>\r
2709             <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>\r
2710             <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception>\r
2711             <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception>\r
2712         </member>\r
2713         <member name="T:Newtonsoft.Json.JsonExtensionDataAttribute">\r
2714             <summary>\r
2715             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to deserialize properties with no matching class member into the specified collection\r
2716             and write values during serialization.\r
2717             </summary>\r
2718         </member>\r
2719         <member name="M:Newtonsoft.Json.JsonExtensionDataAttribute.#ctor">\r
2720             <summary>\r
2721             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonExtensionDataAttribute"/> class.\r
2722             </summary>\r
2723         </member>\r
2724         <member name="P:Newtonsoft.Json.JsonExtensionDataAttribute.WriteData">\r
2725             <summary>\r
2726             Gets or sets a value that indicates whether to write extension data when serializing the object.\r
2727             </summary>\r
2728             <value>\r
2729                 <c>true</c> to write extension data when serializing the object; otherwise, <c>false</c>. The default is <c>true</c>.\r
2730             </value>\r
2731         </member>\r
2732         <member name="P:Newtonsoft.Json.JsonExtensionDataAttribute.ReadData">\r
2733             <summary>\r
2734             Gets or sets a value that indicates whether to read extension data when deserializing the object.\r
2735             </summary>\r
2736             <value>\r
2737                 <c>true</c> to read extension data when deserializing the object; otherwise, <c>false</c>. The default is <c>true</c>.\r
2738             </value>\r
2739         </member>\r
2740         <member name="T:Newtonsoft.Json.JsonIgnoreAttribute">\r
2741             <summary>\r
2742             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> not to serialize the public field or public read/write property value.\r
2743             </summary>\r
2744         </member>\r
2745         <member name="T:Newtonsoft.Json.JsonObjectAttribute">\r
2746             <summary>\r
2747             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the object.\r
2748             </summary>\r
2749         </member>\r
2750         <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor">\r
2751             <summary>\r
2752             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class.\r
2753             </summary>\r
2754         </member>\r
2755         <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor(Newtonsoft.Json.MemberSerialization)">\r
2756             <summary>\r
2757             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with the specified member serialization.\r
2758             </summary>\r
2759             <param name="memberSerialization">The member serialization.</param>\r
2760         </member>\r
2761         <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor(System.String)">\r
2762             <summary>\r
2763             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with the specified container Id.\r
2764             </summary>\r
2765             <param name="id">The container Id.</param>\r
2766         </member>\r
2767         <member name="P:Newtonsoft.Json.JsonObjectAttribute.MemberSerialization">\r
2768             <summary>\r
2769             Gets or sets the member serialization.\r
2770             </summary>\r
2771             <value>The member serialization.</value>\r
2772         </member>\r
2773         <member name="P:Newtonsoft.Json.JsonObjectAttribute.ItemRequired">\r
2774             <summary>\r
2775             Gets or sets a value that indicates whether the object's properties are required.\r
2776             </summary>\r
2777             <value>\r
2778                 A value indicating whether the object's properties are required.\r
2779             </value>\r
2780         </member>\r
2781         <member name="T:Newtonsoft.Json.JsonPropertyAttribute">\r
2782             <summary>\r
2783             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to always serialize the member with the specified name.\r
2784             </summary>\r
2785         </member>\r
2786         <member name="M:Newtonsoft.Json.JsonPropertyAttribute.#ctor">\r
2787             <summary>\r
2788             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> class.\r
2789             </summary>\r
2790         </member>\r
2791         <member name="M:Newtonsoft.Json.JsonPropertyAttribute.#ctor(System.String)">\r
2792             <summary>\r
2793             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> class with the specified name.\r
2794             </summary>\r
2795             <param name="propertyName">Name of the property.</param>\r
2796         </member>\r
2797         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemConverterType">\r
2798             <summary>\r
2799             Gets or sets the converter used when serializing the property's collection items.\r
2800             </summary>\r
2801             <value>The collection's items converter.</value>\r
2802         </member>\r
2803         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemConverterParameters">\r
2804             <summary>\r
2805             The parameter list to use when constructing the JsonConverter described by ItemConverterType.\r
2806             If null, the default constructor is used.\r
2807             When non-null, there must be a constructor defined in the JsonConverter that exactly matches the number,\r
2808             order, and type of these parameters.\r
2809             </summary>\r
2810             <example>\r
2811             [JsonProperty(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })]\r
2812             </example>\r
2813         </member>\r
2814         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.NullValueHandling">\r
2815             <summary>\r
2816             Gets or sets the null value handling used when serializing this property.\r
2817             </summary>\r
2818             <value>The null value handling.</value>\r
2819         </member>\r
2820         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.DefaultValueHandling">\r
2821             <summary>\r
2822             Gets or sets the default value handling used when serializing this property.\r
2823             </summary>\r
2824             <value>The default value handling.</value>\r
2825         </member>\r
2826         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ReferenceLoopHandling">\r
2827             <summary>\r
2828             Gets or sets the reference loop handling used when serializing this property.\r
2829             </summary>\r
2830             <value>The reference loop handling.</value>\r
2831         </member>\r
2832         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ObjectCreationHandling">\r
2833             <summary>\r
2834             Gets or sets the object creation handling used when deserializing this property.\r
2835             </summary>\r
2836             <value>The object creation handling.</value>\r
2837         </member>\r
2838         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.TypeNameHandling">\r
2839             <summary>\r
2840             Gets or sets the type name handling used when serializing this property.\r
2841             </summary>\r
2842             <value>The type name handling.</value>\r
2843         </member>\r
2844         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.IsReference">\r
2845             <summary>\r
2846             Gets or sets whether this property's value is serialized as a reference.\r
2847             </summary>\r
2848             <value>Whether this property's value is serialized as a reference.</value>\r
2849         </member>\r
2850         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.Order">\r
2851             <summary>\r
2852             Gets or sets the order of serialization and deserialization of a member.\r
2853             </summary>\r
2854             <value>The numeric order of serialization or deserialization.</value>\r
2855         </member>\r
2856         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.Required">\r
2857             <summary>\r
2858             Gets or sets a value indicating whether this property is required.\r
2859             </summary>\r
2860             <value>\r
2861                 A value indicating whether this property is required.\r
2862             </value>\r
2863         </member>\r
2864         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.PropertyName">\r
2865             <summary>\r
2866             Gets or sets the name of the property.\r
2867             </summary>\r
2868             <value>The name of the property.</value>\r
2869         </member>\r
2870         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemReferenceLoopHandling">\r
2871             <summary>\r
2872             Gets or sets the the reference loop handling used when serializing the property's collection items.\r
2873             </summary>\r
2874             <value>The collection's items reference loop handling.</value>\r
2875         </member>\r
2876         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemTypeNameHandling">\r
2877             <summary>\r
2878             Gets or sets the the type name handling used when serializing the property's collection items.\r
2879             </summary>\r
2880             <value>The collection's items type name handling.</value>\r
2881         </member>\r
2882         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemIsReference">\r
2883             <summary>\r
2884             Gets or sets whether this property's collection items are serialized as a reference.\r
2885             </summary>\r
2886             <value>Whether this property's collection items are serialized as a reference.</value>\r
2887         </member>\r
2888         <member name="T:Newtonsoft.Json.JsonReaderException">\r
2889             <summary>\r
2890             The exception thrown when an error occurs while reading JSON text.\r
2891             </summary>\r
2892         </member>\r
2893         <member name="M:Newtonsoft.Json.JsonReaderException.#ctor">\r
2894             <summary>\r
2895             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class.\r
2896             </summary>\r
2897         </member>\r
2898         <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.String)">\r
2899             <summary>\r
2900             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class\r
2901             with a specified error message.\r
2902             </summary>\r
2903             <param name="message">The error message that explains the reason for the exception.</param>\r
2904         </member>\r
2905         <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.String,System.Exception)">\r
2906             <summary>\r
2907             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class\r
2908             with a specified error message and a reference to the inner exception that is the cause of this exception.\r
2909             </summary>\r
2910             <param name="message">The error message that explains the reason for the exception.</param>\r
2911             <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
2912         </member>\r
2913         <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">\r
2914             <summary>\r
2915             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class.\r
2916             </summary>\r
2917             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>\r
2918             <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>\r
2919             <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception>\r
2920             <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception>\r
2921         </member>\r
2922         <member name="P:Newtonsoft.Json.JsonReaderException.LineNumber">\r
2923             <summary>\r
2924             Gets the line number indicating where the error occurred.\r
2925             </summary>\r
2926             <value>The line number indicating where the error occurred.</value>\r
2927         </member>\r
2928         <member name="P:Newtonsoft.Json.JsonReaderException.LinePosition">\r
2929             <summary>\r
2930             Gets the line position indicating where the error occurred.\r
2931             </summary>\r
2932             <value>The line position indicating where the error occurred.</value>\r
2933         </member>\r
2934         <member name="P:Newtonsoft.Json.JsonReaderException.Path">\r
2935             <summary>\r
2936             Gets the path to the JSON where the error occurred.\r
2937             </summary>\r
2938             <value>The path to the JSON where the error occurred.</value>\r
2939         </member>\r
2940         <member name="T:Newtonsoft.Json.JsonRequiredAttribute">\r
2941             <summary>\r
2942             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to always serialize the member, and require the member has a value.\r
2943             </summary>\r
2944         </member>\r
2945         <member name="T:Newtonsoft.Json.JsonSerializationException">\r
2946             <summary>\r
2947             The exception thrown when an error occurs during JSON serialization or deserialization.\r
2948             </summary>\r
2949         </member>\r
2950         <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor">\r
2951             <summary>\r
2952             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class.\r
2953             </summary>\r
2954         </member>\r
2955         <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.String)">\r
2956             <summary>\r
2957             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class\r
2958             with a specified error message.\r
2959             </summary>\r
2960             <param name="message">The error message that explains the reason for the exception.</param>\r
2961         </member>\r
2962         <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.String,System.Exception)">\r
2963             <summary>\r
2964             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class\r
2965             with a specified error message and a reference to the inner exception that is the cause of this exception.\r
2966             </summary>\r
2967             <param name="message">The error message that explains the reason for the exception.</param>\r
2968             <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
2969         </member>\r
2970         <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">\r
2971             <summary>\r
2972             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class.\r
2973             </summary>\r
2974             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>\r
2975             <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>\r
2976             <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception>\r
2977             <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception>\r
2978         </member>\r
2979         <member name="T:Newtonsoft.Json.JsonSerializer">\r
2980             <summary>\r
2981             Serializes and deserializes objects into and from the JSON format.\r
2982             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> enables you to control how objects are encoded into JSON.\r
2983             </summary>\r
2984         </member>\r
2985         <member name="M:Newtonsoft.Json.JsonSerializer.#ctor">\r
2986             <summary>\r
2987             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializer"/> class.\r
2988             </summary>\r
2989         </member>\r
2990         <member name="M:Newtonsoft.Json.JsonSerializer.Create">\r
2991             <summary>\r
2992             Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance.\r
2993             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings.\r
2994             </summary>\r
2995             <returns>\r
2996             A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance.\r
2997             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings.\r
2998             </returns>\r
2999         </member>\r
3000         <member name="M:Newtonsoft.Json.JsonSerializer.Create(Newtonsoft.Json.JsonSerializerSettings)">\r
3001             <summary>\r
3002             Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
3003             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings.\r
3004             </summary>\r
3005             <param name="settings">The settings to be applied to the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.</param>\r
3006             <returns>\r
3007             A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
3008             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings.\r
3009             </returns>\r
3010         </member>\r
3011         <member name="M:Newtonsoft.Json.JsonSerializer.CreateDefault">\r
3012             <summary>\r
3013             Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance.\r
3014             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings.\r
3015             </summary>\r
3016             <returns>\r
3017             A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance.\r
3018             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings.\r
3019             </returns>\r
3020         </member>\r
3021         <member name="M:Newtonsoft.Json.JsonSerializer.CreateDefault(Newtonsoft.Json.JsonSerializerSettings)">\r
3022             <summary>\r
3023             Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
3024             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings.\r
3025             </summary>\r
3026             <param name="settings">The settings to be applied to the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.</param>\r
3027             <returns>\r
3028             A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
3029             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings.\r
3030             </returns>\r
3031         </member>\r
3032         <member name="M:Newtonsoft.Json.JsonSerializer.Populate(System.IO.TextReader,System.Object)">\r
3033             <summary>\r
3034             Populates the JSON values onto the target object.\r
3035             </summary>\r
3036             <param name="reader">The <see cref="T:System.IO.TextReader"/> that contains the JSON structure to reader values from.</param>\r
3037             <param name="target">The target object to populate values onto.</param>\r
3038         </member>\r
3039         <member name="M:Newtonsoft.Json.JsonSerializer.Populate(Newtonsoft.Json.JsonReader,System.Object)">\r
3040             <summary>\r
3041             Populates the JSON values onto the target object.\r
3042             </summary>\r
3043             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> that contains the JSON structure to reader values from.</param>\r
3044             <param name="target">The target object to populate values onto.</param>\r
3045         </member>\r
3046         <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(Newtonsoft.Json.JsonReader)">\r
3047             <summary>\r
3048             Deserializes the JSON structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.\r
3049             </summary>\r
3050             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> that contains the JSON structure to deserialize.</param>\r
3051             <returns>The <see cref="T:System.Object"/> being deserialized.</returns>\r
3052         </member>\r
3053         <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(System.IO.TextReader,System.Type)">\r
3054             <summary>\r
3055             Deserializes the JSON structure contained by the specified <see cref="T:System.IO.StringReader"/>\r
3056             into an instance of the specified type.\r
3057             </summary>\r
3058             <param name="reader">The <see cref="T:System.IO.TextReader"/> containing the object.</param>\r
3059             <param name="objectType">The <see cref="T:System.Type"/> of object being deserialized.</param>\r
3060             <returns>The instance of <paramref name="objectType"/> being deserialized.</returns>\r
3061         </member>\r
3062         <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize``1(Newtonsoft.Json.JsonReader)">\r
3063             <summary>\r
3064             Deserializes the JSON structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>\r
3065             into an instance of the specified type.\r
3066             </summary>\r
3067             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the object.</param>\r
3068             <typeparam name="T">The type of the object to deserialize.</typeparam>\r
3069             <returns>The instance of <typeparamref name="T"/> being deserialized.</returns>\r
3070         </member>\r
3071         <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(Newtonsoft.Json.JsonReader,System.Type)">\r
3072             <summary>\r
3073             Deserializes the JSON structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>\r
3074             into an instance of the specified type.\r
3075             </summary>\r
3076             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the object.</param>\r
3077             <param name="objectType">The <see cref="T:System.Type"/> of object being deserialized.</param>\r
3078             <returns>The instance of <paramref name="objectType"/> being deserialized.</returns>\r
3079         </member>\r
3080         <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(System.IO.TextWriter,System.Object)">\r
3081             <summary>\r
3082             Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure\r
3083             to a <c>Stream</c> using the specified <see cref="T:System.IO.TextWriter"/>. \r
3084             </summary>\r
3085             <param name="textWriter">The <see cref="T:System.IO.TextWriter"/> used to write the JSON structure.</param>\r
3086             <param name="value">The <see cref="T:System.Object"/> to serialize.</param>\r
3087         </member>\r
3088         <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(Newtonsoft.Json.JsonWriter,System.Object,System.Type)">\r
3089             <summary>\r
3090             Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure\r
3091             to a <c>Stream</c> using the specified <see cref="T:System.IO.TextWriter"/>. \r
3092             </summary>\r
3093             <param name="jsonWriter">The <see cref="T:Newtonsoft.Json.JsonWriter"/> used to write the JSON structure.</param>\r
3094             <param name="value">The <see cref="T:System.Object"/> to serialize.</param>\r
3095             <param name="objectType">\r
3096             The type of the value being serialized.\r
3097             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
3098             Specifing the type is optional.\r
3099             </param>\r
3100         </member>\r
3101         <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(System.IO.TextWriter,System.Object,System.Type)">\r
3102             <summary>\r
3103             Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure\r
3104             to a <c>Stream</c> using the specified <see cref="T:System.IO.TextWriter"/>. \r
3105             </summary>\r
3106             <param name="textWriter">The <see cref="T:System.IO.TextWriter"/> used to write the JSON structure.</param>\r
3107             <param name="value">The <see cref="T:System.Object"/> to serialize.</param>\r
3108             <param name="objectType">\r
3109             The type of the value being serialized.\r
3110             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
3111             Specifing the type is optional.\r
3112             </param>\r
3113         </member>\r
3114         <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(Newtonsoft.Json.JsonWriter,System.Object)">\r
3115             <summary>\r
3116             Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure\r
3117             to a <c>Stream</c> using the specified <see cref="T:Newtonsoft.Json.JsonWriter"/>. \r
3118             </summary>\r
3119             <param name="jsonWriter">The <see cref="T:Newtonsoft.Json.JsonWriter"/> used to write the JSON structure.</param>\r
3120             <param name="value">The <see cref="T:System.Object"/> to serialize.</param>\r
3121         </member>\r
3122         <member name="E:Newtonsoft.Json.JsonSerializer.Error">\r
3123             <summary>\r
3124             Occurs when the <see cref="T:Newtonsoft.Json.JsonSerializer"/> errors during serialization and deserialization.\r
3125             </summary>\r
3126         </member>\r
3127         <member name="P:Newtonsoft.Json.JsonSerializer.ReferenceResolver">\r
3128             <summary>\r
3129             Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.\r
3130             </summary>\r
3131         </member>\r
3132         <member name="P:Newtonsoft.Json.JsonSerializer.Binder">\r
3133             <summary>\r
3134             Gets or sets the <see cref="T:System.Runtime.Serialization.SerializationBinder"/> used by the serializer when resolving type names.\r
3135             </summary>\r
3136         </member>\r
3137         <member name="P:Newtonsoft.Json.JsonSerializer.TraceWriter">\r
3138             <summary>\r
3139             Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.ITraceWriter"/> used by the serializer when writing trace messages.\r
3140             </summary>\r
3141             <value>The trace writer.</value>\r
3142         </member>\r
3143         <member name="P:Newtonsoft.Json.JsonSerializer.EqualityComparer">\r
3144             <summary>\r
3145             Gets or sets the equality comparer used by the serializer when comparing references.\r
3146             </summary>\r
3147             <value>The equality comparer.</value>\r
3148         </member>\r
3149         <member name="P:Newtonsoft.Json.JsonSerializer.TypeNameHandling">\r
3150             <summary>\r
3151             Gets or sets how type name writing and reading is handled by the serializer.\r
3152             </summary>\r
3153         </member>\r
3154         <member name="P:Newtonsoft.Json.JsonSerializer.TypeNameAssemblyFormat">\r
3155             <summary>\r
3156             Gets or sets how a type name assembly is written and resolved by the serializer.\r
3157             </summary>\r
3158             <value>The type name assembly format.</value>\r
3159         </member>\r
3160         <member name="P:Newtonsoft.Json.JsonSerializer.PreserveReferencesHandling">\r
3161             <summary>\r
3162             Gets or sets how object references are preserved by the serializer.\r
3163             </summary>\r
3164         </member>\r
3165         <member name="P:Newtonsoft.Json.JsonSerializer.ReferenceLoopHandling">\r
3166             <summary>\r
3167             Get or set how reference loops (e.g. a class referencing itself) is handled.\r
3168             </summary>\r
3169         </member>\r
3170         <member name="P:Newtonsoft.Json.JsonSerializer.MissingMemberHandling">\r
3171             <summary>\r
3172             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
3173             </summary>\r
3174         </member>\r
3175         <member name="P:Newtonsoft.Json.JsonSerializer.NullValueHandling">\r
3176             <summary>\r
3177             Get or set how null values are handled during serialization and deserialization.\r
3178             </summary>\r
3179         </member>\r
3180         <member name="P:Newtonsoft.Json.JsonSerializer.DefaultValueHandling">\r
3181             <summary>\r
3182             Get or set how null default are handled during serialization and deserialization.\r
3183             </summary>\r
3184         </member>\r
3185         <member name="P:Newtonsoft.Json.JsonSerializer.ObjectCreationHandling">\r
3186             <summary>\r
3187             Gets or sets how objects are created during deserialization.\r
3188             </summary>\r
3189             <value>The object creation handling.</value>\r
3190         </member>\r
3191         <member name="P:Newtonsoft.Json.JsonSerializer.ConstructorHandling">\r
3192             <summary>\r
3193             Gets or sets how constructors are used during deserialization.\r
3194             </summary>\r
3195             <value>The constructor handling.</value>\r
3196         </member>\r
3197         <member name="P:Newtonsoft.Json.JsonSerializer.MetadataPropertyHandling">\r
3198             <summary>\r
3199             Gets or sets how metadata properties are used during deserialization.\r
3200             </summary>\r
3201             <value>The metadata properties handling.</value>\r
3202         </member>\r
3203         <member name="P:Newtonsoft.Json.JsonSerializer.Converters">\r
3204             <summary>\r
3205             Gets a collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.\r
3206             </summary>\r
3207             <value>Collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.</value>\r
3208         </member>\r
3209         <member name="P:Newtonsoft.Json.JsonSerializer.ContractResolver">\r
3210             <summary>\r
3211             Gets or sets the contract resolver used by the serializer when\r
3212             serializing .NET objects to JSON and vice versa.\r
3213             </summary>\r
3214         </member>\r
3215         <member name="P:Newtonsoft.Json.JsonSerializer.Context">\r
3216             <summary>\r
3217             Gets or sets the <see cref="T:System.Runtime.Serialization.StreamingContext"/> used by the serializer when invoking serialization callback methods.\r
3218             </summary>\r
3219             <value>The context.</value>\r
3220         </member>\r
3221         <member name="P:Newtonsoft.Json.JsonSerializer.Formatting">\r
3222             <summary>\r
3223             Indicates how JSON text output is formatted.\r
3224             </summary>\r
3225         </member>\r
3226         <member name="P:Newtonsoft.Json.JsonSerializer.DateFormatHandling">\r
3227             <summary>\r
3228             Get or set how dates are written to JSON text.\r
3229             </summary>\r
3230         </member>\r
3231         <member name="P:Newtonsoft.Json.JsonSerializer.DateTimeZoneHandling">\r
3232             <summary>\r
3233             Get or set how <see cref="T:System.DateTime"/> time zones are handling during serialization and deserialization.\r
3234             </summary>\r
3235         </member>\r
3236         <member name="P:Newtonsoft.Json.JsonSerializer.DateParseHandling">\r
3237             <summary>\r
3238             Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.\r
3239             </summary>\r
3240         </member>\r
3241         <member name="P:Newtonsoft.Json.JsonSerializer.FloatParseHandling">\r
3242             <summary>\r
3243             Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.\r
3244             </summary>\r
3245         </member>\r
3246         <member name="P:Newtonsoft.Json.JsonSerializer.FloatFormatHandling">\r
3247             <summary>\r
3248             Get or set how special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>,\r
3249             <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/>,\r
3250             are written as JSON text.\r
3251             </summary>\r
3252         </member>\r
3253         <member name="P:Newtonsoft.Json.JsonSerializer.StringEscapeHandling">\r
3254             <summary>\r
3255             Get or set how strings are escaped when writing JSON text.\r
3256             </summary>\r
3257         </member>\r
3258         <member name="P:Newtonsoft.Json.JsonSerializer.DateFormatString">\r
3259             <summary>\r
3260             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
3261             </summary>\r
3262         </member>\r
3263         <member name="P:Newtonsoft.Json.JsonSerializer.Culture">\r
3264             <summary>\r
3265             Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.\r
3266             </summary>\r
3267         </member>\r
3268         <member name="P:Newtonsoft.Json.JsonSerializer.MaxDepth">\r
3269             <summary>\r
3270             Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>.\r
3271             </summary>\r
3272         </member>\r
3273         <member name="P:Newtonsoft.Json.JsonSerializer.CheckAdditionalContent">\r
3274             <summary>\r
3275             Gets a value indicating whether there will be a check for additional JSON content after deserializing an object.\r
3276             </summary>\r
3277             <value>\r
3278                 <c>true</c> if there will be a check for additional JSON content after deserializing an object; otherwise, <c>false</c>.\r
3279             </value>\r
3280         </member>\r
3281         <member name="T:Newtonsoft.Json.JsonSerializerSettings">\r
3282             <summary>\r
3283             Specifies the settings on a <see cref="T:Newtonsoft.Json.JsonSerializer"/> object.\r
3284             </summary>\r
3285         </member>\r
3286         <member name="M:Newtonsoft.Json.JsonSerializerSettings.#ctor">\r
3287             <summary>\r
3288             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> class.\r
3289             </summary>\r
3290         </member>\r
3291         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceLoopHandling">\r
3292             <summary>\r
3293             Gets or sets how reference loops (e.g. a class referencing itself) is handled.\r
3294             </summary>\r
3295             <value>Reference loop handling.</value>\r
3296         </member>\r
3297         <member name="P:Newtonsoft.Json.JsonSerializerSettings.MissingMemberHandling">\r
3298             <summary>\r
3299             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
3300             </summary>\r
3301             <value>Missing member handling.</value>\r
3302         </member>\r
3303         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ObjectCreationHandling">\r
3304             <summary>\r
3305             Gets or sets how objects are created during deserialization.\r
3306             </summary>\r
3307             <value>The object creation handling.</value>\r
3308         </member>\r
3309         <member name="P:Newtonsoft.Json.JsonSerializerSettings.NullValueHandling">\r
3310             <summary>\r
3311             Gets or sets how null values are handled during serialization and deserialization.\r
3312             </summary>\r
3313             <value>Null value handling.</value>\r
3314         </member>\r
3315         <member name="P:Newtonsoft.Json.JsonSerializerSettings.DefaultValueHandling">\r
3316             <summary>\r
3317             Gets or sets how null default are handled during serialization and deserialization.\r
3318             </summary>\r
3319             <value>The default value handling.</value>\r
3320         </member>\r
3321         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Converters">\r
3322             <summary>\r
3323             Gets or sets a collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.\r
3324             </summary>\r
3325             <value>The converters.</value>\r
3326         </member>\r
3327         <member name="P:Newtonsoft.Json.JsonSerializerSettings.PreserveReferencesHandling">\r
3328             <summary>\r
3329             Gets or sets how object references are preserved by the serializer.\r
3330             </summary>\r
3331             <value>The preserve references handling.</value>\r
3332         </member>\r
3333         <member name="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameHandling">\r
3334             <summary>\r
3335             Gets or sets how type name writing and reading is handled by the serializer.\r
3336             </summary>\r
3337             <value>The type name handling.</value>\r
3338         </member>\r
3339         <member name="P:Newtonsoft.Json.JsonSerializerSettings.MetadataPropertyHandling">\r
3340             <summary>\r
3341             Gets or sets how metadata properties are used during deserialization.\r
3342             </summary>\r
3343             <value>The metadata properties handling.</value>\r
3344         </member>\r
3345         <member name="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameAssemblyFormat">\r
3346             <summary>\r
3347             Gets or sets how a type name assembly is written and resolved by the serializer.\r
3348             </summary>\r
3349             <value>The type name assembly format.</value>\r
3350         </member>\r
3351         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ConstructorHandling">\r
3352             <summary>\r
3353             Gets or sets how constructors are used during deserialization.\r
3354             </summary>\r
3355             <value>The constructor handling.</value>\r
3356         </member>\r
3357         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ContractResolver">\r
3358             <summary>\r
3359             Gets or sets the contract resolver used by the serializer when\r
3360             serializing .NET objects to JSON and vice versa.\r
3361             </summary>\r
3362             <value>The contract resolver.</value>\r
3363         </member>\r
3364         <member name="P:Newtonsoft.Json.JsonSerializerSettings.EqualityComparer">\r
3365             <summary>\r
3366             Gets or sets the equality comparer used by the serializer when comparing references.\r
3367             </summary>\r
3368             <value>The equality comparer.</value>\r
3369         </member>\r
3370         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceResolver">\r
3371             <summary>\r
3372             Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.\r
3373             </summary>\r
3374             <value>The reference resolver.</value>\r
3375         </member>\r
3376         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceResolverProvider">\r
3377             <summary>\r
3378             Gets or sets a function that creates the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.\r
3379             </summary>\r
3380             <value>A function that creates the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.</value>\r
3381         </member>\r
3382         <member name="P:Newtonsoft.Json.JsonSerializerSettings.TraceWriter">\r
3383             <summary>\r
3384             Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.ITraceWriter"/> used by the serializer when writing trace messages.\r
3385             </summary>\r
3386             <value>The trace writer.</value>\r
3387         </member>\r
3388         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Binder">\r
3389             <summary>\r
3390             Gets or sets the <see cref="T:System.Runtime.Serialization.SerializationBinder"/> used by the serializer when resolving type names.\r
3391             </summary>\r
3392             <value>The binder.</value>\r
3393         </member>\r
3394         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Error">\r
3395             <summary>\r
3396             Gets or sets the error handler called during serialization and deserialization.\r
3397             </summary>\r
3398             <value>The error handler called during serialization and deserialization.</value>\r
3399         </member>\r
3400         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Context">\r
3401             <summary>\r
3402             Gets or sets the <see cref="T:System.Runtime.Serialization.StreamingContext"/> used by the serializer when invoking serialization callback methods.\r
3403             </summary>\r
3404             <value>The context.</value>\r
3405         </member>\r
3406         <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateFormatString">\r
3407             <summary>\r
3408             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
3409             </summary>\r
3410         </member>\r
3411         <member name="P:Newtonsoft.Json.JsonSerializerSettings.MaxDepth">\r
3412             <summary>\r
3413             Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>.\r
3414             </summary>\r
3415         </member>\r
3416         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Formatting">\r
3417             <summary>\r
3418             Indicates how JSON text output is formatted.\r
3419             </summary>\r
3420         </member>\r
3421         <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateFormatHandling">\r
3422             <summary>\r
3423             Get or set how dates are written to JSON text.\r
3424             </summary>\r
3425         </member>\r
3426         <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateTimeZoneHandling">\r
3427             <summary>\r
3428             Get or set how <see cref="T:System.DateTime"/> time zones are handling during serialization and deserialization.\r
3429             </summary>\r
3430         </member>\r
3431         <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateParseHandling">\r
3432             <summary>\r
3433             Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.\r
3434             </summary>\r
3435         </member>\r
3436         <member name="P:Newtonsoft.Json.JsonSerializerSettings.FloatFormatHandling">\r
3437             <summary>\r
3438             Get or set how special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>,\r
3439             <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/>,\r
3440             are written as JSON.\r
3441             </summary>\r
3442         </member>\r
3443         <member name="P:Newtonsoft.Json.JsonSerializerSettings.FloatParseHandling">\r
3444             <summary>\r
3445             Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.\r
3446             </summary>\r
3447         </member>\r
3448         <member name="P:Newtonsoft.Json.JsonSerializerSettings.StringEscapeHandling">\r
3449             <summary>\r
3450             Get or set how strings are escaped when writing JSON text.\r
3451             </summary>\r
3452         </member>\r
3453         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Culture">\r
3454             <summary>\r
3455             Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.\r
3456             </summary>\r
3457         </member>\r
3458         <member name="P:Newtonsoft.Json.JsonSerializerSettings.CheckAdditionalContent">\r
3459             <summary>\r
3460             Gets a value indicating whether there will be a check for additional content after deserializing an object.\r
3461             </summary>\r
3462             <value>\r
3463                 <c>true</c> if there will be a check for additional content after deserializing an object; otherwise, <c>false</c>.\r
3464             </value>\r
3465         </member>\r
3466         <member name="T:Newtonsoft.Json.JsonTextReader">\r
3467             <summary>\r
3468             Represents a reader that provides fast, non-cached, forward-only access to JSON text data.\r
3469             </summary>\r
3470         </member>\r
3471         <member name="M:Newtonsoft.Json.JsonTextReader.#ctor(System.IO.TextReader)">\r
3472             <summary>\r
3473             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReader"/> class with the specified <see cref="T:System.IO.TextReader"/>.\r
3474             </summary>\r
3475             <param name="reader">The <c>TextReader</c> containing the XML data to read.</param>\r
3476         </member>\r
3477         <member name="M:Newtonsoft.Json.JsonTextReader.Read">\r
3478             <summary>\r
3479             Reads the next JSON token from the stream.\r
3480             </summary>\r
3481             <returns>\r
3482             true if the next token was read successfully; false if there are no more tokens to read.\r
3483             </returns>\r
3484         </member>\r
3485         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsBytes">\r
3486             <summary>\r
3487             Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].\r
3488             </summary>\r
3489             <returns>\r
3490             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
3491             </returns>\r
3492         </member>\r
3493         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDecimal">\r
3494             <summary>\r
3495             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
3496             </summary>\r
3497             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>\r
3498         </member>\r
3499         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsInt32">\r
3500             <summary>\r
3501             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
3502             </summary>\r
3503             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>\r
3504         </member>\r
3505         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsString">\r
3506             <summary>\r
3507             Reads the next JSON token from the stream as a <see cref="T:System.String"/>.\r
3508             </summary>\r
3509             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>\r
3510         </member>\r
3511         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTime">\r
3512             <summary>\r
3513             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
3514             </summary>\r
3515             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>\r
3516         </member>\r
3517         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTimeOffset">\r
3518             <summary>\r
3519             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
3520             </summary>\r
3521             <returns>A <see cref="T:System.DateTimeOffset"/>. This method will return <c>null</c> at the end of an array.</returns>\r
3522         </member>\r
3523         <member name="M:Newtonsoft.Json.JsonTextReader.Close">\r
3524             <summary>\r
3525             Changes the state to closed. \r
3526             </summary>\r
3527         </member>\r
3528         <member name="M:Newtonsoft.Json.JsonTextReader.HasLineInfo">\r
3529             <summary>\r
3530             Gets a value indicating whether the class can return line information.\r
3531             </summary>\r
3532             <returns>\r
3533                 <c>true</c> if LineNumber and LinePosition can be provided; otherwise, <c>false</c>.\r
3534             </returns>\r
3535         </member>\r
3536         <member name="P:Newtonsoft.Json.JsonTextReader.LineNumber">\r
3537             <summary>\r
3538             Gets the current line number.\r
3539             </summary>\r
3540             <value>\r
3541             The current line number or 0 if no line information is available (for example, HasLineInfo returns false).\r
3542             </value>\r
3543         </member>\r
3544         <member name="P:Newtonsoft.Json.JsonTextReader.LinePosition">\r
3545             <summary>\r
3546             Gets the current line position.\r
3547             </summary>\r
3548             <value>\r
3549             The current line position or 0 if no line information is available (for example, HasLineInfo returns false).\r
3550             </value>\r
3551         </member>\r
3552         <member name="T:Newtonsoft.Json.JsonTextWriter">\r
3553             <summary>\r
3554             Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.\r
3555             </summary>\r
3556         </member>\r
3557         <member name="M:Newtonsoft.Json.JsonTextWriter.#ctor(System.IO.TextWriter)">\r
3558             <summary>\r
3559             Creates an instance of the <c>JsonWriter</c> class using the specified <see cref="T:System.IO.TextWriter"/>. \r
3560             </summary>\r
3561             <param name="textWriter">The <c>TextWriter</c> to write to.</param>\r
3562         </member>\r
3563         <member name="M:Newtonsoft.Json.JsonTextWriter.Flush">\r
3564             <summary>\r
3565             Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.\r
3566             </summary>\r
3567         </member>\r
3568         <member name="M:Newtonsoft.Json.JsonTextWriter.Close">\r
3569             <summary>\r
3570             Closes this stream and the underlying stream.\r
3571             </summary>\r
3572         </member>\r
3573         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartObject">\r
3574             <summary>\r
3575             Writes the beginning of a JSON object.\r
3576             </summary>\r
3577         </member>\r
3578         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartArray">\r
3579             <summary>\r
3580             Writes the beginning of a JSON array.\r
3581             </summary>\r
3582         </member>\r
3583         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartConstructor(System.String)">\r
3584             <summary>\r
3585             Writes the start of a constructor with the given name.\r
3586             </summary>\r
3587             <param name="name">The name of the constructor.</param>\r
3588         </member>\r
3589         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteEnd(Newtonsoft.Json.JsonToken)">\r
3590             <summary>\r
3591             Writes the specified end token.\r
3592             </summary>\r
3593             <param name="token">The end token to write.</param>\r
3594         </member>\r
3595         <member name="M:Newtonsoft.Json.JsonTextWriter.WritePropertyName(System.String)">\r
3596             <summary>\r
3597             Writes the property name of a name/value pair on a JSON object.\r
3598             </summary>\r
3599             <param name="name">The name of the property.</param>\r
3600         </member>\r
3601         <member name="M:Newtonsoft.Json.JsonTextWriter.WritePropertyName(System.String,System.Boolean)">\r
3602             <summary>\r
3603             Writes the property name of a name/value pair on a JSON object.\r
3604             </summary>\r
3605             <param name="name">The name of the property.</param>\r
3606             <param name="escape">A flag to indicate whether the text should be escaped when it is written as a JSON property name.</param>\r
3607         </member>\r
3608         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteIndent">\r
3609             <summary>\r
3610             Writes indent characters.\r
3611             </summary>\r
3612         </member>\r
3613         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValueDelimiter">\r
3614             <summary>\r
3615             Writes the JSON value delimiter.\r
3616             </summary>\r
3617         </member>\r
3618         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteIndentSpace">\r
3619             <summary>\r
3620             Writes an indent space.\r
3621             </summary>\r
3622         </member>\r
3623         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Object)">\r
3624             <summary>\r
3625             Writes a <see cref="T:System.Object"/> value.\r
3626             An error will raised if the value cannot be written as a single JSON token.\r
3627             </summary>\r
3628             <param name="value">The <see cref="T:System.Object"/> value to write.</param>\r
3629         </member>\r
3630         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteNull">\r
3631             <summary>\r
3632             Writes a null value.\r
3633             </summary>\r
3634         </member>\r
3635         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteUndefined">\r
3636             <summary>\r
3637             Writes an undefined value.\r
3638             </summary>\r
3639         </member>\r
3640         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteRaw(System.String)">\r
3641             <summary>\r
3642             Writes raw JSON.\r
3643             </summary>\r
3644             <param name="json">The raw JSON to write.</param>\r
3645         </member>\r
3646         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.String)">\r
3647             <summary>\r
3648             Writes a <see cref="T:System.String"/> value.\r
3649             </summary>\r
3650             <param name="value">The <see cref="T:System.String"/> value to write.</param>\r
3651         </member>\r
3652         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int32)">\r
3653             <summary>\r
3654             Writes a <see cref="T:System.Int32"/> value.\r
3655             </summary>\r
3656             <param name="value">The <see cref="T:System.Int32"/> value to write.</param>\r
3657         </member>\r
3658         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt32)">\r
3659             <summary>\r
3660             Writes a <see cref="T:System.UInt32"/> value.\r
3661             </summary>\r
3662             <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>\r
3663         </member>\r
3664         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int64)">\r
3665             <summary>\r
3666             Writes a <see cref="T:System.Int64"/> value.\r
3667             </summary>\r
3668             <param name="value">The <see cref="T:System.Int64"/> value to write.</param>\r
3669         </member>\r
3670         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt64)">\r
3671             <summary>\r
3672             Writes a <see cref="T:System.UInt64"/> value.\r
3673             </summary>\r
3674             <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>\r
3675         </member>\r
3676         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Single)">\r
3677             <summary>\r
3678             Writes a <see cref="T:System.Single"/> value.\r
3679             </summary>\r
3680             <param name="value">The <see cref="T:System.Single"/> value to write.</param>\r
3681         </member>\r
3682         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Nullable{System.Single})">\r
3683             <summary>\r
3684             Writes a <see cref="T:System.Nullable`1"/> value.\r
3685             </summary>\r
3686             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
3687         </member>\r
3688         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Double)">\r
3689             <summary>\r
3690             Writes a <see cref="T:System.Double"/> value.\r
3691             </summary>\r
3692             <param name="value">The <see cref="T:System.Double"/> value to write.</param>\r
3693         </member>\r
3694         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Nullable{System.Double})">\r
3695             <summary>\r
3696             Writes a <see cref="T:System.Nullable`1"/> value.\r
3697             </summary>\r
3698             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
3699         </member>\r
3700         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Boolean)">\r
3701             <summary>\r
3702             Writes a <see cref="T:System.Boolean"/> value.\r
3703             </summary>\r
3704             <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>\r
3705         </member>\r
3706         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int16)">\r
3707             <summary>\r
3708             Writes a <see cref="T:System.Int16"/> value.\r
3709             </summary>\r
3710             <param name="value">The <see cref="T:System.Int16"/> value to write.</param>\r
3711         </member>\r
3712         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt16)">\r
3713             <summary>\r
3714             Writes a <see cref="T:System.UInt16"/> value.\r
3715             </summary>\r
3716             <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>\r
3717         </member>\r
3718         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Char)">\r
3719             <summary>\r
3720             Writes a <see cref="T:System.Char"/> value.\r
3721             </summary>\r
3722             <param name="value">The <see cref="T:System.Char"/> value to write.</param>\r
3723         </member>\r
3724         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Byte)">\r
3725             <summary>\r
3726             Writes a <see cref="T:System.Byte"/> value.\r
3727             </summary>\r
3728             <param name="value">The <see cref="T:System.Byte"/> value to write.</param>\r
3729         </member>\r
3730         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.SByte)">\r
3731             <summary>\r
3732             Writes a <see cref="T:System.SByte"/> value.\r
3733             </summary>\r
3734             <param name="value">The <see cref="T:System.SByte"/> value to write.</param>\r
3735         </member>\r
3736         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Decimal)">\r
3737             <summary>\r
3738             Writes a <see cref="T:System.Decimal"/> value.\r
3739             </summary>\r
3740             <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>\r
3741         </member>\r
3742         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.DateTime)">\r
3743             <summary>\r
3744             Writes a <see cref="T:System.DateTime"/> value.\r
3745             </summary>\r
3746             <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>\r
3747         </member>\r
3748         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Byte[])">\r
3749             <summary>\r
3750             Writes a <see cref="T:System.Byte"/>[] value.\r
3751             </summary>\r
3752             <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param>\r
3753         </member>\r
3754         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.DateTimeOffset)">\r
3755             <summary>\r
3756             Writes a <see cref="T:System.DateTimeOffset"/> value.\r
3757             </summary>\r
3758             <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>\r
3759         </member>\r
3760         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Guid)">\r
3761             <summary>\r
3762             Writes a <see cref="T:System.Guid"/> value.\r
3763             </summary>\r
3764             <param name="value">The <see cref="T:System.Guid"/> value to write.</param>\r
3765         </member>\r
3766         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.TimeSpan)">\r
3767             <summary>\r
3768             Writes a <see cref="T:System.TimeSpan"/> value.\r
3769             </summary>\r
3770             <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>\r
3771         </member>\r
3772         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Uri)">\r
3773             <summary>\r
3774             Writes a <see cref="T:System.Uri"/> value.\r
3775             </summary>\r
3776             <param name="value">The <see cref="T:System.Uri"/> value to write.</param>\r
3777         </member>\r
3778         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteComment(System.String)">\r
3779             <summary>\r
3780             Writes out a comment <code>/*...*/</code> containing the specified text. \r
3781             </summary>\r
3782             <param name="text">Text to place inside the comment.</param>\r
3783         </member>\r
3784         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteWhitespace(System.String)">\r
3785             <summary>\r
3786             Writes out the given white space.\r
3787             </summary>\r
3788             <param name="ws">The string of white space characters.</param>\r
3789         </member>\r
3790         <member name="P:Newtonsoft.Json.JsonTextWriter.Indentation">\r
3791             <summary>\r
3792             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
3793             </summary>\r
3794         </member>\r
3795         <member name="P:Newtonsoft.Json.JsonTextWriter.QuoteChar">\r
3796             <summary>\r
3797             Gets or sets which character to use to quote attribute values.\r
3798             </summary>\r
3799         </member>\r
3800         <member name="P:Newtonsoft.Json.JsonTextWriter.IndentChar">\r
3801             <summary>\r
3802             Gets or sets which character to use for indenting when <see cref="T:Newtonsoft.Json.Formatting"/> is set to <c>Formatting.Indented</c>.\r
3803             </summary>\r
3804         </member>\r
3805         <member name="P:Newtonsoft.Json.JsonTextWriter.QuoteName">\r
3806             <summary>\r
3807             Gets or sets a value indicating whether object names will be surrounded with quotes.\r
3808             </summary>\r
3809         </member>\r
3810         <member name="T:Newtonsoft.Json.JsonToken">\r
3811             <summary>\r
3812             Specifies the type of JSON token.\r
3813             </summary>\r
3814         </member>\r
3815         <member name="F:Newtonsoft.Json.JsonToken.None">\r
3816             <summary>\r
3817             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
3818             </summary>\r
3819         </member>\r
3820         <member name="F:Newtonsoft.Json.JsonToken.StartObject">\r
3821             <summary>\r
3822             An object start token.\r
3823             </summary>\r
3824         </member>\r
3825         <member name="F:Newtonsoft.Json.JsonToken.StartArray">\r
3826             <summary>\r
3827             An array start token.\r
3828             </summary>\r
3829         </member>\r
3830         <member name="F:Newtonsoft.Json.JsonToken.StartConstructor">\r
3831             <summary>\r
3832             A constructor start token.\r
3833             </summary>\r
3834         </member>\r
3835         <member name="F:Newtonsoft.Json.JsonToken.PropertyName">\r
3836             <summary>\r
3837             An object property name.\r
3838             </summary>\r
3839         </member>\r
3840         <member name="F:Newtonsoft.Json.JsonToken.Comment">\r
3841             <summary>\r
3842             A comment.\r
3843             </summary>\r
3844         </member>\r
3845         <member name="F:Newtonsoft.Json.JsonToken.Raw">\r
3846             <summary>\r
3847             Raw JSON.\r
3848             </summary>\r
3849         </member>\r
3850         <member name="F:Newtonsoft.Json.JsonToken.Integer">\r
3851             <summary>\r
3852             An integer.\r
3853             </summary>\r
3854         </member>\r
3855         <member name="F:Newtonsoft.Json.JsonToken.Float">\r
3856             <summary>\r
3857             A float.\r
3858             </summary>\r
3859         </member>\r
3860         <member name="F:Newtonsoft.Json.JsonToken.String">\r
3861             <summary>\r
3862             A string.\r
3863             </summary>\r
3864         </member>\r
3865         <member name="F:Newtonsoft.Json.JsonToken.Boolean">\r
3866             <summary>\r
3867             A boolean.\r
3868             </summary>\r
3869         </member>\r
3870         <member name="F:Newtonsoft.Json.JsonToken.Null">\r
3871             <summary>\r
3872             A null token.\r
3873             </summary>\r
3874         </member>\r
3875         <member name="F:Newtonsoft.Json.JsonToken.Undefined">\r
3876             <summary>\r
3877             An undefined token.\r
3878             </summary>\r
3879         </member>\r
3880         <member name="F:Newtonsoft.Json.JsonToken.EndObject">\r
3881             <summary>\r
3882             An object end token.\r
3883             </summary>\r
3884         </member>\r
3885         <member name="F:Newtonsoft.Json.JsonToken.EndArray">\r
3886             <summary>\r
3887             An array end token.\r
3888             </summary>\r
3889         </member>\r
3890         <member name="F:Newtonsoft.Json.JsonToken.EndConstructor">\r
3891             <summary>\r
3892             A constructor end token.\r
3893             </summary>\r
3894         </member>\r
3895         <member name="F:Newtonsoft.Json.JsonToken.Date">\r
3896             <summary>\r
3897             A Date.\r
3898             </summary>\r
3899         </member>\r
3900         <member name="F:Newtonsoft.Json.JsonToken.Bytes">\r
3901             <summary>\r
3902             Byte data.\r
3903             </summary>\r
3904         </member>\r
3905         <member name="T:Newtonsoft.Json.JsonValidatingReader">\r
3906             <summary>\r
3907             <para>\r
3908             Represents a reader that provides <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> validation.\r
3909             </para>\r
3910             <note type="caution">\r
3911             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
3912             </note>\r
3913             </summary>\r
3914         </member>\r
3915         <member name="M:Newtonsoft.Json.JsonValidatingReader.#ctor(Newtonsoft.Json.JsonReader)">\r
3916             <summary>\r
3917             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonValidatingReader"/> class that\r
3918             validates the content returned from the given <see cref="T:Newtonsoft.Json.JsonReader"/>.\r
3919             </summary>\r
3920             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from while validating.</param>\r
3921         </member>\r
3922         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsInt32">\r
3923             <summary>\r
3924             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
3925             </summary>\r
3926             <returns>A <see cref="T:System.Nullable`1"/>.</returns>\r
3927         </member>\r
3928         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsBytes">\r
3929             <summary>\r
3930             Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].\r
3931             </summary>\r
3932             <returns>\r
3933             A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null.\r
3934             </returns>\r
3935         </member>\r
3936         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDecimal">\r
3937             <summary>\r
3938             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
3939             </summary>\r
3940             <returns>A <see cref="T:System.Nullable`1"/>.</returns>\r
3941         </member>\r
3942         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsString">\r
3943             <summary>\r
3944             Reads the next JSON token from the stream as a <see cref="T:System.String"/>.\r
3945             </summary>\r
3946             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>\r
3947         </member>\r
3948         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDateTime">\r
3949             <summary>\r
3950             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
3951             </summary>\r
3952             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>\r
3953         </member>\r
3954         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDateTimeOffset">\r
3955             <summary>\r
3956             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
3957             </summary>\r
3958             <returns>A <see cref="T:System.Nullable`1"/>.</returns>\r
3959         </member>\r
3960         <member name="M:Newtonsoft.Json.JsonValidatingReader.Read">\r
3961             <summary>\r
3962             Reads the next JSON token from the stream.\r
3963             </summary>\r
3964             <returns>\r
3965             true if the next token was read successfully; false if there are no more tokens to read.\r
3966             </returns>\r
3967         </member>\r
3968         <member name="E:Newtonsoft.Json.JsonValidatingReader.ValidationEventHandler">\r
3969             <summary>\r
3970             Sets an event handler for receiving schema validation errors.\r
3971             </summary>\r
3972         </member>\r
3973         <member name="P:Newtonsoft.Json.JsonValidatingReader.Value">\r
3974             <summary>\r
3975             Gets the text value of the current JSON token.\r
3976             </summary>\r
3977             <value></value>\r
3978         </member>\r
3979         <member name="P:Newtonsoft.Json.JsonValidatingReader.Depth">\r
3980             <summary>\r
3981             Gets the depth of the current token in the JSON document.\r
3982             </summary>\r
3983             <value>The depth of the current token in the JSON document.</value>\r
3984         </member>\r
3985         <member name="P:Newtonsoft.Json.JsonValidatingReader.Path">\r
3986             <summary>\r
3987             Gets the path of the current JSON token. \r
3988             </summary>\r
3989         </member>\r
3990         <member name="P:Newtonsoft.Json.JsonValidatingReader.QuoteChar">\r
3991             <summary>\r
3992             Gets the quotation mark character used to enclose the value of a string.\r
3993             </summary>\r
3994             <value></value>\r
3995         </member>\r
3996         <member name="P:Newtonsoft.Json.JsonValidatingReader.TokenType">\r
3997             <summary>\r
3998             Gets the type of the current JSON token.\r
3999             </summary>\r
4000             <value></value>\r
4001         </member>\r
4002         <member name="P:Newtonsoft.Json.JsonValidatingReader.ValueType">\r
4003             <summary>\r
4004             Gets the Common Language Runtime (CLR) type for the current JSON token.\r
4005             </summary>\r
4006             <value></value>\r
4007         </member>\r
4008         <member name="P:Newtonsoft.Json.JsonValidatingReader.Schema">\r
4009             <summary>\r
4010             Gets or sets the schema.\r
4011             </summary>\r
4012             <value>The schema.</value>\r
4013         </member>\r
4014         <member name="P:Newtonsoft.Json.JsonValidatingReader.Reader">\r
4015             <summary>\r
4016             Gets the <see cref="T:Newtonsoft.Json.JsonReader"/> used to construct this <see cref="T:Newtonsoft.Json.JsonValidatingReader"/>.\r
4017             </summary>\r
4018             <value>The <see cref="T:Newtonsoft.Json.JsonReader"/> specified in the constructor.</value>\r
4019         </member>\r
4020         <member name="T:Newtonsoft.Json.JsonWriterException">\r
4021             <summary>\r
4022             The exception thrown when an error occurs while reading JSON text.\r
4023             </summary>\r
4024         </member>\r
4025         <member name="M:Newtonsoft.Json.JsonWriterException.#ctor">\r
4026             <summary>\r
4027             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class.\r
4028             </summary>\r
4029         </member>\r
4030         <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.String)">\r
4031             <summary>\r
4032             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class\r
4033             with a specified error message.\r
4034             </summary>\r
4035             <param name="message">The error message that explains the reason for the exception.</param>\r
4036         </member>\r
4037         <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.String,System.Exception)">\r
4038             <summary>\r
4039             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class\r
4040             with a specified error message and a reference to the inner exception that is the cause of this exception.\r
4041             </summary>\r
4042             <param name="message">The error message that explains the reason for the exception.</param>\r
4043             <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
4044         </member>\r
4045         <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">\r
4046             <summary>\r
4047             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class.\r
4048             </summary>\r
4049             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>\r
4050             <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>\r
4051             <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception>\r
4052             <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception>\r
4053         </member>\r
4054         <member name="P:Newtonsoft.Json.JsonWriterException.Path">\r
4055             <summary>\r
4056             Gets the path to the JSON where the error occurred.\r
4057             </summary>\r
4058             <value>The path to the JSON where the error occurred.</value>\r
4059         </member>\r
4060         <member name="T:Newtonsoft.Json.Linq.Extensions">\r
4061             <summary>\r
4062             Contains the LINQ to JSON extension methods.\r
4063             </summary>\r
4064         </member>\r
4065         <member name="M:Newtonsoft.Json.Linq.Extensions.Ancestors``1(System.Collections.Generic.IEnumerable{``0})">\r
4066             <summary>\r
4067             Returns a collection of tokens that contains the ancestors of every token in the source collection.\r
4068             </summary>\r
4069             <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</typeparam>\r
4070             <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
4071             <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
4072         </member>\r
4073         <member name="M:Newtonsoft.Json.Linq.Extensions.AncestorsAndSelf``1(System.Collections.Generic.IEnumerable{``0})">\r
4074             <summary>\r
4075             Returns a collection of tokens that contains every token in the source collection, and the ancestors of every token in the source collection.\r
4076             </summary>\r
4077             <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</typeparam>\r
4078             <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
4079             <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
4080         </member>\r
4081         <member name="M:Newtonsoft.Json.Linq.Extensions.Descendants``1(System.Collections.Generic.IEnumerable{``0})">\r
4082             <summary>\r
4083             Returns a collection of tokens that contains the descendants of every token in the source collection.\r
4084             </summary>\r
4085             <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JContainer"/>.</typeparam>\r
4086             <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
4087             <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
4088         </member>\r
4089         <member name="M:Newtonsoft.Json.Linq.Extensions.DescendantsAndSelf``1(System.Collections.Generic.IEnumerable{``0})">\r
4090             <summary>\r
4091             Returns a collection of tokens that contains every token in the source collection, and the descendants of every token in the source collection.\r
4092             </summary>\r
4093             <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JContainer"/>.</typeparam>\r
4094             <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
4095             <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
4096         </member>\r
4097         <member name="M:Newtonsoft.Json.Linq.Extensions.Properties(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JObject})">\r
4098             <summary>\r
4099             Returns a collection of child properties of every object in the source collection.\r
4100             </summary>\r
4101             <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
4102             <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
4103         </member>\r
4104         <member name="M:Newtonsoft.Json.Linq.Extensions.Values(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken},System.Object)">\r
4105             <summary>\r
4106             Returns a collection of child values of every object in the source collection with the given key.\r
4107             </summary>\r
4108             <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
4109             <param name="key">The token key.</param>\r
4110             <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
4111         </member>\r
4112         <member name="M:Newtonsoft.Json.Linq.Extensions.Values(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">\r
4113             <summary>\r
4114             Returns a collection of child values of every object in the source collection.\r
4115             </summary>\r
4116             <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
4117             <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
4118         </member>\r
4119         <member name="M:Newtonsoft.Json.Linq.Extensions.Values``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken},System.Object)">\r
4120             <summary>\r
4121             Returns a collection of converted child values of every object in the source collection with the given key.\r
4122             </summary>\r
4123             <typeparam name="U">The type to convert the values to.</typeparam>\r
4124             <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
4125             <param name="key">The token key.</param>\r
4126             <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
4127         </member>\r
4128         <member name="M:Newtonsoft.Json.Linq.Extensions.Values``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">\r
4129             <summary>\r
4130             Returns a collection of converted child values of every object in the source collection.\r
4131             </summary>\r
4132             <typeparam name="U">The type to convert the values to.</typeparam>\r
4133             <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
4134             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the converted values of every token in the source collection.</returns>\r
4135         </member>\r
4136         <member name="M:Newtonsoft.Json.Linq.Extensions.Value``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">\r
4137             <summary>\r
4138             Converts the value.\r
4139             </summary>\r
4140             <typeparam name="U">The type to convert the value to.</typeparam>\r
4141             <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
4142             <returns>A converted value.</returns>\r
4143         </member>\r
4144         <member name="M:Newtonsoft.Json.Linq.Extensions.Value``2(System.Collections.Generic.IEnumerable{``0})">\r
4145             <summary>\r
4146             Converts the value.\r
4147             </summary>\r
4148             <typeparam name="T">The source collection type.</typeparam>\r
4149             <typeparam name="U">The type to convert the value to.</typeparam>\r
4150             <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
4151             <returns>A converted value.</returns>\r
4152         </member>\r
4153         <member name="M:Newtonsoft.Json.Linq.Extensions.Children``1(System.Collections.Generic.IEnumerable{``0})">\r
4154             <summary>\r
4155             Returns a collection of child tokens of every array in the source collection.\r
4156             </summary>\r
4157             <typeparam name="T">The source collection type.</typeparam>\r
4158             <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
4159             <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
4160         </member>\r
4161         <member name="M:Newtonsoft.Json.Linq.Extensions.Children``2(System.Collections.Generic.IEnumerable{``0})">\r
4162             <summary>\r
4163             Returns a collection of converted child tokens of every array in the source collection.\r
4164             </summary>\r
4165             <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
4166             <typeparam name="U">The type to convert the values to.</typeparam>\r
4167             <typeparam name="T">The source collection type.</typeparam>\r
4168             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the converted values of every token in the source collection.</returns>\r
4169         </member>\r
4170         <member name="M:Newtonsoft.Json.Linq.Extensions.AsJEnumerable(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">\r
4171             <summary>\r
4172             Returns the input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.\r
4173             </summary>\r
4174             <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
4175             <returns>The input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.</returns>\r
4176         </member>\r
4177         <member name="M:Newtonsoft.Json.Linq.Extensions.AsJEnumerable``1(System.Collections.Generic.IEnumerable{``0})">\r
4178             <summary>\r
4179             Returns the input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.\r
4180             </summary>\r
4181             <typeparam name="T">The source collection type.</typeparam>\r
4182             <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
4183             <returns>The input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.</returns>\r
4184         </member>\r
4185         <member name="T:Newtonsoft.Json.Linq.IJEnumerable`1">\r
4186             <summary>\r
4187             Represents a collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.\r
4188             </summary>\r
4189             <typeparam name="T">The type of token</typeparam>\r
4190         </member>\r
4191         <member name="P:Newtonsoft.Json.Linq.IJEnumerable`1.Item(System.Object)">\r
4192             <summary>\r
4193             Gets the <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/> with the specified key.\r
4194             </summary>\r
4195             <value></value>\r
4196         </member>\r
4197         <member name="T:Newtonsoft.Json.Linq.JArray">\r
4198             <summary>\r
4199             Represents a JSON array.\r
4200             </summary>\r
4201             <example>\r
4202               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParseArray" title="Parsing a JSON Array from Text" />\r
4203             </example>\r
4204         </member>\r
4205         <member name="T:Newtonsoft.Json.Linq.JContainer">\r
4206             <summary>\r
4207             Represents a token that can contain other tokens.\r
4208             </summary>\r
4209         </member>\r
4210         <member name="T:Newtonsoft.Json.Linq.JToken">\r
4211             <summary>\r
4212             Represents an abstract JSON token.\r
4213             </summary>\r
4214         </member>\r
4215         <member name="M:Newtonsoft.Json.Linq.JToken.DeepEquals(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">\r
4216             <summary>\r
4217             Compares the values of two tokens, including the values of all descendant tokens.\r
4218             </summary>\r
4219             <param name="t1">The first <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>\r
4220             <param name="t2">The second <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>\r
4221             <returns>true if the tokens are equal; otherwise false.</returns>\r
4222         </member>\r
4223         <member name="M:Newtonsoft.Json.Linq.JToken.AddAfterSelf(System.Object)">\r
4224             <summary>\r
4225             Adds the specified content immediately after this token.\r
4226             </summary>\r
4227             <param name="content">A content object that contains simple content or a collection of content objects to be added after this token.</param>\r
4228         </member>\r
4229         <member name="M:Newtonsoft.Json.Linq.JToken.AddBeforeSelf(System.Object)">\r
4230             <summary>\r
4231             Adds the specified content immediately before this token.\r
4232             </summary>\r
4233             <param name="content">A content object that contains simple content or a collection of content objects to be added before this token.</param>\r
4234         </member>\r
4235         <member name="M:Newtonsoft.Json.Linq.JToken.Ancestors">\r
4236             <summary>\r
4237             Returns a collection of the ancestor tokens of this token.\r
4238             </summary>\r
4239             <returns>A collection of the ancestor tokens of this token.</returns>\r
4240         </member>\r
4241         <member name="M:Newtonsoft.Json.Linq.JToken.AncestorsAndSelf">\r
4242             <summary>\r
4243             Returns a collection of tokens that contain this token, and the ancestors of this token.\r
4244             </summary>\r
4245             <returns>A collection of tokens that contain this token, and the ancestors of this token.</returns>\r
4246         </member>\r
4247         <member name="M:Newtonsoft.Json.Linq.JToken.AfterSelf">\r
4248             <summary>\r
4249             Returns a collection of the sibling tokens after this token, in document order.\r
4250             </summary>\r
4251             <returns>A collection of the sibling tokens after this tokens, in document order.</returns>\r
4252         </member>\r
4253         <member name="M:Newtonsoft.Json.Linq.JToken.BeforeSelf">\r
4254             <summary>\r
4255             Returns a collection of the sibling tokens before this token, in document order.\r
4256             </summary>\r
4257             <returns>A collection of the sibling tokens before this token, in document order.</returns>\r
4258         </member>\r
4259         <member name="M:Newtonsoft.Json.Linq.JToken.Value``1(System.Object)">\r
4260             <summary>\r
4261             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key converted to the specified type.\r
4262             </summary>\r
4263             <typeparam name="T">The type to convert the token to.</typeparam>\r
4264             <param name="key">The token key.</param>\r
4265             <returns>The converted token value.</returns>\r
4266         </member>\r
4267         <member name="M:Newtonsoft.Json.Linq.JToken.Children">\r
4268             <summary>\r
4269             Returns a collection of the child tokens of this token, in document order.\r
4270             </summary>\r
4271             <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
4272         </member>\r
4273         <member name="M:Newtonsoft.Json.Linq.JToken.Children``1">\r
4274             <summary>\r
4275             Returns a collection of the child tokens of this token, in document order, filtered by the specified type.\r
4276             </summary>\r
4277             <typeparam name="T">The type to filter the child tokens on.</typeparam>\r
4278             <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
4279         </member>\r
4280         <member name="M:Newtonsoft.Json.Linq.JToken.Values``1">\r
4281             <summary>\r
4282             Returns a collection of the child values of this token, in document order.\r
4283             </summary>\r
4284             <typeparam name="T">The type to convert the values to.</typeparam>\r
4285             <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
4286         </member>\r
4287         <member name="M:Newtonsoft.Json.Linq.JToken.Remove">\r
4288             <summary>\r
4289             Removes this token from its parent.\r
4290             </summary>\r
4291         </member>\r
4292         <member name="M:Newtonsoft.Json.Linq.JToken.Replace(Newtonsoft.Json.Linq.JToken)">\r
4293             <summary>\r
4294             Replaces this token with the specified token.\r
4295             </summary>\r
4296             <param name="value">The value.</param>\r
4297         </member>\r
4298         <member name="M:Newtonsoft.Json.Linq.JToken.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">\r
4299             <summary>\r
4300             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.\r
4301             </summary>\r
4302             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>\r
4303             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>\r
4304         </member>\r
4305         <member name="M:Newtonsoft.Json.Linq.JToken.ToString">\r
4306             <summary>\r
4307             Returns the indented JSON for this token.\r
4308             </summary>\r
4309             <returns>\r
4310             The indented JSON for this token.\r
4311             </returns>\r
4312         </member>\r
4313         <member name="M:Newtonsoft.Json.Linq.JToken.ToString(Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[])">\r
4314             <summary>\r
4315             Returns the JSON for this token using the given formatting and converters.\r
4316             </summary>\r
4317             <param name="formatting">Indicates how the output is formatted.</param>\r
4318             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>\r
4319             <returns>The JSON for this token using the given formatting and converters.</returns>\r
4320         </member>\r
4321         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Boolean">\r
4322             <summary>\r
4323             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Boolean"/>.\r
4324             </summary>\r
4325             <param name="value">The value.</param>\r
4326             <returns>The result of the conversion.</returns>\r
4327         </member>\r
4328         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.DateTimeOffset">\r
4329             <summary>\r
4330             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.DateTimeOffset"/>.\r
4331             </summary>\r
4332             <param name="value">The value.</param>\r
4333             <returns>The result of the conversion.</returns>\r
4334         </member>\r
4335         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Boolean}">\r
4336             <summary>\r
4337             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
4338             </summary>\r
4339             <param name="value">The value.</param>\r
4340             <returns>The result of the conversion.</returns>\r
4341         </member>\r
4342         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int64">\r
4343             <summary>\r
4344             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int64"/>.\r
4345             </summary>\r
4346             <param name="value">The value.</param>\r
4347             <returns>The result of the conversion.</returns>\r
4348         </member>\r
4349         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.DateTime}">\r
4350             <summary>\r
4351             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
4352             </summary>\r
4353             <param name="value">The value.</param>\r
4354             <returns>The result of the conversion.</returns>\r
4355         </member>\r
4356         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.DateTimeOffset}">\r
4357             <summary>\r
4358             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
4359             </summary>\r
4360             <param name="value">The value.</param>\r
4361             <returns>The result of the conversion.</returns>\r
4362         </member>\r
4363         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Decimal}">\r
4364             <summary>\r
4365             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
4366             </summary>\r
4367             <param name="value">The value.</param>\r
4368             <returns>The result of the conversion.</returns>\r
4369         </member>\r
4370         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Double}">\r
4371             <summary>\r
4372             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
4373             </summary>\r
4374             <param name="value">The value.</param>\r
4375             <returns>The result of the conversion.</returns>\r
4376         </member>\r
4377         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Char}">\r
4378             <summary>\r
4379             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
4380             </summary>\r
4381             <param name="value">The value.</param>\r
4382             <returns>The result of the conversion.</returns>\r
4383         </member>\r
4384         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int32">\r
4385             <summary>\r
4386             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int32"/>.\r
4387             </summary>\r
4388             <param name="value">The value.</param>\r
4389             <returns>The result of the conversion.</returns>\r
4390         </member>\r
4391         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int16">\r
4392             <summary>\r
4393             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int16"/>.\r
4394             </summary>\r
4395             <param name="value">The value.</param>\r
4396             <returns>The result of the conversion.</returns>\r
4397         </member>\r
4398         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt16">\r
4399             <summary>\r
4400             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt16"/>.\r
4401             </summary>\r
4402             <param name="value">The value.</param>\r
4403             <returns>The result of the conversion.</returns>\r
4404         </member>\r
4405         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Char">\r
4406             <summary>\r
4407             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Char"/>.\r
4408             </summary>\r
4409             <param name="value">The value.</param>\r
4410             <returns>The result of the conversion.</returns>\r
4411         </member>\r
4412         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Byte">\r
4413             <summary>\r
4414             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Byte"/>.\r
4415             </summary>\r
4416             <param name="value">The value.</param>\r
4417             <returns>The result of the conversion.</returns>\r
4418         </member>\r
4419         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.SByte">\r
4420             <summary>\r
4421             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.SByte"/>.\r
4422             </summary>\r
4423             <param name="value">The value.</param>\r
4424             <returns>The result of the conversion.</returns>\r
4425         </member>\r
4426         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int32}">\r
4427             <summary>\r
4428             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
4429             </summary>\r
4430             <param name="value">The value.</param>\r
4431             <returns>The result of the conversion.</returns>\r
4432         </member>\r
4433         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int16}">\r
4434             <summary>\r
4435             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
4436             </summary>\r
4437             <param name="value">The value.</param>\r
4438             <returns>The result of the conversion.</returns>\r
4439         </member>\r
4440         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt16}">\r
4441             <summary>\r
4442             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
4443             </summary>\r
4444             <param name="value">The value.</param>\r
4445             <returns>The result of the conversion.</returns>\r
4446         </member>\r
4447         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Byte}">\r
4448             <summary>\r
4449             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
4450             </summary>\r
4451             <param name="value">The value.</param>\r
4452             <returns>The result of the conversion.</returns>\r
4453         </member>\r
4454         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.SByte}">\r
4455             <summary>\r
4456             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
4457             </summary>\r
4458             <param name="value">The value.</param>\r
4459             <returns>The result of the conversion.</returns>\r
4460         </member>\r
4461         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.DateTime">\r
4462             <summary>\r
4463             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.DateTime"/>.\r
4464             </summary>\r
4465             <param name="value">The value.</param>\r
4466             <returns>The result of the conversion.</returns>\r
4467         </member>\r
4468         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int64}">\r
4469             <summary>\r
4470             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
4471             </summary>\r
4472             <param name="value">The value.</param>\r
4473             <returns>The result of the conversion.</returns>\r
4474         </member>\r
4475         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Single}">\r
4476             <summary>\r
4477             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
4478             </summary>\r
4479             <param name="value">The value.</param>\r
4480             <returns>The result of the conversion.</returns>\r
4481         </member>\r
4482         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Decimal">\r
4483             <summary>\r
4484             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Decimal"/>.\r
4485             </summary>\r
4486             <param name="value">The value.</param>\r
4487             <returns>The result of the conversion.</returns>\r
4488         </member>\r
4489         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt32}">\r
4490             <summary>\r
4491             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
4492             </summary>\r
4493             <param name="value">The value.</param>\r
4494             <returns>The result of the conversion.</returns>\r
4495         </member>\r
4496         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt64}">\r
4497             <summary>\r
4498             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
4499             </summary>\r
4500             <param name="value">The value.</param>\r
4501             <returns>The result of the conversion.</returns>\r
4502         </member>\r
4503         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Double">\r
4504             <summary>\r
4505             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Double"/>.\r
4506             </summary>\r
4507             <param name="value">The value.</param>\r
4508             <returns>The result of the conversion.</returns>\r
4509         </member>\r
4510         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Single">\r
4511             <summary>\r
4512             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Single"/>.\r
4513             </summary>\r
4514             <param name="value">The value.</param>\r
4515             <returns>The result of the conversion.</returns>\r
4516         </member>\r
4517         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.String">\r
4518             <summary>\r
4519             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.String"/>.\r
4520             </summary>\r
4521             <param name="value">The value.</param>\r
4522             <returns>The result of the conversion.</returns>\r
4523         </member>\r
4524         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt32">\r
4525             <summary>\r
4526             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt32"/>.\r
4527             </summary>\r
4528             <param name="value">The value.</param>\r
4529             <returns>The result of the conversion.</returns>\r
4530         </member>\r
4531         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt64">\r
4532             <summary>\r
4533             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt64"/>.\r
4534             </summary>\r
4535             <param name="value">The value.</param>\r
4536             <returns>The result of the conversion.</returns>\r
4537         </member>\r
4538         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Byte[]">\r
4539             <summary>\r
4540             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Byte"/>[].\r
4541             </summary>\r
4542             <param name="value">The value.</param>\r
4543             <returns>The result of the conversion.</returns>\r
4544         </member>\r
4545         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Guid">\r
4546             <summary>\r
4547             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Guid"/>.\r
4548             </summary>\r
4549             <param name="value">The value.</param>\r
4550             <returns>The result of the conversion.</returns>\r
4551         </member>\r
4552         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Guid}">\r
4553             <summary>\r
4554             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Guid"/>.\r
4555             </summary>\r
4556             <param name="value">The value.</param>\r
4557             <returns>The result of the conversion.</returns>\r
4558         </member>\r
4559         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.TimeSpan">\r
4560             <summary>\r
4561             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.TimeSpan"/>.\r
4562             </summary>\r
4563             <param name="value">The value.</param>\r
4564             <returns>The result of the conversion.</returns>\r
4565         </member>\r
4566         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.TimeSpan}">\r
4567             <summary>\r
4568             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.TimeSpan"/>.\r
4569             </summary>\r
4570             <param name="value">The value.</param>\r
4571             <returns>The result of the conversion.</returns>\r
4572         </member>\r
4573         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Uri">\r
4574             <summary>\r
4575             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Uri"/>.\r
4576             </summary>\r
4577             <param name="value">The value.</param>\r
4578             <returns>The result of the conversion.</returns>\r
4579         </member>\r
4580         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Boolean)~Newtonsoft.Json.Linq.JToken">\r
4581             <summary>\r
4582             Performs an implicit conversion from <see cref="T:System.Boolean"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4583             </summary>\r
4584             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4585             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4586         </member>\r
4587         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.DateTimeOffset)~Newtonsoft.Json.Linq.JToken">\r
4588             <summary>\r
4589             Performs an implicit conversion from <see cref="T:System.DateTimeOffset"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4590             </summary>\r
4591             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4592             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4593         </member>\r
4594         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Byte)~Newtonsoft.Json.Linq.JToken">\r
4595             <summary>\r
4596             Performs an implicit conversion from <see cref="T:System.Byte"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4597             </summary>\r
4598             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4599             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4600         </member>\r
4601         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Byte})~Newtonsoft.Json.Linq.JToken">\r
4602             <summary>\r
4603             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4604             </summary>\r
4605             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4606             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4607         </member>\r
4608         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.SByte)~Newtonsoft.Json.Linq.JToken">\r
4609             <summary>\r
4610             Performs an implicit conversion from <see cref="T:System.SByte"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4611             </summary>\r
4612             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4613             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4614         </member>\r
4615         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.SByte})~Newtonsoft.Json.Linq.JToken">\r
4616             <summary>\r
4617             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4618             </summary>\r
4619             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4620             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4621         </member>\r
4622         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Boolean})~Newtonsoft.Json.Linq.JToken">\r
4623             <summary>\r
4624             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4625             </summary>\r
4626             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4627             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4628         </member>\r
4629         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int64)~Newtonsoft.Json.Linq.JToken">\r
4630             <summary>\r
4631             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4632             </summary>\r
4633             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4634             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4635         </member>\r
4636         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.DateTime})~Newtonsoft.Json.Linq.JToken">\r
4637             <summary>\r
4638             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4639             </summary>\r
4640             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4641             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4642         </member>\r
4643         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.DateTimeOffset})~Newtonsoft.Json.Linq.JToken">\r
4644             <summary>\r
4645             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4646             </summary>\r
4647             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4648             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4649         </member>\r
4650         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Decimal})~Newtonsoft.Json.Linq.JToken">\r
4651             <summary>\r
4652             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4653             </summary>\r
4654             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4655             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4656         </member>\r
4657         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Double})~Newtonsoft.Json.Linq.JToken">\r
4658             <summary>\r
4659             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4660             </summary>\r
4661             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4662             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4663         </member>\r
4664         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int16)~Newtonsoft.Json.Linq.JToken">\r
4665             <summary>\r
4666             Performs an implicit conversion from <see cref="T:System.Int16"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4667             </summary>\r
4668             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4669             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4670         </member>\r
4671         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt16)~Newtonsoft.Json.Linq.JToken">\r
4672             <summary>\r
4673             Performs an implicit conversion from <see cref="T:System.UInt16"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4674             </summary>\r
4675             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4676             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4677         </member>\r
4678         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int32)~Newtonsoft.Json.Linq.JToken">\r
4679             <summary>\r
4680             Performs an implicit conversion from <see cref="T:System.Int32"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4681             </summary>\r
4682             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4683             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4684         </member>\r
4685         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int32})~Newtonsoft.Json.Linq.JToken">\r
4686             <summary>\r
4687             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4688             </summary>\r
4689             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4690             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4691         </member>\r
4692         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.DateTime)~Newtonsoft.Json.Linq.JToken">\r
4693             <summary>\r
4694             Performs an implicit conversion from <see cref="T:System.DateTime"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4695             </summary>\r
4696             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4697             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4698         </member>\r
4699         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int64})~Newtonsoft.Json.Linq.JToken">\r
4700             <summary>\r
4701             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4702             </summary>\r
4703             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4704             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4705         </member>\r
4706         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Single})~Newtonsoft.Json.Linq.JToken">\r
4707             <summary>\r
4708             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4709             </summary>\r
4710             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4711             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4712         </member>\r
4713         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Decimal)~Newtonsoft.Json.Linq.JToken">\r
4714             <summary>\r
4715             Performs an implicit conversion from <see cref="T:System.Decimal"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4716             </summary>\r
4717             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4718             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4719         </member>\r
4720         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int16})~Newtonsoft.Json.Linq.JToken">\r
4721             <summary>\r
4722             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4723             </summary>\r
4724             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4725             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4726         </member>\r
4727         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt16})~Newtonsoft.Json.Linq.JToken">\r
4728             <summary>\r
4729             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4730             </summary>\r
4731             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4732             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4733         </member>\r
4734         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt32})~Newtonsoft.Json.Linq.JToken">\r
4735             <summary>\r
4736             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4737             </summary>\r
4738             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4739             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4740         </member>\r
4741         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt64})~Newtonsoft.Json.Linq.JToken">\r
4742             <summary>\r
4743             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4744             </summary>\r
4745             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4746             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4747         </member>\r
4748         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Double)~Newtonsoft.Json.Linq.JToken">\r
4749             <summary>\r
4750             Performs an implicit conversion from <see cref="T:System.Double"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4751             </summary>\r
4752             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4753             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4754         </member>\r
4755         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Single)~Newtonsoft.Json.Linq.JToken">\r
4756             <summary>\r
4757             Performs an implicit conversion from <see cref="T:System.Single"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4758             </summary>\r
4759             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4760             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4761         </member>\r
4762         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.String)~Newtonsoft.Json.Linq.JToken">\r
4763             <summary>\r
4764             Performs an implicit conversion from <see cref="T:System.String"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4765             </summary>\r
4766             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4767             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4768         </member>\r
4769         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt32)~Newtonsoft.Json.Linq.JToken">\r
4770             <summary>\r
4771             Performs an implicit conversion from <see cref="T:System.UInt32"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4772             </summary>\r
4773             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4774             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4775         </member>\r
4776         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt64)~Newtonsoft.Json.Linq.JToken">\r
4777             <summary>\r
4778             Performs an implicit conversion from <see cref="T:System.UInt64"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4779             </summary>\r
4780             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4781             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4782         </member>\r
4783         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Byte[])~Newtonsoft.Json.Linq.JToken">\r
4784             <summary>\r
4785             Performs an implicit conversion from <see cref="T:System.Byte"/>[] to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4786             </summary>\r
4787             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4788             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4789         </member>\r
4790         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Uri)~Newtonsoft.Json.Linq.JToken">\r
4791             <summary>\r
4792             Performs an implicit conversion from <see cref="T:System.Uri"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4793             </summary>\r
4794             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4795             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4796         </member>\r
4797         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.TimeSpan)~Newtonsoft.Json.Linq.JToken">\r
4798             <summary>\r
4799             Performs an implicit conversion from <see cref="T:System.TimeSpan"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4800             </summary>\r
4801             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4802             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4803         </member>\r
4804         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.TimeSpan})~Newtonsoft.Json.Linq.JToken">\r
4805             <summary>\r
4806             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4807             </summary>\r
4808             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4809             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4810         </member>\r
4811         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Guid)~Newtonsoft.Json.Linq.JToken">\r
4812             <summary>\r
4813             Performs an implicit conversion from <see cref="T:System.Guid"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4814             </summary>\r
4815             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4816             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4817         </member>\r
4818         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Guid})~Newtonsoft.Json.Linq.JToken">\r
4819             <summary>\r
4820             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4821             </summary>\r
4822             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4823             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4824         </member>\r
4825         <member name="M:Newtonsoft.Json.Linq.JToken.CreateReader">\r
4826             <summary>\r
4827             Creates an <see cref="T:Newtonsoft.Json.JsonReader"/> for this token.\r
4828             </summary>\r
4829             <returns>An <see cref="T:Newtonsoft.Json.JsonReader"/> that can be used to read this token and its descendants.</returns>\r
4830         </member>\r
4831         <member name="M:Newtonsoft.Json.Linq.JToken.FromObject(System.Object)">\r
4832             <summary>\r
4833             Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from an object.\r
4834             </summary>\r
4835             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>\r
4836             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the value of the specified object</returns>\r
4837         </member>\r
4838         <member name="M:Newtonsoft.Json.Linq.JToken.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">\r
4839             <summary>\r
4840             Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from an object using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
4841             </summary>\r
4842             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>\r
4843             <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when reading the object.</param>\r
4844             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the value of the specified object</returns>\r
4845         </member>\r
4846         <member name="M:Newtonsoft.Json.Linq.JToken.ToObject``1">\r
4847             <summary>\r
4848             Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4849             </summary>\r
4850             <typeparam name="T">The object type that the token will be deserialized to.</typeparam>\r
4851             <returns>The new object created from the JSON value.</returns>\r
4852         </member>\r
4853         <member name="M:Newtonsoft.Json.Linq.JToken.ToObject(System.Type)">\r
4854             <summary>\r
4855             Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4856             </summary>\r
4857             <param name="objectType">The object type that the token will be deserialized to.</param>\r
4858             <returns>The new object created from the JSON value.</returns>\r
4859         </member>\r
4860         <member name="M:Newtonsoft.Json.Linq.JToken.ToObject``1(Newtonsoft.Json.JsonSerializer)">\r
4861             <summary>\r
4862             Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/> using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
4863             </summary>\r
4864             <typeparam name="T">The object type that the token will be deserialized to.</typeparam>\r
4865             <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when creating the object.</param>\r
4866             <returns>The new object created from the JSON value.</returns>\r
4867         </member>\r
4868         <member name="M:Newtonsoft.Json.Linq.JToken.ToObject(System.Type,Newtonsoft.Json.JsonSerializer)">\r
4869             <summary>\r
4870             Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/> using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
4871             </summary>\r
4872             <param name="objectType">The object type that the token will be deserialized to.</param>\r
4873             <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when creating the object.</param>\r
4874             <returns>The new object created from the JSON value.</returns>\r
4875         </member>\r
4876         <member name="M:Newtonsoft.Json.Linq.JToken.ReadFrom(Newtonsoft.Json.JsonReader)">\r
4877             <summary>\r
4878             Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.\r
4879             </summary>\r
4880             <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
4881             <returns>\r
4882             An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens\r
4883             that were read from the reader. The runtime type of the token is determined\r
4884             by the token type of the first token encountered in the reader.\r
4885             </returns>\r
4886         </member>\r
4887         <member name="M:Newtonsoft.Json.Linq.JToken.Parse(System.String)">\r
4888             <summary>\r
4889             Load a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a string that contains JSON.\r
4890             </summary>\r
4891             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>\r
4892             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> populated from the string that contains JSON.</returns>\r
4893         </member>\r
4894         <member name="M:Newtonsoft.Json.Linq.JToken.Load(Newtonsoft.Json.JsonReader)">\r
4895             <summary>\r
4896             Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.\r
4897             </summary>\r
4898             <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
4899             <returns>\r
4900             An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens\r
4901             that were read from the reader. The runtime type of the token is determined\r
4902             by the token type of the first token encountered in the reader.\r
4903             </returns>\r
4904         </member>\r
4905         <member name="M:Newtonsoft.Json.Linq.JToken.SelectToken(System.String)">\r
4906             <summary>\r
4907             Selects a <see cref="T:Newtonsoft.Json.Linq.JToken"/> using a JPath expression. Selects the token that matches the object path.\r
4908             </summary>\r
4909             <param name="path">\r
4910             A <see cref="T:System.String"/> that contains a JPath expression.\r
4911             </param>\r
4912             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/>, or null.</returns>\r
4913         </member>\r
4914         <member name="M:Newtonsoft.Json.Linq.JToken.SelectToken(System.String,System.Boolean)">\r
4915             <summary>\r
4916             Selects a <see cref="T:Newtonsoft.Json.Linq.JToken"/> using a JPath expression. Selects the token that matches the object path.\r
4917             </summary>\r
4918             <param name="path">\r
4919             A <see cref="T:System.String"/> that contains a JPath expression.\r
4920             </param>\r
4921             <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
4922             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>\r
4923         </member>\r
4924         <member name="M:Newtonsoft.Json.Linq.JToken.SelectTokens(System.String)">\r
4925             <summary>\r
4926             Selects a collection of elements using a JPath expression.\r
4927             </summary>\r
4928             <param name="path">\r
4929             A <see cref="T:System.String"/> that contains a JPath expression.\r
4930             </param>\r
4931             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the selected elements.</returns>\r
4932         </member>\r
4933         <member name="M:Newtonsoft.Json.Linq.JToken.SelectTokens(System.String,System.Boolean)">\r
4934             <summary>\r
4935             Selects a collection of elements using a JPath expression.\r
4936             </summary>\r
4937             <param name="path">\r
4938             A <see cref="T:System.String"/> that contains a JPath expression.\r
4939             </param>\r
4940             <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
4941             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the selected elements.</returns>\r
4942         </member>\r
4943         <member name="M:Newtonsoft.Json.Linq.JToken.GetMetaObject(System.Linq.Expressions.Expression)">\r
4944             <summary>\r
4945             Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.\r
4946             </summary>\r
4947             <param name="parameter">The expression tree representation of the runtime value.</param>\r
4948             <returns>\r
4949             The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.\r
4950             </returns>\r
4951         </member>\r
4952         <member name="M:Newtonsoft.Json.Linq.JToken.System#Dynamic#IDynamicMetaObjectProvider#GetMetaObject(System.Linq.Expressions.Expression)">\r
4953             <summary>\r
4954             Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.\r
4955             </summary>\r
4956             <param name="parameter">The expression tree representation of the runtime value.</param>\r
4957             <returns>\r
4958             The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.\r
4959             </returns>\r
4960         </member>\r
4961         <member name="M:Newtonsoft.Json.Linq.JToken.DeepClone">\r
4962             <summary>\r
4963             Creates a new instance of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>. All child tokens are recursively cloned.\r
4964             </summary>\r
4965             <returns>A new instance of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>\r
4966         </member>\r
4967         <member name="M:Newtonsoft.Json.Linq.JToken.AddAnnotation(System.Object)">\r
4968             <summary>\r
4969             Adds an object to the annotation list of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4970             </summary>\r
4971             <param name="annotation">The annotation to add.</param>\r
4972         </member>\r
4973         <member name="M:Newtonsoft.Json.Linq.JToken.Annotation``1">\r
4974             <summary>\r
4975             Get the first annotation object of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4976             </summary>\r
4977             <typeparam name="T">The type of the annotation to retrieve.</typeparam>\r
4978             <returns>The first annotation object that matches the specified type, or <c>null</c> if no annotation is of the specified type.</returns>\r
4979         </member>\r
4980         <member name="M:Newtonsoft.Json.Linq.JToken.Annotation(System.Type)">\r
4981             <summary>\r
4982             Gets the first annotation object of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4983             </summary>\r
4984             <param name="type">The <see cref="P:Newtonsoft.Json.Linq.JToken.Type"/> of the annotation to retrieve.</param>\r
4985             <returns>The first annotation object that matches the specified type, or <c>null</c> if no annotation is of the specified type.</returns>\r
4986         </member>\r
4987         <member name="M:Newtonsoft.Json.Linq.JToken.Annotations``1">\r
4988             <summary>\r
4989             Gets a collection of annotations of the specified type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4990             </summary>\r
4991             <typeparam name="T">The type of the annotations to retrieve.</typeparam>\r
4992             <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
4993         </member>\r
4994         <member name="M:Newtonsoft.Json.Linq.JToken.Annotations(System.Type)">\r
4995             <summary>\r
4996             Gets a collection of annotations of the specified type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4997             </summary>\r
4998             <param name="type">The <see cref="P:Newtonsoft.Json.Linq.JToken.Type"/> of the annotations to retrieve.</param>\r
4999             <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
5000         </member>\r
5001         <member name="M:Newtonsoft.Json.Linq.JToken.RemoveAnnotations``1">\r
5002             <summary>\r
5003             Removes the annotations of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
5004             </summary>\r
5005             <typeparam name="T">The type of annotations to remove.</typeparam>\r
5006         </member>\r
5007         <member name="M:Newtonsoft.Json.Linq.JToken.RemoveAnnotations(System.Type)">\r
5008             <summary>\r
5009             Removes the annotations of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
5010             </summary>\r
5011             <param name="type">The <see cref="P:Newtonsoft.Json.Linq.JToken.Type"/> of annotations to remove.</param>\r
5012         </member>\r
5013         <member name="P:Newtonsoft.Json.Linq.JToken.EqualityComparer">\r
5014             <summary>\r
5015             Gets a comparer that can compare two tokens for value equality.\r
5016             </summary>\r
5017             <value>A <see cref="T:Newtonsoft.Json.Linq.JTokenEqualityComparer"/> that can compare two nodes for value equality.</value>\r
5018         </member>\r
5019         <member name="P:Newtonsoft.Json.Linq.JToken.Parent">\r
5020             <summary>\r
5021             Gets or sets the parent.\r
5022             </summary>\r
5023             <value>The parent.</value>\r
5024         </member>\r
5025         <member name="P:Newtonsoft.Json.Linq.JToken.Root">\r
5026             <summary>\r
5027             Gets the root <see cref="T:Newtonsoft.Json.Linq.JToken"/> of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
5028             </summary>\r
5029             <value>The root <see cref="T:Newtonsoft.Json.Linq.JToken"/> of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value>\r
5030         </member>\r
5031         <member name="P:Newtonsoft.Json.Linq.JToken.Type">\r
5032             <summary>\r
5033             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
5034             </summary>\r
5035             <value>The type.</value>\r
5036         </member>\r
5037         <member name="P:Newtonsoft.Json.Linq.JToken.HasValues">\r
5038             <summary>\r
5039             Gets a value indicating whether this token has child tokens.\r
5040             </summary>\r
5041             <value>\r
5042                 <c>true</c> if this token has child values; otherwise, <c>false</c>.\r
5043             </value>\r
5044         </member>\r
5045         <member name="P:Newtonsoft.Json.Linq.JToken.Next">\r
5046             <summary>\r
5047             Gets the next sibling token of this node.\r
5048             </summary>\r
5049             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the next sibling token.</value>\r
5050         </member>\r
5051         <member name="P:Newtonsoft.Json.Linq.JToken.Previous">\r
5052             <summary>\r
5053             Gets the previous sibling token of this node.\r
5054             </summary>\r
5055             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the previous sibling token.</value>\r
5056         </member>\r
5057         <member name="P:Newtonsoft.Json.Linq.JToken.Path">\r
5058             <summary>\r
5059             Gets the path of the JSON token. \r
5060             </summary>\r
5061         </member>\r
5062         <member name="P:Newtonsoft.Json.Linq.JToken.Item(System.Object)">\r
5063             <summary>\r
5064             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.\r
5065             </summary>\r
5066             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>\r
5067         </member>\r
5068         <member name="P:Newtonsoft.Json.Linq.JToken.First">\r
5069             <summary>\r
5070             Get the first child token of this token.\r
5071             </summary>\r
5072             <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
5073         </member>\r
5074         <member name="P:Newtonsoft.Json.Linq.JToken.Last">\r
5075             <summary>\r
5076             Get the last child token of this token.\r
5077             </summary>\r
5078             <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
5079         </member>\r
5080         <member name="M:Newtonsoft.Json.Linq.JContainer.OnAddingNew(System.ComponentModel.AddingNewEventArgs)">\r
5081             <summary>\r
5082             Raises the <see cref="E:Newtonsoft.Json.Linq.JContainer.AddingNew"/> event.\r
5083             </summary>\r
5084             <param name="e">The <see cref="T:System.ComponentModel.AddingNewEventArgs"/> instance containing the event data.</param>\r
5085         </member>\r
5086         <member name="M:Newtonsoft.Json.Linq.JContainer.OnListChanged(System.ComponentModel.ListChangedEventArgs)">\r
5087             <summary>\r
5088             Raises the <see cref="E:Newtonsoft.Json.Linq.JContainer.ListChanged"/> event.\r
5089             </summary>\r
5090             <param name="e">The <see cref="T:System.ComponentModel.ListChangedEventArgs"/> instance containing the event data.</param>\r
5091         </member>\r
5092         <member name="M:Newtonsoft.Json.Linq.JContainer.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">\r
5093             <summary>\r
5094             Raises the <see cref="E:Newtonsoft.Json.Linq.JContainer.CollectionChanged"/> event.\r
5095             </summary>\r
5096             <param name="e">The <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs"/> instance containing the event data.</param>\r
5097         </member>\r
5098         <member name="M:Newtonsoft.Json.Linq.JContainer.Children">\r
5099             <summary>\r
5100             Returns a collection of the child tokens of this token, in document order.\r
5101             </summary>\r
5102             <returns>\r
5103             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
5104             </returns>\r
5105         </member>\r
5106         <member name="M:Newtonsoft.Json.Linq.JContainer.Values``1">\r
5107             <summary>\r
5108             Returns a collection of the child values of this token, in document order.\r
5109             </summary>\r
5110             <typeparam name="T">The type to convert the values to.</typeparam>\r
5111             <returns>\r
5112             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
5113             </returns>\r
5114         </member>\r
5115         <member name="M:Newtonsoft.Json.Linq.JContainer.Descendants">\r
5116             <summary>\r
5117             Returns a collection of the descendant tokens for this token in document order.\r
5118             </summary>\r
5119             <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
5120         </member>\r
5121         <member name="M:Newtonsoft.Json.Linq.JContainer.DescendantsAndSelf">\r
5122             <summary>\r
5123             Returns a collection of the tokens that contain this token, and all descendant tokens of this token, in document order.\r
5124             </summary>\r
5125             <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
5126         </member>\r
5127         <member name="M:Newtonsoft.Json.Linq.JContainer.Add(System.Object)">\r
5128             <summary>\r
5129             Adds the specified content as children of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
5130             </summary>\r
5131             <param name="content">The content to be added.</param>\r
5132         </member>\r
5133         <member name="M:Newtonsoft.Json.Linq.JContainer.AddFirst(System.Object)">\r
5134             <summary>\r
5135             Adds the specified content as the first children of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
5136             </summary>\r
5137             <param name="content">The content to be added.</param>\r
5138         </member>\r
5139         <member name="M:Newtonsoft.Json.Linq.JContainer.CreateWriter">\r
5140             <summary>\r
5141             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
5142             </summary>\r
5143             <returns>An <see cref="T:Newtonsoft.Json.JsonWriter"/> that is ready to have content written to it.</returns>\r
5144         </member>\r
5145         <member name="M:Newtonsoft.Json.Linq.JContainer.ReplaceAll(System.Object)">\r
5146             <summary>\r
5147             Replaces the children nodes of this token with the specified content.\r
5148             </summary>\r
5149             <param name="content">The content.</param>\r
5150         </member>\r
5151         <member name="M:Newtonsoft.Json.Linq.JContainer.RemoveAll">\r
5152             <summary>\r
5153             Removes the child nodes from this token.\r
5154             </summary>\r
5155         </member>\r
5156         <member name="M:Newtonsoft.Json.Linq.JContainer.Merge(System.Object)">\r
5157             <summary>\r
5158             Merge the specified content into this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
5159             </summary>\r
5160             <param name="content">The content to be merged.</param>\r
5161         </member>\r
5162         <member name="M:Newtonsoft.Json.Linq.JContainer.Merge(System.Object,Newtonsoft.Json.Linq.JsonMergeSettings)">\r
5163             <summary>\r
5164             Merge the specified content into this <see cref="T:Newtonsoft.Json.Linq.JToken"/> using <see cref="T:Newtonsoft.Json.Linq.JsonMergeSettings"/>.\r
5165             </summary>\r
5166             <param name="content">The content to be merged.</param>\r
5167             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonMergeSettings"/> used to merge the content.</param>\r
5168         </member>\r
5169         <member name="E:Newtonsoft.Json.Linq.JContainer.ListChanged">\r
5170             <summary>\r
5171             Occurs when the list changes or an item in the list changes.\r
5172             </summary>\r
5173         </member>\r
5174         <member name="E:Newtonsoft.Json.Linq.JContainer.AddingNew">\r
5175             <summary>\r
5176             Occurs before an item is added to the collection.\r
5177             </summary>\r
5178         </member>\r
5179         <member name="E:Newtonsoft.Json.Linq.JContainer.CollectionChanged">\r
5180             <summary>\r
5181             Occurs when the items list of the collection has changed, or the collection is reset.\r
5182             </summary>\r
5183         </member>\r
5184         <member name="P:Newtonsoft.Json.Linq.JContainer.ChildrenTokens">\r
5185             <summary>\r
5186             Gets the container's children tokens.\r
5187             </summary>\r
5188             <value>The container's children tokens.</value>\r
5189         </member>\r
5190         <member name="P:Newtonsoft.Json.Linq.JContainer.HasValues">\r
5191             <summary>\r
5192             Gets a value indicating whether this token has child tokens.\r
5193             </summary>\r
5194             <value>\r
5195                 <c>true</c> if this token has child values; otherwise, <c>false</c>.\r
5196             </value>\r
5197         </member>\r
5198         <member name="P:Newtonsoft.Json.Linq.JContainer.First">\r
5199             <summary>\r
5200             Get the first child token of this token.\r
5201             </summary>\r
5202             <value>\r
5203             A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the first child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
5204             </value>\r
5205         </member>\r
5206         <member name="P:Newtonsoft.Json.Linq.JContainer.Last">\r
5207             <summary>\r
5208             Get the last child token of this token.\r
5209             </summary>\r
5210             <value>\r
5211             A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the last child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
5212             </value>\r
5213         </member>\r
5214         <member name="P:Newtonsoft.Json.Linq.JContainer.Count">\r
5215             <summary>\r
5216             Gets the count of child JSON tokens.\r
5217             </summary>\r
5218             <value>The count of child JSON tokens</value>\r
5219         </member>\r
5220         <member name="M:Newtonsoft.Json.Linq.JArray.#ctor">\r
5221             <summary>\r
5222             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class.\r
5223             </summary>\r
5224         </member>\r
5225         <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(Newtonsoft.Json.Linq.JArray)">\r
5226             <summary>\r
5227             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
5228             </summary>\r
5229             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JArray"/> object to copy from.</param>\r
5230         </member>\r
5231         <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(System.Object[])">\r
5232             <summary>\r
5233             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class with the specified content.\r
5234             </summary>\r
5235             <param name="content">The contents of the array.</param>\r
5236         </member>\r
5237         <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(System.Object)">\r
5238             <summary>\r
5239             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class with the specified content.\r
5240             </summary>\r
5241             <param name="content">The contents of the array.</param>\r
5242         </member>\r
5243         <member name="M:Newtonsoft.Json.Linq.JArray.Load(Newtonsoft.Json.JsonReader)">\r
5244             <summary>\r
5245             Loads an <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. \r
5246             </summary>\r
5247             <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
5248             <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
5249         </member>\r
5250         <member name="M:Newtonsoft.Json.Linq.JArray.Parse(System.String)">\r
5251             <summary>\r
5252             Load a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a string that contains JSON.\r
5253             </summary>\r
5254             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>\r
5255             <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> populated from the string that contains JSON.</returns>\r
5256             <example>\r
5257               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParseArray" title="Parsing a JSON Array from Text"/>\r
5258             </example>\r
5259         </member>\r
5260         <member name="M:Newtonsoft.Json.Linq.JArray.FromObject(System.Object)">\r
5261             <summary>\r
5262             Creates a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from an object.\r
5263             </summary>\r
5264             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>\r
5265             <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> with the values of the specified object</returns>\r
5266         </member>\r
5267         <member name="M:Newtonsoft.Json.Linq.JArray.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">\r
5268             <summary>\r
5269             Creates a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from an object.\r
5270             </summary>\r
5271             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>\r
5272             <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used to read the object.</param>\r
5273             <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> with the values of the specified object</returns>\r
5274         </member>\r
5275         <member name="M:Newtonsoft.Json.Linq.JArray.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">\r
5276             <summary>\r
5277             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.\r
5278             </summary>\r
5279             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>\r
5280             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>\r
5281         </member>\r
5282         <member name="M:Newtonsoft.Json.Linq.JArray.IndexOf(Newtonsoft.Json.Linq.JToken)">\r
5283             <summary>\r
5284             Determines the index of a specific item in the <see cref="T:System.Collections.Generic.IList`1"/>.\r
5285             </summary>\r
5286             <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.IList`1"/>.</param>\r
5287             <returns>\r
5288             The index of <paramref name="item"/> if found in the list; otherwise, -1.\r
5289             </returns>\r
5290         </member>\r
5291         <member name="M:Newtonsoft.Json.Linq.JArray.Insert(System.Int32,Newtonsoft.Json.Linq.JToken)">\r
5292             <summary>\r
5293             Inserts an item to the <see cref="T:System.Collections.Generic.IList`1"/> at the specified index.\r
5294             </summary>\r
5295             <param name="index">The zero-based index at which <paramref name="item"/> should be inserted.</param>\r
5296             <param name="item">The object to insert into the <see cref="T:System.Collections.Generic.IList`1"/>.</param>\r
5297             <exception cref="T:System.ArgumentOutOfRangeException">\r
5298                 <paramref name="index"/> is not a valid index in the <see cref="T:System.Collections.Generic.IList`1"/>.</exception>\r
5299             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IList`1"/> is read-only.</exception>\r
5300         </member>\r
5301         <member name="M:Newtonsoft.Json.Linq.JArray.RemoveAt(System.Int32)">\r
5302             <summary>\r
5303             Removes the <see cref="T:System.Collections.Generic.IList`1"/> item at the specified index.\r
5304             </summary>\r
5305             <param name="index">The zero-based index of the item to remove.</param>\r
5306             <exception cref="T:System.ArgumentOutOfRangeException">\r
5307                 <paramref name="index"/> is not a valid index in the <see cref="T:System.Collections.Generic.IList`1"/>.</exception>\r
5308             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IList`1"/> is read-only.</exception>\r
5309         </member>\r
5310         <member name="M:Newtonsoft.Json.Linq.JArray.GetEnumerator">\r
5311             <summary>\r
5312             Returns an enumerator that iterates through the collection.\r
5313             </summary>\r
5314             <returns>\r
5315             A <see cref="T:System.Collections.Generic.IEnumerator`1" /> that can be used to iterate through the collection.\r
5316             </returns>\r
5317         </member>\r
5318         <member name="M:Newtonsoft.Json.Linq.JArray.Add(Newtonsoft.Json.Linq.JToken)">\r
5319             <summary>\r
5320             Adds an item to the <see cref="T:System.Collections.Generic.ICollection`1"/>.\r
5321             </summary>\r
5322             <param name="item">The object to add to the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>\r
5323             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only.</exception>\r
5324         </member>\r
5325         <member name="M:Newtonsoft.Json.Linq.JArray.Clear">\r
5326             <summary>\r
5327             Removes all items from the <see cref="T:System.Collections.Generic.ICollection`1"/>.\r
5328             </summary>\r
5329             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only. </exception>\r
5330         </member>\r
5331         <member name="M:Newtonsoft.Json.Linq.JArray.Contains(Newtonsoft.Json.Linq.JToken)">\r
5332             <summary>\r
5333             Determines whether the <see cref="T:System.Collections.Generic.ICollection`1"/> contains a specific value.\r
5334             </summary>\r
5335             <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>\r
5336             <returns>\r
5337             true if <paramref name="item"/> is found in the <see cref="T:System.Collections.Generic.ICollection`1"/>; otherwise, false.\r
5338             </returns>\r
5339         </member>\r
5340         <member name="M:Newtonsoft.Json.Linq.JArray.CopyTo(Newtonsoft.Json.Linq.JToken[],System.Int32)">\r
5341             <summary>\r
5342             Copies to.\r
5343             </summary>\r
5344             <param name="array">The array.</param>\r
5345             <param name="arrayIndex">Index of the array.</param>\r
5346         </member>\r
5347         <member name="M:Newtonsoft.Json.Linq.JArray.Remove(Newtonsoft.Json.Linq.JToken)">\r
5348             <summary>\r
5349             Removes the first occurrence of a specific object from the <see cref="T:System.Collections.Generic.ICollection`1"/>.\r
5350             </summary>\r
5351             <param name="item">The object to remove from the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>\r
5352             <returns>\r
5353             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
5354             </returns>\r
5355             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only.</exception>\r
5356         </member>\r
5357         <member name="P:Newtonsoft.Json.Linq.JArray.ChildrenTokens">\r
5358             <summary>\r
5359             Gets the container's children tokens.\r
5360             </summary>\r
5361             <value>The container's children tokens.</value>\r
5362         </member>\r
5363         <member name="P:Newtonsoft.Json.Linq.JArray.Type">\r
5364             <summary>\r
5365             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
5366             </summary>\r
5367             <value>The type.</value>\r
5368         </member>\r
5369         <member name="P:Newtonsoft.Json.Linq.JArray.Item(System.Object)">\r
5370             <summary>\r
5371             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.\r
5372             </summary>\r
5373             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>\r
5374         </member>\r
5375         <member name="P:Newtonsoft.Json.Linq.JArray.Item(System.Int32)">\r
5376             <summary>\r
5377             Gets or sets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> at the specified index.\r
5378             </summary>\r
5379             <value></value>\r
5380         </member>\r
5381         <member name="P:Newtonsoft.Json.Linq.JArray.IsReadOnly">\r
5382             <summary>\r
5383             Gets a value indicating whether the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only.\r
5384             </summary>\r
5385             <returns>true if the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only; otherwise, false.</returns>\r
5386         </member>\r
5387         <member name="T:Newtonsoft.Json.Linq.JConstructor">\r
5388             <summary>\r
5389             Represents a JSON constructor.\r
5390             </summary>\r
5391         </member>\r
5392         <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor">\r
5393             <summary>\r
5394             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class.\r
5395             </summary>\r
5396         </member>\r
5397         <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(Newtonsoft.Json.Linq.JConstructor)">\r
5398             <summary>\r
5399             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
5400             </summary>\r
5401             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> object to copy from.</param>\r
5402         </member>\r
5403         <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String,System.Object[])">\r
5404             <summary>\r
5405             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name and content.\r
5406             </summary>\r
5407             <param name="name">The constructor name.</param>\r
5408             <param name="content">The contents of the constructor.</param>\r
5409         </member>\r
5410         <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String,System.Object)">\r
5411             <summary>\r
5412             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name and content.\r
5413             </summary>\r
5414             <param name="name">The constructor name.</param>\r
5415             <param name="content">The contents of the constructor.</param>\r
5416         </member>\r
5417         <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String)">\r
5418             <summary>\r
5419             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name.\r
5420             </summary>\r
5421             <param name="name">The constructor name.</param>\r
5422         </member>\r
5423         <member name="M:Newtonsoft.Json.Linq.JConstructor.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">\r
5424             <summary>\r
5425             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.\r
5426             </summary>\r
5427             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>\r
5428             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>\r
5429         </member>\r
5430         <member name="M:Newtonsoft.Json.Linq.JConstructor.Load(Newtonsoft.Json.JsonReader)">\r
5431             <summary>\r
5432             Loads an <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. \r
5433             </summary>\r
5434             <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
5435             <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
5436         </member>\r
5437         <member name="P:Newtonsoft.Json.Linq.JConstructor.ChildrenTokens">\r
5438             <summary>\r
5439             Gets the container's children tokens.\r
5440             </summary>\r
5441             <value>The container's children tokens.</value>\r
5442         </member>\r
5443         <member name="P:Newtonsoft.Json.Linq.JConstructor.Name">\r
5444             <summary>\r
5445             Gets or sets the name of this constructor.\r
5446             </summary>\r
5447             <value>The constructor name.</value>\r
5448         </member>\r
5449         <member name="P:Newtonsoft.Json.Linq.JConstructor.Type">\r
5450             <summary>\r
5451             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
5452             </summary>\r
5453             <value>The type.</value>\r
5454         </member>\r
5455         <member name="P:Newtonsoft.Json.Linq.JConstructor.Item(System.Object)">\r
5456             <summary>\r
5457             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.\r
5458             </summary>\r
5459             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>\r
5460         </member>\r
5461         <member name="T:Newtonsoft.Json.Linq.JEnumerable`1">\r
5462             <summary>\r
5463             Represents a collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.\r
5464             </summary>\r
5465             <typeparam name="T">The type of token</typeparam>\r
5466         </member>\r
5467         <member name="F:Newtonsoft.Json.Linq.JEnumerable`1.Empty">\r
5468             <summary>\r
5469             An empty collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.\r
5470             </summary>\r
5471         </member>\r
5472         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.#ctor(System.Collections.Generic.IEnumerable{`0})">\r
5473             <summary>\r
5474             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> struct.\r
5475             </summary>\r
5476             <param name="enumerable">The enumerable.</param>\r
5477         </member>\r
5478         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.GetEnumerator">\r
5479             <summary>\r
5480             Returns an enumerator that iterates through the collection.\r
5481             </summary>\r
5482             <returns>\r
5483             A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.\r
5484             </returns>\r
5485         </member>\r
5486         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.System#Collections#IEnumerable#GetEnumerator">\r
5487             <summary>\r
5488             Returns an enumerator that iterates through a collection.\r
5489             </summary>\r
5490             <returns>\r
5491             An <see cref="T:System.Collections.IEnumerator"/> object that can be used to iterate through the collection.\r
5492             </returns>\r
5493         </member>\r
5494         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.Equals(Newtonsoft.Json.Linq.JEnumerable{`0})">\r
5495             <summary>\r
5496             Determines whether the specified <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> is equal to this instance.\r
5497             </summary>\r
5498             <param name="other">The <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> to compare with this instance.</param>\r
5499             <returns>\r
5500                 <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> is equal to this instance; otherwise, <c>false</c>.\r
5501             </returns>\r
5502         </member>\r
5503         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.Equals(System.Object)">\r
5504             <summary>\r
5505             Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.\r
5506             </summary>\r
5507             <param name="obj">The <see cref="T:System.Object"/> to compare with this instance.</param>\r
5508             <returns>\r
5509                 <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.\r
5510             </returns>\r
5511         </member>\r
5512         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.GetHashCode">\r
5513             <summary>\r
5514             Returns a hash code for this instance.\r
5515             </summary>\r
5516             <returns>\r
5517             A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. \r
5518             </returns>\r
5519         </member>\r
5520         <member name="P:Newtonsoft.Json.Linq.JEnumerable`1.Item(System.Object)">\r
5521             <summary>\r
5522             Gets the <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/> with the specified key.\r
5523             </summary>\r
5524             <value></value>\r
5525         </member>\r
5526         <member name="T:Newtonsoft.Json.Linq.JObject">\r
5527             <summary>\r
5528             Represents a JSON object.\r
5529             </summary>\r
5530             <example>\r
5531               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParse" title="Parsing a JSON Object from Text" />\r
5532             </example>\r
5533         </member>\r
5534         <member name="M:Newtonsoft.Json.Linq.JObject.#ctor">\r
5535             <summary>\r
5536             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class.\r
5537             </summary>\r
5538         </member>\r
5539         <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(Newtonsoft.Json.Linq.JObject)">\r
5540             <summary>\r
5541             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
5542             </summary>\r
5543             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JObject"/> object to copy from.</param>\r
5544         </member>\r
5545         <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(System.Object[])">\r
5546             <summary>\r
5547             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class with the specified content.\r
5548             </summary>\r
5549             <param name="content">The contents of the object.</param>\r
5550         </member>\r
5551         <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(System.Object)">\r
5552             <summary>\r
5553             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class with the specified content.\r
5554             </summary>\r
5555             <param name="content">The contents of the object.</param>\r
5556         </member>\r
5557         <member name="M:Newtonsoft.Json.Linq.JObject.Properties">\r
5558             <summary>\r
5559             Gets an <see cref="T:System.Collections.Generic.IEnumerable`1"/> of this object's properties.\r
5560             </summary>\r
5561             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of this object's properties.</returns>\r
5562         </member>\r
5563         <member name="M:Newtonsoft.Json.Linq.JObject.Property(System.String)">\r
5564             <summary>\r
5565             Gets a <see cref="T:Newtonsoft.Json.Linq.JProperty"/> the specified name.\r
5566             </summary>\r
5567             <param name="name">The property name.</param>\r
5568             <returns>A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> with the specified name or null.</returns>\r
5569         </member>\r
5570         <member name="M:Newtonsoft.Json.Linq.JObject.PropertyValues">\r
5571             <summary>\r
5572             Gets an <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> of this object's property values.\r
5573             </summary>\r
5574             <returns>An <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> of this object's property values.</returns>\r
5575         </member>\r
5576         <member name="M:Newtonsoft.Json.Linq.JObject.Load(Newtonsoft.Json.JsonReader)">\r
5577             <summary>\r
5578             Loads an <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. \r
5579             </summary>\r
5580             <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
5581             <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
5582         </member>\r
5583         <member name="M:Newtonsoft.Json.Linq.JObject.Parse(System.String)">\r
5584             <summary>\r
5585             Load a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a string that contains JSON.\r
5586             </summary>\r
5587             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>\r
5588             <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> populated from the string that contains JSON.</returns>\r
5589             <example>\r
5590               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParse" title="Parsing a JSON Object from Text"/>\r
5591             </example>\r
5592         </member>\r
5593         <member name="M:Newtonsoft.Json.Linq.JObject.FromObject(System.Object)">\r
5594             <summary>\r
5595             Creates a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from an object.\r
5596             </summary>\r
5597             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JObject"/>.</param>\r
5598             <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> with the values of the specified object</returns>\r
5599         </member>\r
5600         <member name="M:Newtonsoft.Json.Linq.JObject.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">\r
5601             <summary>\r
5602             Creates a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from an object.\r
5603             </summary>\r
5604             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JObject"/>.</param>\r
5605             <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used to read the object.</param>\r
5606             <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> with the values of the specified object</returns>\r
5607         </member>\r
5608         <member name="M:Newtonsoft.Json.Linq.JObject.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">\r
5609             <summary>\r
5610             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.\r
5611             </summary>\r
5612             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>\r
5613             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>\r
5614         </member>\r
5615         <member name="M:Newtonsoft.Json.Linq.JObject.GetValue(System.String)">\r
5616             <summary>\r
5617             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.\r
5618             </summary>\r
5619             <param name="propertyName">Name of the property.</param>\r
5620             <returns>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.</returns>\r
5621         </member>\r
5622         <member name="M:Newtonsoft.Json.Linq.JObject.GetValue(System.String,System.StringComparison)">\r
5623             <summary>\r
5624             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.\r
5625             The exact property name will be searched for first and if no matching property is found then\r
5626             the <see cref="T:System.StringComparison"/> will be used to match a property.\r
5627             </summary>\r
5628             <param name="propertyName">Name of the property.</param>\r
5629             <param name="comparison">One of the enumeration values that specifies how the strings will be compared.</param>\r
5630             <returns>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.</returns>\r
5631         </member>\r
5632         <member name="M:Newtonsoft.Json.Linq.JObject.TryGetValue(System.String,System.StringComparison,Newtonsoft.Json.Linq.JToken@)">\r
5633             <summary>\r
5634             Tries to get the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.\r
5635             The exact property name will be searched for first and if no matching property is found then\r
5636             the <see cref="T:System.StringComparison"/> will be used to match a property.\r
5637             </summary>\r
5638             <param name="propertyName">Name of the property.</param>\r
5639             <param name="value">The value.</param>\r
5640             <param name="comparison">One of the enumeration values that specifies how the strings will be compared.</param>\r
5641             <returns>true if a value was successfully retrieved; otherwise, false.</returns>\r
5642         </member>\r
5643         <member name="M:Newtonsoft.Json.Linq.JObject.Add(System.String,Newtonsoft.Json.Linq.JToken)">\r
5644             <summary>\r
5645             Adds the specified property name.\r
5646             </summary>\r
5647             <param name="propertyName">Name of the property.</param>\r
5648             <param name="value">The value.</param>\r
5649         </member>\r
5650         <member name="M:Newtonsoft.Json.Linq.JObject.Remove(System.String)">\r
5651             <summary>\r
5652             Removes the property with the specified name.\r
5653             </summary>\r
5654             <param name="propertyName">Name of the property.</param>\r
5655             <returns>true if item was successfully removed; otherwise, false.</returns>\r
5656         </member>\r
5657         <member name="M:Newtonsoft.Json.Linq.JObject.TryGetValue(System.String,Newtonsoft.Json.Linq.JToken@)">\r
5658             <summary>\r
5659             Tries the get value.\r
5660             </summary>\r
5661             <param name="propertyName">Name of the property.</param>\r
5662             <param name="value">The value.</param>\r
5663             <returns>true if a value was successfully retrieved; otherwise, false.</returns>\r
5664         </member>\r
5665         <member name="M:Newtonsoft.Json.Linq.JObject.GetEnumerator">\r
5666             <summary>\r
5667             Returns an enumerator that iterates through the collection.\r
5668             </summary>\r
5669             <returns>\r
5670             A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.\r
5671             </returns>\r
5672         </member>\r
5673         <member name="M:Newtonsoft.Json.Linq.JObject.OnPropertyChanged(System.String)">\r
5674             <summary>\r
5675             Raises the <see cref="E:Newtonsoft.Json.Linq.JObject.PropertyChanged"/> event with the provided arguments.\r
5676             </summary>\r
5677             <param name="propertyName">Name of the property.</param>\r
5678         </member>\r
5679         <member name="M:Newtonsoft.Json.Linq.JObject.OnPropertyChanging(System.String)">\r
5680             <summary>\r
5681             Raises the <see cref="E:Newtonsoft.Json.Linq.JObject.PropertyChanging"/> event with the provided arguments.\r
5682             </summary>\r
5683             <param name="propertyName">Name of the property.</param>\r
5684         </member>\r
5685         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetProperties">\r
5686             <summary>\r
5687             Returns the properties for this instance of a component.\r
5688             </summary>\r
5689             <returns>\r
5690             A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"/> that represents the properties for this component instance.\r
5691             </returns>\r
5692         </member>\r
5693         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetProperties(System.Attribute[])">\r
5694             <summary>\r
5695             Returns the properties for this instance of a component using the attribute array as a filter.\r
5696             </summary>\r
5697             <param name="attributes">An array of type <see cref="T:System.Attribute"/> that is used as a filter.</param>\r
5698             <returns>\r
5699             A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"/> that represents the filtered properties for this component instance.\r
5700             </returns>\r
5701         </member>\r
5702         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetAttributes">\r
5703             <summary>\r
5704             Returns a collection of custom attributes for this instance of a component.\r
5705             </summary>\r
5706             <returns>\r
5707             An <see cref="T:System.ComponentModel.AttributeCollection"/> containing the attributes for this object.\r
5708             </returns>\r
5709         </member>\r
5710         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetClassName">\r
5711             <summary>\r
5712             Returns the class name of this instance of a component.\r
5713             </summary>\r
5714             <returns>\r
5715             The class name of the object, or null if the class does not have a name.\r
5716             </returns>\r
5717         </member>\r
5718         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetComponentName">\r
5719             <summary>\r
5720             Returns the name of this instance of a component.\r
5721             </summary>\r
5722             <returns>\r
5723             The name of the object, or null if the object does not have a name.\r
5724             </returns>\r
5725         </member>\r
5726         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetConverter">\r
5727             <summary>\r
5728             Returns a type converter for this instance of a component.\r
5729             </summary>\r
5730             <returns>\r
5731             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
5732             </returns>\r
5733         </member>\r
5734         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetDefaultEvent">\r
5735             <summary>\r
5736             Returns the default event for this instance of a component.\r
5737             </summary>\r
5738             <returns>\r
5739             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
5740             </returns>\r
5741         </member>\r
5742         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetDefaultProperty">\r
5743             <summary>\r
5744             Returns the default property for this instance of a component.\r
5745             </summary>\r
5746             <returns>\r
5747             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
5748             </returns>\r
5749         </member>\r
5750         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetEditor(System.Type)">\r
5751             <summary>\r
5752             Returns an editor of the specified type for this instance of a component.\r
5753             </summary>\r
5754             <param name="editorBaseType">A <see cref="T:System.Type"/> that represents the editor for this object.</param>\r
5755             <returns>\r
5756             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
5757             </returns>\r
5758         </member>\r
5759         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetEvents(System.Attribute[])">\r
5760             <summary>\r
5761             Returns the events for this instance of a component using the specified attribute array as a filter.\r
5762             </summary>\r
5763             <param name="attributes">An array of type <see cref="T:System.Attribute"/> that is used as a filter.</param>\r
5764             <returns>\r
5765             An <see cref="T:System.ComponentModel.EventDescriptorCollection"/> that represents the filtered events for this component instance.\r
5766             </returns>\r
5767         </member>\r
5768         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetEvents">\r
5769             <summary>\r
5770             Returns the events for this instance of a component.\r
5771             </summary>\r
5772             <returns>\r
5773             An <see cref="T:System.ComponentModel.EventDescriptorCollection"/> that represents the events for this component instance.\r
5774             </returns>\r
5775         </member>\r
5776         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetPropertyOwner(System.ComponentModel.PropertyDescriptor)">\r
5777             <summary>\r
5778             Returns an object that contains the property described by the specified property descriptor.\r
5779             </summary>\r
5780             <param name="pd">A <see cref="T:System.ComponentModel.PropertyDescriptor"/> that represents the property whose owner is to be found.</param>\r
5781             <returns>\r
5782             An <see cref="T:System.Object"/> that represents the owner of the specified property.\r
5783             </returns>\r
5784         </member>\r
5785         <member name="M:Newtonsoft.Json.Linq.JObject.GetMetaObject(System.Linq.Expressions.Expression)">\r
5786             <summary>\r
5787             Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.\r
5788             </summary>\r
5789             <param name="parameter">The expression tree representation of the runtime value.</param>\r
5790             <returns>\r
5791             The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.\r
5792             </returns>\r
5793         </member>\r
5794         <member name="P:Newtonsoft.Json.Linq.JObject.ChildrenTokens">\r
5795             <summary>\r
5796             Gets the container's children tokens.\r
5797             </summary>\r
5798             <value>The container's children tokens.</value>\r
5799         </member>\r
5800         <member name="E:Newtonsoft.Json.Linq.JObject.PropertyChanged">\r
5801             <summary>\r
5802             Occurs when a property value changes.\r
5803             </summary>\r
5804         </member>\r
5805         <member name="E:Newtonsoft.Json.Linq.JObject.PropertyChanging">\r
5806             <summary>\r
5807             Occurs when a property value is changing.\r
5808             </summary>\r
5809         </member>\r
5810         <member name="P:Newtonsoft.Json.Linq.JObject.Type">\r
5811             <summary>\r
5812             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
5813             </summary>\r
5814             <value>The type.</value>\r
5815         </member>\r
5816         <member name="P:Newtonsoft.Json.Linq.JObject.Item(System.Object)">\r
5817             <summary>\r
5818             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.\r
5819             </summary>\r
5820             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>\r
5821         </member>\r
5822         <member name="P:Newtonsoft.Json.Linq.JObject.Item(System.String)">\r
5823             <summary>\r
5824             Gets or sets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.\r
5825             </summary>\r
5826             <value></value>\r
5827         </member>\r
5828         <member name="T:Newtonsoft.Json.Linq.JsonMergeSettings">\r
5829             <summary>\r
5830             Specifies the settings used when merging JSON.\r
5831             </summary>\r
5832         </member>\r
5833         <member name="P:Newtonsoft.Json.Linq.JsonMergeSettings.MergeArrayHandling">\r
5834             <summary>\r
5835             Gets or sets the method used when merging JSON arrays.\r
5836             </summary>\r
5837             <value>The method used when merging JSON arrays.</value>\r
5838         </member>\r
5839         <member name="T:Newtonsoft.Json.Linq.JProperty">\r
5840             <summary>\r
5841             Represents a JSON property.\r
5842             </summary>\r
5843         </member>\r
5844         <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(Newtonsoft.Json.Linq.JProperty)">\r
5845             <summary>\r
5846             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
5847             </summary>\r
5848             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> object to copy from.</param>\r
5849         </member>\r
5850         <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(System.String,System.Object[])">\r
5851             <summary>\r
5852             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class.\r
5853             </summary>\r
5854             <param name="name">The property name.</param>\r
5855             <param name="content">The property content.</param>\r
5856         </member>\r
5857         <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(System.String,System.Object)">\r
5858             <summary>\r
5859             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class.\r
5860             </summary>\r
5861             <param name="name">The property name.</param>\r
5862             <param name="content">The property content.</param>\r
5863         </member>\r
5864         <member name="M:Newtonsoft.Json.Linq.JProperty.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">\r
5865             <summary>\r
5866             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.\r
5867             </summary>\r
5868             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>\r
5869             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>\r
5870         </member>\r
5871         <member name="M:Newtonsoft.Json.Linq.JProperty.Load(Newtonsoft.Json.JsonReader)">\r
5872             <summary>\r
5873             Loads an <see cref="T:Newtonsoft.Json.Linq.JProperty"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. \r
5874             </summary>\r
5875             <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
5876             <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
5877         </member>\r
5878         <member name="P:Newtonsoft.Json.Linq.JProperty.ChildrenTokens">\r
5879             <summary>\r
5880             Gets the container's children tokens.\r
5881             </summary>\r
5882             <value>The container's children tokens.</value>\r
5883         </member>\r
5884         <member name="P:Newtonsoft.Json.Linq.JProperty.Name">\r
5885             <summary>\r
5886             Gets the property name.\r
5887             </summary>\r
5888             <value>The property name.</value>\r
5889         </member>\r
5890         <member name="P:Newtonsoft.Json.Linq.JProperty.Value">\r
5891             <summary>\r
5892             Gets or sets the property value.\r
5893             </summary>\r
5894             <value>The property value.</value>\r
5895         </member>\r
5896         <member name="P:Newtonsoft.Json.Linq.JProperty.Type">\r
5897             <summary>\r
5898             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
5899             </summary>\r
5900             <value>The type.</value>\r
5901         </member>\r
5902         <member name="T:Newtonsoft.Json.Linq.JPropertyDescriptor">\r
5903             <summary>\r
5904             Represents a view of a <see cref="T:Newtonsoft.Json.Linq.JProperty"/>.\r
5905             </summary>\r
5906         </member>\r
5907         <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.#ctor(System.String)">\r
5908             <summary>\r
5909             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JPropertyDescriptor"/> class.\r
5910             </summary>\r
5911             <param name="name">The name.</param>\r
5912         </member>\r
5913         <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.CanResetValue(System.Object)">\r
5914             <summary>\r
5915             When overridden in a derived class, returns whether resetting an object changes its value.\r
5916             </summary>\r
5917             <returns>\r
5918             true if resetting the component changes its value; otherwise, false.\r
5919             </returns>\r
5920             <param name="component">The component to test for reset capability. \r
5921                             </param>\r
5922         </member>\r
5923         <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.GetValue(System.Object)">\r
5924             <summary>\r
5925             When overridden in a derived class, gets the current value of the property on a component.\r
5926             </summary>\r
5927             <returns>\r
5928             The value of a property for a given component.\r
5929             </returns>\r
5930             <param name="component">The component with the property for which to retrieve the value. \r
5931                             </param>\r
5932         </member>\r
5933         <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.ResetValue(System.Object)">\r
5934             <summary>\r
5935             When overridden in a derived class, resets the value for this property of the component to the default value.\r
5936             </summary>\r
5937             <param name="component">The component with the property value that is to be reset to the default value. \r
5938                             </param>\r
5939         </member>\r
5940         <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.SetValue(System.Object,System.Object)">\r
5941             <summary>\r
5942             When overridden in a derived class, sets the value of the component to a different value.\r
5943             </summary>\r
5944             <param name="component">The component with the property value that is to be set. \r
5945                             </param><param name="value">The new value. \r
5946                             </param>\r
5947         </member>\r
5948         <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.ShouldSerializeValue(System.Object)">\r
5949             <summary>\r
5950             When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted.\r
5951             </summary>\r
5952             <returns>\r
5953             true if the property should be persisted; otherwise, false.\r
5954             </returns>\r
5955             <param name="component">The component with the property to be examined for persistence. \r
5956                             </param>\r
5957         </member>\r
5958         <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.ComponentType">\r
5959             <summary>\r
5960             When overridden in a derived class, gets the type of the component this property is bound to.\r
5961             </summary>\r
5962             <returns>\r
5963             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
5964             </returns>\r
5965         </member>\r
5966         <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.IsReadOnly">\r
5967             <summary>\r
5968             When overridden in a derived class, gets a value indicating whether this property is read-only.\r
5969             </summary>\r
5970             <returns>\r
5971             true if the property is read-only; otherwise, false.\r
5972             </returns>\r
5973         </member>\r
5974         <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.PropertyType">\r
5975             <summary>\r
5976             When overridden in a derived class, gets the type of the property.\r
5977             </summary>\r
5978             <returns>\r
5979             A <see cref="T:System.Type"/> that represents the type of the property.\r
5980             </returns>\r
5981         </member>\r
5982         <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.NameHashCode">\r
5983             <summary>\r
5984             Gets the hash code for the name of the member.\r
5985             </summary>\r
5986             <value></value>\r
5987             <returns>\r
5988             The hash code for the name of the member.\r
5989             </returns>\r
5990         </member>\r
5991         <member name="T:Newtonsoft.Json.Linq.JRaw">\r
5992             <summary>\r
5993             Represents a raw JSON string.\r
5994             </summary>\r
5995         </member>\r
5996         <member name="T:Newtonsoft.Json.Linq.JValue">\r
5997             <summary>\r
5998             Represents a value in JSON (string, integer, date, etc).\r
5999             </summary>\r
6000         </member>\r
6001         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(Newtonsoft.Json.Linq.JValue)">\r
6002             <summary>\r
6003             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
6004             </summary>\r
6005             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JValue"/> object to copy from.</param>\r
6006         </member>\r
6007         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Int64)">\r
6008             <summary>\r
6009             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
6010             </summary>\r
6011             <param name="value">The value.</param>\r
6012         </member>\r
6013         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Decimal)">\r
6014             <summary>\r
6015             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
6016             </summary>\r
6017             <param name="value">The value.</param>\r
6018         </member>\r
6019         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Char)">\r
6020             <summary>\r
6021             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
6022             </summary>\r
6023             <param name="value">The value.</param>\r
6024         </member>\r
6025         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.UInt64)">\r
6026             <summary>\r
6027             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
6028             </summary>\r
6029             <param name="value">The value.</param>\r
6030         </member>\r
6031         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Double)">\r
6032             <summary>\r
6033             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
6034             </summary>\r
6035             <param name="value">The value.</param>\r
6036         </member>\r
6037         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Single)">\r
6038             <summary>\r
6039             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
6040             </summary>\r
6041             <param name="value">The value.</param>\r
6042         </member>\r
6043         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.DateTime)">\r
6044             <summary>\r
6045             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
6046             </summary>\r
6047             <param name="value">The value.</param>\r
6048         </member>\r
6049         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.DateTimeOffset)">\r
6050             <summary>\r
6051             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
6052             </summary>\r
6053             <param name="value">The value.</param>\r
6054         </member>\r
6055         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Boolean)">\r
6056             <summary>\r
6057             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
6058             </summary>\r
6059             <param name="value">The value.</param>\r
6060         </member>\r
6061         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.String)">\r
6062             <summary>\r
6063             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
6064             </summary>\r
6065             <param name="value">The value.</param>\r
6066         </member>\r
6067         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Guid)">\r
6068             <summary>\r
6069             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
6070             </summary>\r
6071             <param name="value">The value.</param>\r
6072         </member>\r
6073         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Uri)">\r
6074             <summary>\r
6075             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
6076             </summary>\r
6077             <param name="value">The value.</param>\r
6078         </member>\r
6079         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.TimeSpan)">\r
6080             <summary>\r
6081             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
6082             </summary>\r
6083             <param name="value">The value.</param>\r
6084         </member>\r
6085         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Object)">\r
6086             <summary>\r
6087             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
6088             </summary>\r
6089             <param name="value">The value.</param>\r
6090         </member>\r
6091         <member name="M:Newtonsoft.Json.Linq.JValue.CreateComment(System.String)">\r
6092             <summary>\r
6093             Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> comment with the given value.\r
6094             </summary>\r
6095             <param name="value">The value.</param>\r
6096             <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> comment with the given value.</returns>\r
6097         </member>\r
6098         <member name="M:Newtonsoft.Json.Linq.JValue.CreateString(System.String)">\r
6099             <summary>\r
6100             Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> string with the given value.\r
6101             </summary>\r
6102             <param name="value">The value.</param>\r
6103             <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> string with the given value.</returns>\r
6104         </member>\r
6105         <member name="M:Newtonsoft.Json.Linq.JValue.CreateNull">\r
6106             <summary>\r
6107             Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value.\r
6108             </summary>\r
6109             <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value.</returns>\r
6110         </member>\r
6111         <member name="M:Newtonsoft.Json.Linq.JValue.CreateUndefined">\r
6112             <summary>\r
6113             Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value.\r
6114             </summary>\r
6115             <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value.</returns>\r
6116         </member>\r
6117         <member name="M:Newtonsoft.Json.Linq.JValue.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">\r
6118             <summary>\r
6119             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.\r
6120             </summary>\r
6121             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>\r
6122             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>\r
6123         </member>\r
6124         <member name="M:Newtonsoft.Json.Linq.JValue.Equals(Newtonsoft.Json.Linq.JValue)">\r
6125             <summary>\r
6126             Indicates whether the current object is equal to another object of the same type.\r
6127             </summary>\r
6128             <returns>\r
6129             true if the current object is equal to the <paramref name="other"/> parameter; otherwise, false.\r
6130             </returns>\r
6131             <param name="other">An object to compare with this object.</param>\r
6132         </member>\r
6133         <member name="M:Newtonsoft.Json.Linq.JValue.Equals(System.Object)">\r
6134             <summary>\r
6135             Determines whether the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:System.Object"/>.\r
6136             </summary>\r
6137             <param name="obj">The <see cref="T:System.Object"/> to compare with the current <see cref="T:System.Object"/>.</param>\r
6138             <returns>\r
6139             true if the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:System.Object"/>; otherwise, false.\r
6140             </returns>\r
6141             <exception cref="T:System.NullReferenceException">\r
6142             The <paramref name="obj"/> parameter is null.\r
6143             </exception>\r
6144         </member>\r
6145         <member name="M:Newtonsoft.Json.Linq.JValue.GetHashCode">\r
6146             <summary>\r
6147             Serves as a hash function for a particular type.\r
6148             </summary>\r
6149             <returns>\r
6150             A hash code for the current <see cref="T:System.Object"/>.\r
6151             </returns>\r
6152         </member>\r
6153         <member name="M:Newtonsoft.Json.Linq.JValue.ToString">\r
6154             <summary>\r
6155             Returns a <see cref="T:System.String"/> that represents this instance.\r
6156             </summary>\r
6157             <returns>\r
6158             A <see cref="T:System.String"/> that represents this instance.\r
6159             </returns>\r
6160         </member>\r
6161         <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.String)">\r
6162             <summary>\r
6163             Returns a <see cref="T:System.String"/> that represents this instance.\r
6164             </summary>\r
6165             <param name="format">The format.</param>\r
6166             <returns>\r
6167             A <see cref="T:System.String"/> that represents this instance.\r
6168             </returns>\r
6169         </member>\r
6170         <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.IFormatProvider)">\r
6171             <summary>\r
6172             Returns a <see cref="T:System.String"/> that represents this instance.\r
6173             </summary>\r
6174             <param name="formatProvider">The format provider.</param>\r
6175             <returns>\r
6176             A <see cref="T:System.String"/> that represents this instance.\r
6177             </returns>\r
6178         </member>\r
6179         <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.String,System.IFormatProvider)">\r
6180             <summary>\r
6181             Returns a <see cref="T:System.String"/> that represents this instance.\r
6182             </summary>\r
6183             <param name="format">The format.</param>\r
6184             <param name="formatProvider">The format provider.</param>\r
6185             <returns>\r
6186             A <see cref="T:System.String"/> that represents this instance.\r
6187             </returns>\r
6188         </member>\r
6189         <member name="M:Newtonsoft.Json.Linq.JValue.GetMetaObject(System.Linq.Expressions.Expression)">\r
6190             <summary>\r
6191             Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.\r
6192             </summary>\r
6193             <param name="parameter">The expression tree representation of the runtime value.</param>\r
6194             <returns>\r
6195             The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.\r
6196             </returns>\r
6197         </member>\r
6198         <member name="M:Newtonsoft.Json.Linq.JValue.CompareTo(Newtonsoft.Json.Linq.JValue)">\r
6199             <summary>\r
6200             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
6201             </summary>\r
6202             <param name="obj">An object to compare with this instance.</param>\r
6203             <returns>\r
6204             A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings:\r
6205             Value\r
6206             Meaning\r
6207             Less than zero\r
6208             This instance is less than <paramref name="obj"/>.\r
6209             Zero\r
6210             This instance is equal to <paramref name="obj"/>.\r
6211             Greater than zero\r
6212             This instance is greater than <paramref name="obj"/>.\r
6213             </returns>\r
6214             <exception cref="T:System.ArgumentException">\r
6215                 <paramref name="obj"/> is not the same type as this instance.\r
6216             </exception>\r
6217         </member>\r
6218         <member name="P:Newtonsoft.Json.Linq.JValue.HasValues">\r
6219             <summary>\r
6220             Gets a value indicating whether this token has child tokens.\r
6221             </summary>\r
6222             <value>\r
6223                 <c>true</c> if this token has child values; otherwise, <c>false</c>.\r
6224             </value>\r
6225         </member>\r
6226         <member name="P:Newtonsoft.Json.Linq.JValue.Type">\r
6227             <summary>\r
6228             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
6229             </summary>\r
6230             <value>The type.</value>\r
6231         </member>\r
6232         <member name="P:Newtonsoft.Json.Linq.JValue.Value">\r
6233             <summary>\r
6234             Gets or sets the underlying token value.\r
6235             </summary>\r
6236             <value>The underlying token value.</value>\r
6237         </member>\r
6238         <member name="M:Newtonsoft.Json.Linq.JRaw.#ctor(Newtonsoft.Json.Linq.JRaw)">\r
6239             <summary>\r
6240             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
6241             </summary>\r
6242             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JRaw"/> object to copy from.</param>\r
6243         </member>\r
6244         <member name="M:Newtonsoft.Json.Linq.JRaw.#ctor(System.Object)">\r
6245             <summary>\r
6246             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JRaw"/> class.\r
6247             </summary>\r
6248             <param name="rawJson">The raw json.</param>\r
6249         </member>\r
6250         <member name="M:Newtonsoft.Json.Linq.JRaw.Create(Newtonsoft.Json.JsonReader)">\r
6251             <summary>\r
6252             Creates an instance of <see cref="T:Newtonsoft.Json.Linq.JRaw"/> with the content of the reader's current token.\r
6253             </summary>\r
6254             <param name="reader">The reader.</param>\r
6255             <returns>An instance of <see cref="T:Newtonsoft.Json.Linq.JRaw"/> with the content of the reader's current token.</returns>\r
6256         </member>\r
6257         <member name="T:Newtonsoft.Json.Linq.JTokenEqualityComparer">\r
6258             <summary>\r
6259             Compares tokens to determine whether they are equal.\r
6260             </summary>\r
6261         </member>\r
6262         <member name="M:Newtonsoft.Json.Linq.JTokenEqualityComparer.Equals(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">\r
6263             <summary>\r
6264             Determines whether the specified objects are equal.\r
6265             </summary>\r
6266             <param name="x">The first object of type <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>\r
6267             <param name="y">The second object of type <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>\r
6268             <returns>\r
6269             true if the specified objects are equal; otherwise, false.\r
6270             </returns>\r
6271         </member>\r
6272         <member name="M:Newtonsoft.Json.Linq.JTokenEqualityComparer.GetHashCode(Newtonsoft.Json.Linq.JToken)">\r
6273             <summary>\r
6274             Returns a hash code for the specified object.\r
6275             </summary>\r
6276             <param name="obj">The <see cref="T:System.Object"/> for which a hash code is to be returned.</param>\r
6277             <returns>A hash code for the specified object.</returns>\r
6278             <exception cref="T:System.ArgumentNullException">The type of <paramref name="obj"/> is a reference type and <paramref name="obj"/> is null.</exception>\r
6279         </member>\r
6280         <member name="T:Newtonsoft.Json.Linq.JTokenReader">\r
6281             <summary>\r
6282             Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data.\r
6283             </summary>\r
6284         </member>\r
6285         <member name="M:Newtonsoft.Json.Linq.JTokenReader.#ctor(Newtonsoft.Json.Linq.JToken)">\r
6286             <summary>\r
6287             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JTokenReader"/> class.\r
6288             </summary>\r
6289             <param name="token">The token to read from.</param>\r
6290         </member>\r
6291         <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsBytes">\r
6292             <summary>\r
6293             Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].\r
6294             </summary>\r
6295             <returns>\r
6296             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
6297             </returns>\r
6298         </member>\r
6299         <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDecimal">\r
6300             <summary>\r
6301             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
6302             </summary>\r
6303             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>\r
6304         </member>\r
6305         <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsInt32">\r
6306             <summary>\r
6307             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
6308             </summary>\r
6309             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>\r
6310         </member>\r
6311         <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsString">\r
6312             <summary>\r
6313             Reads the next JSON token from the stream as a <see cref="T:System.String"/>.\r
6314             </summary>\r
6315             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>\r
6316         </member>\r
6317         <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDateTime">\r
6318             <summary>\r
6319             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
6320             </summary>\r
6321             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>\r
6322         </member>\r
6323         <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDateTimeOffset">\r
6324             <summary>\r
6325             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
6326             </summary>\r
6327             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>\r
6328         </member>\r
6329         <member name="M:Newtonsoft.Json.Linq.JTokenReader.Read">\r
6330             <summary>\r
6331             Reads the next JSON token from the stream.\r
6332             </summary>\r
6333             <returns>\r
6334             true if the next token was read successfully; false if there are no more tokens to read.\r
6335             </returns>\r
6336         </member>\r
6337         <member name="P:Newtonsoft.Json.Linq.JTokenReader.CurrentToken">\r
6338             <summary>\r
6339             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> at the reader's current position.\r
6340             </summary>\r
6341         </member>\r
6342         <member name="P:Newtonsoft.Json.Linq.JTokenReader.Path">\r
6343             <summary>\r
6344             Gets the path of the current JSON token. \r
6345             </summary>\r
6346         </member>\r
6347         <member name="T:Newtonsoft.Json.Linq.JTokenType">\r
6348             <summary>\r
6349             Specifies the type of token.\r
6350             </summary>\r
6351         </member>\r
6352         <member name="F:Newtonsoft.Json.Linq.JTokenType.None">\r
6353             <summary>\r
6354             No token type has been set.\r
6355             </summary>\r
6356         </member>\r
6357         <member name="F:Newtonsoft.Json.Linq.JTokenType.Object">\r
6358             <summary>\r
6359             A JSON object.\r
6360             </summary>\r
6361         </member>\r
6362         <member name="F:Newtonsoft.Json.Linq.JTokenType.Array">\r
6363             <summary>\r
6364             A JSON array.\r
6365             </summary>\r
6366         </member>\r
6367         <member name="F:Newtonsoft.Json.Linq.JTokenType.Constructor">\r
6368             <summary>\r
6369             A JSON constructor.\r
6370             </summary>\r
6371         </member>\r
6372         <member name="F:Newtonsoft.Json.Linq.JTokenType.Property">\r
6373             <summary>\r
6374             A JSON object property.\r
6375             </summary>\r
6376         </member>\r
6377         <member name="F:Newtonsoft.Json.Linq.JTokenType.Comment">\r
6378             <summary>\r
6379             A comment.\r
6380             </summary>\r
6381         </member>\r
6382         <member name="F:Newtonsoft.Json.Linq.JTokenType.Integer">\r
6383             <summary>\r
6384             An integer value.\r
6385             </summary>\r
6386         </member>\r
6387         <member name="F:Newtonsoft.Json.Linq.JTokenType.Float">\r
6388             <summary>\r
6389             A float value.\r
6390             </summary>\r
6391         </member>\r
6392         <member name="F:Newtonsoft.Json.Linq.JTokenType.String">\r
6393             <summary>\r
6394             A string value.\r
6395             </summary>\r
6396         </member>\r
6397         <member name="F:Newtonsoft.Json.Linq.JTokenType.Boolean">\r
6398             <summary>\r
6399             A boolean value.\r
6400             </summary>\r
6401         </member>\r
6402         <member name="F:Newtonsoft.Json.Linq.JTokenType.Null">\r
6403             <summary>\r
6404             A null value.\r
6405             </summary>\r
6406         </member>\r
6407         <member name="F:Newtonsoft.Json.Linq.JTokenType.Undefined">\r
6408             <summary>\r
6409             An undefined value.\r
6410             </summary>\r
6411         </member>\r
6412         <member name="F:Newtonsoft.Json.Linq.JTokenType.Date">\r
6413             <summary>\r
6414             A date value.\r
6415             </summary>\r
6416         </member>\r
6417         <member name="F:Newtonsoft.Json.Linq.JTokenType.Raw">\r
6418             <summary>\r
6419             A raw JSON value.\r
6420             </summary>\r
6421         </member>\r
6422         <member name="F:Newtonsoft.Json.Linq.JTokenType.Bytes">\r
6423             <summary>\r
6424             A collection of bytes value.\r
6425             </summary>\r
6426         </member>\r
6427         <member name="F:Newtonsoft.Json.Linq.JTokenType.Guid">\r
6428             <summary>\r
6429             A Guid value.\r
6430             </summary>\r
6431         </member>\r
6432         <member name="F:Newtonsoft.Json.Linq.JTokenType.Uri">\r
6433             <summary>\r
6434             A Uri value.\r
6435             </summary>\r
6436         </member>\r
6437         <member name="F:Newtonsoft.Json.Linq.JTokenType.TimeSpan">\r
6438             <summary>\r
6439             A TimeSpan value.\r
6440             </summary>\r
6441         </member>\r
6442         <member name="T:Newtonsoft.Json.Linq.JTokenWriter">\r
6443             <summary>\r
6444             Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.\r
6445             </summary>\r
6446         </member>\r
6447         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.#ctor(Newtonsoft.Json.Linq.JContainer)">\r
6448             <summary>\r
6449             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
6450             </summary>\r
6451             <param name="container">The container being written to.</param>\r
6452         </member>\r
6453         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.#ctor">\r
6454             <summary>\r
6455             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JTokenWriter"/> class.\r
6456             </summary>\r
6457         </member>\r
6458         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.Flush">\r
6459             <summary>\r
6460             Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.\r
6461             </summary>\r
6462         </member>\r
6463         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.Close">\r
6464             <summary>\r
6465             Closes this stream and the underlying stream.\r
6466             </summary>\r
6467         </member>\r
6468         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartObject">\r
6469             <summary>\r
6470             Writes the beginning of a JSON object.\r
6471             </summary>\r
6472         </member>\r
6473         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartArray">\r
6474             <summary>\r
6475             Writes the beginning of a JSON array.\r
6476             </summary>\r
6477         </member>\r
6478         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartConstructor(System.String)">\r
6479             <summary>\r
6480             Writes the start of a constructor with the given name.\r
6481             </summary>\r
6482             <param name="name">The name of the constructor.</param>\r
6483         </member>\r
6484         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteEnd(Newtonsoft.Json.JsonToken)">\r
6485             <summary>\r
6486             Writes the end.\r
6487             </summary>\r
6488             <param name="token">The token.</param>\r
6489         </member>\r
6490         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WritePropertyName(System.String)">\r
6491             <summary>\r
6492             Writes the property name of a name/value pair on a JSON object.\r
6493             </summary>\r
6494             <param name="name">The name of the property.</param>\r
6495         </member>\r
6496         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Object)">\r
6497             <summary>\r
6498             Writes a <see cref="T:System.Object"/> value.\r
6499             An error will raised if the value cannot be written as a single JSON token.\r
6500             </summary>\r
6501             <param name="value">The <see cref="T:System.Object"/> value to write.</param>\r
6502         </member>\r
6503         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteNull">\r
6504             <summary>\r
6505             Writes a null value.\r
6506             </summary>\r
6507         </member>\r
6508         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteUndefined">\r
6509             <summary>\r
6510             Writes an undefined value.\r
6511             </summary>\r
6512         </member>\r
6513         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteRaw(System.String)">\r
6514             <summary>\r
6515             Writes raw JSON.\r
6516             </summary>\r
6517             <param name="json">The raw JSON to write.</param>\r
6518         </member>\r
6519         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteComment(System.String)">\r
6520             <summary>\r
6521             Writes out a comment <code>/*...*/</code> containing the specified text.\r
6522             </summary>\r
6523             <param name="text">Text to place inside the comment.</param>\r
6524         </member>\r
6525         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.String)">\r
6526             <summary>\r
6527             Writes a <see cref="T:System.String"/> value.\r
6528             </summary>\r
6529             <param name="value">The <see cref="T:System.String"/> value to write.</param>\r
6530         </member>\r
6531         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int32)">\r
6532             <summary>\r
6533             Writes a <see cref="T:System.Int32"/> value.\r
6534             </summary>\r
6535             <param name="value">The <see cref="T:System.Int32"/> value to write.</param>\r
6536         </member>\r
6537         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt32)">\r
6538             <summary>\r
6539             Writes a <see cref="T:System.UInt32"/> value.\r
6540             </summary>\r
6541             <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>\r
6542         </member>\r
6543         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int64)">\r
6544             <summary>\r
6545             Writes a <see cref="T:System.Int64"/> value.\r
6546             </summary>\r
6547             <param name="value">The <see cref="T:System.Int64"/> value to write.</param>\r
6548         </member>\r
6549         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt64)">\r
6550             <summary>\r
6551             Writes a <see cref="T:System.UInt64"/> value.\r
6552             </summary>\r
6553             <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>\r
6554         </member>\r
6555         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Single)">\r
6556             <summary>\r
6557             Writes a <see cref="T:System.Single"/> value.\r
6558             </summary>\r
6559             <param name="value">The <see cref="T:System.Single"/> value to write.</param>\r
6560         </member>\r
6561         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Double)">\r
6562             <summary>\r
6563             Writes a <see cref="T:System.Double"/> value.\r
6564             </summary>\r
6565             <param name="value">The <see cref="T:System.Double"/> value to write.</param>\r
6566         </member>\r
6567         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Boolean)">\r
6568             <summary>\r
6569             Writes a <see cref="T:System.Boolean"/> value.\r
6570             </summary>\r
6571             <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>\r
6572         </member>\r
6573         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int16)">\r
6574             <summary>\r
6575             Writes a <see cref="T:System.Int16"/> value.\r
6576             </summary>\r
6577             <param name="value">The <see cref="T:System.Int16"/> value to write.</param>\r
6578         </member>\r
6579         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt16)">\r
6580             <summary>\r
6581             Writes a <see cref="T:System.UInt16"/> value.\r
6582             </summary>\r
6583             <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>\r
6584         </member>\r
6585         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Char)">\r
6586             <summary>\r
6587             Writes a <see cref="T:System.Char"/> value.\r
6588             </summary>\r
6589             <param name="value">The <see cref="T:System.Char"/> value to write.</param>\r
6590         </member>\r
6591         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Byte)">\r
6592             <summary>\r
6593             Writes a <see cref="T:System.Byte"/> value.\r
6594             </summary>\r
6595             <param name="value">The <see cref="T:System.Byte"/> value to write.</param>\r
6596         </member>\r
6597         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.SByte)">\r
6598             <summary>\r
6599             Writes a <see cref="T:System.SByte"/> value.\r
6600             </summary>\r
6601             <param name="value">The <see cref="T:System.SByte"/> value to write.</param>\r
6602         </member>\r
6603         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Decimal)">\r
6604             <summary>\r
6605             Writes a <see cref="T:System.Decimal"/> value.\r
6606             </summary>\r
6607             <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>\r
6608         </member>\r
6609         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.DateTime)">\r
6610             <summary>\r
6611             Writes a <see cref="T:System.DateTime"/> value.\r
6612             </summary>\r
6613             <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>\r
6614         </member>\r
6615         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.DateTimeOffset)">\r
6616             <summary>\r
6617             Writes a <see cref="T:System.DateTimeOffset"/> value.\r
6618             </summary>\r
6619             <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>\r
6620         </member>\r
6621         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Byte[])">\r
6622             <summary>\r
6623             Writes a <see cref="T:System.Byte"/>[] value.\r
6624             </summary>\r
6625             <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param>\r
6626         </member>\r
6627         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.TimeSpan)">\r
6628             <summary>\r
6629             Writes a <see cref="T:System.TimeSpan"/> value.\r
6630             </summary>\r
6631             <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>\r
6632         </member>\r
6633         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Guid)">\r
6634             <summary>\r
6635             Writes a <see cref="T:System.Guid"/> value.\r
6636             </summary>\r
6637             <param name="value">The <see cref="T:System.Guid"/> value to write.</param>\r
6638         </member>\r
6639         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Uri)">\r
6640             <summary>\r
6641             Writes a <see cref="T:System.Uri"/> value.\r
6642             </summary>\r
6643             <param name="value">The <see cref="T:System.Uri"/> value to write.</param>\r
6644         </member>\r
6645         <member name="P:Newtonsoft.Json.Linq.JTokenWriter.CurrentToken">\r
6646             <summary>\r
6647             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> at the writer's current position.\r
6648             </summary>\r
6649         </member>\r
6650         <member name="P:Newtonsoft.Json.Linq.JTokenWriter.Token">\r
6651             <summary>\r
6652             Gets the token being writen.\r
6653             </summary>\r
6654             <value>The token being writen.</value>\r
6655         </member>\r
6656         <member name="T:Newtonsoft.Json.Linq.MergeArrayHandling">\r
6657             <summary>\r
6658             Specifies how JSON arrays are merged together.\r
6659             </summary>\r
6660         </member>\r
6661         <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Concat">\r
6662             <summary>Concatenate arrays.</summary>\r
6663         </member>\r
6664         <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Union">\r
6665             <summary>Union arrays, skipping items that already exist.</summary>\r
6666         </member>\r
6667         <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Replace">\r
6668             <summary>Replace all array items.</summary>\r
6669         </member>\r
6670         <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Merge">\r
6671             <summary>Merge array items together, matched by index.</summary>\r
6672         </member>\r
6673         <member name="T:Newtonsoft.Json.MemberSerialization">\r
6674             <summary>\r
6675             Specifies the member serialization options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
6676             </summary>\r
6677         </member>\r
6678         <member name="F:Newtonsoft.Json.MemberSerialization.OptOut">\r
6679             <summary>\r
6680             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
6681             This is the default member serialization mode.\r
6682             </summary>\r
6683         </member>\r
6684         <member name="F:Newtonsoft.Json.MemberSerialization.OptIn">\r
6685             <summary>\r
6686             Only members must be marked with <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> or <see cref="T:System.Runtime.Serialization.DataMemberAttribute"/> are serialized.\r
6687             This member serialization mode can also be set by marking the class with <see cref="T:System.Runtime.Serialization.DataContractAttribute"/>.\r
6688             </summary>\r
6689         </member>\r
6690         <member name="F:Newtonsoft.Json.MemberSerialization.Fields">\r
6691             <summary>\r
6692             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
6693             This member serialization mode can also be set by marking the class with <see cref="T:System.SerializableAttribute"/>\r
6694             and setting IgnoreSerializableAttribute on <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> to false.\r
6695             </summary>\r
6696         </member>\r
6697         <member name="T:Newtonsoft.Json.MetadataPropertyHandling">\r
6698             <summary>\r
6699             Specifies metadata property handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
6700             </summary>\r
6701         </member>\r
6702         <member name="F:Newtonsoft.Json.MetadataPropertyHandling.Default">\r
6703             <summary>\r
6704             Read metadata properties located at the start of a JSON object.\r
6705             </summary>\r
6706         </member>\r
6707         <member name="F:Newtonsoft.Json.MetadataPropertyHandling.ReadAhead">\r
6708             <summary>\r
6709             Read metadata properties located anywhere in a JSON object. Note that this setting will impact performance.\r
6710             </summary>\r
6711         </member>\r
6712         <member name="F:Newtonsoft.Json.MetadataPropertyHandling.Ignore">\r
6713             <summary>\r
6714             Do not try to read metadata properties.\r
6715             </summary>\r
6716         </member>\r
6717         <member name="T:Newtonsoft.Json.MissingMemberHandling">\r
6718             <summary>\r
6719             Specifies missing member handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
6720             </summary>\r
6721         </member>\r
6722         <member name="F:Newtonsoft.Json.MissingMemberHandling.Ignore">\r
6723             <summary>\r
6724             Ignore a missing member and do not attempt to deserialize it.\r
6725             </summary>\r
6726         </member>\r
6727         <member name="F:Newtonsoft.Json.MissingMemberHandling.Error">\r
6728             <summary>\r
6729             Throw a <see cref="T:Newtonsoft.Json.JsonSerializationException"/> when a missing member is encountered during deserialization.\r
6730             </summary>\r
6731         </member>\r
6732         <member name="T:Newtonsoft.Json.NullValueHandling">\r
6733             <summary>\r
6734             Specifies null value handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
6735             </summary>\r
6736             <example>\r
6737               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeNullValueHandlingObject" title="NullValueHandling Class"/>\r
6738               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeNullValueHandlingExample" title="NullValueHandling Ignore Example"/>\r
6739             </example>\r
6740         </member>\r
6741         <member name="F:Newtonsoft.Json.NullValueHandling.Include">\r
6742             <summary>\r
6743             Include null values when serializing and deserializing objects.\r
6744             </summary>\r
6745         </member>\r
6746         <member name="F:Newtonsoft.Json.NullValueHandling.Ignore">\r
6747             <summary>\r
6748             Ignore null values when serializing and deserializing objects.\r
6749             </summary>\r
6750         </member>\r
6751         <member name="T:Newtonsoft.Json.ObjectCreationHandling">\r
6752             <summary>\r
6753             Specifies how object creation is handled by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
6754             </summary>\r
6755         </member>\r
6756         <member name="F:Newtonsoft.Json.ObjectCreationHandling.Auto">\r
6757             <summary>\r
6758             Reuse existing objects, create new objects when needed.\r
6759             </summary>\r
6760         </member>\r
6761         <member name="F:Newtonsoft.Json.ObjectCreationHandling.Reuse">\r
6762             <summary>\r
6763             Only reuse existing objects.\r
6764             </summary>\r
6765         </member>\r
6766         <member name="F:Newtonsoft.Json.ObjectCreationHandling.Replace">\r
6767             <summary>\r
6768             Always create new objects.\r
6769             </summary>\r
6770         </member>\r
6771         <member name="T:Newtonsoft.Json.PreserveReferencesHandling">\r
6772             <summary>\r
6773             Specifies reference handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
6774             Note that references cannot be preserved when a value is set via a non-default constructor such as types that implement ISerializable.\r
6775             </summary>\r
6776             <example>\r
6777               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="PreservingObjectReferencesOn" title="Preserve Object References"/>       \r
6778             </example>\r
6779         </member>\r
6780         <member name="F:Newtonsoft.Json.PreserveReferencesHandling.None">\r
6781             <summary>\r
6782             Do not preserve references when serializing types.\r
6783             </summary>\r
6784         </member>\r
6785         <member name="F:Newtonsoft.Json.PreserveReferencesHandling.Objects">\r
6786             <summary>\r
6787             Preserve references when serializing into a JSON object structure.\r
6788             </summary>\r
6789         </member>\r
6790         <member name="F:Newtonsoft.Json.PreserveReferencesHandling.Arrays">\r
6791             <summary>\r
6792             Preserve references when serializing into a JSON array structure.\r
6793             </summary>\r
6794         </member>\r
6795         <member name="F:Newtonsoft.Json.PreserveReferencesHandling.All">\r
6796             <summary>\r
6797             Preserve references when serializing.\r
6798             </summary>\r
6799         </member>\r
6800         <member name="T:Newtonsoft.Json.ReferenceLoopHandling">\r
6801             <summary>\r
6802             Specifies reference loop handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
6803             </summary>\r
6804         </member>\r
6805         <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Error">\r
6806             <summary>\r
6807             Throw a <see cref="T:Newtonsoft.Json.JsonSerializationException"/> when a loop is encountered.\r
6808             </summary>\r
6809         </member>\r
6810         <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Ignore">\r
6811             <summary>\r
6812             Ignore loop references and do not serialize.\r
6813             </summary>\r
6814         </member>\r
6815         <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Serialize">\r
6816             <summary>\r
6817             Serialize loop references.\r
6818             </summary>\r
6819         </member>\r
6820         <member name="T:Newtonsoft.Json.Required">\r
6821             <summary>\r
6822             Indicating whether a property is required.\r
6823             </summary>\r
6824         </member>\r
6825         <member name="F:Newtonsoft.Json.Required.Default">\r
6826             <summary>\r
6827             The property is not required. The default state.\r
6828             </summary>\r
6829         </member>\r
6830         <member name="F:Newtonsoft.Json.Required.AllowNull">\r
6831             <summary>\r
6832             The property must be defined in JSON but can be a null value.\r
6833             </summary>\r
6834         </member>\r
6835         <member name="F:Newtonsoft.Json.Required.Always">\r
6836             <summary>\r
6837             The property must be defined in JSON and cannot be a null value.\r
6838             </summary>\r
6839         </member>\r
6840         <member name="T:Newtonsoft.Json.Schema.Extensions">\r
6841             <summary>\r
6842             <para>\r
6843             Contains the JSON schema extension methods.\r
6844             </para>\r
6845             <note type="caution">\r
6846             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
6847             </note>\r
6848             </summary>\r
6849         </member>\r
6850         <member name="M:Newtonsoft.Json.Schema.Extensions.IsValid(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema)">\r
6851             <summary>\r
6852             <para>\r
6853             Determines whether the <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid.\r
6854             </para>\r
6855             <note type="caution">\r
6856             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
6857             </note>\r
6858             </summary>\r
6859             <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>\r
6860             <param name="schema">The schema to test with.</param>\r
6861             <returns>\r
6862                 <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid; otherwise, <c>false</c>.\r
6863             </returns>\r
6864         </member>\r
6865         <member name="M:Newtonsoft.Json.Schema.Extensions.IsValid(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema,System.Collections.Generic.IList{System.String}@)">\r
6866             <summary>\r
6867             <para>\r
6868             Determines whether the <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid.\r
6869             </para>\r
6870             <note type="caution">\r
6871             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
6872             </note>\r
6873             </summary>\r
6874             <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>\r
6875             <param name="schema">The schema to test with.</param>\r
6876             <param name="errorMessages">When this method returns, contains any error messages generated while validating. </param>\r
6877             <returns>\r
6878                 <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid; otherwise, <c>false</c>.\r
6879             </returns>\r
6880         </member>\r
6881         <member name="M:Newtonsoft.Json.Schema.Extensions.Validate(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema)">\r
6882             <summary>\r
6883             <para>\r
6884             Validates the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
6885             </para>\r
6886             <note type="caution">\r
6887             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
6888             </note>\r
6889             </summary>\r
6890             <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>\r
6891             <param name="schema">The schema to test with.</param>\r
6892         </member>\r
6893         <member name="M:Newtonsoft.Json.Schema.Extensions.Validate(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema,Newtonsoft.Json.Schema.ValidationEventHandler)">\r
6894             <summary>\r
6895             <para>\r
6896             Validates the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
6897             </para>\r
6898             <note type="caution">\r
6899             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
6900             </note>\r
6901             </summary>\r
6902             <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>\r
6903             <param name="schema">The schema to test with.</param>\r
6904             <param name="validationEventHandler">The validation event handler.</param>\r
6905         </member>\r
6906         <member name="T:Newtonsoft.Json.Schema.JsonSchema">\r
6907             <summary>\r
6908             <para>\r
6909             An in-memory representation of a JSON Schema.\r
6910             </para>\r
6911             <note type="caution">\r
6912             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
6913             </note>\r
6914             </summary>\r
6915         </member>\r
6916         <member name="M:Newtonsoft.Json.Schema.JsonSchema.#ctor">\r
6917             <summary>\r
6918             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> class.\r
6919             </summary>\r
6920         </member>\r
6921         <member name="M:Newtonsoft.Json.Schema.JsonSchema.Read(Newtonsoft.Json.JsonReader)">\r
6922             <summary>\r
6923             Reads a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.\r
6924             </summary>\r
6925             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the JSON Schema to read.</param>\r
6926             <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> object representing the JSON Schema.</returns>\r
6927         </member>\r
6928         <member name="M:Newtonsoft.Json.Schema.JsonSchema.Read(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Schema.JsonSchemaResolver)">\r
6929             <summary>\r
6930             Reads a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.\r
6931             </summary>\r
6932             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the JSON Schema to read.</param>\r
6933             <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> to use when resolving schema references.</param>\r
6934             <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> object representing the JSON Schema.</returns>\r
6935         </member>\r
6936         <member name="M:Newtonsoft.Json.Schema.JsonSchema.Parse(System.String)">\r
6937             <summary>\r
6938             Load a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from a string that contains schema JSON.\r
6939             </summary>\r
6940             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>\r
6941             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> populated from the string that contains JSON.</returns>\r
6942         </member>\r
6943         <member name="M:Newtonsoft.Json.Schema.JsonSchema.Parse(System.String,Newtonsoft.Json.Schema.JsonSchemaResolver)">\r
6944             <summary>\r
6945             Parses the specified json.\r
6946             </summary>\r
6947             <param name="json">The json.</param>\r
6948             <param name="resolver">The resolver.</param>\r
6949             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> populated from the string that contains JSON.</returns>\r
6950         </member>\r
6951         <member name="M:Newtonsoft.Json.Schema.JsonSchema.WriteTo(Newtonsoft.Json.JsonWriter)">\r
6952             <summary>\r
6953             Writes this schema to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.\r
6954             </summary>\r
6955             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>\r
6956         </member>\r
6957         <member name="M:Newtonsoft.Json.Schema.JsonSchema.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.Schema.JsonSchemaResolver)">\r
6958             <summary>\r
6959             Writes this schema to a <see cref="T:Newtonsoft.Json.JsonWriter"/> using the specified <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/>.\r
6960             </summary>\r
6961             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>\r
6962             <param name="resolver">The resolver used.</param>\r
6963         </member>\r
6964         <member name="M:Newtonsoft.Json.Schema.JsonSchema.ToString">\r
6965             <summary>\r
6966             Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.\r
6967             </summary>\r
6968             <returns>\r
6969             A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.\r
6970             </returns>\r
6971         </member>\r
6972         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Id">\r
6973             <summary>\r
6974             Gets or sets the id.\r
6975             </summary>\r
6976         </member>\r
6977         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Title">\r
6978             <summary>\r
6979             Gets or sets the title.\r
6980             </summary>\r
6981         </member>\r
6982         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Required">\r
6983             <summary>\r
6984             Gets or sets whether the object is required.\r
6985             </summary>\r
6986         </member>\r
6987         <member name="P:Newtonsoft.Json.Schema.JsonSchema.ReadOnly">\r
6988             <summary>\r
6989             Gets or sets whether the object is read only.\r
6990             </summary>\r
6991         </member>\r
6992         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Hidden">\r
6993             <summary>\r
6994             Gets or sets whether the object is visible to users.\r
6995             </summary>\r
6996         </member>\r
6997         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Transient">\r
6998             <summary>\r
6999             Gets or sets whether the object is transient.\r
7000             </summary>\r
7001         </member>\r
7002         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Description">\r
7003             <summary>\r
7004             Gets or sets the description of the object.\r
7005             </summary>\r
7006         </member>\r
7007         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Type">\r
7008             <summary>\r
7009             Gets or sets the types of values allowed by the object.\r
7010             </summary>\r
7011             <value>The type.</value>\r
7012         </member>\r
7013         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Pattern">\r
7014             <summary>\r
7015             Gets or sets the pattern.\r
7016             </summary>\r
7017             <value>The pattern.</value>\r
7018         </member>\r
7019         <member name="P:Newtonsoft.Json.Schema.JsonSchema.MinimumLength">\r
7020             <summary>\r
7021             Gets or sets the minimum length.\r
7022             </summary>\r
7023             <value>The minimum length.</value>\r
7024         </member>\r
7025         <member name="P:Newtonsoft.Json.Schema.JsonSchema.MaximumLength">\r
7026             <summary>\r
7027             Gets or sets the maximum length.\r
7028             </summary>\r
7029             <value>The maximum length.</value>\r
7030         </member>\r
7031         <member name="P:Newtonsoft.Json.Schema.JsonSchema.DivisibleBy">\r
7032             <summary>\r
7033             Gets or sets a number that the value should be divisble by.\r
7034             </summary>\r
7035             <value>A number that the value should be divisble by.</value>\r
7036         </member>\r
7037         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Minimum">\r
7038             <summary>\r
7039             Gets or sets the minimum.\r
7040             </summary>\r
7041             <value>The minimum.</value>\r
7042         </member>\r
7043         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Maximum">\r
7044             <summary>\r
7045             Gets or sets the maximum.\r
7046             </summary>\r
7047             <value>The maximum.</value>\r
7048         </member>\r
7049         <member name="P:Newtonsoft.Json.Schema.JsonSchema.ExclusiveMinimum">\r
7050             <summary>\r
7051             Gets or sets a flag indicating whether the value can not equal the number defined by the "minimum" attribute.\r
7052             </summary>\r
7053             <value>A flag indicating whether the value can not equal the number defined by the "minimum" attribute.</value>\r
7054         </member>\r
7055         <member name="P:Newtonsoft.Json.Schema.JsonSchema.ExclusiveMaximum">\r
7056             <summary>\r
7057             Gets or sets a flag indicating whether the value can not equal the number defined by the "maximum" attribute.\r
7058             </summary>\r
7059             <value>A flag indicating whether the value can not equal the number defined by the "maximum" attribute.</value>\r
7060         </member>\r
7061         <member name="P:Newtonsoft.Json.Schema.JsonSchema.MinimumItems">\r
7062             <summary>\r
7063             Gets or sets the minimum number of items.\r
7064             </summary>\r
7065             <value>The minimum number of items.</value>\r
7066         </member>\r
7067         <member name="P:Newtonsoft.Json.Schema.JsonSchema.MaximumItems">\r
7068             <summary>\r
7069             Gets or sets the maximum number of items.\r
7070             </summary>\r
7071             <value>The maximum number of items.</value>\r
7072         </member>\r
7073         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Items">\r
7074             <summary>\r
7075             Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of items.\r
7076             </summary>\r
7077             <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of items.</value>\r
7078         </member>\r
7079         <member name="P:Newtonsoft.Json.Schema.JsonSchema.PositionalItemsValidation">\r
7080             <summary>\r
7081             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
7082             </summary>\r
7083             <value>\r
7084                 <c>true</c> if items are validated using their array position; otherwise, <c>false</c>.\r
7085             </value>\r
7086         </member>\r
7087         <member name="P:Newtonsoft.Json.Schema.JsonSchema.AdditionalItems">\r
7088             <summary>\r
7089             Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional items.\r
7090             </summary>\r
7091             <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional items.</value>\r
7092         </member>\r
7093         <member name="P:Newtonsoft.Json.Schema.JsonSchema.AllowAdditionalItems">\r
7094             <summary>\r
7095             Gets or sets a value indicating whether additional items are allowed.\r
7096             </summary>\r
7097             <value>\r
7098                 <c>true</c> if additional items are allowed; otherwise, <c>false</c>.\r
7099             </value>\r
7100         </member>\r
7101         <member name="P:Newtonsoft.Json.Schema.JsonSchema.UniqueItems">\r
7102             <summary>\r
7103             Gets or sets whether the array items must be unique.\r
7104             </summary>\r
7105         </member>\r
7106         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Properties">\r
7107             <summary>\r
7108             Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of properties.\r
7109             </summary>\r
7110             <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of properties.</value>\r
7111         </member>\r
7112         <member name="P:Newtonsoft.Json.Schema.JsonSchema.AdditionalProperties">\r
7113             <summary>\r
7114             Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional properties.\r
7115             </summary>\r
7116             <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional properties.</value>\r
7117         </member>\r
7118         <member name="P:Newtonsoft.Json.Schema.JsonSchema.PatternProperties">\r
7119             <summary>\r
7120             Gets or sets the pattern properties.\r
7121             </summary>\r
7122             <value>The pattern properties.</value>\r
7123         </member>\r
7124         <member name="P:Newtonsoft.Json.Schema.JsonSchema.AllowAdditionalProperties">\r
7125             <summary>\r
7126             Gets or sets a value indicating whether additional properties are allowed.\r
7127             </summary>\r
7128             <value>\r
7129                 <c>true</c> if additional properties are allowed; otherwise, <c>false</c>.\r
7130             </value>\r
7131         </member>\r
7132         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Requires">\r
7133             <summary>\r
7134             Gets or sets the required property if this property is present.\r
7135             </summary>\r
7136             <value>The required property if this property is present.</value>\r
7137         </member>\r
7138         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Enum">\r
7139             <summary>\r
7140             Gets or sets the a collection of valid enum values allowed.\r
7141             </summary>\r
7142             <value>A collection of valid enum values allowed.</value>\r
7143         </member>\r
7144         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Disallow">\r
7145             <summary>\r
7146             Gets or sets disallowed types.\r
7147             </summary>\r
7148             <value>The disallow types.</value>\r
7149         </member>\r
7150         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Default">\r
7151             <summary>\r
7152             Gets or sets the default value.\r
7153             </summary>\r
7154             <value>The default value.</value>\r
7155         </member>\r
7156         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Extends">\r
7157             <summary>\r
7158             Gets or sets the collection of <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> that this schema extends.\r
7159             </summary>\r
7160             <value>The collection of <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> that this schema extends.</value>\r
7161         </member>\r
7162         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Format">\r
7163             <summary>\r
7164             Gets or sets the format.\r
7165             </summary>\r
7166             <value>The format.</value>\r
7167         </member>\r
7168         <member name="T:Newtonsoft.Json.Schema.JsonSchemaException">\r
7169             <summary>\r
7170             <para>\r
7171             Returns detailed information about the schema exception.\r
7172             </para>\r
7173             <note type="caution">\r
7174             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
7175             </note>\r
7176             </summary>\r
7177         </member>\r
7178         <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor">\r
7179             <summary>\r
7180             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class.\r
7181             </summary>\r
7182         </member>\r
7183         <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.String)">\r
7184             <summary>\r
7185             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class\r
7186             with a specified error message.\r
7187             </summary>\r
7188             <param name="message">The error message that explains the reason for the exception.</param>\r
7189         </member>\r
7190         <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.String,System.Exception)">\r
7191             <summary>\r
7192             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class\r
7193             with a specified error message and a reference to the inner exception that is the cause of this exception.\r
7194             </summary>\r
7195             <param name="message">The error message that explains the reason for the exception.</param>\r
7196             <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
7197         </member>\r
7198         <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">\r
7199             <summary>\r
7200             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class.\r
7201             </summary>\r
7202             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>\r
7203             <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>\r
7204             <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception>\r
7205             <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception>\r
7206         </member>\r
7207         <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.LineNumber">\r
7208             <summary>\r
7209             Gets the line number indicating where the error occurred.\r
7210             </summary>\r
7211             <value>The line number indicating where the error occurred.</value>\r
7212         </member>\r
7213         <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.LinePosition">\r
7214             <summary>\r
7215             Gets the line position indicating where the error occurred.\r
7216             </summary>\r
7217             <value>The line position indicating where the error occurred.</value>\r
7218         </member>\r
7219         <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.Path">\r
7220             <summary>\r
7221             Gets the path to the JSON where the error occurred.\r
7222             </summary>\r
7223             <value>The path to the JSON where the error occurred.</value>\r
7224         </member>\r
7225         <member name="T:Newtonsoft.Json.Schema.JsonSchemaGenerator">\r
7226             <summary>\r
7227             <para>\r
7228             Generates a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from a specified <see cref="T:System.Type"/>.\r
7229             </para>\r
7230             <note type="caution">\r
7231             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
7232             </note>\r
7233             </summary>\r
7234         </member>\r
7235         <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type)">\r
7236             <summary>\r
7237             Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.\r
7238             </summary>\r
7239             <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>\r
7240             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>\r
7241         </member>\r
7242         <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,Newtonsoft.Json.Schema.JsonSchemaResolver)">\r
7243             <summary>\r
7244             Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.\r
7245             </summary>\r
7246             <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>\r
7247             <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> used to resolve schema references.</param>\r
7248             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>\r
7249         </member>\r
7250         <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,System.Boolean)">\r
7251             <summary>\r
7252             Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.\r
7253             </summary>\r
7254             <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>\r
7255             <param name="rootSchemaNullable">Specify whether the generated root <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> will be nullable.</param>\r
7256             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>\r
7257         </member>\r
7258         <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,Newtonsoft.Json.Schema.JsonSchemaResolver,System.Boolean)">\r
7259             <summary>\r
7260             Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.\r
7261             </summary>\r
7262             <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>\r
7263             <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> used to resolve schema references.</param>\r
7264             <param name="rootSchemaNullable">Specify whether the generated root <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> will be nullable.</param>\r
7265             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>\r
7266         </member>\r
7267         <member name="P:Newtonsoft.Json.Schema.JsonSchemaGenerator.UndefinedSchemaIdHandling">\r
7268             <summary>\r
7269             Gets or sets how undefined schemas are handled by the serializer.\r
7270             </summary>\r
7271         </member>\r
7272         <member name="P:Newtonsoft.Json.Schema.JsonSchemaGenerator.ContractResolver">\r
7273             <summary>\r
7274             Gets or sets the contract resolver.\r
7275             </summary>\r
7276             <value>The contract resolver.</value>\r
7277         </member>\r
7278         <member name="T:Newtonsoft.Json.Schema.JsonSchemaResolver">\r
7279             <summary>\r
7280             <para>\r
7281             Resolves <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from an id.\r
7282             </para>\r
7283             <note type="caution">\r
7284             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
7285             </note>\r
7286             </summary>\r
7287         </member>\r
7288         <member name="M:Newtonsoft.Json.Schema.JsonSchemaResolver.#ctor">\r
7289             <summary>\r
7290             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> class.\r
7291             </summary>\r
7292         </member>\r
7293         <member name="M:Newtonsoft.Json.Schema.JsonSchemaResolver.GetSchema(System.String)">\r
7294             <summary>\r
7295             Gets a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> for the specified reference.\r
7296             </summary>\r
7297             <param name="reference">The id.</param>\r
7298             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> for the specified reference.</returns>\r
7299         </member>\r
7300         <member name="P:Newtonsoft.Json.Schema.JsonSchemaResolver.LoadedSchemas">\r
7301             <summary>\r
7302             Gets or sets the loaded schemas.\r
7303             </summary>\r
7304             <value>The loaded schemas.</value>\r
7305         </member>\r
7306         <member name="T:Newtonsoft.Json.Schema.JsonSchemaType">\r
7307             <summary>\r
7308             <para>\r
7309             The value types allowed by the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/>.\r
7310             </para>\r
7311             <note type="caution">\r
7312             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
7313             </note>\r
7314             </summary>\r
7315         </member>\r
7316         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.None">\r
7317             <summary>\r
7318             No type specified.\r
7319             </summary>\r
7320         </member>\r
7321         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.String">\r
7322             <summary>\r
7323             String type.\r
7324             </summary>\r
7325         </member>\r
7326         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Float">\r
7327             <summary>\r
7328             Float type.\r
7329             </summary>\r
7330         </member>\r
7331         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Integer">\r
7332             <summary>\r
7333             Integer type.\r
7334             </summary>\r
7335         </member>\r
7336         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Boolean">\r
7337             <summary>\r
7338             Boolean type.\r
7339             </summary>\r
7340         </member>\r
7341         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Object">\r
7342             <summary>\r
7343             Object type.\r
7344             </summary>\r
7345         </member>\r
7346         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Array">\r
7347             <summary>\r
7348             Array type.\r
7349             </summary>\r
7350         </member>\r
7351         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Null">\r
7352             <summary>\r
7353             Null type.\r
7354             </summary>\r
7355         </member>\r
7356         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Any">\r
7357             <summary>\r
7358             Any type.\r
7359             </summary>\r
7360         </member>\r
7361         <member name="T:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling">\r
7362             <summary>\r
7363             <para>\r
7364             Specifies undefined schema Id handling options for the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaGenerator"/>.\r
7365             </para>\r
7366             <note type="caution">\r
7367             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
7368             </note>\r
7369             </summary>\r
7370         </member>\r
7371         <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.None">\r
7372             <summary>\r
7373             Do not infer a schema Id.\r
7374             </summary>\r
7375         </member>\r
7376         <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.UseTypeName">\r
7377             <summary>\r
7378             Use the .NET type name as the schema Id.\r
7379             </summary>\r
7380         </member>\r
7381         <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.UseAssemblyQualifiedName">\r
7382             <summary>\r
7383             Use the assembly qualified .NET type name as the schema Id.\r
7384             </summary>\r
7385         </member>\r
7386         <member name="T:Newtonsoft.Json.Schema.ValidationEventArgs">\r
7387             <summary>\r
7388             <para>\r
7389             Returns detailed information related to the <see cref="T:Newtonsoft.Json.Schema.ValidationEventHandler"/>.\r
7390             </para>\r
7391             <note type="caution">\r
7392             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
7393             </note>\r
7394             </summary>\r
7395         </member>\r
7396         <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Exception">\r
7397             <summary>\r
7398             Gets the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> associated with the validation error.\r
7399             </summary>\r
7400             <value>The JsonSchemaException associated with the validation error.</value>\r
7401         </member>\r
7402         <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Path">\r
7403             <summary>\r
7404             Gets the path of the JSON location where the validation error occurred.\r
7405             </summary>\r
7406             <value>The path of the JSON location where the validation error occurred.</value>\r
7407         </member>\r
7408         <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Message">\r
7409             <summary>\r
7410             Gets the text description corresponding to the validation error.\r
7411             </summary>\r
7412             <value>The text description.</value>\r
7413         </member>\r
7414         <member name="T:Newtonsoft.Json.Schema.ValidationEventHandler">\r
7415             <summary>\r
7416             <para>\r
7417             Represents the callback method that will handle JSON schema validation events and the <see cref="T:Newtonsoft.Json.Schema.ValidationEventArgs"/>.\r
7418             </para>\r
7419             <note type="caution">\r
7420             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
7421             </note>\r
7422             </summary>\r
7423         </member>\r
7424         <member name="T:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver">\r
7425             <summary>\r
7426             Resolves member mappings for a type, camel casing property names.\r
7427             </summary>\r
7428         </member>\r
7429         <member name="T:Newtonsoft.Json.Serialization.DefaultContractResolver">\r
7430             <summary>\r
7431             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
7432             </summary>\r
7433         </member>\r
7434         <member name="T:Newtonsoft.Json.Serialization.IContractResolver">\r
7435             <summary>\r
7436             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
7437             </summary>\r
7438             <example>\r
7439               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeContractResolverObject" title="IContractResolver Class"/>\r
7440               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeContractResolverExample" title="IContractResolver Example"/>\r
7441             </example>\r
7442         </member>\r
7443         <member name="M:Newtonsoft.Json.Serialization.IContractResolver.ResolveContract(System.Type)">\r
7444             <summary>\r
7445             Resolves the contract for a given type.\r
7446             </summary>\r
7447             <param name="type">The type to resolve a contract for.</param>\r
7448             <returns>The contract for a given type.</returns>\r
7449         </member>\r
7450         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.#ctor">\r
7451             <summary>\r
7452             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> class.\r
7453             </summary>\r
7454         </member>\r
7455         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.#ctor(System.Boolean)">\r
7456             <summary>\r
7457             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> class.\r
7458             </summary>\r
7459             <param name="shareCache">\r
7460             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
7461             Sharing the cache will significantly improve performance with multiple resolver instances because expensive reflection will only\r
7462             happen once. This setting can cause unexpected behavior if different instances of the resolver are suppose to produce different\r
7463             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
7464             </param>\r
7465         </member>\r
7466         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContract(System.Type)">\r
7467             <summary>\r
7468             Resolves the contract for a given type.\r
7469             </summary>\r
7470             <param name="type">The type to resolve a contract for.</param>\r
7471             <returns>The contract for a given type.</returns>\r
7472         </member>\r
7473         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.GetSerializableMembers(System.Type)">\r
7474             <summary>\r
7475             Gets the serializable members for the type.\r
7476             </summary>\r
7477             <param name="objectType">The type to get serializable members for.</param>\r
7478             <returns>The serializable members for the type.</returns>\r
7479         </member>\r
7480         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateObjectContract(System.Type)">\r
7481             <summary>\r
7482             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> for the given type.\r
7483             </summary>\r
7484             <param name="objectType">Type of the object.</param>\r
7485             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> for the given type.</returns>\r
7486         </member>\r
7487         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateConstructorParameters(System.Reflection.ConstructorInfo,Newtonsoft.Json.Serialization.JsonPropertyCollection)">\r
7488             <summary>\r
7489             Creates the constructor parameters.\r
7490             </summary>\r
7491             <param name="constructor">The constructor to create properties for.</param>\r
7492             <param name="memberProperties">The type's member properties.</param>\r
7493             <returns>Properties for the given <see cref="T:System.Reflection.ConstructorInfo"/>.</returns>\r
7494         </member>\r
7495         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreatePropertyFromConstructorParameter(Newtonsoft.Json.Serialization.JsonProperty,System.Reflection.ParameterInfo)">\r
7496             <summary>\r
7497             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.ParameterInfo"/>.\r
7498             </summary>\r
7499             <param name="matchingMemberProperty">The matching member property.</param>\r
7500             <param name="parameterInfo">The constructor parameter.</param>\r
7501             <returns>A created <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.ParameterInfo"/>.</returns>\r
7502         </member>\r
7503         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContractConverter(System.Type)">\r
7504             <summary>\r
7505             Resolves the default <see cref="T:Newtonsoft.Json.JsonConverter"/> for the contract.\r
7506             </summary>\r
7507             <param name="objectType">Type of the object.</param>\r
7508             <returns>The contract's default <see cref="T:Newtonsoft.Json.JsonConverter"/>.</returns>\r
7509         </member>\r
7510         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateDictionaryContract(System.Type)">\r
7511             <summary>\r
7512             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> for the given type.\r
7513             </summary>\r
7514             <param name="objectType">Type of the object.</param>\r
7515             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> for the given type.</returns>\r
7516         </member>\r
7517         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateArrayContract(System.Type)">\r
7518             <summary>\r
7519             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> for the given type.\r
7520             </summary>\r
7521             <param name="objectType">Type of the object.</param>\r
7522             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> for the given type.</returns>\r
7523         </member>\r
7524         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreatePrimitiveContract(System.Type)">\r
7525             <summary>\r
7526             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> for the given type.\r
7527             </summary>\r
7528             <param name="objectType">Type of the object.</param>\r
7529             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> for the given type.</returns>\r
7530         </member>\r
7531         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateLinqContract(System.Type)">\r
7532             <summary>\r
7533             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> for the given type.\r
7534             </summary>\r
7535             <param name="objectType">Type of the object.</param>\r
7536             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> for the given type.</returns>\r
7537         </member>\r
7538         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateISerializableContract(System.Type)">\r
7539             <summary>\r
7540             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonISerializableContract"/> for the given type.\r
7541             </summary>\r
7542             <param name="objectType">Type of the object.</param>\r
7543             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonISerializableContract"/> for the given type.</returns>\r
7544         </member>\r
7545         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateDynamicContract(System.Type)">\r
7546             <summary>\r
7547             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonDynamicContract"/> for the given type.\r
7548             </summary>\r
7549             <param name="objectType">Type of the object.</param>\r
7550             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonDynamicContract"/> for the given type.</returns>\r
7551         </member>\r
7552         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateStringContract(System.Type)">\r
7553             <summary>\r
7554             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> for the given type.\r
7555             </summary>\r
7556             <param name="objectType">Type of the object.</param>\r
7557             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> for the given type.</returns>\r
7558         </member>\r
7559         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateContract(System.Type)">\r
7560             <summary>\r
7561             Determines which contract type is created for the given type.\r
7562             </summary>\r
7563             <param name="objectType">Type of the object.</param>\r
7564             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/> for the given type.</returns>\r
7565         </member>\r
7566         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateProperties(System.Type,Newtonsoft.Json.MemberSerialization)">\r
7567             <summary>\r
7568             Creates properties for the given <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/>.\r
7569             </summary>\r
7570             <param name="type">The type to create properties for.</param>\r
7571             /// <param name="memberSerialization">The member serialization mode for the type.</param>\r
7572             <returns>Properties for the given <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/>.</returns>\r
7573         </member>\r
7574         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateMemberValueProvider(System.Reflection.MemberInfo)">\r
7575             <summary>\r
7576             Creates the <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> used by the serializer to get and set values from a member.\r
7577             </summary>\r
7578             <param name="member">The member.</param>\r
7579             <returns>The <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> used by the serializer to get and set values from a member.</returns>\r
7580         </member>\r
7581         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateProperty(System.Reflection.MemberInfo,Newtonsoft.Json.MemberSerialization)">\r
7582             <summary>\r
7583             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.MemberInfo"/>.\r
7584             </summary>\r
7585             <param name="memberSerialization">The member's parent <see cref="T:Newtonsoft.Json.MemberSerialization"/>.</param>\r
7586             <param name="member">The member to create a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for.</param>\r
7587             <returns>A created <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.MemberInfo"/>.</returns>\r
7588         </member>\r
7589         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolvePropertyName(System.String)">\r
7590             <summary>\r
7591             Resolves the name of the property.\r
7592             </summary>\r
7593             <param name="propertyName">Name of the property.</param>\r
7594             <returns>Resolved name of the property.</returns>\r
7595         </member>\r
7596         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveDictionaryKey(System.String)">\r
7597             <summary>\r
7598             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
7599             </summary>\r
7600             <param name="dictionaryKey">Key of the dictionary.</param>\r
7601             <returns>Resolved key of the dictionary.</returns>\r
7602         </member>\r
7603         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.GetResolvedPropertyName(System.String)">\r
7604             <summary>\r
7605             Gets the resolved name of the property.\r
7606             </summary>\r
7607             <param name="propertyName">Name of the property.</param>\r
7608             <returns>Name of the property.</returns>\r
7609         </member>\r
7610         <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.DynamicCodeGeneration">\r
7611             <summary>\r
7612             Gets a value indicating whether members are being get and set using dynamic code generation.\r
7613             This value is determined by the runtime permissions available.\r
7614             </summary>\r
7615             <value>\r
7616                 <c>true</c> if using dynamic code generation; otherwise, <c>false</c>.\r
7617             </value>\r
7618         </member>\r
7619         <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.DefaultMembersSearchFlags">\r
7620             <summary>\r
7621             Gets or sets the default members search flags.\r
7622             </summary>\r
7623             <value>The default members search flags.</value>\r
7624         </member>\r
7625         <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.SerializeCompilerGeneratedMembers">\r
7626             <summary>\r
7627             Gets or sets a value indicating whether compiler generated members should be serialized.\r
7628             </summary>\r
7629             <value>\r
7630                 <c>true</c> if serialized compiler generated members; otherwise, <c>false</c>.\r
7631             </value>\r
7632         </member>\r
7633         <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.IgnoreSerializableInterface">\r
7634             <summary>\r
7635             Gets or sets a value indicating whether to ignore the <see cref="T:System.Runtime.Serialization.ISerializable"/> interface when serializing and deserializing types.\r
7636             </summary>\r
7637             <value>\r
7638                 <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
7639             </value>\r
7640         </member>\r
7641         <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.IgnoreSerializableAttribute">\r
7642             <summary>\r
7643             Gets or sets a value indicating whether to ignore the <see cref="T:System.SerializableAttribute"/> attribute when serializing and deserializing types.\r
7644             </summary>\r
7645             <value>\r
7646                 <c>true</c> if the <see cref="T:System.SerializableAttribute"/> attribute will be ignored when serializing and deserializing types; otherwise, <c>false</c>.\r
7647             </value>\r
7648         </member>\r
7649         <member name="M:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver.#ctor">\r
7650             <summary>\r
7651             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver"/> class.\r
7652             </summary>\r
7653         </member>\r
7654         <member name="M:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver.ResolvePropertyName(System.String)">\r
7655             <summary>\r
7656             Resolves the name of the property.\r
7657             </summary>\r
7658             <param name="propertyName">Name of the property.</param>\r
7659             <returns>The property name camel cased.</returns>\r
7660         </member>\r
7661         <member name="T:Newtonsoft.Json.Serialization.IReferenceResolver">\r
7662             <summary>\r
7663             Used to resolve references when serializing and deserializing JSON by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
7664             </summary>\r
7665         </member>\r
7666         <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.ResolveReference(System.Object,System.String)">\r
7667             <summary>\r
7668             Resolves a reference to its object.\r
7669             </summary>\r
7670             <param name="context">The serialization context.</param>\r
7671             <param name="reference">The reference to resolve.</param>\r
7672             <returns>The object that</returns>\r
7673         </member>\r
7674         <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.GetReference(System.Object,System.Object)">\r
7675             <summary>\r
7676             Gets the reference for the sepecified object.\r
7677             </summary>\r
7678             <param name="context">The serialization context.</param>\r
7679             <param name="value">The object to get a reference for.</param>\r
7680             <returns>The reference to the object.</returns>\r
7681         </member>\r
7682         <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.IsReferenced(System.Object,System.Object)">\r
7683             <summary>\r
7684             Determines whether the specified object is referenced.\r
7685             </summary>\r
7686             <param name="context">The serialization context.</param>\r
7687             <param name="value">The object to test for a reference.</param>\r
7688             <returns>\r
7689                 <c>true</c> if the specified object is referenced; otherwise, <c>false</c>.\r
7690             </returns>\r
7691         </member>\r
7692         <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.AddReference(System.Object,System.String,System.Object)">\r
7693             <summary>\r
7694             Adds a reference to the specified object.\r
7695             </summary>\r
7696             <param name="context">The serialization context.</param>\r
7697             <param name="reference">The reference.</param>\r
7698             <param name="value">The object to reference.</param>\r
7699         </member>\r
7700         <member name="T:Newtonsoft.Json.Serialization.DefaultSerializationBinder">\r
7701             <summary>\r
7702             The default serialization binder used when resolving and loading classes from type names.\r
7703             </summary>\r
7704         </member>\r
7705         <member name="M:Newtonsoft.Json.Serialization.DefaultSerializationBinder.BindToType(System.String,System.String)">\r
7706             <summary>\r
7707             When overridden in a derived class, controls the binding of a serialized object to a type.\r
7708             </summary>\r
7709             <param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object.</param>\r
7710             <param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object.</param>\r
7711             <returns>\r
7712             The type of the object the formatter creates a new instance of.\r
7713             </returns>\r
7714         </member>\r
7715         <member name="M:Newtonsoft.Json.Serialization.DefaultSerializationBinder.BindToName(System.Type,System.String@,System.String@)">\r
7716             <summary>\r
7717             When overridden in a derived class, controls the binding of a serialized object to a type.\r
7718             </summary>\r
7719             <param name="serializedType">The type of the object the formatter creates a new instance of.</param>\r
7720             <param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object. </param>\r
7721             <param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object. </param>\r
7722         </member>\r
7723         <member name="T:Newtonsoft.Json.Serialization.DiagnosticsTraceWriter">\r
7724             <summary>\r
7725             Represents a trace writer that writes to the application's <see cref="T:System.Diagnostics.TraceListener"/> instances.\r
7726             </summary>\r
7727         </member>\r
7728         <member name="T:Newtonsoft.Json.Serialization.ITraceWriter">\r
7729             <summary>\r
7730             Represents a trace writer.\r
7731             </summary>\r
7732         </member>\r
7733         <member name="M:Newtonsoft.Json.Serialization.ITraceWriter.Trace(System.Diagnostics.TraceLevel,System.String,System.Exception)">\r
7734             <summary>\r
7735             Writes the specified trace level, message and optional exception.\r
7736             </summary>\r
7737             <param name="level">The <see cref="T:System.Diagnostics.TraceLevel"/> at which to write this trace.</param>\r
7738             <param name="message">The trace message.</param>\r
7739             <param name="ex">The trace exception. This parameter is optional.</param>\r
7740         </member>\r
7741         <member name="P:Newtonsoft.Json.Serialization.ITraceWriter.LevelFilter">\r
7742             <summary>\r
7743             Gets the <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.\r
7744             For example a filter level of <code>Info</code> will exclude <code>Verbose</code> messages and include <code>Info</code>,\r
7745             <code>Warning</code> and <code>Error</code> messages.\r
7746             </summary>\r
7747             <value>The <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.</value>\r
7748         </member>\r
7749         <member name="M:Newtonsoft.Json.Serialization.DiagnosticsTraceWriter.Trace(System.Diagnostics.TraceLevel,System.String,System.Exception)">\r
7750             <summary>\r
7751             Writes the specified trace level, message and optional exception.\r
7752             </summary>\r
7753             <param name="level">The <see cref="T:System.Diagnostics.TraceLevel"/> at which to write this trace.</param>\r
7754             <param name="message">The trace message.</param>\r
7755             <param name="ex">The trace exception. This parameter is optional.</param>\r
7756         </member>\r
7757         <member name="P:Newtonsoft.Json.Serialization.DiagnosticsTraceWriter.LevelFilter">\r
7758             <summary>\r
7759             Gets the <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.\r
7760             For example a filter level of <code>Info</code> will exclude <code>Verbose</code> messages and include <code>Info</code>,\r
7761             <code>Warning</code> and <code>Error</code> messages.\r
7762             </summary>\r
7763             <value>\r
7764             The <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.\r
7765             </value>\r
7766         </member>\r
7767         <member name="T:Newtonsoft.Json.Serialization.DynamicValueProvider">\r
7768             <summary>\r
7769             Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using dynamic methods.\r
7770             </summary>\r
7771         </member>\r
7772         <member name="T:Newtonsoft.Json.Serialization.IValueProvider">\r
7773             <summary>\r
7774             Provides methods to get and set values.\r
7775             </summary>\r
7776         </member>\r
7777         <member name="M:Newtonsoft.Json.Serialization.IValueProvider.SetValue(System.Object,System.Object)">\r
7778             <summary>\r
7779             Sets the value.\r
7780             </summary>\r
7781             <param name="target">The target to set the value on.</param>\r
7782             <param name="value">The value to set on the target.</param>\r
7783         </member>\r
7784         <member name="M:Newtonsoft.Json.Serialization.IValueProvider.GetValue(System.Object)">\r
7785             <summary>\r
7786             Gets the value.\r
7787             </summary>\r
7788             <param name="target">The target to get the value from.</param>\r
7789             <returns>The value.</returns>\r
7790         </member>\r
7791         <member name="M:Newtonsoft.Json.Serialization.DynamicValueProvider.#ctor(System.Reflection.MemberInfo)">\r
7792             <summary>\r
7793             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DynamicValueProvider"/> class.\r
7794             </summary>\r
7795             <param name="memberInfo">The member info.</param>\r
7796         </member>\r
7797         <member name="M:Newtonsoft.Json.Serialization.DynamicValueProvider.SetValue(System.Object,System.Object)">\r
7798             <summary>\r
7799             Sets the value.\r
7800             </summary>\r
7801             <param name="target">The target to set the value on.</param>\r
7802             <param name="value">The value to set on the target.</param>\r
7803         </member>\r
7804         <member name="M:Newtonsoft.Json.Serialization.DynamicValueProvider.GetValue(System.Object)">\r
7805             <summary>\r
7806             Gets the value.\r
7807             </summary>\r
7808             <param name="target">The target to get the value from.</param>\r
7809             <returns>The value.</returns>\r
7810         </member>\r
7811         <member name="T:Newtonsoft.Json.Serialization.ErrorContext">\r
7812             <summary>\r
7813             Provides information surrounding an error.\r
7814             </summary>\r
7815         </member>\r
7816         <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Error">\r
7817             <summary>\r
7818             Gets the error.\r
7819             </summary>\r
7820             <value>The error.</value>\r
7821         </member>\r
7822         <member name="P:Newtonsoft.Json.Serialization.ErrorContext.OriginalObject">\r
7823             <summary>\r
7824             Gets the original object that caused the error.\r
7825             </summary>\r
7826             <value>The original object that caused the error.</value>\r
7827         </member>\r
7828         <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Member">\r
7829             <summary>\r
7830             Gets the member that caused the error.\r
7831             </summary>\r
7832             <value>The member that caused the error.</value>\r
7833         </member>\r
7834         <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Path">\r
7835             <summary>\r
7836             Gets the path of the JSON location where the error occurred.\r
7837             </summary>\r
7838             <value>The path of the JSON location where the error occurred.</value>\r
7839         </member>\r
7840         <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Handled">\r
7841             <summary>\r
7842             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.ErrorContext"/> is handled.\r
7843             </summary>\r
7844             <value><c>true</c> if handled; otherwise, <c>false</c>.</value>\r
7845         </member>\r
7846         <member name="T:Newtonsoft.Json.Serialization.ErrorEventArgs">\r
7847             <summary>\r
7848             Provides data for the Error event.\r
7849             </summary>\r
7850         </member>\r
7851         <member name="M:Newtonsoft.Json.Serialization.ErrorEventArgs.#ctor(System.Object,Newtonsoft.Json.Serialization.ErrorContext)">\r
7852             <summary>\r
7853             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ErrorEventArgs"/> class.\r
7854             </summary>\r
7855             <param name="currentObject">The current object.</param>\r
7856             <param name="errorContext">The error context.</param>\r
7857         </member>\r
7858         <member name="P:Newtonsoft.Json.Serialization.ErrorEventArgs.CurrentObject">\r
7859             <summary>\r
7860             Gets the current object the error event is being raised against.\r
7861             </summary>\r
7862             <value>The current object the error event is being raised against.</value>\r
7863         </member>\r
7864         <member name="P:Newtonsoft.Json.Serialization.ErrorEventArgs.ErrorContext">\r
7865             <summary>\r
7866             Gets the error context.\r
7867             </summary>\r
7868             <value>The error context.</value>\r
7869         </member>\r
7870         <member name="T:Newtonsoft.Json.Serialization.ExpressionValueProvider">\r
7871             <summary>\r
7872             Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using dynamic methods.\r
7873             </summary>\r
7874         </member>\r
7875         <member name="M:Newtonsoft.Json.Serialization.ExpressionValueProvider.#ctor(System.Reflection.MemberInfo)">\r
7876             <summary>\r
7877             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ExpressionValueProvider"/> class.\r
7878             </summary>\r
7879             <param name="memberInfo">The member info.</param>\r
7880         </member>\r
7881         <member name="M:Newtonsoft.Json.Serialization.ExpressionValueProvider.SetValue(System.Object,System.Object)">\r
7882             <summary>\r
7883             Sets the value.\r
7884             </summary>\r
7885             <param name="target">The target to set the value on.</param>\r
7886             <param name="value">The value to set on the target.</param>\r
7887         </member>\r
7888         <member name="M:Newtonsoft.Json.Serialization.ExpressionValueProvider.GetValue(System.Object)">\r
7889             <summary>\r
7890             Gets the value.\r
7891             </summary>\r
7892             <param name="target">The target to get the value from.</param>\r
7893             <returns>The value.</returns>\r
7894         </member>\r
7895         <member name="T:Newtonsoft.Json.Serialization.IAttributeProvider">\r
7896             <summary>\r
7897             Provides methods to get attributes.\r
7898             </summary>\r
7899         </member>\r
7900         <member name="M:Newtonsoft.Json.Serialization.IAttributeProvider.GetAttributes(System.Boolean)">\r
7901             <summary>\r
7902             Returns a collection of all of the attributes, or an empty collection if there are no attributes.\r
7903             </summary>\r
7904             <param name="inherit">When true, look up the hierarchy chain for the inherited custom attribute.</param>\r
7905             <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns>\r
7906         </member>\r
7907         <member name="M:Newtonsoft.Json.Serialization.IAttributeProvider.GetAttributes(System.Type,System.Boolean)">\r
7908             <summary>\r
7909             Returns a collection of attributes, identified by type, or an empty collection if there are no attributes.\r
7910             </summary>\r
7911             <param name="attributeType">The type of the attributes.</param>\r
7912             <param name="inherit">When true, look up the hierarchy chain for the inherited custom attribute.</param>\r
7913             <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns>\r
7914         </member>\r
7915         <member name="T:Newtonsoft.Json.Serialization.JsonArrayContract">\r
7916             <summary>\r
7917             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
7918             </summary>\r
7919         </member>\r
7920         <member name="T:Newtonsoft.Json.Serialization.JsonContainerContract">\r
7921             <summary>\r
7922             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
7923             </summary>\r
7924         </member>\r
7925         <member name="T:Newtonsoft.Json.Serialization.JsonContract">\r
7926             <summary>\r
7927             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
7928             </summary>\r
7929         </member>\r
7930         <member name="P:Newtonsoft.Json.Serialization.JsonContract.UnderlyingType">\r
7931             <summary>\r
7932             Gets the underlying type for the contract.\r
7933             </summary>\r
7934             <value>The underlying type for the contract.</value>\r
7935         </member>\r
7936         <member name="P:Newtonsoft.Json.Serialization.JsonContract.CreatedType">\r
7937             <summary>\r
7938             Gets or sets the type created during deserialization.\r
7939             </summary>\r
7940             <value>The type created during deserialization.</value>\r
7941         </member>\r
7942         <member name="P:Newtonsoft.Json.Serialization.JsonContract.IsReference">\r
7943             <summary>\r
7944             Gets or sets whether this type contract is serialized as a reference.\r
7945             </summary>\r
7946             <value>Whether this type contract is serialized as a reference.</value>\r
7947         </member>\r
7948         <member name="P:Newtonsoft.Json.Serialization.JsonContract.Converter">\r
7949             <summary>\r
7950             Gets or sets the default <see cref="T:Newtonsoft.Json.JsonConverter"/> for this contract.\r
7951             </summary>\r
7952             <value>The converter.</value>\r
7953         </member>\r
7954         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserializedCallbacks">\r
7955             <summary>\r
7956             Gets or sets all methods called immediately after deserialization of the object.\r
7957             </summary>\r
7958             <value>The methods called immediately after deserialization of the object.</value>\r
7959         </member>\r
7960         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserializingCallbacks">\r
7961             <summary>\r
7962             Gets or sets all methods called during deserialization of the object.\r
7963             </summary>\r
7964             <value>The methods called during deserialization of the object.</value>\r
7965         </member>\r
7966         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerializedCallbacks">\r
7967             <summary>\r
7968             Gets or sets all methods called after serialization of the object graph.\r
7969             </summary>\r
7970             <value>The methods called after serialization of the object graph.</value>\r
7971         </member>\r
7972         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerializingCallbacks">\r
7973             <summary>\r
7974             Gets or sets all methods called before serialization of the object.\r
7975             </summary>\r
7976             <value>The methods called before serialization of the object.</value>\r
7977         </member>\r
7978         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnErrorCallbacks">\r
7979             <summary>\r
7980             Gets or sets all method called when an error is thrown during the serialization of the object.\r
7981             </summary>\r
7982             <value>The methods called when an error is thrown during the serialization of the object.</value>\r
7983         </member>\r
7984         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserialized">\r
7985             <summary>\r
7986             Gets or sets the method called immediately after deserialization of the object.\r
7987             </summary>\r
7988             <value>The method called immediately after deserialization of the object.</value>\r
7989         </member>\r
7990         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserializing">\r
7991             <summary>\r
7992             Gets or sets the method called during deserialization of the object.\r
7993             </summary>\r
7994             <value>The method called during deserialization of the object.</value>\r
7995         </member>\r
7996         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerialized">\r
7997             <summary>\r
7998             Gets or sets the method called after serialization of the object graph.\r
7999             </summary>\r
8000             <value>The method called after serialization of the object graph.</value>\r
8001         </member>\r
8002         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerializing">\r
8003             <summary>\r
8004             Gets or sets the method called before serialization of the object.\r
8005             </summary>\r
8006             <value>The method called before serialization of the object.</value>\r
8007         </member>\r
8008         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnError">\r
8009             <summary>\r
8010             Gets or sets the method called when an error is thrown during the serialization of the object.\r
8011             </summary>\r
8012             <value>The method called when an error is thrown during the serialization of the object.</value>\r
8013         </member>\r
8014         <member name="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator">\r
8015             <summary>\r
8016             Gets or sets the default creator method used to create the object.\r
8017             </summary>\r
8018             <value>The default creator method used to create the object.</value>\r
8019         </member>\r
8020         <member name="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreatorNonPublic">\r
8021             <summary>\r
8022             Gets or sets a value indicating whether the default creator is non public.\r
8023             </summary>\r
8024             <value><c>true</c> if the default object creator is non-public; otherwise, <c>false</c>.</value>\r
8025         </member>\r
8026         <member name="M:Newtonsoft.Json.Serialization.JsonContainerContract.#ctor(System.Type)">\r
8027             <summary>\r
8028             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonContainerContract"/> class.\r
8029             </summary>\r
8030             <param name="underlyingType">The underlying type for the contract.</param>\r
8031         </member>\r
8032         <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemConverter">\r
8033             <summary>\r
8034             Gets or sets the default collection items <see cref="T:Newtonsoft.Json.JsonConverter"/>.\r
8035             </summary>\r
8036             <value>The converter.</value>\r
8037         </member>\r
8038         <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemIsReference">\r
8039             <summary>\r
8040             Gets or sets a value indicating whether the collection items preserve object references.\r
8041             </summary>\r
8042             <value><c>true</c> if collection items preserve object references; otherwise, <c>false</c>.</value>\r
8043         </member>\r
8044         <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemReferenceLoopHandling">\r
8045             <summary>\r
8046             Gets or sets the collection item reference loop handling.\r
8047             </summary>\r
8048             <value>The reference loop handling.</value>\r
8049         </member>\r
8050         <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemTypeNameHandling">\r
8051             <summary>\r
8052             Gets or sets the collection item type name handling.\r
8053             </summary>\r
8054             <value>The type name handling.</value>\r
8055         </member>\r
8056         <member name="M:Newtonsoft.Json.Serialization.JsonArrayContract.#ctor(System.Type)">\r
8057             <summary>\r
8058             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> class.\r
8059             </summary>\r
8060             <param name="underlyingType">The underlying type for the contract.</param>\r
8061         </member>\r
8062         <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.CollectionItemType">\r
8063             <summary>\r
8064             Gets the <see cref="T:System.Type"/> of the collection items.\r
8065             </summary>\r
8066             <value>The <see cref="T:System.Type"/> of the collection items.</value>\r
8067         </member>\r
8068         <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.IsMultidimensionalArray">\r
8069             <summary>\r
8070             Gets a value indicating whether the collection type is a multidimensional array.\r
8071             </summary>\r
8072             <value><c>true</c> if the collection type is a multidimensional array; otherwise, <c>false</c>.</value>\r
8073         </member>\r
8074         <member name="T:Newtonsoft.Json.Serialization.SerializationCallback">\r
8075             <summary>\r
8076             Handles <see cref="T:Newtonsoft.Json.JsonSerializer"/> serialization callback events.\r
8077             </summary>\r
8078             <param name="o">The object that raised the callback event.</param>\r
8079             <param name="context">The streaming context.</param>\r
8080         </member>\r
8081         <member name="T:Newtonsoft.Json.Serialization.SerializationErrorCallback">\r
8082             <summary>\r
8083             Handles <see cref="T:Newtonsoft.Json.JsonSerializer"/> serialization error callback events.\r
8084             </summary>\r
8085             <param name="o">The object that raised the callback event.</param>\r
8086             <param name="context">The streaming context.</param>\r
8087             <param name="errorContext">The error context.</param>\r
8088         </member>\r
8089         <member name="T:Newtonsoft.Json.Serialization.ExtensionDataSetter">\r
8090             <summary>\r
8091             Sets extension data for an object during deserialization.\r
8092             </summary>\r
8093             <param name="o">The object to set extension data on.</param>\r
8094             <param name="key">The extension data key.</param>\r
8095             <param name="value">The extension data value.</param>\r
8096         </member>\r
8097         <member name="T:Newtonsoft.Json.Serialization.ExtensionDataGetter">\r
8098             <summary>\r
8099             Gets extension data for an object during serialization.\r
8100             </summary>\r
8101             <param name="o">The object to set extension data on.</param>\r
8102         </member>\r
8103         <member name="T:Newtonsoft.Json.Serialization.JsonDictionaryContract">\r
8104             <summary>\r
8105             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
8106             </summary>\r
8107         </member>\r
8108         <member name="M:Newtonsoft.Json.Serialization.JsonDictionaryContract.#ctor(System.Type)">\r
8109             <summary>\r
8110             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> class.\r
8111             </summary>\r
8112             <param name="underlyingType">The underlying type for the contract.</param>\r
8113         </member>\r
8114         <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.PropertyNameResolver">\r
8115             <summary>\r
8116             Gets or sets the property name resolver.\r
8117             </summary>\r
8118             <value>The property name resolver.</value>\r
8119         </member>\r
8120         <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.DictionaryKeyResolver">\r
8121             <summary>\r
8122             Gets or sets the dictionary key resolver.\r
8123             </summary>\r
8124             <value>The dictionary key resolver.</value>\r
8125         </member>\r
8126         <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.DictionaryKeyType">\r
8127             <summary>\r
8128             Gets the <see cref="T:System.Type"/> of the dictionary keys.\r
8129             </summary>\r
8130             <value>The <see cref="T:System.Type"/> of the dictionary keys.</value>\r
8131         </member>\r
8132         <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.DictionaryValueType">\r
8133             <summary>\r
8134             Gets the <see cref="T:System.Type"/> of the dictionary values.\r
8135             </summary>\r
8136             <value>The <see cref="T:System.Type"/> of the dictionary values.</value>\r
8137         </member>\r
8138         <member name="T:Newtonsoft.Json.Serialization.JsonDynamicContract">\r
8139             <summary>\r
8140             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
8141             </summary>\r
8142         </member>\r
8143         <member name="M:Newtonsoft.Json.Serialization.JsonDynamicContract.#ctor(System.Type)">\r
8144             <summary>\r
8145             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonDynamicContract"/> class.\r
8146             </summary>\r
8147             <param name="underlyingType">The underlying type for the contract.</param>\r
8148         </member>\r
8149         <member name="P:Newtonsoft.Json.Serialization.JsonDynamicContract.Properties">\r
8150             <summary>\r
8151             Gets the object's properties.\r
8152             </summary>\r
8153             <value>The object's properties.</value>\r
8154         </member>\r
8155         <member name="P:Newtonsoft.Json.Serialization.JsonDynamicContract.PropertyNameResolver">\r
8156             <summary>\r
8157             Gets or sets the property name resolver.\r
8158             </summary>\r
8159             <value>The property name resolver.</value>\r
8160         </member>\r
8161         <member name="T:Newtonsoft.Json.Serialization.JsonISerializableContract">\r
8162             <summary>\r
8163             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
8164             </summary>\r
8165         </member>\r
8166         <member name="M:Newtonsoft.Json.Serialization.JsonISerializableContract.#ctor(System.Type)">\r
8167             <summary>\r
8168             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonISerializableContract"/> class.\r
8169             </summary>\r
8170             <param name="underlyingType">The underlying type for the contract.</param>\r
8171         </member>\r
8172         <member name="P:Newtonsoft.Json.Serialization.JsonISerializableContract.ISerializableCreator">\r
8173             <summary>\r
8174             Gets or sets the ISerializable object constructor.\r
8175             </summary>\r
8176             <value>The ISerializable object constructor.</value>\r
8177         </member>\r
8178         <member name="T:Newtonsoft.Json.Serialization.JsonLinqContract">\r
8179             <summary>\r
8180             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
8181             </summary>\r
8182         </member>\r
8183         <member name="M:Newtonsoft.Json.Serialization.JsonLinqContract.#ctor(System.Type)">\r
8184             <summary>\r
8185             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> class.\r
8186             </summary>\r
8187             <param name="underlyingType">The underlying type for the contract.</param>\r
8188         </member>\r
8189         <member name="T:Newtonsoft.Json.Serialization.JsonObjectContract">\r
8190             <summary>\r
8191             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
8192             </summary>\r
8193         </member>\r
8194         <member name="M:Newtonsoft.Json.Serialization.JsonObjectContract.#ctor(System.Type)">\r
8195             <summary>\r
8196             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> class.\r
8197             </summary>\r
8198             <param name="underlyingType">The underlying type for the contract.</param>\r
8199         </member>\r
8200         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.MemberSerialization">\r
8201             <summary>\r
8202             Gets or sets the object member serialization.\r
8203             </summary>\r
8204             <value>The member object serialization.</value>\r
8205         </member>\r
8206         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ItemRequired">\r
8207             <summary>\r
8208             Gets or sets a value that indicates whether the object's properties are required.\r
8209             </summary>\r
8210             <value>\r
8211                 A value indicating whether the object's properties are required.\r
8212             </value>\r
8213         </member>\r
8214         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.Properties">\r
8215             <summary>\r
8216             Gets the object's properties.\r
8217             </summary>\r
8218             <value>The object's properties.</value>\r
8219         </member>\r
8220         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ConstructorParameters">\r
8221             <summary>\r
8222             Gets the constructor parameters required for any non-default constructor\r
8223             </summary>\r
8224         </member>\r
8225         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.CreatorParameters">\r
8226             <summary>\r
8227             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
8228             </summary>\r
8229         </member>\r
8230         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.OverrideConstructor">\r
8231             <summary>\r
8232             Gets or sets the override constructor used to create the object.\r
8233             This is set when a constructor is marked up using the\r
8234             JsonConstructor attribute.\r
8235             </summary>\r
8236             <value>The override constructor.</value>\r
8237         </member>\r
8238         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ParametrizedConstructor">\r
8239             <summary>\r
8240             Gets or sets the parametrized constructor used to create the object.\r
8241             </summary>\r
8242             <value>The parametrized constructor.</value>\r
8243         </member>\r
8244         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.OverrideCreator">\r
8245             <summary>\r
8246             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
8247             This function is called with a collection of arguments which are defined by the <see cref="P:Newtonsoft.Json.Serialization.JsonObjectContract.CreatorParameters"/> collection.\r
8248             </summary>\r
8249             <value>The function used to create the object.</value>\r
8250         </member>\r
8251         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ExtensionDataSetter">\r
8252             <summary>\r
8253             Gets or sets the extension data setter.\r
8254             </summary>\r
8255         </member>\r
8256         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ExtensionDataGetter">\r
8257             <summary>\r
8258             Gets or sets the extension data getter.\r
8259             </summary>\r
8260         </member>\r
8261         <member name="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract">\r
8262             <summary>\r
8263             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
8264             </summary>\r
8265         </member>\r
8266         <member name="M:Newtonsoft.Json.Serialization.JsonPrimitiveContract.#ctor(System.Type)">\r
8267             <summary>\r
8268             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> class.\r
8269             </summary>\r
8270             <param name="underlyingType">The underlying type for the contract.</param>\r
8271         </member>\r
8272         <member name="T:Newtonsoft.Json.Serialization.JsonProperty">\r
8273             <summary>\r
8274             Maps a JSON property to a .NET member or constructor parameter.\r
8275             </summary>\r
8276         </member>\r
8277         <member name="M:Newtonsoft.Json.Serialization.JsonProperty.ToString">\r
8278             <summary>\r
8279             Returns a <see cref="T:System.String"/> that represents this instance.\r
8280             </summary>\r
8281             <returns>\r
8282             A <see cref="T:System.String"/> that represents this instance.\r
8283             </returns>\r
8284         </member>\r
8285         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.PropertyName">\r
8286             <summary>\r
8287             Gets or sets the name of the property.\r
8288             </summary>\r
8289             <value>The name of the property.</value>\r
8290         </member>\r
8291         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DeclaringType">\r
8292             <summary>\r
8293             Gets or sets the type that declared this property.\r
8294             </summary>\r
8295             <value>The type that declared this property.</value>\r
8296         </member>\r
8297         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Order">\r
8298             <summary>\r
8299             Gets or sets the order of serialization and deserialization of a member.\r
8300             </summary>\r
8301             <value>The numeric order of serialization or deserialization.</value>\r
8302         </member>\r
8303         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.UnderlyingName">\r
8304             <summary>\r
8305             Gets or sets the name of the underlying member or parameter.\r
8306             </summary>\r
8307             <value>The name of the underlying member or parameter.</value>\r
8308         </member>\r
8309         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ValueProvider">\r
8310             <summary>\r
8311             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
8312             </summary>\r
8313             <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
8314         </member>\r
8315         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.AttributeProvider">\r
8316             <summary>\r
8317             Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IAttributeProvider"/> for this property.\r
8318             </summary>\r
8319             <value>The <see cref="T:Newtonsoft.Json.Serialization.IAttributeProvider"/> for this property.</value>\r
8320         </member>\r
8321         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.PropertyType">\r
8322             <summary>\r
8323             Gets or sets the type of the property.\r
8324             </summary>\r
8325             <value>The type of the property.</value>\r
8326         </member>\r
8327         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Converter">\r
8328             <summary>\r
8329             Gets or sets the <see cref="T:Newtonsoft.Json.JsonConverter"/> for the property.\r
8330             If set this converter takes presidence over the contract converter for the property type.\r
8331             </summary>\r
8332             <value>The converter.</value>\r
8333         </member>\r
8334         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.MemberConverter">\r
8335             <summary>\r
8336             Gets or sets the member converter.\r
8337             </summary>\r
8338             <value>The member converter.</value>\r
8339         </member>\r
8340         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Ignored">\r
8341             <summary>\r
8342             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is ignored.\r
8343             </summary>\r
8344             <value><c>true</c> if ignored; otherwise, <c>false</c>.</value>\r
8345         </member>\r
8346         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Readable">\r
8347             <summary>\r
8348             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is readable.\r
8349             </summary>\r
8350             <value><c>true</c> if readable; otherwise, <c>false</c>.</value>\r
8351         </member>\r
8352         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Writable">\r
8353             <summary>\r
8354             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is writable.\r
8355             </summary>\r
8356             <value><c>true</c> if writable; otherwise, <c>false</c>.</value>\r
8357         </member>\r
8358         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.HasMemberAttribute">\r
8359             <summary>\r
8360             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> has a member attribute.\r
8361             </summary>\r
8362             <value><c>true</c> if has a member attribute; otherwise, <c>false</c>.</value>\r
8363         </member>\r
8364         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DefaultValue">\r
8365             <summary>\r
8366             Gets the default value.\r
8367             </summary>\r
8368             <value>The default value.</value>\r
8369         </member>\r
8370         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Required">\r
8371             <summary>\r
8372             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is required.\r
8373             </summary>\r
8374             <value>A value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is required.</value>\r
8375         </member>\r
8376         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.IsReference">\r
8377             <summary>\r
8378             Gets or sets a value indicating whether this property preserves object references.\r
8379             </summary>\r
8380             <value>\r
8381                 <c>true</c> if this instance is reference; otherwise, <c>false</c>.\r
8382             </value>\r
8383         </member>\r
8384         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.NullValueHandling">\r
8385             <summary>\r
8386             Gets or sets the property null value handling.\r
8387             </summary>\r
8388             <value>The null value handling.</value>\r
8389         </member>\r
8390         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DefaultValueHandling">\r
8391             <summary>\r
8392             Gets or sets the property default value handling.\r
8393             </summary>\r
8394             <value>The default value handling.</value>\r
8395         </member>\r
8396         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ReferenceLoopHandling">\r
8397             <summary>\r
8398             Gets or sets the property reference loop handling.\r
8399             </summary>\r
8400             <value>The reference loop handling.</value>\r
8401         </member>\r
8402         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ObjectCreationHandling">\r
8403             <summary>\r
8404             Gets or sets the property object creation handling.\r
8405             </summary>\r
8406             <value>The object creation handling.</value>\r
8407         </member>\r
8408         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.TypeNameHandling">\r
8409             <summary>\r
8410             Gets or sets or sets the type name handling.\r
8411             </summary>\r
8412             <value>The type name handling.</value>\r
8413         </member>\r
8414         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ShouldSerialize">\r
8415             <summary>\r
8416             Gets or sets a predicate used to determine whether the property should be serialize.\r
8417             </summary>\r
8418             <value>A predicate used to determine whether the property should be serialize.</value>\r
8419         </member>\r
8420         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.GetIsSpecified">\r
8421             <summary>\r
8422             Gets or sets a predicate used to determine whether the property should be serialized.\r
8423             </summary>\r
8424             <value>A predicate used to determine whether the property should be serialized.</value>\r
8425         </member>\r
8426         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.SetIsSpecified">\r
8427             <summary>\r
8428             Gets or sets an action used to set whether the property has been deserialized.\r
8429             </summary>\r
8430             <value>An action used to set whether the property has been deserialized.</value>\r
8431         </member>\r
8432         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemConverter">\r
8433             <summary>\r
8434             Gets or sets the converter used when serializing the property's collection items.\r
8435             </summary>\r
8436             <value>The collection's items converter.</value>\r
8437         </member>\r
8438         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemIsReference">\r
8439             <summary>\r
8440             Gets or sets whether this property's collection items are serialized as a reference.\r
8441             </summary>\r
8442             <value>Whether this property's collection items are serialized as a reference.</value>\r
8443         </member>\r
8444         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemTypeNameHandling">\r
8445             <summary>\r
8446             Gets or sets the the type name handling used when serializing the property's collection items.\r
8447             </summary>\r
8448             <value>The collection's items type name handling.</value>\r
8449         </member>\r
8450         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemReferenceLoopHandling">\r
8451             <summary>\r
8452             Gets or sets the the reference loop handling used when serializing the property's collection items.\r
8453             </summary>\r
8454             <value>The collection's items reference loop handling.</value>\r
8455         </member>\r
8456         <member name="T:Newtonsoft.Json.Serialization.JsonPropertyCollection">\r
8457             <summary>\r
8458             A collection of <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> objects.\r
8459             </summary>\r
8460         </member>\r
8461         <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.#ctor(System.Type)">\r
8462             <summary>\r
8463             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonPropertyCollection"/> class.\r
8464             </summary>\r
8465             <param name="type">The type.</param>\r
8466         </member>\r
8467         <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetKeyForItem(Newtonsoft.Json.Serialization.JsonProperty)">\r
8468             <summary>\r
8469             When implemented in a derived class, extracts the key from the specified element.\r
8470             </summary>\r
8471             <param name="item">The element from which to extract the key.</param>\r
8472             <returns>The key for the specified element.</returns>\r
8473         </member>\r
8474         <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.AddProperty(Newtonsoft.Json.Serialization.JsonProperty)">\r
8475             <summary>\r
8476             Adds a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> object.\r
8477             </summary>\r
8478             <param name="property">The property to add to the collection.</param>\r
8479         </member>\r
8480         <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetClosestMatchProperty(System.String)">\r
8481             <summary>\r
8482             Gets the closest matching <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> object.\r
8483             First attempts to get an exact case match of propertyName and then\r
8484             a case insensitive match.\r
8485             </summary>\r
8486             <param name="propertyName">Name of the property.</param>\r
8487             <returns>A matching property if found.</returns>\r
8488         </member>\r
8489         <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetProperty(System.String,System.StringComparison)">\r
8490             <summary>\r
8491             Gets a property by property name.\r
8492             </summary>\r
8493             <param name="propertyName">The name of the property to get.</param>\r
8494             <param name="comparisonType">Type property name string comparison.</param>\r
8495             <returns>A matching property if found.</returns>\r
8496         </member>\r
8497         <member name="T:Newtonsoft.Json.Serialization.JsonStringContract">\r
8498             <summary>\r
8499             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
8500             </summary>\r
8501         </member>\r
8502         <member name="M:Newtonsoft.Json.Serialization.JsonStringContract.#ctor(System.Type)">\r
8503             <summary>\r
8504             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> class.\r
8505             </summary>\r
8506             <param name="underlyingType">The underlying type for the contract.</param>\r
8507         </member>\r
8508         <member name="M:Newtonsoft.Json.Serialization.JsonTypeReflector.CreateJsonConverterInstance(System.Type,System.Object[])">\r
8509             <summary>\r
8510             Lookup and create an instance of the JsonConverter type described by the argument.\r
8511             </summary>\r
8512             <param name="converterType">The JsonConverter type to create.</param>\r
8513             <param name="converterArgs">Optional arguments to pass to an initializing constructor of the JsonConverter.\r
8514             If null, the default constructor is used.</param>\r
8515         </member>\r
8516         <member name="M:Newtonsoft.Json.Serialization.JsonTypeReflector.GetJsonConverterCreator(System.Type)">\r
8517             <summary>\r
8518             Create a factory function that can be used to create instances of a JsonConverter described by the \r
8519             argument type.  The returned function can then be used to either invoke the converter's default ctor, or any \r
8520             parameterized constructors by way of an object array.\r
8521             </summary>\r
8522         </member>\r
8523         <member name="T:Newtonsoft.Json.Serialization.MemoryTraceWriter">\r
8524             <summary>\r
8525             Represents a trace writer that writes to memory. When the trace message limit is\r
8526             reached then old trace messages will be removed as new messages are added.\r
8527             </summary>\r
8528         </member>\r
8529         <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.#ctor">\r
8530             <summary>\r
8531             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.MemoryTraceWriter"/> class.\r
8532             </summary>\r
8533         </member>\r
8534         <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.Trace(System.Diagnostics.TraceLevel,System.String,System.Exception)">\r
8535             <summary>\r
8536             Writes the specified trace level, message and optional exception.\r
8537             </summary>\r
8538             <param name="level">The <see cref="T:System.Diagnostics.TraceLevel"/> at which to write this trace.</param>\r
8539             <param name="message">The trace message.</param>\r
8540             <param name="ex">The trace exception. This parameter is optional.</param>\r
8541         </member>\r
8542         <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.GetTraceMessages">\r
8543             <summary>\r
8544             Returns an enumeration of the most recent trace messages.\r
8545             </summary>\r
8546             <returns>An enumeration of the most recent trace messages.</returns>\r
8547         </member>\r
8548         <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.ToString">\r
8549             <summary>\r
8550             Returns a <see cref="T:System.String"/> of the most recent trace messages.\r
8551             </summary>\r
8552             <returns>\r
8553             A <see cref="T:System.String"/> of the most recent trace messages.\r
8554             </returns>\r
8555         </member>\r
8556         <member name="P:Newtonsoft.Json.Serialization.MemoryTraceWriter.LevelFilter">\r
8557             <summary>\r
8558             Gets the <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.\r
8559             For example a filter level of <code>Info</code> will exclude <code>Verbose</code> messages and include <code>Info</code>,\r
8560             <code>Warning</code> and <code>Error</code> messages.\r
8561             </summary>\r
8562             <value>\r
8563             The <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.\r
8564             </value>\r
8565         </member>\r
8566         <member name="T:Newtonsoft.Json.Serialization.ObjectConstructor`1">\r
8567             <summary>\r
8568             Represents a method that constructs an object.\r
8569             </summary>\r
8570             <typeparam name="T">The object type to create.</typeparam>\r
8571         </member>\r
8572         <member name="T:Newtonsoft.Json.Serialization.OnErrorAttribute">\r
8573             <summary>\r
8574             When applied to a method, specifies that the method is called when an error occurs serializing an object.\r
8575             </summary>\r
8576         </member>\r
8577         <member name="T:Newtonsoft.Json.Serialization.ReflectionAttributeProvider">\r
8578             <summary>\r
8579             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
8580             </summary>\r
8581         </member>\r
8582         <member name="M:Newtonsoft.Json.Serialization.ReflectionAttributeProvider.#ctor(System.Object)">\r
8583             <summary>\r
8584             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ReflectionAttributeProvider"/> class.\r
8585             </summary>\r
8586             <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
8587         </member>\r
8588         <member name="M:Newtonsoft.Json.Serialization.ReflectionAttributeProvider.GetAttributes(System.Boolean)">\r
8589             <summary>\r
8590             Returns a collection of all of the attributes, or an empty collection if there are no attributes.\r
8591             </summary>\r
8592             <param name="inherit">When true, look up the hierarchy chain for the inherited custom attribute.</param>\r
8593             <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns>\r
8594         </member>\r
8595         <member name="M:Newtonsoft.Json.Serialization.ReflectionAttributeProvider.GetAttributes(System.Type,System.Boolean)">\r
8596             <summary>\r
8597             Returns a collection of attributes, identified by type, or an empty collection if there are no attributes.\r
8598             </summary>\r
8599             <param name="attributeType">The type of the attributes.</param>\r
8600             <param name="inherit">When true, look up the hierarchy chain for the inherited custom attribute.</param>\r
8601             <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns>\r
8602         </member>\r
8603         <member name="T:Newtonsoft.Json.Serialization.ReflectionValueProvider">\r
8604             <summary>\r
8605             Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using reflection.\r
8606             </summary>\r
8607         </member>\r
8608         <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.#ctor(System.Reflection.MemberInfo)">\r
8609             <summary>\r
8610             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ReflectionValueProvider"/> class.\r
8611             </summary>\r
8612             <param name="memberInfo">The member info.</param>\r
8613         </member>\r
8614         <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.SetValue(System.Object,System.Object)">\r
8615             <summary>\r
8616             Sets the value.\r
8617             </summary>\r
8618             <param name="target">The target to set the value on.</param>\r
8619             <param name="value">The value to set on the target.</param>\r
8620         </member>\r
8621         <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.GetValue(System.Object)">\r
8622             <summary>\r
8623             Gets the value.\r
8624             </summary>\r
8625             <param name="target">The target to get the value from.</param>\r
8626             <returns>The value.</returns>\r
8627         </member>\r
8628         <member name="T:Newtonsoft.Json.StringEscapeHandling">\r
8629             <summary>\r
8630             Specifies how strings are escaped when writing JSON text.\r
8631             </summary>\r
8632         </member>\r
8633         <member name="F:Newtonsoft.Json.StringEscapeHandling.Default">\r
8634             <summary>\r
8635             Only control characters (e.g. newline) are escaped.\r
8636             </summary>\r
8637         </member>\r
8638         <member name="F:Newtonsoft.Json.StringEscapeHandling.EscapeNonAscii">\r
8639             <summary>\r
8640             All non-ASCII and control characters (e.g. newline) are escaped.\r
8641             </summary>\r
8642         </member>\r
8643         <member name="F:Newtonsoft.Json.StringEscapeHandling.EscapeHtml">\r
8644             <summary>\r
8645             HTML (&lt;, &gt;, &amp;, &apos;, &quot;) and control characters (e.g. newline) are escaped.\r
8646             </summary>\r
8647         </member>\r
8648         <member name="T:Newtonsoft.Json.TypeNameHandling">\r
8649             <summary>\r
8650             Specifies type name handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
8651             </summary>\r
8652         </member>\r
8653         <member name="F:Newtonsoft.Json.TypeNameHandling.None">\r
8654             <summary>\r
8655             Do not include the .NET type name when serializing types.\r
8656             </summary>\r
8657         </member>\r
8658         <member name="F:Newtonsoft.Json.TypeNameHandling.Objects">\r
8659             <summary>\r
8660             Include the .NET type name when serializing into a JSON object structure.\r
8661             </summary>\r
8662         </member>\r
8663         <member name="F:Newtonsoft.Json.TypeNameHandling.Arrays">\r
8664             <summary>\r
8665             Include the .NET type name when serializing into a JSON array structure.\r
8666             </summary>\r
8667         </member>\r
8668         <member name="F:Newtonsoft.Json.TypeNameHandling.All">\r
8669             <summary>\r
8670             Always include the .NET type name when serializing.\r
8671             </summary>\r
8672         </member>\r
8673         <member name="F:Newtonsoft.Json.TypeNameHandling.Auto">\r
8674             <summary>\r
8675             Include the .NET type name when the type of the object being serialized is not the same as its declared type.\r
8676             </summary>\r
8677         </member>\r
8678         <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.IsNullOrEmpty``1(System.Collections.Generic.ICollection{``0})">\r
8679             <summary>\r
8680             Determines whether the collection is null or empty.\r
8681             </summary>\r
8682             <param name="collection">The collection.</param>\r
8683             <returns>\r
8684                 <c>true</c> if the collection is null or empty; otherwise, <c>false</c>.\r
8685             </returns>\r
8686         </member>\r
8687         <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.AddRange``1(System.Collections.Generic.IList{``0},System.Collections.Generic.IEnumerable{``0})">\r
8688             <summary>\r
8689             Adds the elements of the specified collection to the specified generic IList.\r
8690             </summary>\r
8691             <param name="initial">The list to add to.</param>\r
8692             <param name="collection">The collection of elements to add.</param>\r
8693         </member>\r
8694         <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.IndexOf``1(System.Collections.Generic.IEnumerable{``0},``0,System.Collections.Generic.IEqualityComparer{``0})">\r
8695             <summary>\r
8696             Returns the index of the first occurrence in a sequence by using a specified IEqualityComparer{TSource}.\r
8697             </summary>\r
8698             <typeparam name="TSource">The type of the elements of source.</typeparam>\r
8699             <param name="list">A sequence in which to locate a value.</param>\r
8700             <param name="value">The object to locate in the sequence</param>\r
8701             <param name="comparer">An equality comparer to compare values.</param>\r
8702             <returns>The zero-based index of the first occurrence of value within the entire sequence, if found; otherwise, â€“1.</returns>\r
8703         </member>\r
8704         <member name="M:Newtonsoft.Json.Utilities.ConvertUtils.ConvertOrCast(System.Object,System.Globalization.CultureInfo,System.Type)">\r
8705             <summary>\r
8706             Converts the value to the specified type. If the value is unable to be converted, the\r
8707             value is checked whether it assignable to the specified type.\r
8708             </summary>\r
8709             <param name="initialValue">The value to convert.</param>\r
8710             <param name="culture">The culture to use when converting.</param>\r
8711             <param name="targetType">The type to convert or cast the value to.</param>\r
8712             <returns>\r
8713             The converted type. If conversion was unsuccessful, the initial value\r
8714             is returned if assignable to the target type.\r
8715             </returns>\r
8716         </member>\r
8717         <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
8718             <summary>\r
8719             Helper method for generating a MetaObject which calls a\r
8720             specific method on Dynamic that returns a result\r
8721             </summary>\r
8722         </member>\r
8723         <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
8724             <summary>\r
8725             Helper method for generating a MetaObject which calls a\r
8726             specific method on Dynamic, but uses one of the arguments for\r
8727             the result.\r
8728             </summary>\r
8729         </member>\r
8730         <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
8731             <summary>\r
8732             Helper method for generating a MetaObject which calls a\r
8733             specific method on Dynamic, but uses one of the arguments for\r
8734             the result.\r
8735             </summary>\r
8736         </member>\r
8737         <member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.GetRestrictions">\r
8738             <summary>\r
8739             Returns a Restrictions object which includes our current restrictions merged\r
8740             with a restriction limiting our type\r
8741             </summary>\r
8742         </member>\r
8743         <member name="M:Newtonsoft.Json.Utilities.EnumUtils.GetNamesAndValues``1">\r
8744             <summary>\r
8745             Gets a dictionary of the names and values of an Enum type.\r
8746             </summary>\r
8747             <returns></returns>\r
8748         </member>\r
8749         <member name="M:Newtonsoft.Json.Utilities.EnumUtils.GetNamesAndValues``1(System.Type)">\r
8750             <summary>\r
8751             Gets a dictionary of the names and values of an Enum type.\r
8752             </summary>\r
8753             <param name="enumType">The enum type to get names and values for.</param>\r
8754             <returns></returns>\r
8755         </member>\r
8756         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetCollectionItemType(System.Type)">\r
8757             <summary>\r
8758             Gets the type of the typed collection's items.\r
8759             </summary>\r
8760             <param name="type">The type.</param>\r
8761             <returns>The type of the typed collection's items.</returns>\r
8762         </member>\r
8763         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetMemberUnderlyingType(System.Reflection.MemberInfo)">\r
8764             <summary>\r
8765             Gets the member's underlying type.\r
8766             </summary>\r
8767             <param name="member">The member.</param>\r
8768             <returns>The underlying type of the member.</returns>\r
8769         </member>\r
8770         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.IsIndexedProperty(System.Reflection.MemberInfo)">\r
8771             <summary>\r
8772             Determines whether the member is an indexed property.\r
8773             </summary>\r
8774             <param name="member">The member.</param>\r
8775             <returns>\r
8776                 <c>true</c> if the member is an indexed property; otherwise, <c>false</c>.\r
8777             </returns>\r
8778         </member>\r
8779         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.IsIndexedProperty(System.Reflection.PropertyInfo)">\r
8780             <summary>\r
8781             Determines whether the property is an indexed property.\r
8782             </summary>\r
8783             <param name="property">The property.</param>\r
8784             <returns>\r
8785                 <c>true</c> if the property is an indexed property; otherwise, <c>false</c>.\r
8786             </returns>\r
8787         </member>\r
8788         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetMemberValue(System.Reflection.MemberInfo,System.Object)">\r
8789             <summary>\r
8790             Gets the member's value on the object.\r
8791             </summary>\r
8792             <param name="member">The member.</param>\r
8793             <param name="target">The target object.</param>\r
8794             <returns>The member's value on the object.</returns>\r
8795         </member>\r
8796         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.SetMemberValue(System.Reflection.MemberInfo,System.Object,System.Object)">\r
8797             <summary>\r
8798             Sets the member's value on the target object.\r
8799             </summary>\r
8800             <param name="member">The member.</param>\r
8801             <param name="target">The target.</param>\r
8802             <param name="value">The value.</param>\r
8803         </member>\r
8804         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.CanReadMemberValue(System.Reflection.MemberInfo,System.Boolean)">\r
8805             <summary>\r
8806             Determines whether the specified MemberInfo can be read.\r
8807             </summary>\r
8808             <param name="member">The MemberInfo to determine whether can be read.</param>\r
8809             /// <param name="nonPublic">if set to <c>true</c> then allow the member to be gotten non-publicly.</param>\r
8810             <returns>\r
8811                 <c>true</c> if the specified MemberInfo can be read; otherwise, <c>false</c>.\r
8812             </returns>\r
8813         </member>\r
8814         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.CanSetMemberValue(System.Reflection.MemberInfo,System.Boolean,System.Boolean)">\r
8815             <summary>\r
8816             Determines whether the specified MemberInfo can be set.\r
8817             </summary>\r
8818             <param name="member">The MemberInfo to determine whether can be set.</param>\r
8819             <param name="nonPublic">if set to <c>true</c> then allow the member to be set non-publicly.</param>\r
8820             <param name="canSetReadOnly">if set to <c>true</c> then allow the member to be set if read-only.</param>\r
8821             <returns>\r
8822                 <c>true</c> if the specified MemberInfo can be set; otherwise, <c>false</c>.\r
8823             </returns>\r
8824         </member>\r
8825         <member name="T:Newtonsoft.Json.Utilities.StringBuffer">\r
8826             <summary>\r
8827             Builds a string. Unlike StringBuilder this class lets you reuse it's internal buffer.\r
8828             </summary>\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