Implement update check on startup
[ArchiSteamFarm.git] / packages / Newtonsoft.Json.8.0.1-beta1 / lib / portable-net45+wp80+win8+wpa81+dnxcore50 / Newtonsoft.Json.xml
blob6a7c13d2f1b9db9beb5fe1d30c5efe4968846ff2
1 <?xml version="1.0"?>
2 <doc>
3     <assembly>
4         <name>Newtonsoft.Json</name>
5     </assembly>
6     <members>
7         <member name="T:Newtonsoft.Json.Bson.BsonObjectId">
8             <summary>
9             Represents a BSON Oid (object id).
10             </summary>
11         </member>
12         <member name="P:Newtonsoft.Json.Bson.BsonObjectId.Value">
13             <summary>
14             Gets or sets the value of the Oid.
15             </summary>
16             <value>The value of the Oid.</value>
17         </member>
18         <member name="M:Newtonsoft.Json.Bson.BsonObjectId.#ctor(System.Byte[])">
19             <summary>
20             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonObjectId"/> class.
21             </summary>
22             <param name="value">The Oid value.</param>
23         </member>
24         <member name="T:Newtonsoft.Json.Bson.BsonReader">
25             <summary>
26             Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data.
27             </summary>
28         </member>
29         <member name="P:Newtonsoft.Json.Bson.BsonReader.JsonNet35BinaryCompatibility">
30             <summary>
31             Gets or sets a value indicating whether binary data reading should compatible with incorrect Json.NET 3.5 written binary.
32             </summary>
33             <value>
34                 <c>true</c> if binary data reading will be compatible with incorrect Json.NET 3.5 written binary; otherwise, <c>false</c>.
35             </value>
36         </member>
37         <member name="P:Newtonsoft.Json.Bson.BsonReader.ReadRootValueAsArray">
38             <summary>
39             Gets or sets a value indicating whether the root object will be read as a JSON array.
40             </summary>
41             <value>
42                 <c>true</c> if the root object will be read as a JSON array; otherwise, <c>false</c>.
43             </value>
44         </member>
45         <member name="P:Newtonsoft.Json.Bson.BsonReader.DateTimeKindHandling">
46             <summary>
47             Gets or sets the <see cref="T:System.DateTimeKind" /> used when reading <see cref="T:System.DateTime"/> values from BSON.
48             </summary>
49             <value>The <see cref="T:System.DateTimeKind" /> used when reading <see cref="T:System.DateTime"/> values from BSON.</value>
50         </member>
51         <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.Stream)">
52             <summary>
53             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.
54             </summary>
55             <param name="stream">The stream.</param>
56         </member>
57         <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.BinaryReader)">
58             <summary>
59             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.
60             </summary>
61             <param name="reader">The reader.</param>
62         </member>
63         <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.Stream,System.Boolean,System.DateTimeKind)">
64             <summary>
65             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.
66             </summary>
67             <param name="stream">The stream.</param>
68             <param name="readRootValueAsArray">if set to <c>true</c> the root object will be read as a JSON array.</param>
69             <param name="dateTimeKindHandling">The <see cref="T:System.DateTimeKind" /> used when reading <see cref="T:System.DateTime"/> values from BSON.</param>
70         </member>
71         <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.BinaryReader,System.Boolean,System.DateTimeKind)">
72             <summary>
73             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.
74             </summary>
75             <param name="reader">The reader.</param>
76             <param name="readRootValueAsArray">if set to <c>true</c> the root object will be read as a JSON array.</param>
77             <param name="dateTimeKindHandling">The <see cref="T:System.DateTimeKind" /> used when reading <see cref="T:System.DateTime"/> values from BSON.</param>
78         </member>
79         <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsBytes">
80             <summary>
81             Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].
82             </summary>
83             <returns>
84             A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.
85             </returns>
86         </member>
87         <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDecimal">
88             <summary>
89             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
90             </summary>
91             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
92         </member>
93         <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsInt32">
94             <summary>
95             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
96             </summary>
97             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
98         </member>
99         <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsString">
100             <summary>
101             Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
102             </summary>
103             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
104         </member>
105         <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDateTime">
106             <summary>
107             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
108             </summary>
109             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
110         </member>
111         <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDateTimeOffset">
112             <summary>
113             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
114             </summary>
115             <returns>
116             A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.
117             </returns>
118         </member>
119         <member name="M:Newtonsoft.Json.Bson.BsonReader.Read">
120             <summary>
121             Reads the next JSON token from the stream.
122             </summary>
123             <returns>
124             true if the next token was read successfully; false if there are no more tokens to read.
125             </returns>
126         </member>
127         <member name="M:Newtonsoft.Json.Bson.BsonReader.Close">
128             <summary>
129             Changes the <see cref="T:Newtonsoft.Json.JsonReader.State"/> to Closed.
130             </summary>
131         </member>
132         <member name="T:Newtonsoft.Json.Bson.BsonWriter">
133             <summary>
134             Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
135             </summary>
136         </member>
137         <member name="P:Newtonsoft.Json.Bson.BsonWriter.DateTimeKindHandling">
138             <summary>
139             Gets or sets the <see cref="T:System.DateTimeKind" /> used when writing <see cref="T:System.DateTime"/> values to BSON.
140             When set to <see cref="F:System.DateTimeKind.Unspecified" /> no conversion will occur.
141             </summary>
142             <value>The <see cref="T:System.DateTimeKind" /> used when writing <see cref="T:System.DateTime"/> values to BSON.</value>
143         </member>
144         <member name="M:Newtonsoft.Json.Bson.BsonWriter.#ctor(System.IO.Stream)">
145             <summary>
146             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonWriter"/> class.
147             </summary>
148             <param name="stream">The stream.</param>
149         </member>
150         <member name="M:Newtonsoft.Json.Bson.BsonWriter.#ctor(System.IO.BinaryWriter)">
151             <summary>
152             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonWriter"/> class.
153             </summary>
154             <param name="writer">The writer.</param>
155         </member>
156         <member name="M:Newtonsoft.Json.Bson.BsonWriter.Flush">
157             <summary>
158             Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
159             </summary>
160         </member>
161         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
162             <summary>
163             Writes the end.
164             </summary>
165             <param name="token">The token.</param>
166         </member>
167         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteComment(System.String)">
168             <summary>
169             Writes out a comment <code>/*...*/</code> containing the specified text.
170             </summary>
171             <param name="text">Text to place inside the comment.</param>
172         </member>
173         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartConstructor(System.String)">
174             <summary>
175             Writes the start of a constructor with the given name.
176             </summary>
177             <param name="name">The name of the constructor.</param>
178         </member>
179         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRaw(System.String)">
180             <summary>
181             Writes raw JSON.
182             </summary>
183             <param name="json">The raw JSON to write.</param>
184         </member>
185         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRawValue(System.String)">
186             <summary>
187             Writes raw JSON where a value is expected and updates the writer's state.
188             </summary>
189             <param name="json">The raw JSON to write.</param>
190         </member>
191         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartArray">
192             <summary>
193             Writes the beginning of a JSON array.
194             </summary>
195         </member>
196         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartObject">
197             <summary>
198             Writes the beginning of a JSON object.
199             </summary>
200         </member>
201         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WritePropertyName(System.String)">
202             <summary>
203             Writes the property name of a name/value pair on a JSON object.
204             </summary>
205             <param name="name">The name of the property.</param>
206         </member>
207         <member name="M:Newtonsoft.Json.Bson.BsonWriter.Close">
208             <summary>
209             Closes this stream and the underlying stream.
210             </summary>
211         </member>
212         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Object)">
213             <summary>
214             Writes a <see cref="T:System.Object"/> value.
215             An error will raised if the value cannot be written as a single JSON token.
216             </summary>
217             <param name="value">The <see cref="T:System.Object"/> value to write.</param>
218         </member>
219         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteNull">
220             <summary>
221             Writes a null value.
222             </summary>
223         </member>
224         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteUndefined">
225             <summary>
226             Writes an undefined value.
227             </summary>
228         </member>
229         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.String)">
230             <summary>
231             Writes a <see cref="T:System.String"/> value.
232             </summary>
233             <param name="value">The <see cref="T:System.String"/> value to write.</param>
234         </member>
235         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int32)">
236             <summary>
237             Writes a <see cref="T:System.Int32"/> value.
238             </summary>
239             <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
240         </member>
241         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt32)">
242             <summary>
243             Writes a <see cref="T:System.UInt32"/> value.
244             </summary>
245             <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
246         </member>
247         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int64)">
248             <summary>
249             Writes a <see cref="T:System.Int64"/> value.
250             </summary>
251             <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
252         </member>
253         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt64)">
254             <summary>
255             Writes a <see cref="T:System.UInt64"/> value.
256             </summary>
257             <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
258         </member>
259         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Single)">
260             <summary>
261             Writes a <see cref="T:System.Single"/> value.
262             </summary>
263             <param name="value">The <see cref="T:System.Single"/> value to write.</param>
264         </member>
265         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Double)">
266             <summary>
267             Writes a <see cref="T:System.Double"/> value.
268             </summary>
269             <param name="value">The <see cref="T:System.Double"/> value to write.</param>
270         </member>
271         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Boolean)">
272             <summary>
273             Writes a <see cref="T:System.Boolean"/> value.
274             </summary>
275             <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
276         </member>
277         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int16)">
278             <summary>
279             Writes a <see cref="T:System.Int16"/> value.
280             </summary>
281             <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
282         </member>
283         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt16)">
284             <summary>
285             Writes a <see cref="T:System.UInt16"/> value.
286             </summary>
287             <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
288         </member>
289         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Char)">
290             <summary>
291             Writes a <see cref="T:System.Char"/> value.
292             </summary>
293             <param name="value">The <see cref="T:System.Char"/> value to write.</param>
294         </member>
295         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Byte)">
296             <summary>
297             Writes a <see cref="T:System.Byte"/> value.
298             </summary>
299             <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
300         </member>
301         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.SByte)">
302             <summary>
303             Writes a <see cref="T:System.SByte"/> value.
304             </summary>
305             <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
306         </member>
307         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Decimal)">
308             <summary>
309             Writes a <see cref="T:System.Decimal"/> value.
310             </summary>
311             <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
312         </member>
313         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.DateTime)">
314             <summary>
315             Writes a <see cref="T:System.DateTime"/> value.
316             </summary>
317             <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
318         </member>
319         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.DateTimeOffset)">
320             <summary>
321             Writes a <see cref="T:System.DateTimeOffset"/> value.
322             </summary>
323             <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>
324         </member>
325         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Byte[])">
326             <summary>
327             Writes a <see cref="T:System.Byte"/>[] value.
328             </summary>
329             <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param>
330         </member>
331         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Guid)">
332             <summary>
333             Writes a <see cref="T:System.Guid"/> value.
334             </summary>
335             <param name="value">The <see cref="T:System.Guid"/> value to write.</param>
336         </member>
337         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.TimeSpan)">
338             <summary>
339             Writes a <see cref="T:System.TimeSpan"/> value.
340             </summary>
341             <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>
342         </member>
343         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Uri)">
344             <summary>
345             Writes a <see cref="T:System.Uri"/> value.
346             </summary>
347             <param name="value">The <see cref="T:System.Uri"/> value to write.</param>
348         </member>
349         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteObjectId(System.Byte[])">
350             <summary>
351             Writes a <see cref="T:System.Byte"/>[] value that represents a BSON object id.
352             </summary>
353             <param name="value">The Object ID value to write.</param>
354         </member>
355         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRegex(System.String,System.String)">
356             <summary>
357             Writes a BSON regex.
358             </summary>
359             <param name="pattern">The regex pattern.</param>
360             <param name="options">The regex options.</param>
361         </member>
362         <member name="T:Newtonsoft.Json.ConstructorHandling">
363             <summary>
364             Specifies how constructors are used when initializing objects during deserialization by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
365             </summary>
366         </member>
367         <member name="F:Newtonsoft.Json.ConstructorHandling.Default">
368             <summary>
369             First attempt to use the public default constructor, then fall back to single paramatized constructor, then the non-public default constructor.
370             </summary>
371         </member>
372         <member name="F:Newtonsoft.Json.ConstructorHandling.AllowNonPublicDefaultConstructor">
373             <summary>
374             Json.NET will use a non-public default constructor before falling back to a paramatized constructor.
375             </summary>
376         </member>
377         <member name="T:Newtonsoft.Json.Converters.BsonObjectIdConverter">
378             <summary>
379             Converts a <see cref="T:Newtonsoft.Json.Bson.BsonObjectId"/> to and from JSON and BSON.
380             </summary>
381         </member>
382         <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
383             <summary>
384             Writes the JSON representation of the object.
385             </summary>
386             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
387             <param name="value">The value.</param>
388             <param name="serializer">The calling serializer.</param>
389         </member>
390         <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
391             <summary>
392             Reads the JSON representation of the object.
393             </summary>
394             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
395             <param name="objectType">Type of the object.</param>
396             <param name="existingValue">The existing value of object being read.</param>
397             <param name="serializer">The calling serializer.</param>
398             <returns>The object value.</returns>
399         </member>
400         <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.CanConvert(System.Type)">
401             <summary>
402             Determines whether this instance can convert the specified object type.
403             </summary>
404             <param name="objectType">Type of the object.</param>
405             <returns>
406                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
407             </returns>
408         </member>
409         <member name="T:Newtonsoft.Json.Converters.CustomCreationConverter`1">
410             <summary>
411             Create a custom object
412             </summary>
413             <typeparam name="T">The object type to convert.</typeparam>
414         </member>
415         <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
416             <summary>
417             Writes the JSON representation of the object.
418             </summary>
419             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
420             <param name="value">The value.</param>
421             <param name="serializer">The calling serializer.</param>
422         </member>
423         <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
424             <summary>
425             Reads the JSON representation of the object.
426             </summary>
427             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
428             <param name="objectType">Type of the object.</param>
429             <param name="existingValue">The existing value of object being read.</param>
430             <param name="serializer">The calling serializer.</param>
431             <returns>The object value.</returns>
432         </member>
433         <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.Create(System.Type)">
434             <summary>
435             Creates an object which will then be populated by the serializer.
436             </summary>
437             <param name="objectType">Type of the object.</param>
438             <returns>The created object.</returns>
439         </member>
440         <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.CanConvert(System.Type)">
441             <summary>
442             Determines whether this instance can convert the specified object type.
443             </summary>
444             <param name="objectType">Type of the object.</param>
445             <returns>
446                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
447             </returns>
448         </member>
449         <member name="P:Newtonsoft.Json.Converters.CustomCreationConverter`1.CanWrite">
450             <summary>
451             Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON.
452             </summary>
453             <value>
454                 <c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.
455             </value>
456         </member>
457         <member name="T:Newtonsoft.Json.Converters.DateTimeConverterBase">
458             <summary>
459             Provides a base class for converting a <see cref="T:System.DateTime"/> to and from JSON.
460             </summary>
461         </member>
462         <member name="M:Newtonsoft.Json.Converters.DateTimeConverterBase.CanConvert(System.Type)">
463             <summary>
464             Determines whether this instance can convert the specified object type.
465             </summary>
466             <param name="objectType">Type of the object.</param>
467             <returns>
468                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
469             </returns>
470         </member>
471         <member name="T:Newtonsoft.Json.Converters.DiscriminatedUnionConverter">
472             <summary>
473             Converts a F# discriminated union type to and from JSON.
474             </summary>
475         </member>
476         <member name="M:Newtonsoft.Json.Converters.DiscriminatedUnionConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
477             <summary>
478             Writes the JSON representation of the object.
479             </summary>
480             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
481             <param name="value">The value.</param>
482             <param name="serializer">The calling serializer.</param>
483         </member>
484         <member name="M:Newtonsoft.Json.Converters.DiscriminatedUnionConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
485             <summary>
486             Reads the JSON representation of the object.
487             </summary>
488             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
489             <param name="objectType">Type of the object.</param>
490             <param name="existingValue">The existing value of object being read.</param>
491             <param name="serializer">The calling serializer.</param>
492             <returns>The object value.</returns>
493         </member>
494         <member name="M:Newtonsoft.Json.Converters.DiscriminatedUnionConverter.CanConvert(System.Type)">
495             <summary>
496             Determines whether this instance can convert the specified object type.
497             </summary>
498             <param name="objectType">Type of the object.</param>
499             <returns>
500                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
501             </returns>
502         </member>
503         <member name="T:Newtonsoft.Json.Converters.ExpandoObjectConverter">
504             <summary>
505             Converts an ExpandoObject to and from JSON.
506             </summary>
507         </member>
508         <member name="M:Newtonsoft.Json.Converters.ExpandoObjectConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
509             <summary>
510             Writes the JSON representation of the object.
511             </summary>
512             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
513             <param name="value">The value.</param>
514             <param name="serializer">The calling serializer.</param>
515         </member>
516         <member name="M:Newtonsoft.Json.Converters.ExpandoObjectConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
517             <summary>
518             Reads the JSON representation of the object.
519             </summary>
520             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
521             <param name="objectType">Type of the object.</param>
522             <param name="existingValue">The existing value of object being read.</param>
523             <param name="serializer">The calling serializer.</param>
524             <returns>The object value.</returns>
525         </member>
526         <member name="M:Newtonsoft.Json.Converters.ExpandoObjectConverter.CanConvert(System.Type)">
527             <summary>
528             Determines whether this instance can convert the specified object type.
529             </summary>
530             <param name="objectType">Type of the object.</param>
531             <returns>
532                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
533             </returns>
534         </member>
535         <member name="P:Newtonsoft.Json.Converters.ExpandoObjectConverter.CanWrite">
536             <summary>
537             Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON.
538             </summary>
539             <value>
540                 <c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.
541             </value>
542         </member>
543         <member name="T:Newtonsoft.Json.Converters.IsoDateTimeConverter">
544             <summary>
545             Converts a <see cref="T:System.DateTime"/> to and from the ISO 8601 date format (e.g. 2008-04-12T12:53Z).
546             </summary>
547         </member>
548         <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.DateTimeStyles">
549             <summary>
550             Gets or sets the date time styles used when converting a date to and from JSON.
551             </summary>
552             <value>The date time styles used when converting a date to and from JSON.</value>
553         </member>
554         <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.DateTimeFormat">
555             <summary>
556             Gets or sets the date time format used when converting a date to and from JSON.
557             </summary>
558             <value>The date time format used when converting a date to and from JSON.</value>
559         </member>
560         <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.Culture">
561             <summary>
562             Gets or sets the culture used when converting a date to and from JSON.
563             </summary>
564             <value>The culture used when converting a date to and from JSON.</value>
565         </member>
566         <member name="M:Newtonsoft.Json.Converters.IsoDateTimeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
567             <summary>
568             Writes the JSON representation of the object.
569             </summary>
570             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
571             <param name="value">The value.</param>
572             <param name="serializer">The calling serializer.</param>
573         </member>
574         <member name="M:Newtonsoft.Json.Converters.IsoDateTimeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
575             <summary>
576             Reads the JSON representation of the object.
577             </summary>
578             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
579             <param name="objectType">Type of the object.</param>
580             <param name="existingValue">The existing value of object being read.</param>
581             <param name="serializer">The calling serializer.</param>
582             <returns>The object value.</returns>
583         </member>
584         <member name="T:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter">
585             <summary>
586             Converts a <see cref="T:System.DateTime"/> to and from a JavaScript date constructor (e.g. new Date(52231943)).
587             </summary>
588         </member>
589         <member name="M:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
590             <summary>
591             Writes the JSON representation of the object.
592             </summary>
593             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
594             <param name="value">The value.</param>
595             <param name="serializer">The calling serializer.</param>
596         </member>
597         <member name="M:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
598             <summary>
599             Reads the JSON representation of the object.
600             </summary>
601             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
602             <param name="objectType">Type of the object.</param>
603             <param name="existingValue">The existing property value of the JSON that is being converted.</param>
604             <param name="serializer">The calling serializer.</param>
605             <returns>The object value.</returns>
606         </member>
607         <member name="T:Newtonsoft.Json.Converters.KeyValuePairConverter">
608             <summary>
609             Converts a <see cref="T:System.Collections.Generic.KeyValuePair`2"/> to and from JSON.
610             </summary>
611         </member>
612         <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
613             <summary>
614             Writes the JSON representation of the object.
615             </summary>
616             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
617             <param name="value">The value.</param>
618             <param name="serializer">The calling serializer.</param>
619         </member>
620         <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
621             <summary>
622             Reads the JSON representation of the object.
623             </summary>
624             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
625             <param name="objectType">Type of the object.</param>
626             <param name="existingValue">The existing value of object being read.</param>
627             <param name="serializer">The calling serializer.</param>
628             <returns>The object value.</returns>
629         </member>
630         <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.CanConvert(System.Type)">
631             <summary>
632             Determines whether this instance can convert the specified object type.
633             </summary>
634             <param name="objectType">Type of the object.</param>
635             <returns>
636                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
637             </returns>
638         </member>
639         <member name="T:Newtonsoft.Json.Converters.RegexConverter">
640             <summary>
641             Converts a <see cref="T:System.Text.RegularExpressions.Regex"/> to and from JSON and BSON.
642             </summary>
643         </member>
644         <member name="M:Newtonsoft.Json.Converters.RegexConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
645             <summary>
646             Writes the JSON representation of the object.
647             </summary>
648             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
649             <param name="value">The value.</param>
650             <param name="serializer">The calling serializer.</param>
651         </member>
652         <member name="M:Newtonsoft.Json.Converters.RegexConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
653             <summary>
654             Reads the JSON representation of the object.
655             </summary>
656             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
657             <param name="objectType">Type of the object.</param>
658             <param name="existingValue">The existing value of object being read.</param>
659             <param name="serializer">The calling serializer.</param>
660             <returns>The object value.</returns>
661         </member>
662         <member name="M:Newtonsoft.Json.Converters.RegexConverter.CanConvert(System.Type)">
663             <summary>
664             Determines whether this instance can convert the specified object type.
665             </summary>
666             <param name="objectType">Type of the object.</param>
667             <returns>
668                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
669             </returns>
670         </member>
671         <member name="T:Newtonsoft.Json.Converters.StringEnumConverter">
672             <summary>
673             Converts an <see cref="T:System.Enum"/> to and from its name string value.
674             </summary>
675         </member>
676         <member name="P:Newtonsoft.Json.Converters.StringEnumConverter.CamelCaseText">
677             <summary>
678             Gets or sets a value indicating whether the written enum text should be camel case.
679             </summary>
680             <value><c>true</c> if the written enum text will be camel case; otherwise, <c>false</c>.</value>
681         </member>
682         <member name="P:Newtonsoft.Json.Converters.StringEnumConverter.AllowIntegerValues">
683             <summary>
684             Gets or sets a value indicating whether integer values are allowed.
685             </summary>
686             <value><c>true</c> if integers are allowed; otherwise, <c>false</c>.</value>
687         </member>
688         <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.#ctor">
689             <summary>
690             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Converters.StringEnumConverter"/> class.
691             </summary>
692         </member>
693         <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
694             <summary>
695             Writes the JSON representation of the object.
696             </summary>
697             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
698             <param name="value">The value.</param>
699             <param name="serializer">The calling serializer.</param>
700         </member>
701         <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
702             <summary>
703             Reads the JSON representation of the object.
704             </summary>
705             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
706             <param name="objectType">Type of the object.</param>
707             <param name="existingValue">The existing value of object being read.</param>
708             <param name="serializer">The calling serializer.</param>
709             <returns>The object value.</returns>
710         </member>
711         <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.CanConvert(System.Type)">
712             <summary>
713             Determines whether this instance can convert the specified object type.
714             </summary>
715             <param name="objectType">Type of the object.</param>
716             <returns>
717             <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
718             </returns>
719         </member>
720         <member name="T:Newtonsoft.Json.Converters.VersionConverter">
721             <summary>
722             Converts a <see cref="T:System.Version"/> to and from a string (e.g. "1.2.3.4").
723             </summary>
724         </member>
725         <member name="M:Newtonsoft.Json.Converters.VersionConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
726             <summary>
727             Writes the JSON representation of the object.
728             </summary>
729             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
730             <param name="value">The value.</param>
731             <param name="serializer">The calling serializer.</param>
732         </member>
733         <member name="M:Newtonsoft.Json.Converters.VersionConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
734             <summary>
735             Reads the JSON representation of the object.
736             </summary>
737             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
738             <param name="objectType">Type of the object.</param>
739             <param name="existingValue">The existing property value of the JSON that is being converted.</param>
740             <param name="serializer">The calling serializer.</param>
741             <returns>The object value.</returns>
742         </member>
743         <member name="M:Newtonsoft.Json.Converters.VersionConverter.CanConvert(System.Type)">
744             <summary>
745             Determines whether this instance can convert the specified object type.
746             </summary>
747             <param name="objectType">Type of the object.</param>
748             <returns>
749                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
750             </returns>
751         </member>
752         <member name="T:Newtonsoft.Json.Converters.XmlNodeConverter">
753             <summary>
754             Converts XML to and from JSON.
755             </summary>
756         </member>
757         <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.DeserializeRootElementName">
758             <summary>
759             Gets or sets the name of the root element to insert when deserializing to XML if the JSON structure has produces multiple root elements.
760             </summary>
761             <value>The name of the deserialize root element.</value>
762         </member>
763         <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.WriteArrayAttribute">
764             <summary>
765             Gets or sets a flag to indicate whether to write the Json.NET array attribute.
766             This attribute helps preserve arrays when converting the written XML back to JSON.
767             </summary>
768             <value><c>true</c> if the array attibute is written to the XML; otherwise, <c>false</c>.</value>
769         </member>
770         <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.OmitRootObject">
771             <summary>
772             Gets or sets a value indicating whether to write the root JSON object.
773             </summary>
774             <value><c>true</c> if the JSON root object is omitted; otherwise, <c>false</c>.</value>
775         </member>
776         <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
777             <summary>
778             Writes the JSON representation of the object.
779             </summary>
780             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
781             <param name="serializer">The calling serializer.</param>
782             <param name="value">The value.</param>
783         </member>
784         <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
785             <summary>
786             Reads the JSON representation of the object.
787             </summary>
788             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
789             <param name="objectType">Type of the object.</param>
790             <param name="existingValue">The existing value of object being read.</param>
791             <param name="serializer">The calling serializer.</param>
792             <returns>The object value.</returns>
793         </member>
794         <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.IsNamespaceAttribute(System.String,System.String@)">
795             <summary>
796             Checks if the attributeName is a namespace attribute.
797             </summary>
798             <param name="attributeName">Attribute name to test.</param>
799             <param name="prefix">The attribute name prefix if it has one, otherwise an empty string.</param>
800             <returns>True if attribute name is for a namespace attribute, otherwise false.</returns>
801         </member>
802         <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.CanConvert(System.Type)">
803             <summary>
804             Determines whether this instance can convert the specified value type.
805             </summary>
806             <param name="valueType">Type of the value.</param>
807             <returns>
808                 <c>true</c> if this instance can convert the specified value type; otherwise, <c>false</c>.
809             </returns>
810         </member>
811         <member name="T:Newtonsoft.Json.DateFormatHandling">
812             <summary>
813             Specifies how dates are formatted when writing JSON text.
814             </summary>
815         </member>
816         <member name="F:Newtonsoft.Json.DateFormatHandling.IsoDateFormat">
817             <summary>
818             Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z".
819             </summary>
820         </member>
821         <member name="F:Newtonsoft.Json.DateFormatHandling.MicrosoftDateFormat">
822             <summary>
823             Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/".
824             </summary>
825         </member>
826         <member name="T:Newtonsoft.Json.DateParseHandling">
827             <summary>
828             Specifies how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON text.
829             </summary>
830         </member>
831         <member name="F:Newtonsoft.Json.DateParseHandling.None">
832             <summary>
833             Date formatted strings are not parsed to a date type and are read as strings.
834             </summary>
835         </member>
836         <member name="F:Newtonsoft.Json.DateParseHandling.DateTime">
837             <summary>
838             Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to <see cref="F:Newtonsoft.Json.DateParseHandling.DateTime"/>.
839             </summary>
840         </member>
841         <member name="F:Newtonsoft.Json.DateParseHandling.DateTimeOffset">
842             <summary>
843             Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to <see cref="F:Newtonsoft.Json.DateParseHandling.DateTimeOffset"/>.
844             </summary>
845         </member>
846         <member name="T:Newtonsoft.Json.DateTimeZoneHandling">
847             <summary>
848             Specifies how to treat the time value when converting between string and <see cref="T:System.DateTime"/>.
849             </summary>
850         </member>
851         <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Local">
852             <summary>
853             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.
854             </summary>
855         </member>
856         <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Utc">
857             <summary>
858             Treat as a UTC. If the <see cref="T:System.DateTime"/> object represents a local time, it is converted to a UTC.
859             </summary>
860         </member>
861         <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Unspecified">
862             <summary>
863             Treat as a local time if a <see cref="T:System.DateTime"/> is being converted to a string.
864             If a string is being converted to <see cref="T:System.DateTime"/>, convert to a local time if a time zone is specified.
865             </summary>
866         </member>
867         <member name="F:Newtonsoft.Json.DateTimeZoneHandling.RoundtripKind">
868             <summary>
869             Time zone information should be preserved when converting.
870             </summary>
871         </member>
872         <member name="T:Newtonsoft.Json.DefaultValueHandling">
873             <summary>
874             Specifies default value handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
875             </summary>
876             <example>
877               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeDefaultValueHandlingObject" title="DefaultValueHandling Class" />
878               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeDefaultValueHandlingExample" title="DefaultValueHandling Ignore Example" />
879             </example>
880         </member>
881         <member name="F:Newtonsoft.Json.DefaultValueHandling.Include">
882             <summary>
883             Include members where the member value is the same as the member's default value when serializing objects.
884             Included members are written to JSON. Has no effect when deserializing.
885             </summary>
886         </member>
887         <member name="F:Newtonsoft.Json.DefaultValueHandling.Ignore">
888             <summary>
889             Ignore members where the member value is the same as the member's default value when serializing objects
890             so that is is not written to JSON.
891             This option will ignore all default values (e.g. <c>null</c> for objects and nullable types; <c>0</c> for integers,
892             decimals and floating point numbers; and <c>false</c> for booleans). The default value ignored can be changed by
893             placing the <see cref="T:System.ComponentModel.DefaultValueAttribute"/> on the property.
894             </summary>
895         </member>
896         <member name="F:Newtonsoft.Json.DefaultValueHandling.Populate">
897             <summary>
898             Members with a default value but no JSON will be set to their default value when deserializing.
899             </summary>
900         </member>
901         <member name="F:Newtonsoft.Json.DefaultValueHandling.IgnoreAndPopulate">
902             <summary>
903             Ignore members where the member value is the same as the member's default value when serializing objects
904             and sets members to their default value when deserializing.
905             </summary>
906         </member>
907         <member name="T:Newtonsoft.Json.FloatFormatHandling">
908             <summary>
909             Specifies float format handling options when writing special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>,
910             <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/> with <see cref="T:Newtonsoft.Json.JsonWriter"/>.
911             </summary>
912         </member>
913         <member name="F:Newtonsoft.Json.FloatFormatHandling.String">
914             <summary>
915             Write special floating point values as strings in JSON, e.g. "NaN", "Infinity", "-Infinity".
916             </summary>
917         </member>
918         <member name="F:Newtonsoft.Json.FloatFormatHandling.Symbol">
919             <summary>
920             Write special floating point values as symbols in JSON, e.g. NaN, Infinity, -Infinity.
921             Note that this will produce non-valid JSON.
922             </summary>
923         </member>
924         <member name="F:Newtonsoft.Json.FloatFormatHandling.DefaultValue">
925             <summary>
926             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.
927             </summary>
928         </member>
929         <member name="T:Newtonsoft.Json.FloatParseHandling">
930             <summary>
931             Specifies how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
932             </summary>
933         </member>
934         <member name="F:Newtonsoft.Json.FloatParseHandling.Double">
935             <summary>
936             Floating point numbers are parsed to <see cref="F:Newtonsoft.Json.FloatParseHandling.Double"/>.
937             </summary>
938         </member>
939         <member name="F:Newtonsoft.Json.FloatParseHandling.Decimal">
940             <summary>
941             Floating point numbers are parsed to <see cref="F:Newtonsoft.Json.FloatParseHandling.Decimal"/>.
942             </summary>
943         </member>
944         <member name="T:Newtonsoft.Json.Formatting">
945             <summary>
946             Specifies formatting options for the <see cref="T:Newtonsoft.Json.JsonTextWriter"/>.
947             </summary>
948         </member>
949         <member name="F:Newtonsoft.Json.Formatting.None">
950             <summary>
951             No special formatting is applied. This is the default.
952             </summary>
953         </member>
954         <member name="F:Newtonsoft.Json.Formatting.Indented">
955             <summary>
956             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.
957             </summary>
958         </member>
959         <member name="T:Newtonsoft.Json.IJsonLineInfo">
960             <summary>
961             Provides an interface to enable a class to return line and position information.
962             </summary>
963         </member>
964         <member name="M:Newtonsoft.Json.IJsonLineInfo.HasLineInfo">
965             <summary>
966             Gets a value indicating whether the class can return line information.
967             </summary>
968             <returns>
969                 <c>true</c> if LineNumber and LinePosition can be provided; otherwise, <c>false</c>.
970             </returns>
971         </member>
972         <member name="P:Newtonsoft.Json.IJsonLineInfo.LineNumber">
973             <summary>
974             Gets the current line number.
975             </summary>
976             <value>The current line number or 0 if no line information is available (for example, HasLineInfo returns false).</value>
977         </member>
978         <member name="P:Newtonsoft.Json.IJsonLineInfo.LinePosition">
979             <summary>
980             Gets the current line position.
981             </summary>
982             <value>The current line position or 0 if no line information is available (for example, HasLineInfo returns false).</value>
983         </member>
984         <member name="T:Newtonsoft.Json.JsonArrayAttribute">
985             <summary>
986             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the collection.
987             </summary>
988         </member>
989         <member name="P:Newtonsoft.Json.JsonArrayAttribute.AllowNullItems">
990             <summary>
991             Gets or sets a value indicating whether null items are allowed in the collection.
992             </summary>
993             <value><c>true</c> if null items are allowed in the collection; otherwise, <c>false</c>.</value>
994         </member>
995         <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor">
996             <summary>
997             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonArrayAttribute"/> class.
998             </summary>
999         </member>
1000         <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor(System.Boolean)">
1001             <summary>
1002             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with a flag indicating whether the array can contain null items
1003             </summary>
1004             <param name="allowNullItems">A flag indicating whether the array can contain null items.</param>
1005         </member>
1006         <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor(System.String)">
1007             <summary>
1008             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonArrayAttribute"/> class with the specified container Id.
1009             </summary>
1010             <param name="id">The container Id.</param>
1011         </member>
1012         <member name="T:Newtonsoft.Json.JsonConstructorAttribute">
1013             <summary>
1014             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to use the specified constructor when deserializing that object.
1015             </summary>
1016         </member>
1017         <member name="T:Newtonsoft.Json.JsonContainerAttribute">
1018             <summary>
1019             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the object.
1020             </summary>
1021         </member>
1022         <member name="P:Newtonsoft.Json.JsonContainerAttribute.Id">
1023             <summary>
1024             Gets or sets the id.
1025             </summary>
1026             <value>The id.</value>
1027         </member>
1028         <member name="P:Newtonsoft.Json.JsonContainerAttribute.Title">
1029             <summary>
1030             Gets or sets the title.
1031             </summary>
1032             <value>The title.</value>
1033         </member>
1034         <member name="P:Newtonsoft.Json.JsonContainerAttribute.Description">
1035             <summary>
1036             Gets or sets the description.
1037             </summary>
1038             <value>The description.</value>
1039         </member>
1040         <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemConverterType">
1041             <summary>
1042             Gets the collection's items converter.
1043             </summary>
1044             <value>The collection's items converter.</value>
1045         </member>
1046         <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemConverterParameters">
1047             <summary>
1048             The parameter list to use when constructing the JsonConverter described by ItemConverterType.
1049             If null, the default constructor is used.
1050             When non-null, there must be a constructor defined in the JsonConverter that exactly matches the number,
1051             order, and type of these parameters.
1052             </summary>
1053             <example>
1054             [JsonContainer(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })]
1055             </example>
1056         </member>
1057         <member name="P:Newtonsoft.Json.JsonContainerAttribute.IsReference">
1058             <summary>
1059             Gets or sets a value that indicates whether to preserve object references.
1060             </summary>
1061             <value>
1062                 <c>true</c> to keep object reference; otherwise, <c>false</c>. The default is <c>false</c>.
1063             </value>
1064         </member>
1065         <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemIsReference">
1066             <summary>
1067             Gets or sets a value that indicates whether to preserve collection's items references.
1068             </summary>
1069             <value>
1070                 <c>true</c> to keep collection's items object references; otherwise, <c>false</c>. The default is <c>false</c>.
1071             </value>
1072         </member>
1073         <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemReferenceLoopHandling">
1074             <summary>
1075             Gets or sets the reference loop handling used when serializing the collection's items.
1076             </summary>
1077             <value>The reference loop handling.</value>
1078         </member>
1079         <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemTypeNameHandling">
1080             <summary>
1081             Gets or sets the type name handling used when serializing the collection's items.
1082             </summary>
1083             <value>The type name handling.</value>
1084         </member>
1085         <member name="M:Newtonsoft.Json.JsonContainerAttribute.#ctor">
1086             <summary>
1087             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonContainerAttribute"/> class.
1088             </summary>
1089         </member>
1090         <member name="M:Newtonsoft.Json.JsonContainerAttribute.#ctor(System.String)">
1091             <summary>
1092             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonContainerAttribute"/> class with the specified container Id.
1093             </summary>
1094             <param name="id">The container Id.</param>
1095         </member>
1096         <member name="T:Newtonsoft.Json.JsonConvert">
1097             <summary>
1098             Provides methods for converting between common language runtime types and JSON types.
1099             </summary>
1100             <example>
1101               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="SerializeObject" title="Serializing and Deserializing JSON with JsonConvert" />
1102             </example>
1103         </member>
1104         <member name="P:Newtonsoft.Json.JsonConvert.DefaultSettings">
1105             <summary>
1106             Gets or sets a function that creates default <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1107             Default settings are automatically used by serialization methods on <see cref="T:Newtonsoft.Json.JsonConvert"/>,
1108             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"/>.
1109             To serialize without using any default settings create a <see cref="T:Newtonsoft.Json.JsonSerializer"/> with
1110             <see cref="M:Newtonsoft.Json.JsonSerializer.Create"/>.
1111             </summary>
1112         </member>
1113         <member name="F:Newtonsoft.Json.JsonConvert.True">
1114             <summary>
1115             Represents JavaScript's boolean value true as a string. This field is read-only.
1116             </summary>
1117         </member>
1118         <member name="F:Newtonsoft.Json.JsonConvert.False">
1119             <summary>
1120             Represents JavaScript's boolean value false as a string. This field is read-only.
1121             </summary>
1122         </member>
1123         <member name="F:Newtonsoft.Json.JsonConvert.Null">
1124             <summary>
1125             Represents JavaScript's null as a string. This field is read-only.
1126             </summary>
1127         </member>
1128         <member name="F:Newtonsoft.Json.JsonConvert.Undefined">
1129             <summary>
1130             Represents JavaScript's undefined as a string. This field is read-only.
1131             </summary>
1132         </member>
1133         <member name="F:Newtonsoft.Json.JsonConvert.PositiveInfinity">
1134             <summary>
1135             Represents JavaScript's positive infinity as a string. This field is read-only.
1136             </summary>
1137         </member>
1138         <member name="F:Newtonsoft.Json.JsonConvert.NegativeInfinity">
1139             <summary>
1140             Represents JavaScript's negative infinity as a string. This field is read-only.
1141             </summary>
1142         </member>
1143         <member name="F:Newtonsoft.Json.JsonConvert.NaN">
1144             <summary>
1145             Represents JavaScript's NaN as a string. This field is read-only.
1146             </summary>
1147         </member>
1148         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTime)">
1149             <summary>
1150             Converts the <see cref="T:System.DateTime"/> to its JSON string representation.
1151             </summary>
1152             <param name="value">The value to convert.</param>
1153             <returns>A JSON string representation of the <see cref="T:System.DateTime"/>.</returns>
1154         </member>
1155         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTime,Newtonsoft.Json.DateFormatHandling,Newtonsoft.Json.DateTimeZoneHandling)">
1156             <summary>
1157             Converts the <see cref="T:System.DateTime"/> to its JSON string representation using the <see cref="T:Newtonsoft.Json.DateFormatHandling"/> specified.
1158             </summary>
1159             <param name="value">The value to convert.</param>
1160             <param name="format">The format the date will be converted to.</param>
1161             <param name="timeZoneHandling">The time zone handling when the date is converted to a string.</param>
1162             <returns>A JSON string representation of the <see cref="T:System.DateTime"/>.</returns>
1163         </member>
1164         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTimeOffset)">
1165             <summary>
1166             Converts the <see cref="T:System.DateTimeOffset"/> to its JSON string representation.
1167             </summary>
1168             <param name="value">The value to convert.</param>
1169             <returns>A JSON string representation of the <see cref="T:System.DateTimeOffset"/>.</returns>
1170         </member>
1171         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTimeOffset,Newtonsoft.Json.DateFormatHandling)">
1172             <summary>
1173             Converts the <see cref="T:System.DateTimeOffset"/> to its JSON string representation using the <see cref="T:Newtonsoft.Json.DateFormatHandling"/> specified.
1174             </summary>
1175             <param name="value">The value to convert.</param>
1176             <param name="format">The format the date will be converted to.</param>
1177             <returns>A JSON string representation of the <see cref="T:System.DateTimeOffset"/>.</returns>
1178         </member>
1179         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Boolean)">
1180             <summary>
1181             Converts the <see cref="T:System.Boolean"/> to its JSON string representation.
1182             </summary>
1183             <param name="value">The value to convert.</param>
1184             <returns>A JSON string representation of the <see cref="T:System.Boolean"/>.</returns>
1185         </member>
1186         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Char)">
1187             <summary>
1188             Converts the <see cref="T:System.Char"/> to its JSON string representation.
1189             </summary>
1190             <param name="value">The value to convert.</param>
1191             <returns>A JSON string representation of the <see cref="T:System.Char"/>.</returns>
1192         </member>
1193         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Enum)">
1194             <summary>
1195             Converts the <see cref="T:System.Enum"/> to its JSON string representation.
1196             </summary>
1197             <param name="value">The value to convert.</param>
1198             <returns>A JSON string representation of the <see cref="T:System.Enum"/>.</returns>
1199         </member>
1200         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int32)">
1201             <summary>
1202             Converts the <see cref="T:System.Int32"/> to its JSON string representation.
1203             </summary>
1204             <param name="value">The value to convert.</param>
1205             <returns>A JSON string representation of the <see cref="T:System.Int32"/>.</returns>
1206         </member>
1207         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int16)">
1208             <summary>
1209             Converts the <see cref="T:System.Int16"/> to its JSON string representation.
1210             </summary>
1211             <param name="value">The value to convert.</param>
1212             <returns>A JSON string representation of the <see cref="T:System.Int16"/>.</returns>
1213         </member>
1214         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt16)">
1215             <summary>
1216             Converts the <see cref="T:System.UInt16"/> to its JSON string representation.
1217             </summary>
1218             <param name="value">The value to convert.</param>
1219             <returns>A JSON string representation of the <see cref="T:System.UInt16"/>.</returns>
1220         </member>
1221         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt32)">
1222             <summary>
1223             Converts the <see cref="T:System.UInt32"/> to its JSON string representation.
1224             </summary>
1225             <param name="value">The value to convert.</param>
1226             <returns>A JSON string representation of the <see cref="T:System.UInt32"/>.</returns>
1227         </member>
1228         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int64)">
1229             <summary>
1230             Converts the <see cref="T:System.Int64"/>  to its JSON string representation.
1231             </summary>
1232             <param name="value">The value to convert.</param>
1233             <returns>A JSON string representation of the <see cref="T:System.Int64"/>.</returns>
1234         </member>
1235         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt64)">
1236             <summary>
1237             Converts the <see cref="T:System.UInt64"/> to its JSON string representation.
1238             </summary>
1239             <param name="value">The value to convert.</param>
1240             <returns>A JSON string representation of the <see cref="T:System.UInt64"/>.</returns>
1241         </member>
1242         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Single)">
1243             <summary>
1244             Converts the <see cref="T:System.Single"/> to its JSON string representation.
1245             </summary>
1246             <param name="value">The value to convert.</param>
1247             <returns>A JSON string representation of the <see cref="T:System.Single"/>.</returns>
1248         </member>
1249         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Double)">
1250             <summary>
1251             Converts the <see cref="T:System.Double"/> to its JSON string representation.
1252             </summary>
1253             <param name="value">The value to convert.</param>
1254             <returns>A JSON string representation of the <see cref="T:System.Double"/>.</returns>
1255         </member>
1256         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Byte)">
1257             <summary>
1258             Converts the <see cref="T:System.Byte"/> to its JSON string representation.
1259             </summary>
1260             <param name="value">The value to convert.</param>
1261             <returns>A JSON string representation of the <see cref="T:System.Byte"/>.</returns>
1262         </member>
1263         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.SByte)">
1264             <summary>
1265             Converts the <see cref="T:System.SByte"/> to its JSON string representation.
1266             </summary>
1267             <param name="value">The value to convert.</param>
1268             <returns>A JSON string representation of the <see cref="T:System.SByte"/>.</returns>
1269         </member>
1270         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Decimal)">
1271             <summary>
1272             Converts the <see cref="T:System.Decimal"/> to its JSON string representation.
1273             </summary>
1274             <param name="value">The value to convert.</param>
1275             <returns>A JSON string representation of the <see cref="T:System.SByte"/>.</returns>
1276         </member>
1277         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Guid)">
1278             <summary>
1279             Converts the <see cref="T:System.Guid"/> to its JSON string representation.
1280             </summary>
1281             <param name="value">The value to convert.</param>
1282             <returns>A JSON string representation of the <see cref="T:System.Guid"/>.</returns>
1283         </member>
1284         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.TimeSpan)">
1285             <summary>
1286             Converts the <see cref="T:System.TimeSpan"/> to its JSON string representation.
1287             </summary>
1288             <param name="value">The value to convert.</param>
1289             <returns>A JSON string representation of the <see cref="T:System.TimeSpan"/>.</returns>
1290         </member>
1291         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Uri)">
1292             <summary>
1293             Converts the <see cref="T:System.Uri"/> to its JSON string representation.
1294             </summary>
1295             <param name="value">The value to convert.</param>
1296             <returns>A JSON string representation of the <see cref="T:System.Uri"/>.</returns>
1297         </member>
1298         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String)">
1299             <summary>
1300             Converts the <see cref="T:System.String"/> to its JSON string representation.
1301             </summary>
1302             <param name="value">The value to convert.</param>
1303             <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns>
1304         </member>
1305         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String,System.Char)">
1306             <summary>
1307             Converts the <see cref="T:System.String"/> to its JSON string representation.
1308             </summary>
1309             <param name="value">The value to convert.</param>
1310             <param name="delimiter">The string delimiter character.</param>
1311             <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns>
1312         </member>
1313         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String,System.Char,Newtonsoft.Json.StringEscapeHandling)">
1314             <summary>
1315             Converts the <see cref="T:System.String"/> to its JSON string representation.
1316             </summary>
1317             <param name="value">The value to convert.</param>
1318             <param name="delimiter">The string delimiter character.</param>
1319             <param name="stringEscapeHandling">The string escape handling.</param>
1320             <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns>
1321         </member>
1322         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Object)">
1323             <summary>
1324             Converts the <see cref="T:System.Object"/> to its JSON string representation.
1325             </summary>
1326             <param name="value">The value to convert.</param>
1327             <returns>A JSON string representation of the <see cref="T:System.Object"/>.</returns>
1328         </member>
1329         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object)">
1330             <summary>
1331             Serializes the specified object to a JSON string.
1332             </summary>
1333             <param name="value">The object to serialize.</param>
1334             <returns>A JSON string representation of the object.</returns>
1335         </member>
1336         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting)">
1337             <summary>
1338             Serializes the specified object to a JSON string using formatting.
1339             </summary>
1340             <param name="value">The object to serialize.</param>
1341             <param name="formatting">Indicates how the output is formatted.</param>
1342             <returns>
1343             A JSON string representation of the object.
1344             </returns>
1345         </member>
1346         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.JsonConverter[])">
1347             <summary>
1348             Serializes the specified object to a JSON string using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1349             </summary>
1350             <param name="value">The object to serialize.</param>
1351             <param name="converters">A collection converters used while serializing.</param>
1352             <returns>A JSON string representation of the object.</returns>
1353         </member>
1354         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[])">
1355             <summary>
1356             Serializes the specified object to a JSON string using formatting and a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1357             </summary>
1358             <param name="value">The object to serialize.</param>
1359             <param name="formatting">Indicates how the output is formatted.</param>
1360             <param name="converters">A collection converters used while serializing.</param>
1361             <returns>A JSON string representation of the object.</returns>
1362         </member>
1363         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.JsonSerializerSettings)">
1364             <summary>
1365             Serializes the specified object to a JSON string using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1366             </summary>
1367             <param name="value">The object to serialize.</param>
1368             <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.
1369             If this is null, default serialization settings will be used.</param>
1370             <returns>
1371             A JSON string representation of the object.
1372             </returns>
1373         </member>
1374         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,System.Type,Newtonsoft.Json.JsonSerializerSettings)">
1375             <summary>
1376             Serializes the specified object to a JSON string using a type, formatting and <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1377             </summary>
1378             <param name="value">The object to serialize.</param>
1379             <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.
1380             If this is null, default serialization settings will be used.</param>
1381             <param name="type">
1382             The type of the value being serialized.
1383             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.
1384             Specifing the type is optional.
1385             </param>
1386             <returns>
1387             A JSON string representation of the object.
1388             </returns>
1389         </member>
1390         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)">
1391             <summary>
1392             Serializes the specified object to a JSON string using formatting and <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1393             </summary>
1394             <param name="value">The object to serialize.</param>
1395             <param name="formatting">Indicates how the output is formatted.</param>
1396             <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.
1397             If this is null, default serialization settings will be used.</param>
1398             <returns>
1399             A JSON string representation of the object.
1400             </returns>
1401         </member>
1402         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,System.Type,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)">
1403             <summary>
1404             Serializes the specified object to a JSON string using a type, formatting and <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1405             </summary>
1406             <param name="value">The object to serialize.</param>
1407             <param name="formatting">Indicates how the output is formatted.</param>
1408             <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.
1409             If this is null, default serialization settings will be used.</param>
1410             <param name="type">
1411             The type of the value being serialized.
1412             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.
1413             Specifing the type is optional.
1414             </param>
1415             <returns>
1416             A JSON string representation of the object.
1417             </returns>
1418         </member>
1419         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObjectAsync(System.Object)">
1420             <summary>
1421             Asynchronously serializes the specified object to a JSON string.
1422             Serialization will happen on a new thread.
1423             </summary>
1424             <param name="value">The object to serialize.</param>
1425             <returns>
1426             A task that represents the asynchronous serialize operation. The value of the <c>TResult</c> parameter contains a JSON string representation of the object.
1427             </returns>
1428         </member>
1429         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObjectAsync(System.Object,Newtonsoft.Json.Formatting)">
1430             <summary>
1431             Asynchronously serializes the specified object to a JSON string using formatting.
1432             Serialization will happen on a new thread.
1433             </summary>
1434             <param name="value">The object to serialize.</param>
1435             <param name="formatting">Indicates how the output is formatted.</param>
1436             <returns>
1437             A task that represents the asynchronous serialize operation. The value of the <c>TResult</c> parameter contains a JSON string representation of the object.
1438             </returns>
1439         </member>
1440         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObjectAsync(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)">
1441             <summary>
1442             Asynchronously serializes the specified object to a JSON string using formatting and a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1443             Serialization will happen on a new thread.
1444             </summary>
1445             <param name="value">The object to serialize.</param>
1446             <param name="formatting">Indicates how the output is formatted.</param>
1447             <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.
1448             If this is null, default serialization settings will be used.</param>
1449             <returns>
1450             A task that represents the asynchronous serialize operation. The value of the <c>TResult</c> parameter contains a JSON string representation of the object.
1451             </returns>
1452         </member>
1453         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String)">
1454             <summary>
1455             Deserializes the JSON to a .NET object.
1456             </summary>
1457             <param name="value">The JSON to deserialize.</param>
1458             <returns>The deserialized object from the JSON string.</returns>
1459         </member>
1460         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,Newtonsoft.Json.JsonSerializerSettings)">
1461             <summary>
1462             Deserializes the JSON to a .NET object using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1463             </summary>
1464             <param name="value">The JSON to deserialize.</param>
1465             <param name="settings">
1466             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1467             If this is null, default serialization settings will be used.
1468             </param>
1469             <returns>The deserialized object from the JSON string.</returns>
1470         </member>
1471         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type)">
1472             <summary>
1473             Deserializes the JSON to the specified .NET type.
1474             </summary>
1475             <param name="value">The JSON to deserialize.</param>
1476             <param name="type">The <see cref="T:System.Type"/> of object being deserialized.</param>
1477             <returns>The deserialized object from the JSON string.</returns>
1478         </member>
1479         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String)">
1480             <summary>
1481             Deserializes the JSON to the specified .NET type.
1482             </summary>
1483             <typeparam name="T">The type of the object to deserialize to.</typeparam>
1484             <param name="value">The JSON to deserialize.</param>
1485             <returns>The deserialized object from the JSON string.</returns>
1486         </member>
1487         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeAnonymousType``1(System.String,``0)">
1488             <summary>
1489             Deserializes the JSON to the given anonymous type.
1490             </summary>
1491             <typeparam name="T">
1492             The anonymous type to deserialize to. This can't be specified
1493             traditionally and must be infered from the anonymous type passed
1494             as a parameter.
1495             </typeparam>
1496             <param name="value">The JSON to deserialize.</param>
1497             <param name="anonymousTypeObject">The anonymous type object.</param>
1498             <returns>The deserialized anonymous type from the JSON string.</returns>
1499         </member>
1500         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeAnonymousType``1(System.String,``0,Newtonsoft.Json.JsonSerializerSettings)">
1501             <summary>
1502             Deserializes the JSON to the given anonymous type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1503             </summary>
1504             <typeparam name="T">
1505             The anonymous type to deserialize to. This can't be specified
1506             traditionally and must be infered from the anonymous type passed
1507             as a parameter.
1508             </typeparam>
1509             <param name="value">The JSON to deserialize.</param>
1510             <param name="anonymousTypeObject">The anonymous type object.</param>
1511             <param name="settings">
1512             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1513             If this is null, default serialization settings will be used.
1514             </param>
1515             <returns>The deserialized anonymous type from the JSON string.</returns>
1516         </member>
1517         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String,Newtonsoft.Json.JsonConverter[])">
1518             <summary>
1519             Deserializes the JSON to the specified .NET type using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1520             </summary>
1521             <typeparam name="T">The type of the object to deserialize to.</typeparam>
1522             <param name="value">The JSON to deserialize.</param>
1523             <param name="converters">Converters to use while deserializing.</param>
1524             <returns>The deserialized object from the JSON string.</returns>
1525         </member>
1526         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String,Newtonsoft.Json.JsonSerializerSettings)">
1527             <summary>
1528             Deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1529             </summary>
1530             <typeparam name="T">The type of the object to deserialize to.</typeparam>
1531             <param name="value">The object to deserialize.</param>
1532             <param name="settings">
1533             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1534             If this is null, default serialization settings will be used.
1535             </param>
1536             <returns>The deserialized object from the JSON string.</returns>
1537         </member>
1538         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type,Newtonsoft.Json.JsonConverter[])">
1539             <summary>
1540             Deserializes the JSON to the specified .NET type using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1541             </summary>
1542             <param name="value">The JSON to deserialize.</param>
1543             <param name="type">The type of the object to deserialize.</param>
1544             <param name="converters">Converters to use while deserializing.</param>
1545             <returns>The deserialized object from the JSON string.</returns>
1546         </member>
1547         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type,Newtonsoft.Json.JsonSerializerSettings)">
1548             <summary>
1549             Deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1550             </summary>
1551             <param name="value">The JSON to deserialize.</param>
1552             <param name="type">The type of the object to deserialize to.</param>
1553             <param name="settings">
1554             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1555             If this is null, default serialization settings will be used.
1556             </param>
1557             <returns>The deserialized object from the JSON string.</returns>
1558         </member>
1559         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObjectAsync``1(System.String)">
1560             <summary>
1561             Asynchronously deserializes the JSON to the specified .NET type.
1562             Deserialization will happen on a new thread.
1563             </summary>
1564             <typeparam name="T">The type of the object to deserialize to.</typeparam>
1565             <param name="value">The JSON to deserialize.</param>
1566             <returns>
1567             A task that represents the asynchronous deserialize operation. The value of the <c>TResult</c> parameter contains the deserialized object from the JSON string.
1568             </returns>
1569         </member>
1570         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObjectAsync``1(System.String,Newtonsoft.Json.JsonSerializerSettings)">
1571             <summary>
1572             Asynchronously deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1573             Deserialization will happen on a new thread.
1574             </summary>
1575             <typeparam name="T">The type of the object to deserialize to.</typeparam>
1576             <param name="value">The JSON to deserialize.</param>
1577             <param name="settings">
1578             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1579             If this is null, default serialization settings will be used.
1580             </param>
1581             <returns>
1582             A task that represents the asynchronous deserialize operation. The value of the <c>TResult</c> parameter contains the deserialized object from the JSON string.
1583             </returns>
1584         </member>
1585         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObjectAsync(System.String)">
1586             <summary>
1587             Asynchronously deserializes the JSON to the specified .NET type.
1588             Deserialization will happen on a new thread.
1589             </summary>
1590             <param name="value">The JSON to deserialize.</param>
1591             <returns>
1592             A task that represents the asynchronous deserialize operation. The value of the <c>TResult</c> parameter contains the deserialized object from the JSON string.
1593             </returns>
1594         </member>
1595         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObjectAsync(System.String,System.Type,Newtonsoft.Json.JsonSerializerSettings)">
1596             <summary>
1597             Asynchronously deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1598             Deserialization will happen on a new thread.
1599             </summary>
1600             <param name="value">The JSON to deserialize.</param>
1601             <param name="type">The type of the object to deserialize to.</param>
1602             <param name="settings">
1603             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1604             If this is null, default serialization settings will be used.
1605             </param>
1606             <returns>
1607             A task that represents the asynchronous deserialize operation. The value of the <c>TResult</c> parameter contains the deserialized object from the JSON string.
1608             </returns>
1609         </member>
1610         <member name="M:Newtonsoft.Json.JsonConvert.PopulateObject(System.String,System.Object)">
1611             <summary>
1612             Populates the object with values from the JSON string.
1613             </summary>
1614             <param name="value">The JSON to populate values from.</param>
1615             <param name="target">The target object to populate values onto.</param>
1616         </member>
1617         <member name="M:Newtonsoft.Json.JsonConvert.PopulateObject(System.String,System.Object,Newtonsoft.Json.JsonSerializerSettings)">
1618             <summary>
1619             Populates the object with values from the JSON string using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1620             </summary>
1621             <param name="value">The JSON to populate values from.</param>
1622             <param name="target">The target object to populate values onto.</param>
1623             <param name="settings">
1624             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1625             If this is null, default serialization settings will be used.
1626             </param>
1627         </member>
1628         <member name="M:Newtonsoft.Json.JsonConvert.PopulateObjectAsync(System.String,System.Object,Newtonsoft.Json.JsonSerializerSettings)">
1629             <summary>
1630             Asynchronously populates the object with values from the JSON string using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1631             </summary>
1632             <param name="value">The JSON to populate values from.</param>
1633             <param name="target">The target object to populate values onto.</param>
1634             <param name="settings">
1635             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1636             If this is null, default serialization settings will be used.
1637             </param>
1638             <returns>
1639             A task that represents the asynchronous populate operation.
1640             </returns>
1641         </member>
1642         <member name="M:Newtonsoft.Json.JsonConvert.SerializeXNode(System.Xml.Linq.XObject)">
1643             <summary>
1644             Serializes the <see cref="T:System.Xml.Linq.XNode"/> to a JSON string.
1645             </summary>
1646             <param name="node">The node to convert to JSON.</param>
1647             <returns>A JSON string of the XNode.</returns>
1648         </member>
1649         <member name="M:Newtonsoft.Json.JsonConvert.SerializeXNode(System.Xml.Linq.XObject,Newtonsoft.Json.Formatting)">
1650             <summary>
1651             Serializes the <see cref="T:System.Xml.Linq.XNode"/> to a JSON string using formatting.
1652             </summary>
1653             <param name="node">The node to convert to JSON.</param>
1654             <param name="formatting">Indicates how the output is formatted.</param>
1655             <returns>A JSON string of the XNode.</returns>
1656         </member>
1657         <member name="M:Newtonsoft.Json.JsonConvert.SerializeXNode(System.Xml.Linq.XObject,Newtonsoft.Json.Formatting,System.Boolean)">
1658             <summary>
1659             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>.
1660             </summary>
1661             <param name="node">The node to serialize.</param>
1662             <param name="formatting">Indicates how the output is formatted.</param>
1663             <param name="omitRootObject">Omits writing the root object.</param>
1664             <returns>A JSON string of the XNode.</returns>
1665         </member>
1666         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXNode(System.String)">
1667             <summary>
1668             Deserializes the <see cref="T:System.Xml.Linq.XNode"/> from a JSON string.
1669             </summary>
1670             <param name="value">The JSON string.</param>
1671             <returns>The deserialized XNode</returns>
1672         </member>
1673         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXNode(System.String,System.String)">
1674             <summary>
1675             Deserializes the <see cref="T:System.Xml.Linq.XNode"/> from a JSON string nested in a root elment specified by <paramref name="deserializeRootElementName"/>.
1676             </summary>
1677             <param name="value">The JSON string.</param>
1678             <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param>
1679             <returns>The deserialized XNode</returns>
1680         </member>
1681         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXNode(System.String,System.String,System.Boolean)">
1682             <summary>
1683             Deserializes the <see cref="T:System.Xml.Linq.XNode"/> from a JSON string nested in a root elment specified by <paramref name="deserializeRootElementName"/>
1684             and writes a .NET array attribute for collections.
1685             </summary>
1686             <param name="value">The JSON string.</param>
1687             <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param>
1688             <param name="writeArrayAttribute">
1689             A flag to indicate whether to write the Json.NET array attribute.
1690             This attribute helps preserve arrays when converting the written XML back to JSON.
1691             </param>
1692             <returns>The deserialized XNode</returns>
1693         </member>
1694         <member name="T:Newtonsoft.Json.JsonConverter">
1695             <summary>
1696             Converts an object to and from JSON.
1697             </summary>
1698         </member>
1699         <member name="M:Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1700             <summary>
1701             Writes the JSON representation of the object.
1702             </summary>
1703             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1704             <param name="value">The value.</param>
1705             <param name="serializer">The calling serializer.</param>
1706         </member>
1707         <member name="M:Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1708             <summary>
1709             Reads the JSON representation of the object.
1710             </summary>
1711             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1712             <param name="objectType">Type of the object.</param>
1713             <param name="existingValue">The existing value of object being read.</param>
1714             <param name="serializer">The calling serializer.</param>
1715             <returns>The object value.</returns>
1716         </member>
1717         <member name="M:Newtonsoft.Json.JsonConverter.CanConvert(System.Type)">
1718             <summary>
1719             Determines whether this instance can convert the specified object type.
1720             </summary>
1721             <param name="objectType">Type of the object.</param>
1722             <returns>
1723                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1724             </returns>
1725         </member>
1726         <member name="M:Newtonsoft.Json.JsonConverter.GetSchema">
1727             <summary>
1728             <para>
1729             Gets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of the JSON produced by the JsonConverter.
1730             </para>
1731             <note type="caution">
1732             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.
1733             </note>
1734             </summary>
1735             <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of the JSON produced by the JsonConverter.</returns>
1736         </member>
1737         <member name="P:Newtonsoft.Json.JsonConverter.CanRead">
1738             <summary>
1739             Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can read JSON.
1740             </summary>
1741             <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can read JSON; otherwise, <c>false</c>.</value>
1742         </member>
1743         <member name="P:Newtonsoft.Json.JsonConverter.CanWrite">
1744             <summary>
1745             Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON.
1746             </summary>
1747             <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.</value>
1748         </member>
1749         <member name="T:Newtonsoft.Json.JsonConverterAttribute">
1750             <summary>
1751             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to use the specified <see cref="T:Newtonsoft.Json.JsonConverter"/> when serializing the member or class.
1752             </summary>
1753         </member>
1754         <member name="P:Newtonsoft.Json.JsonConverterAttribute.ConverterType">
1755             <summary>
1756             Gets the <see cref="T:System.Type"/> of the converter.
1757             </summary>
1758             <value>The <see cref="T:System.Type"/> of the converter.</value>
1759         </member>
1760         <member name="P:Newtonsoft.Json.JsonConverterAttribute.ConverterParameters">
1761             <summary>
1762             The parameter list to use when constructing the JsonConverter described by ConverterType.  
1763             If null, the default constructor is used.
1764             </summary>
1765         </member>
1766         <member name="M:Newtonsoft.Json.JsonConverterAttribute.#ctor(System.Type)">
1767             <summary>
1768             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonConverterAttribute"/> class.
1769             </summary>
1770             <param name="converterType">Type of the converter.</param>
1771         </member>
1772         <member name="M:Newtonsoft.Json.JsonConverterAttribute.#ctor(System.Type,System.Object[])">
1773             <summary>
1774             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonConverterAttribute"/> class.
1775             </summary>
1776             <param name="converterType">Type of the converter.</param>
1777             <param name="converterParameters">Parameter list to use when constructing the JsonConverter. Can be null.</param>
1778         </member>
1779         <member name="T:Newtonsoft.Json.JsonConverterCollection">
1780             <summary>
1781             Represents a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1782             </summary>
1783         </member>
1784         <member name="T:Newtonsoft.Json.JsonDictionaryAttribute">
1785             <summary>
1786             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the collection.
1787             </summary>
1788         </member>
1789         <member name="M:Newtonsoft.Json.JsonDictionaryAttribute.#ctor">
1790             <summary>
1791             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonDictionaryAttribute"/> class.
1792             </summary>
1793         </member>
1794         <member name="M:Newtonsoft.Json.JsonDictionaryAttribute.#ctor(System.String)">
1795             <summary>
1796             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonDictionaryAttribute"/> class with the specified container Id.
1797             </summary>
1798             <param name="id">The container Id.</param>
1799         </member>
1800         <member name="T:Newtonsoft.Json.JsonException">
1801             <summary>
1802             The exception thrown when an error occurs during JSON serialization or deserialization.
1803             </summary>
1804         </member>
1805         <member name="M:Newtonsoft.Json.JsonException.#ctor">
1806             <summary>
1807             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class.
1808             </summary>
1809         </member>
1810         <member name="M:Newtonsoft.Json.JsonException.#ctor(System.String)">
1811             <summary>
1812             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class
1813             with a specified error message.
1814             </summary>
1815             <param name="message">The error message that explains the reason for the exception.</param>
1816         </member>
1817         <member name="M:Newtonsoft.Json.JsonException.#ctor(System.String,System.Exception)">
1818             <summary>
1819             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class
1820             with a specified error message and a reference to the inner exception that is the cause of this exception.
1821             </summary>
1822             <param name="message">The error message that explains the reason for the exception.</param>
1823             <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>
1824         </member>
1825         <member name="T:Newtonsoft.Json.JsonExtensionDataAttribute">
1826             <summary>
1827             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to deserialize properties with no matching class member into the specified collection
1828             and write values during serialization.
1829             </summary>
1830         </member>
1831         <member name="P:Newtonsoft.Json.JsonExtensionDataAttribute.WriteData">
1832             <summary>
1833             Gets or sets a value that indicates whether to write extension data when serializing the object.
1834             </summary>
1835             <value>
1836                 <c>true</c> to write extension data when serializing the object; otherwise, <c>false</c>. The default is <c>true</c>.
1837             </value>
1838         </member>
1839         <member name="P:Newtonsoft.Json.JsonExtensionDataAttribute.ReadData">
1840             <summary>
1841             Gets or sets a value that indicates whether to read extension data when deserializing the object.
1842             </summary>
1843             <value>
1844                 <c>true</c> to read extension data when deserializing the object; otherwise, <c>false</c>. The default is <c>true</c>.
1845             </value>
1846         </member>
1847         <member name="M:Newtonsoft.Json.JsonExtensionDataAttribute.#ctor">
1848             <summary>
1849             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonExtensionDataAttribute"/> class.
1850             </summary>
1851         </member>
1852         <member name="T:Newtonsoft.Json.JsonIgnoreAttribute">
1853             <summary>
1854             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> not to serialize the public field or public read/write property value.
1855             </summary>
1856         </member>
1857         <member name="T:Newtonsoft.Json.JsonObjectAttribute">
1858             <summary>
1859             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the object.
1860             </summary>
1861         </member>
1862         <member name="P:Newtonsoft.Json.JsonObjectAttribute.MemberSerialization">
1863             <summary>
1864             Gets or sets the member serialization.
1865             </summary>
1866             <value>The member serialization.</value>
1867         </member>
1868         <member name="P:Newtonsoft.Json.JsonObjectAttribute.ItemRequired">
1869             <summary>
1870             Gets or sets a value that indicates whether the object's properties are required.
1871             </summary>
1872             <value>
1873                 A value indicating whether the object's properties are required.
1874             </value>
1875         </member>
1876         <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor">
1877             <summary>
1878             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class.
1879             </summary>
1880         </member>
1881         <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor(Newtonsoft.Json.MemberSerialization)">
1882             <summary>
1883             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with the specified member serialization.
1884             </summary>
1885             <param name="memberSerialization">The member serialization.</param>
1886         </member>
1887         <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor(System.String)">
1888             <summary>
1889             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with the specified container Id.
1890             </summary>
1891             <param name="id">The container Id.</param>
1892         </member>
1893         <member name="T:Newtonsoft.Json.JsonPropertyAttribute">
1894             <summary>
1895             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to always serialize the member with the specified name.
1896             </summary>
1897         </member>
1898         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemConverterType">
1899             <summary>
1900             Gets or sets the converter used when serializing the property's collection items.
1901             </summary>
1902             <value>The collection's items converter.</value>
1903         </member>
1904         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemConverterParameters">
1905             <summary>
1906             The parameter list to use when constructing the JsonConverter described by ItemConverterType.
1907             If null, the default constructor is used.
1908             When non-null, there must be a constructor defined in the JsonConverter that exactly matches the number,
1909             order, and type of these parameters.
1910             </summary>
1911             <example>
1912             [JsonProperty(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })]
1913             </example>
1914         </member>
1915         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.NullValueHandling">
1916             <summary>
1917             Gets or sets the null value handling used when serializing this property.
1918             </summary>
1919             <value>The null value handling.</value>
1920         </member>
1921         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.DefaultValueHandling">
1922             <summary>
1923             Gets or sets the default value handling used when serializing this property.
1924             </summary>
1925             <value>The default value handling.</value>
1926         </member>
1927         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ReferenceLoopHandling">
1928             <summary>
1929             Gets or sets the reference loop handling used when serializing this property.
1930             </summary>
1931             <value>The reference loop handling.</value>
1932         </member>
1933         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ObjectCreationHandling">
1934             <summary>
1935             Gets or sets the object creation handling used when deserializing this property.
1936             </summary>
1937             <value>The object creation handling.</value>
1938         </member>
1939         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.TypeNameHandling">
1940             <summary>
1941             Gets or sets the type name handling used when serializing this property.
1942             </summary>
1943             <value>The type name handling.</value>
1944         </member>
1945         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.IsReference">
1946             <summary>
1947             Gets or sets whether this property's value is serialized as a reference.
1948             </summary>
1949             <value>Whether this property's value is serialized as a reference.</value>
1950         </member>
1951         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.Order">
1952             <summary>
1953             Gets or sets the order of serialization and deserialization of a member.
1954             </summary>
1955             <value>The numeric order of serialization or deserialization.</value>
1956         </member>
1957         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.Required">
1958             <summary>
1959             Gets or sets a value indicating whether this property is required.
1960             </summary>
1961             <value>
1962                 A value indicating whether this property is required.
1963             </value>
1964         </member>
1965         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.PropertyName">
1966             <summary>
1967             Gets or sets the name of the property.
1968             </summary>
1969             <value>The name of the property.</value>
1970         </member>
1971         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemReferenceLoopHandling">
1972             <summary>
1973             Gets or sets the the reference loop handling used when serializing the property's collection items.
1974             </summary>
1975             <value>The collection's items reference loop handling.</value>
1976         </member>
1977         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemTypeNameHandling">
1978             <summary>
1979             Gets or sets the the type name handling used when serializing the property's collection items.
1980             </summary>
1981             <value>The collection's items type name handling.</value>
1982         </member>
1983         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemIsReference">
1984             <summary>
1985             Gets or sets whether this property's collection items are serialized as a reference.
1986             </summary>
1987             <value>Whether this property's collection items are serialized as a reference.</value>
1988         </member>
1989         <member name="M:Newtonsoft.Json.JsonPropertyAttribute.#ctor">
1990             <summary>
1991             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> class.
1992             </summary>
1993         </member>
1994         <member name="M:Newtonsoft.Json.JsonPropertyAttribute.#ctor(System.String)">
1995             <summary>
1996             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> class with the specified name.
1997             </summary>
1998             <param name="propertyName">Name of the property.</param>
1999         </member>
2000         <member name="T:Newtonsoft.Json.JsonReader">
2001             <summary>
2002             Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data.
2003             </summary>
2004         </member>
2005         <member name="T:Newtonsoft.Json.JsonReader.State">
2006             <summary>
2007             Specifies the state of the reader.
2008             </summary>
2009         </member>
2010         <member name="F:Newtonsoft.Json.JsonReader.State.Start">
2011             <summary>
2012             The Read method has not been called.
2013             </summary>
2014         </member>
2015         <member name="F:Newtonsoft.Json.JsonReader.State.Complete">
2016             <summary>
2017             The end of the file has been reached successfully.
2018             </summary>
2019         </member>
2020         <member name="F:Newtonsoft.Json.JsonReader.State.Property">
2021             <summary>
2022             Reader is at a property.
2023             </summary>
2024         </member>
2025         <member name="F:Newtonsoft.Json.JsonReader.State.ObjectStart">
2026             <summary>
2027             Reader is at the start of an object.
2028             </summary>
2029         </member>
2030         <member name="F:Newtonsoft.Json.JsonReader.State.Object">
2031             <summary>
2032             Reader is in an object.
2033             </summary>
2034         </member>
2035         <member name="F:Newtonsoft.Json.JsonReader.State.ArrayStart">
2036             <summary>
2037             Reader is at the start of an array.
2038             </summary>
2039         </member>
2040         <member name="F:Newtonsoft.Json.JsonReader.State.Array">
2041             <summary>
2042             Reader is in an array.
2043             </summary>
2044         </member>
2045         <member name="F:Newtonsoft.Json.JsonReader.State.Closed">
2046             <summary>
2047             The Close method has been called.
2048             </summary>
2049         </member>
2050         <member name="F:Newtonsoft.Json.JsonReader.State.PostValue">
2051             <summary>
2052             Reader has just read a value.
2053             </summary>
2054         </member>
2055         <member name="F:Newtonsoft.Json.JsonReader.State.ConstructorStart">
2056             <summary>
2057             Reader is at the start of a constructor.
2058             </summary>
2059         </member>
2060         <member name="F:Newtonsoft.Json.JsonReader.State.Constructor">
2061             <summary>
2062             Reader in a constructor.
2063             </summary>
2064         </member>
2065         <member name="F:Newtonsoft.Json.JsonReader.State.Error">
2066             <summary>
2067             An error occurred that prevents the read operation from continuing.
2068             </summary>
2069         </member>
2070         <member name="F:Newtonsoft.Json.JsonReader.State.Finished">
2071             <summary>
2072             The end of the file has been reached successfully.
2073             </summary>
2074         </member>
2075         <member name="P:Newtonsoft.Json.JsonReader.CurrentState">
2076             <summary>
2077             Gets the current reader state.
2078             </summary>
2079             <value>The current reader state.</value>
2080         </member>
2081         <member name="P:Newtonsoft.Json.JsonReader.CloseInput">
2082             <summary>
2083             Gets or sets a value indicating whether the underlying stream or
2084             <see cref="T:System.IO.TextReader"/> should be closed when the reader is closed.
2085             </summary>
2086             <value>
2087             true to close the underlying stream or <see cref="T:System.IO.TextReader"/> when
2088             the reader is closed; otherwise false. The default is true.
2089             </value>
2090         </member>
2091         <member name="P:Newtonsoft.Json.JsonReader.SupportMultipleContent">
2092             <summary>
2093             Gets or sets a value indicating whether multiple pieces of JSON content can
2094             be read from a continuous stream without erroring.
2095             </summary>
2096             <value>
2097             true to support reading multiple pieces of JSON content; otherwise false. The default is false.
2098             </value>
2099         </member>
2100         <member name="P:Newtonsoft.Json.JsonReader.QuoteChar">
2101             <summary>
2102             Gets the quotation mark character used to enclose the value of a string.
2103             </summary>
2104         </member>
2105         <member name="P:Newtonsoft.Json.JsonReader.DateTimeZoneHandling">
2106             <summary>
2107             Get or set how <see cref="T:System.DateTime"/> time zones are handling when reading JSON.
2108             </summary>
2109         </member>
2110         <member name="P:Newtonsoft.Json.JsonReader.DateParseHandling">
2111             <summary>
2112             Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
2113             </summary>
2114         </member>
2115         <member name="P:Newtonsoft.Json.JsonReader.FloatParseHandling">
2116             <summary>
2117             Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
2118             </summary>
2119         </member>
2120         <member name="P:Newtonsoft.Json.JsonReader.DateFormatString">
2121             <summary>
2122             Get or set how custom date formatted strings are parsed when reading JSON.
2123             </summary>
2124         </member>
2125         <member name="P:Newtonsoft.Json.JsonReader.MaxDepth">
2126             <summary>
2127             Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>.
2128             </summary>
2129         </member>
2130         <member name="P:Newtonsoft.Json.JsonReader.TokenType">
2131             <summary>
2132             Gets the type of the current JSON token. 
2133             </summary>
2134         </member>
2135         <member name="P:Newtonsoft.Json.JsonReader.Value">
2136             <summary>
2137             Gets the text value of the current JSON token.
2138             </summary>
2139         </member>
2140         <member name="P:Newtonsoft.Json.JsonReader.ValueType">
2141             <summary>
2142             Gets The Common Language Runtime (CLR) type for the current JSON token.
2143             </summary>
2144         </member>
2145         <member name="P:Newtonsoft.Json.JsonReader.Depth">
2146             <summary>
2147             Gets the depth of the current token in the JSON document.
2148             </summary>
2149             <value>The depth of the current token in the JSON document.</value>
2150         </member>
2151         <member name="P:Newtonsoft.Json.JsonReader.Path">
2152             <summary>
2153             Gets the path of the current JSON token. 
2154             </summary>
2155         </member>
2156         <member name="P:Newtonsoft.Json.JsonReader.Culture">
2157             <summary>
2158             Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.
2159             </summary>
2160         </member>
2161         <member name="M:Newtonsoft.Json.JsonReader.#ctor">
2162             <summary>
2163             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReader"/> class with the specified <see cref="T:System.IO.TextReader"/>.
2164             </summary>
2165         </member>
2166         <member name="M:Newtonsoft.Json.JsonReader.Read">
2167             <summary>
2168             Reads the next JSON token from the stream.
2169             </summary>
2170             <returns>true if the next token was read successfully; false if there are no more tokens to read.</returns>
2171         </member>
2172         <member name="M:Newtonsoft.Json.JsonReader.ReadAsInt32">
2173             <summary>
2174             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
2175             </summary>
2176             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
2177         </member>
2178         <member name="M:Newtonsoft.Json.JsonReader.ReadAsString">
2179             <summary>
2180             Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
2181             </summary>
2182             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
2183         </member>
2184         <member name="M:Newtonsoft.Json.JsonReader.ReadAsBytes">
2185             <summary>
2186             Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].
2187             </summary>
2188             <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>
2189         </member>
2190         <member name="M:Newtonsoft.Json.JsonReader.ReadAsDecimal">
2191             <summary>
2192             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
2193             </summary>
2194             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
2195         </member>
2196         <member name="M:Newtonsoft.Json.JsonReader.ReadAsDateTime">
2197             <summary>
2198             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
2199             </summary>
2200             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
2201         </member>
2202         <member name="M:Newtonsoft.Json.JsonReader.ReadAsDateTimeOffset">
2203             <summary>
2204             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
2205             </summary>
2206             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
2207         </member>
2208         <member name="M:Newtonsoft.Json.JsonReader.Skip">
2209             <summary>
2210             Skips the children of the current token.
2211             </summary>
2212         </member>
2213         <member name="M:Newtonsoft.Json.JsonReader.SetToken(Newtonsoft.Json.JsonToken)">
2214             <summary>
2215             Sets the current token.
2216             </summary>
2217             <param name="newToken">The new token.</param>
2218         </member>
2219         <member name="M:Newtonsoft.Json.JsonReader.SetToken(Newtonsoft.Json.JsonToken,System.Object)">
2220             <summary>
2221             Sets the current token and value.
2222             </summary>
2223             <param name="newToken">The new token.</param>
2224             <param name="value">The value.</param>
2225         </member>
2226         <member name="M:Newtonsoft.Json.JsonReader.SetStateBasedOnCurrent">
2227             <summary>
2228             Sets the state based on current token type.
2229             </summary>
2230         </member>
2231         <member name="M:Newtonsoft.Json.JsonReader.System#IDisposable#Dispose">
2232             <summary>
2233             Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
2234             </summary>
2235         </member>
2236         <member name="M:Newtonsoft.Json.JsonReader.Dispose(System.Boolean)">
2237             <summary>
2238             Releases unmanaged and - optionally - managed resources
2239             </summary>
2240             <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
2241         </member>
2242         <member name="M:Newtonsoft.Json.JsonReader.Close">
2243             <summary>
2244             Changes the <see cref="T:Newtonsoft.Json.JsonReader.State"/> to Closed. 
2245             </summary>
2246         </member>
2247         <member name="T:Newtonsoft.Json.JsonReaderException">
2248             <summary>
2249             The exception thrown when an error occurs while reading JSON text.
2250             </summary>
2251         </member>
2252         <member name="P:Newtonsoft.Json.JsonReaderException.LineNumber">
2253             <summary>
2254             Gets the line number indicating where the error occurred.
2255             </summary>
2256             <value>The line number indicating where the error occurred.</value>
2257         </member>
2258         <member name="P:Newtonsoft.Json.JsonReaderException.LinePosition">
2259             <summary>
2260             Gets the line position indicating where the error occurred.
2261             </summary>
2262             <value>The line position indicating where the error occurred.</value>
2263         </member>
2264         <member name="P:Newtonsoft.Json.JsonReaderException.Path">
2265             <summary>
2266             Gets the path to the JSON where the error occurred.
2267             </summary>
2268             <value>The path to the JSON where the error occurred.</value>
2269         </member>
2270         <member name="M:Newtonsoft.Json.JsonReaderException.#ctor">
2271             <summary>
2272             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class.
2273             </summary>
2274         </member>
2275         <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.String)">
2276             <summary>
2277             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class
2278             with a specified error message.
2279             </summary>
2280             <param name="message">The error message that explains the reason for the exception.</param>
2281         </member>
2282         <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.String,System.Exception)">
2283             <summary>
2284             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class
2285             with a specified error message and a reference to the inner exception that is the cause of this exception.
2286             </summary>
2287             <param name="message">The error message that explains the reason for the exception.</param>
2288             <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>
2289         </member>
2290         <member name="T:Newtonsoft.Json.JsonRequiredAttribute">
2291             <summary>
2292             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to always serialize the member, and require the member has a value.
2293             </summary>
2294         </member>
2295         <member name="T:Newtonsoft.Json.JsonSerializationException">
2296             <summary>
2297             The exception thrown when an error occurs during JSON serialization or deserialization.
2298             </summary>
2299         </member>
2300         <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor">
2301             <summary>
2302             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class.
2303             </summary>
2304         </member>
2305         <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.String)">
2306             <summary>
2307             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class
2308             with a specified error message.
2309             </summary>
2310             <param name="message">The error message that explains the reason for the exception.</param>
2311         </member>
2312         <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.String,System.Exception)">
2313             <summary>
2314             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class
2315             with a specified error message and a reference to the inner exception that is the cause of this exception.
2316             </summary>
2317             <param name="message">The error message that explains the reason for the exception.</param>
2318             <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>
2319         </member>
2320         <member name="T:Newtonsoft.Json.JsonSerializer">
2321             <summary>
2322             Serializes and deserializes objects into and from the JSON format.
2323             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> enables you to control how objects are encoded into JSON.
2324             </summary>
2325         </member>
2326         <member name="E:Newtonsoft.Json.JsonSerializer.Error">
2327             <summary>
2328             Occurs when the <see cref="T:Newtonsoft.Json.JsonSerializer"/> errors during serialization and deserialization.
2329             </summary>
2330         </member>
2331         <member name="P:Newtonsoft.Json.JsonSerializer.ReferenceResolver">
2332             <summary>
2333             Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.
2334             </summary>
2335         </member>
2336         <member name="P:Newtonsoft.Json.JsonSerializer.Binder">
2337             <summary>
2338             Gets or sets the <see cref="T:Newtonsoft.Json.SerializationBinder"/> used by the serializer when resolving type names.
2339             </summary>
2340         </member>
2341         <member name="P:Newtonsoft.Json.JsonSerializer.TraceWriter">
2342             <summary>
2343             Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.ITraceWriter"/> used by the serializer when writing trace messages.
2344             </summary>
2345             <value>The trace writer.</value>
2346         </member>
2347         <member name="P:Newtonsoft.Json.JsonSerializer.EqualityComparer">
2348             <summary>
2349             Gets or sets the equality comparer used by the serializer when comparing references.
2350             </summary>
2351             <value>The equality comparer.</value>
2352         </member>
2353         <member name="P:Newtonsoft.Json.JsonSerializer.TypeNameHandling">
2354             <summary>
2355             Gets or sets how type name writing and reading is handled by the serializer.
2356             </summary>
2357         </member>
2358         <member name="P:Newtonsoft.Json.JsonSerializer.TypeNameAssemblyFormat">
2359             <summary>
2360             Gets or sets how a type name assembly is written and resolved by the serializer.
2361             </summary>
2362             <value>The type name assembly format.</value>
2363         </member>
2364         <member name="P:Newtonsoft.Json.JsonSerializer.PreserveReferencesHandling">
2365             <summary>
2366             Gets or sets how object references are preserved by the serializer.
2367             </summary>
2368         </member>
2369         <member name="P:Newtonsoft.Json.JsonSerializer.ReferenceLoopHandling">
2370             <summary>
2371             Get or set how reference loops (e.g. a class referencing itself) is handled.
2372             </summary>
2373         </member>
2374         <member name="P:Newtonsoft.Json.JsonSerializer.MissingMemberHandling">
2375             <summary>
2376             Get or set how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
2377             </summary>
2378         </member>
2379         <member name="P:Newtonsoft.Json.JsonSerializer.NullValueHandling">
2380             <summary>
2381             Get or set how null values are handled during serialization and deserialization.
2382             </summary>
2383         </member>
2384         <member name="P:Newtonsoft.Json.JsonSerializer.DefaultValueHandling">
2385             <summary>
2386             Get or set how null default are handled during serialization and deserialization.
2387             </summary>
2388         </member>
2389         <member name="P:Newtonsoft.Json.JsonSerializer.ObjectCreationHandling">
2390             <summary>
2391             Gets or sets how objects are created during deserialization.
2392             </summary>
2393             <value>The object creation handling.</value>
2394         </member>
2395         <member name="P:Newtonsoft.Json.JsonSerializer.ConstructorHandling">
2396             <summary>
2397             Gets or sets how constructors are used during deserialization.
2398             </summary>
2399             <value>The constructor handling.</value>
2400         </member>
2401         <member name="P:Newtonsoft.Json.JsonSerializer.MetadataPropertyHandling">
2402             <summary>
2403             Gets or sets how metadata properties are used during deserialization.
2404             </summary>
2405             <value>The metadata properties handling.</value>
2406         </member>
2407         <member name="P:Newtonsoft.Json.JsonSerializer.Converters">
2408             <summary>
2409             Gets a collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.
2410             </summary>
2411             <value>Collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.</value>
2412         </member>
2413         <member name="P:Newtonsoft.Json.JsonSerializer.ContractResolver">
2414             <summary>
2415             Gets or sets the contract resolver used by the serializer when
2416             serializing .NET objects to JSON and vice versa.
2417             </summary>
2418         </member>
2419         <member name="P:Newtonsoft.Json.JsonSerializer.Context">
2420             <summary>
2421             Gets or sets the <see cref="T:System.Runtime.Serialization.StreamingContext"/> used by the serializer when invoking serialization callback methods.
2422             </summary>
2423             <value>The context.</value>
2424         </member>
2425         <member name="P:Newtonsoft.Json.JsonSerializer.Formatting">
2426             <summary>
2427             Indicates how JSON text output is formatted.
2428             </summary>
2429         </member>
2430         <member name="P:Newtonsoft.Json.JsonSerializer.DateFormatHandling">
2431             <summary>
2432             Get or set how dates are written to JSON text.
2433             </summary>
2434         </member>
2435         <member name="P:Newtonsoft.Json.JsonSerializer.DateTimeZoneHandling">
2436             <summary>
2437             Get or set how <see cref="T:System.DateTime"/> time zones are handling during serialization and deserialization.
2438             </summary>
2439         </member>
2440         <member name="P:Newtonsoft.Json.JsonSerializer.DateParseHandling">
2441             <summary>
2442             Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
2443             </summary>
2444         </member>
2445         <member name="P:Newtonsoft.Json.JsonSerializer.FloatParseHandling">
2446             <summary>
2447             Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
2448             </summary>
2449         </member>
2450         <member name="P:Newtonsoft.Json.JsonSerializer.FloatFormatHandling">
2451             <summary>
2452             Get or set how special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>,
2453             <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/>,
2454             are written as JSON text.
2455             </summary>
2456         </member>
2457         <member name="P:Newtonsoft.Json.JsonSerializer.StringEscapeHandling">
2458             <summary>
2459             Get or set how strings are escaped when writing JSON text.
2460             </summary>
2461         </member>
2462         <member name="P:Newtonsoft.Json.JsonSerializer.DateFormatString">
2463             <summary>
2464             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.
2465             </summary>
2466         </member>
2467         <member name="P:Newtonsoft.Json.JsonSerializer.Culture">
2468             <summary>
2469             Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.
2470             </summary>
2471         </member>
2472         <member name="P:Newtonsoft.Json.JsonSerializer.MaxDepth">
2473             <summary>
2474             Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>.
2475             </summary>
2476         </member>
2477         <member name="P:Newtonsoft.Json.JsonSerializer.CheckAdditionalContent">
2478             <summary>
2479             Gets a value indicating whether there will be a check for additional JSON content after deserializing an object.
2480             </summary>
2481             <value>
2482                 <c>true</c> if there will be a check for additional JSON content after deserializing an object; otherwise, <c>false</c>.
2483             </value>
2484         </member>
2485         <member name="M:Newtonsoft.Json.JsonSerializer.#ctor">
2486             <summary>
2487             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializer"/> class.
2488             </summary>
2489         </member>
2490         <member name="M:Newtonsoft.Json.JsonSerializer.Create">
2491             <summary>
2492             Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance.
2493             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings 
2494             from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>.
2495             </summary>
2496             <returns>
2497             A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance.
2498             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings 
2499             from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>.
2500             </returns>
2501         </member>
2502         <member name="M:Newtonsoft.Json.JsonSerializer.Create(Newtonsoft.Json.JsonSerializerSettings)">
2503             <summary>
2504             Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2505             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings 
2506             from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>.
2507             </summary>
2508             <param name="settings">The settings to be applied to the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.</param>
2509             <returns>
2510             A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2511             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings 
2512             from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>.
2513             </returns>
2514         </member>
2515         <member name="M:Newtonsoft.Json.JsonSerializer.CreateDefault">
2516             <summary>
2517             Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance.
2518             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings 
2519             from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>.
2520             </summary>
2521             <returns>
2522             A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance.
2523             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings 
2524             from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>.
2525             </returns>
2526         </member>
2527         <member name="M:Newtonsoft.Json.JsonSerializer.CreateDefault(Newtonsoft.Json.JsonSerializerSettings)">
2528             <summary>
2529             Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2530             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings 
2531             from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/> as well as the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2532             </summary>
2533             <param name="settings">The settings to be applied to the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.</param>
2534             <returns>
2535             A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2536             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings 
2537             from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/> as well as the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2538             </returns>
2539         </member>
2540         <member name="M:Newtonsoft.Json.JsonSerializer.Populate(System.IO.TextReader,System.Object)">
2541             <summary>
2542             Populates the JSON values onto the target object.
2543             </summary>
2544             <param name="reader">The <see cref="T:System.IO.TextReader"/> that contains the JSON structure to reader values from.</param>
2545             <param name="target">The target object to populate values onto.</param>
2546         </member>
2547         <member name="M:Newtonsoft.Json.JsonSerializer.Populate(Newtonsoft.Json.JsonReader,System.Object)">
2548             <summary>
2549             Populates the JSON values onto the target object.
2550             </summary>
2551             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> that contains the JSON structure to reader values from.</param>
2552             <param name="target">The target object to populate values onto.</param>
2553         </member>
2554         <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(Newtonsoft.Json.JsonReader)">
2555             <summary>
2556             Deserializes the JSON structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.
2557             </summary>
2558             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> that contains the JSON structure to deserialize.</param>
2559             <returns>The <see cref="T:System.Object"/> being deserialized.</returns>
2560         </member>
2561         <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(System.IO.TextReader,System.Type)">
2562             <summary>
2563             Deserializes the JSON structure contained by the specified <see cref="T:System.IO.StringReader"/>
2564             into an instance of the specified type.
2565             </summary>
2566             <param name="reader">The <see cref="T:System.IO.TextReader"/> containing the object.</param>
2567             <param name="objectType">The <see cref="T:System.Type"/> of object being deserialized.</param>
2568             <returns>The instance of <paramref name="objectType"/> being deserialized.</returns>
2569         </member>
2570         <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize``1(Newtonsoft.Json.JsonReader)">
2571             <summary>
2572             Deserializes the JSON structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>
2573             into an instance of the specified type.
2574             </summary>
2575             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the object.</param>
2576             <typeparam name="T">The type of the object to deserialize.</typeparam>
2577             <returns>The instance of <typeparamref name="T"/> being deserialized.</returns>
2578         </member>
2579         <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(Newtonsoft.Json.JsonReader,System.Type)">
2580             <summary>
2581             Deserializes the JSON structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>
2582             into an instance of the specified type.
2583             </summary>
2584             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the object.</param>
2585             <param name="objectType">The <see cref="T:System.Type"/> of object being deserialized.</param>
2586             <returns>The instance of <paramref name="objectType"/> being deserialized.</returns>
2587         </member>
2588         <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(System.IO.TextWriter,System.Object)">
2589             <summary>
2590             Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure
2591             to a <c>Stream</c> using the specified <see cref="T:System.IO.TextWriter"/>. 
2592             </summary>
2593             <param name="textWriter">The <see cref="T:System.IO.TextWriter"/> used to write the JSON structure.</param>
2594             <param name="value">The <see cref="T:System.Object"/> to serialize.</param>
2595         </member>
2596         <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(Newtonsoft.Json.JsonWriter,System.Object,System.Type)">
2597             <summary>
2598             Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure
2599             to a <c>Stream</c> using the specified <see cref="T:System.IO.TextWriter"/>. 
2600             </summary>
2601             <param name="jsonWriter">The <see cref="T:Newtonsoft.Json.JsonWriter"/> used to write the JSON structure.</param>
2602             <param name="value">The <see cref="T:System.Object"/> to serialize.</param>
2603             <param name="objectType">
2604             The type of the value being serialized.
2605             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.
2606             Specifing the type is optional.
2607             </param>
2608         </member>
2609         <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(System.IO.TextWriter,System.Object,System.Type)">
2610             <summary>
2611             Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure
2612             to a <c>Stream</c> using the specified <see cref="T:System.IO.TextWriter"/>. 
2613             </summary>
2614             <param name="textWriter">The <see cref="T:System.IO.TextWriter"/> used to write the JSON structure.</param>
2615             <param name="value">The <see cref="T:System.Object"/> to serialize.</param>
2616             <param name="objectType">
2617             The type of the value being serialized.
2618             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.
2619             Specifing the type is optional.
2620             </param>
2621         </member>
2622         <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(Newtonsoft.Json.JsonWriter,System.Object)">
2623             <summary>
2624             Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure
2625             to a <c>Stream</c> using the specified <see cref="T:Newtonsoft.Json.JsonWriter"/>. 
2626             </summary>
2627             <param name="jsonWriter">The <see cref="T:Newtonsoft.Json.JsonWriter"/> used to write the JSON structure.</param>
2628             <param name="value">The <see cref="T:System.Object"/> to serialize.</param>
2629         </member>
2630         <member name="T:Newtonsoft.Json.JsonSerializerSettings">
2631             <summary>
2632             Specifies the settings on a <see cref="T:Newtonsoft.Json.JsonSerializer"/> object.
2633             </summary>
2634         </member>
2635         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceLoopHandling">
2636             <summary>
2637             Gets or sets how reference loops (e.g. a class referencing itself) is handled.
2638             </summary>
2639             <value>Reference loop handling.</value>
2640         </member>
2641         <member name="P:Newtonsoft.Json.JsonSerializerSettings.MissingMemberHandling">
2642             <summary>
2643             Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
2644             </summary>
2645             <value>Missing member handling.</value>
2646         </member>
2647         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ObjectCreationHandling">
2648             <summary>
2649             Gets or sets how objects are created during deserialization.
2650             </summary>
2651             <value>The object creation handling.</value>
2652         </member>
2653         <member name="P:Newtonsoft.Json.JsonSerializerSettings.NullValueHandling">
2654             <summary>
2655             Gets or sets how null values are handled during serialization and deserialization.
2656             </summary>
2657             <value>Null value handling.</value>
2658         </member>
2659         <member name="P:Newtonsoft.Json.JsonSerializerSettings.DefaultValueHandling">
2660             <summary>
2661             Gets or sets how null default are handled during serialization and deserialization.
2662             </summary>
2663             <value>The default value handling.</value>
2664         </member>
2665         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Converters">
2666             <summary>
2667             Gets or sets a collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.
2668             </summary>
2669             <value>The converters.</value>
2670         </member>
2671         <member name="P:Newtonsoft.Json.JsonSerializerSettings.PreserveReferencesHandling">
2672             <summary>
2673             Gets or sets how object references are preserved by the serializer.
2674             </summary>
2675             <value>The preserve references handling.</value>
2676         </member>
2677         <member name="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameHandling">
2678             <summary>
2679             Gets or sets how type name writing and reading is handled by the serializer.
2680             </summary>
2681             <value>The type name handling.</value>
2682         </member>
2683         <member name="P:Newtonsoft.Json.JsonSerializerSettings.MetadataPropertyHandling">
2684             <summary>
2685             Gets or sets how metadata properties are used during deserialization.
2686             </summary>
2687             <value>The metadata properties handling.</value>
2688         </member>
2689         <member name="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameAssemblyFormat">
2690             <summary>
2691             Gets or sets how a type name assembly is written and resolved by the serializer.
2692             </summary>
2693             <value>The type name assembly format.</value>
2694         </member>
2695         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ConstructorHandling">
2696             <summary>
2697             Gets or sets how constructors are used during deserialization.
2698             </summary>
2699             <value>The constructor handling.</value>
2700         </member>
2701         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ContractResolver">
2702             <summary>
2703             Gets or sets the contract resolver used by the serializer when
2704             serializing .NET objects to JSON and vice versa.
2705             </summary>
2706             <value>The contract resolver.</value>
2707         </member>
2708         <member name="P:Newtonsoft.Json.JsonSerializerSettings.EqualityComparer">
2709             <summary>
2710             Gets or sets the equality comparer used by the serializer when comparing references.
2711             </summary>
2712             <value>The equality comparer.</value>
2713         </member>
2714         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceResolver">
2715             <summary>
2716             Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.
2717             </summary>
2718             <value>The reference resolver.</value>
2719         </member>
2720         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceResolverProvider">
2721             <summary>
2722             Gets or sets a function that creates the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.
2723             </summary>
2724             <value>A function that creates the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.</value>
2725         </member>
2726         <member name="P:Newtonsoft.Json.JsonSerializerSettings.TraceWriter">
2727             <summary>
2728             Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.ITraceWriter"/> used by the serializer when writing trace messages.
2729             </summary>
2730             <value>The trace writer.</value>
2731         </member>
2732         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Binder">
2733             <summary>
2734             Gets or sets the <see cref="T:Newtonsoft.Json.SerializationBinder"/> used by the serializer when resolving type names.
2735             </summary>
2736             <value>The binder.</value>
2737         </member>
2738         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Error">
2739             <summary>
2740             Gets or sets the error handler called during serialization and deserialization.
2741             </summary>
2742             <value>The error handler called during serialization and deserialization.</value>
2743         </member>
2744         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Context">
2745             <summary>
2746             Gets or sets the <see cref="T:System.Runtime.Serialization.StreamingContext"/> used by the serializer when invoking serialization callback methods.
2747             </summary>
2748             <value>The context.</value>
2749         </member>
2750         <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateFormatString">
2751             <summary>
2752             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.
2753             </summary>
2754         </member>
2755         <member name="P:Newtonsoft.Json.JsonSerializerSettings.MaxDepth">
2756             <summary>
2757             Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>.
2758             </summary>
2759         </member>
2760         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Formatting">
2761             <summary>
2762             Indicates how JSON text output is formatted.
2763             </summary>
2764         </member>
2765         <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateFormatHandling">
2766             <summary>
2767             Get or set how dates are written to JSON text.
2768             </summary>
2769         </member>
2770         <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateTimeZoneHandling">
2771             <summary>
2772             Get or set how <see cref="T:System.DateTime"/> time zones are handling during serialization and deserialization.
2773             </summary>
2774         </member>
2775         <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateParseHandling">
2776             <summary>
2777             Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
2778             </summary>
2779         </member>
2780         <member name="P:Newtonsoft.Json.JsonSerializerSettings.FloatFormatHandling">
2781             <summary>
2782             Get or set how special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>,
2783             <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/>,
2784             are written as JSON.
2785             </summary>
2786         </member>
2787         <member name="P:Newtonsoft.Json.JsonSerializerSettings.FloatParseHandling">
2788             <summary>
2789             Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
2790             </summary>
2791         </member>
2792         <member name="P:Newtonsoft.Json.JsonSerializerSettings.StringEscapeHandling">
2793             <summary>
2794             Get or set how strings are escaped when writing JSON text.
2795             </summary>
2796         </member>
2797         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Culture">
2798             <summary>
2799             Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.
2800             </summary>
2801         </member>
2802         <member name="P:Newtonsoft.Json.JsonSerializerSettings.CheckAdditionalContent">
2803             <summary>
2804             Gets a value indicating whether there will be a check for additional content after deserializing an object.
2805             </summary>
2806             <value>
2807                 <c>true</c> if there will be a check for additional content after deserializing an object; otherwise, <c>false</c>.
2808             </value>
2809         </member>
2810         <member name="M:Newtonsoft.Json.JsonSerializerSettings.#ctor">
2811             <summary>
2812             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> class.
2813             </summary>
2814         </member>
2815         <member name="T:Newtonsoft.Json.JsonTextReader">
2816             <summary>
2817             Represents a reader that provides fast, non-cached, forward-only access to JSON text data.
2818             </summary>
2819         </member>
2820         <member name="M:Newtonsoft.Json.JsonTextReader.#ctor(System.IO.TextReader)">
2821             <summary>
2822             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReader"/> class with the specified <see cref="T:System.IO.TextReader"/>.
2823             </summary>
2824             <param name="reader">The <c>TextReader</c> containing the XML data to read.</param>
2825         </member>
2826         <member name="M:Newtonsoft.Json.JsonTextReader.Read">
2827             <summary>
2828             Reads the next JSON token from the stream.
2829             </summary>
2830             <returns>
2831             true if the next token was read successfully; false if there are no more tokens to read.
2832             </returns>
2833         </member>
2834         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsBytes">
2835             <summary>
2836             Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].
2837             </summary>
2838             <returns>
2839             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.
2840             </returns>
2841         </member>
2842         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDecimal">
2843             <summary>
2844             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
2845             </summary>
2846             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
2847         </member>
2848         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsInt32">
2849             <summary>
2850             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
2851             </summary>
2852             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
2853         </member>
2854         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsString">
2855             <summary>
2856             Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
2857             </summary>
2858             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
2859         </member>
2860         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTime">
2861             <summary>
2862             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
2863             </summary>
2864             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
2865         </member>
2866         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTimeOffset">
2867             <summary>
2868             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
2869             </summary>
2870             <returns>A <see cref="T:System.DateTimeOffset"/>. This method will return <c>null</c> at the end of an array.</returns>
2871         </member>
2872         <member name="M:Newtonsoft.Json.JsonTextReader.Close">
2873             <summary>
2874             Changes the state to closed. 
2875             </summary>
2876         </member>
2877         <member name="M:Newtonsoft.Json.JsonTextReader.HasLineInfo">
2878             <summary>
2879             Gets a value indicating whether the class can return line information.
2880             </summary>
2881             <returns>
2882                 <c>true</c> if LineNumber and LinePosition can be provided; otherwise, <c>false</c>.
2883             </returns>
2884         </member>
2885         <member name="P:Newtonsoft.Json.JsonTextReader.LineNumber">
2886             <summary>
2887             Gets the current line number.
2888             </summary>
2889             <value>
2890             The current line number or 0 if no line information is available (for example, HasLineInfo returns false).
2891             </value>
2892         </member>
2893         <member name="P:Newtonsoft.Json.JsonTextReader.LinePosition">
2894             <summary>
2895             Gets the current line position.
2896             </summary>
2897             <value>
2898             The current line position or 0 if no line information is available (for example, HasLineInfo returns false).
2899             </value>
2900         </member>
2901         <member name="T:Newtonsoft.Json.JsonTextWriter">
2902             <summary>
2903             Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
2904             </summary>
2905         </member>
2906         <member name="P:Newtonsoft.Json.JsonTextWriter.Indentation">
2907             <summary>
2908             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>.
2909             </summary>
2910         </member>
2911         <member name="P:Newtonsoft.Json.JsonTextWriter.QuoteChar">
2912             <summary>
2913             Gets or sets which character to use to quote attribute values.
2914             </summary>
2915         </member>
2916         <member name="P:Newtonsoft.Json.JsonTextWriter.IndentChar">
2917             <summary>
2918             Gets or sets which character to use for indenting when <see cref="T:Newtonsoft.Json.Formatting"/> is set to <c>Formatting.Indented</c>.
2919             </summary>
2920         </member>
2921         <member name="P:Newtonsoft.Json.JsonTextWriter.QuoteName">
2922             <summary>
2923             Gets or sets a value indicating whether object names will be surrounded with quotes.
2924             </summary>
2925         </member>
2926         <member name="M:Newtonsoft.Json.JsonTextWriter.#ctor(System.IO.TextWriter)">
2927             <summary>
2928             Creates an instance of the <c>JsonWriter</c> class using the specified <see cref="T:System.IO.TextWriter"/>. 
2929             </summary>
2930             <param name="textWriter">The <c>TextWriter</c> to write to.</param>
2931         </member>
2932         <member name="M:Newtonsoft.Json.JsonTextWriter.Flush">
2933             <summary>
2934             Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
2935             </summary>
2936         </member>
2937         <member name="M:Newtonsoft.Json.JsonTextWriter.Close">
2938             <summary>
2939             Closes this stream and the underlying stream.
2940             </summary>
2941         </member>
2942         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartObject">
2943             <summary>
2944             Writes the beginning of a JSON object.
2945             </summary>
2946         </member>
2947         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartArray">
2948             <summary>
2949             Writes the beginning of a JSON array.
2950             </summary>
2951         </member>
2952         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartConstructor(System.String)">
2953             <summary>
2954             Writes the start of a constructor with the given name.
2955             </summary>
2956             <param name="name">The name of the constructor.</param>
2957         </member>
2958         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
2959             <summary>
2960             Writes the specified end token.
2961             </summary>
2962             <param name="token">The end token to write.</param>
2963         </member>
2964         <member name="M:Newtonsoft.Json.JsonTextWriter.WritePropertyName(System.String)">
2965             <summary>
2966             Writes the property name of a name/value pair on a JSON object.
2967             </summary>
2968             <param name="name">The name of the property.</param>
2969         </member>
2970         <member name="M:Newtonsoft.Json.JsonTextWriter.WritePropertyName(System.String,System.Boolean)">
2971             <summary>
2972             Writes the property name of a name/value pair on a JSON object.
2973             </summary>
2974             <param name="name">The name of the property.</param>
2975             <param name="escape">A flag to indicate whether the text should be escaped when it is written as a JSON property name.</param>
2976         </member>
2977         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteIndent">
2978             <summary>
2979             Writes indent characters.
2980             </summary>
2981         </member>
2982         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValueDelimiter">
2983             <summary>
2984             Writes the JSON value delimiter.
2985             </summary>
2986         </member>
2987         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteIndentSpace">
2988             <summary>
2989             Writes an indent space.
2990             </summary>
2991         </member>
2992         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Object)">
2993             <summary>
2994             Writes a <see cref="T:System.Object"/> value.
2995             An error will raised if the value cannot be written as a single JSON token.
2996             </summary>
2997             <param name="value">The <see cref="T:System.Object"/> value to write.</param>
2998         </member>
2999         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteNull">
3000             <summary>
3001             Writes a null value.
3002             </summary>
3003         </member>
3004         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteUndefined">
3005             <summary>
3006             Writes an undefined value.
3007             </summary>
3008         </member>
3009         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteRaw(System.String)">
3010             <summary>
3011             Writes raw JSON.
3012             </summary>
3013             <param name="json">The raw JSON to write.</param>
3014         </member>
3015         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.String)">
3016             <summary>
3017             Writes a <see cref="T:System.String"/> value.
3018             </summary>
3019             <param name="value">The <see cref="T:System.String"/> value to write.</param>
3020         </member>
3021         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int32)">
3022             <summary>
3023             Writes a <see cref="T:System.Int32"/> value.
3024             </summary>
3025             <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
3026         </member>
3027         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt32)">
3028             <summary>
3029             Writes a <see cref="T:System.UInt32"/> value.
3030             </summary>
3031             <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
3032         </member>
3033         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int64)">
3034             <summary>
3035             Writes a <see cref="T:System.Int64"/> value.
3036             </summary>
3037             <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
3038         </member>
3039         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt64)">
3040             <summary>
3041             Writes a <see cref="T:System.UInt64"/> value.
3042             </summary>
3043             <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
3044         </member>
3045         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Single)">
3046             <summary>
3047             Writes a <see cref="T:System.Single"/> value.
3048             </summary>
3049             <param name="value">The <see cref="T:System.Single"/> value to write.</param>
3050         </member>
3051         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Nullable{System.Single})">
3052             <summary>
3053             Writes a <see cref="T:System.Nullable`1"/> value.
3054             </summary>
3055             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3056         </member>
3057         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Double)">
3058             <summary>
3059             Writes a <see cref="T:System.Double"/> value.
3060             </summary>
3061             <param name="value">The <see cref="T:System.Double"/> value to write.</param>
3062         </member>
3063         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Nullable{System.Double})">
3064             <summary>
3065             Writes a <see cref="T:System.Nullable`1"/> value.
3066             </summary>
3067             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3068         </member>
3069         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Boolean)">
3070             <summary>
3071             Writes a <see cref="T:System.Boolean"/> value.
3072             </summary>
3073             <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
3074         </member>
3075         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int16)">
3076             <summary>
3077             Writes a <see cref="T:System.Int16"/> value.
3078             </summary>
3079             <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
3080         </member>
3081         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt16)">
3082             <summary>
3083             Writes a <see cref="T:System.UInt16"/> value.
3084             </summary>
3085             <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
3086         </member>
3087         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Char)">
3088             <summary>
3089             Writes a <see cref="T:System.Char"/> value.
3090             </summary>
3091             <param name="value">The <see cref="T:System.Char"/> value to write.</param>
3092         </member>
3093         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Byte)">
3094             <summary>
3095             Writes a <see cref="T:System.Byte"/> value.
3096             </summary>
3097             <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
3098         </member>
3099         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.SByte)">
3100             <summary>
3101             Writes a <see cref="T:System.SByte"/> value.
3102             </summary>
3103             <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
3104         </member>
3105         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Decimal)">
3106             <summary>
3107             Writes a <see cref="T:System.Decimal"/> value.
3108             </summary>
3109             <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
3110         </member>
3111         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.DateTime)">
3112             <summary>
3113             Writes a <see cref="T:System.DateTime"/> value.
3114             </summary>
3115             <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
3116         </member>
3117         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Byte[])">
3118             <summary>
3119             Writes a <see cref="T:System.Byte"/>[] value.
3120             </summary>
3121             <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param>
3122         </member>
3123         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.DateTimeOffset)">
3124             <summary>
3125             Writes a <see cref="T:System.DateTimeOffset"/> value.
3126             </summary>
3127             <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>
3128         </member>
3129         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Guid)">
3130             <summary>
3131             Writes a <see cref="T:System.Guid"/> value.
3132             </summary>
3133             <param name="value">The <see cref="T:System.Guid"/> value to write.</param>
3134         </member>
3135         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.TimeSpan)">
3136             <summary>
3137             Writes a <see cref="T:System.TimeSpan"/> value.
3138             </summary>
3139             <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>
3140         </member>
3141         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Uri)">
3142             <summary>
3143             Writes a <see cref="T:System.Uri"/> value.
3144             </summary>
3145             <param name="value">The <see cref="T:System.Uri"/> value to write.</param>
3146         </member>
3147         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteComment(System.String)">
3148             <summary>
3149             Writes out a comment <code>/*...*/</code> containing the specified text. 
3150             </summary>
3151             <param name="text">Text to place inside the comment.</param>
3152         </member>
3153         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteWhitespace(System.String)">
3154             <summary>
3155             Writes out the given white space.
3156             </summary>
3157             <param name="ws">The string of white space characters.</param>
3158         </member>
3159         <member name="T:Newtonsoft.Json.JsonToken">
3160             <summary>
3161             Specifies the type of JSON token.
3162             </summary>
3163         </member>
3164         <member name="F:Newtonsoft.Json.JsonToken.None">
3165             <summary>
3166             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. 
3167             </summary>
3168         </member>
3169         <member name="F:Newtonsoft.Json.JsonToken.StartObject">
3170             <summary>
3171             An object start token.
3172             </summary>
3173         </member>
3174         <member name="F:Newtonsoft.Json.JsonToken.StartArray">
3175             <summary>
3176             An array start token.
3177             </summary>
3178         </member>
3179         <member name="F:Newtonsoft.Json.JsonToken.StartConstructor">
3180             <summary>
3181             A constructor start token.
3182             </summary>
3183         </member>
3184         <member name="F:Newtonsoft.Json.JsonToken.PropertyName">
3185             <summary>
3186             An object property name.
3187             </summary>
3188         </member>
3189         <member name="F:Newtonsoft.Json.JsonToken.Comment">
3190             <summary>
3191             A comment.
3192             </summary>
3193         </member>
3194         <member name="F:Newtonsoft.Json.JsonToken.Raw">
3195             <summary>
3196             Raw JSON.
3197             </summary>
3198         </member>
3199         <member name="F:Newtonsoft.Json.JsonToken.Integer">
3200             <summary>
3201             An integer.
3202             </summary>
3203         </member>
3204         <member name="F:Newtonsoft.Json.JsonToken.Float">
3205             <summary>
3206             A float.
3207             </summary>
3208         </member>
3209         <member name="F:Newtonsoft.Json.JsonToken.String">
3210             <summary>
3211             A string.
3212             </summary>
3213         </member>
3214         <member name="F:Newtonsoft.Json.JsonToken.Boolean">
3215             <summary>
3216             A boolean.
3217             </summary>
3218         </member>
3219         <member name="F:Newtonsoft.Json.JsonToken.Null">
3220             <summary>
3221             A null token.
3222             </summary>
3223         </member>
3224         <member name="F:Newtonsoft.Json.JsonToken.Undefined">
3225             <summary>
3226             An undefined token.
3227             </summary>
3228         </member>
3229         <member name="F:Newtonsoft.Json.JsonToken.EndObject">
3230             <summary>
3231             An object end token.
3232             </summary>
3233         </member>
3234         <member name="F:Newtonsoft.Json.JsonToken.EndArray">
3235             <summary>
3236             An array end token.
3237             </summary>
3238         </member>
3239         <member name="F:Newtonsoft.Json.JsonToken.EndConstructor">
3240             <summary>
3241             A constructor end token.
3242             </summary>
3243         </member>
3244         <member name="F:Newtonsoft.Json.JsonToken.Date">
3245             <summary>
3246             A Date.
3247             </summary>
3248         </member>
3249         <member name="F:Newtonsoft.Json.JsonToken.Bytes">
3250             <summary>
3251             Byte data.
3252             </summary>
3253         </member>
3254         <member name="T:Newtonsoft.Json.JsonValidatingReader">
3255             <summary>
3256             <para>
3257             Represents a reader that provides <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> validation.
3258             </para>
3259             <note type="caution">
3260             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.
3261             </note>
3262             </summary>
3263         </member>
3264         <member name="E:Newtonsoft.Json.JsonValidatingReader.ValidationEventHandler">
3265             <summary>
3266             Sets an event handler for receiving schema validation errors.
3267             </summary>
3268         </member>
3269         <member name="P:Newtonsoft.Json.JsonValidatingReader.Value">
3270             <summary>
3271             Gets the text value of the current JSON token.
3272             </summary>
3273             <value></value>
3274         </member>
3275         <member name="P:Newtonsoft.Json.JsonValidatingReader.Depth">
3276             <summary>
3277             Gets the depth of the current token in the JSON document.
3278             </summary>
3279             <value>The depth of the current token in the JSON document.</value>
3280         </member>
3281         <member name="P:Newtonsoft.Json.JsonValidatingReader.Path">
3282             <summary>
3283             Gets the path of the current JSON token. 
3284             </summary>
3285         </member>
3286         <member name="P:Newtonsoft.Json.JsonValidatingReader.QuoteChar">
3287             <summary>
3288             Gets the quotation mark character used to enclose the value of a string.
3289             </summary>
3290             <value></value>
3291         </member>
3292         <member name="P:Newtonsoft.Json.JsonValidatingReader.TokenType">
3293             <summary>
3294             Gets the type of the current JSON token.
3295             </summary>
3296             <value></value>
3297         </member>
3298         <member name="P:Newtonsoft.Json.JsonValidatingReader.ValueType">
3299             <summary>
3300             Gets the Common Language Runtime (CLR) type for the current JSON token.
3301             </summary>
3302             <value></value>
3303         </member>
3304         <member name="M:Newtonsoft.Json.JsonValidatingReader.#ctor(Newtonsoft.Json.JsonReader)">
3305             <summary>
3306             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonValidatingReader"/> class that
3307             validates the content returned from the given <see cref="T:Newtonsoft.Json.JsonReader"/>.
3308             </summary>
3309             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from while validating.</param>
3310         </member>
3311         <member name="P:Newtonsoft.Json.JsonValidatingReader.Schema">
3312             <summary>
3313             Gets or sets the schema.
3314             </summary>
3315             <value>The schema.</value>
3316         </member>
3317         <member name="P:Newtonsoft.Json.JsonValidatingReader.Reader">
3318             <summary>
3319             Gets the <see cref="T:Newtonsoft.Json.JsonReader"/> used to construct this <see cref="T:Newtonsoft.Json.JsonValidatingReader"/>.
3320             </summary>
3321             <value>The <see cref="T:Newtonsoft.Json.JsonReader"/> specified in the constructor.</value>
3322         </member>
3323         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsInt32">
3324             <summary>
3325             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
3326             </summary>
3327             <returns>A <see cref="T:System.Nullable`1"/>.</returns>
3328         </member>
3329         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsBytes">
3330             <summary>
3331             Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].
3332             </summary>
3333             <returns>
3334             A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null.
3335             </returns>
3336         </member>
3337         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDecimal">
3338             <summary>
3339             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
3340             </summary>
3341             <returns>A <see cref="T:System.Nullable`1"/>.</returns>
3342         </member>
3343         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsString">
3344             <summary>
3345             Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
3346             </summary>
3347             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
3348         </member>
3349         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDateTime">
3350             <summary>
3351             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
3352             </summary>
3353             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
3354         </member>
3355         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDateTimeOffset">
3356             <summary>
3357             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
3358             </summary>
3359             <returns>A <see cref="T:System.Nullable`1"/>.</returns>
3360         </member>
3361         <member name="M:Newtonsoft.Json.JsonValidatingReader.Read">
3362             <summary>
3363             Reads the next JSON token from the stream.
3364             </summary>
3365             <returns>
3366             true if the next token was read successfully; false if there are no more tokens to read.
3367             </returns>
3368         </member>
3369         <member name="T:Newtonsoft.Json.JsonWriter">
3370             <summary>
3371             Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
3372             </summary>
3373         </member>
3374         <member name="P:Newtonsoft.Json.JsonWriter.CloseOutput">
3375             <summary>
3376             Gets or sets a value indicating whether the underlying stream or
3377             <see cref="T:System.IO.TextReader"/> should be closed when the writer is closed.
3378             </summary>
3379             <value>
3380             true to close the underlying stream or <see cref="T:System.IO.TextReader"/> when
3381             the writer is closed; otherwise false. The default is true.
3382             </value>
3383         </member>
3384         <member name="P:Newtonsoft.Json.JsonWriter.Top">
3385             <summary>
3386             Gets the top.
3387             </summary>
3388             <value>The top.</value>
3389         </member>
3390         <member name="P:Newtonsoft.Json.JsonWriter.WriteState">
3391             <summary>
3392             Gets the state of the writer.
3393             </summary>
3394         </member>
3395         <member name="P:Newtonsoft.Json.JsonWriter.Path">
3396             <summary>
3397             Gets the path of the writer. 
3398             </summary>
3399         </member>
3400         <member name="P:Newtonsoft.Json.JsonWriter.Formatting">
3401             <summary>
3402             Indicates how JSON text output is formatted.
3403             </summary>
3404         </member>
3405         <member name="P:Newtonsoft.Json.JsonWriter.DateFormatHandling">
3406             <summary>
3407             Get or set how dates are written to JSON text.
3408             </summary>
3409         </member>
3410         <member name="P:Newtonsoft.Json.JsonWriter.DateTimeZoneHandling">
3411             <summary>
3412             Get or set how <see cref="T:System.DateTime"/> time zones are handling when writing JSON text.
3413             </summary>
3414         </member>
3415         <member name="P:Newtonsoft.Json.JsonWriter.StringEscapeHandling">
3416             <summary>
3417             Get or set how strings are escaped when writing JSON text.
3418             </summary>
3419         </member>
3420         <member name="P:Newtonsoft.Json.JsonWriter.FloatFormatHandling">
3421             <summary>
3422             Get or set how special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>,
3423             <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/>,
3424             are written to JSON text.
3425             </summary>
3426         </member>
3427         <member name="P:Newtonsoft.Json.JsonWriter.DateFormatString">
3428             <summary>
3429             Get or set how <see cref="T:System.DateTime"/> and <see cref="T:System.DateTimeOffset"/> values are formatting when writing JSON text.
3430             </summary>
3431         </member>
3432         <member name="P:Newtonsoft.Json.JsonWriter.Culture">
3433             <summary>
3434             Gets or sets the culture used when writing JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.
3435             </summary>
3436         </member>
3437         <member name="M:Newtonsoft.Json.JsonWriter.#ctor">
3438             <summary>
3439             Creates an instance of the <c>JsonWriter</c> class. 
3440             </summary>
3441         </member>
3442         <member name="M:Newtonsoft.Json.JsonWriter.Flush">
3443             <summary>
3444             Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
3445             </summary>
3446         </member>
3447         <member name="M:Newtonsoft.Json.JsonWriter.Close">
3448             <summary>
3449             Closes this stream and the underlying stream.
3450             </summary>
3451         </member>
3452         <member name="M:Newtonsoft.Json.JsonWriter.WriteStartObject">
3453             <summary>
3454             Writes the beginning of a JSON object.
3455             </summary>
3456         </member>
3457         <member name="M:Newtonsoft.Json.JsonWriter.WriteEndObject">
3458             <summary>
3459             Writes the end of a JSON object.
3460             </summary>
3461         </member>
3462         <member name="M:Newtonsoft.Json.JsonWriter.WriteStartArray">
3463             <summary>
3464             Writes the beginning of a JSON array.
3465             </summary>
3466         </member>
3467         <member name="M:Newtonsoft.Json.JsonWriter.WriteEndArray">
3468             <summary>
3469             Writes the end of an array.
3470             </summary>
3471         </member>
3472         <member name="M:Newtonsoft.Json.JsonWriter.WriteStartConstructor(System.String)">
3473             <summary>
3474             Writes the start of a constructor with the given name.
3475             </summary>
3476             <param name="name">The name of the constructor.</param>
3477         </member>
3478         <member name="M:Newtonsoft.Json.JsonWriter.WriteEndConstructor">
3479             <summary>
3480             Writes the end constructor.
3481             </summary>
3482         </member>
3483         <member name="M:Newtonsoft.Json.JsonWriter.WritePropertyName(System.String)">
3484             <summary>
3485             Writes the property name of a name/value pair on a JSON object.
3486             </summary>
3487             <param name="name">The name of the property.</param>
3488         </member>
3489         <member name="M:Newtonsoft.Json.JsonWriter.WritePropertyName(System.String,System.Boolean)">
3490             <summary>
3491             Writes the property name of a name/value pair on a JSON object.
3492             </summary>
3493             <param name="name">The name of the property.</param>
3494             <param name="escape">A flag to indicate whether the text should be escaped when it is written as a JSON property name.</param>
3495         </member>
3496         <member name="M:Newtonsoft.Json.JsonWriter.WriteEnd">
3497             <summary>
3498             Writes the end of the current JSON object or array.
3499             </summary>
3500         </member>
3501         <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonReader)">
3502             <summary>
3503             Writes the current <see cref="T:Newtonsoft.Json.JsonReader"/> token and its children.
3504             </summary>
3505             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read the token from.</param>
3506         </member>
3507         <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonReader,System.Boolean)">
3508             <summary>
3509             Writes the current <see cref="T:Newtonsoft.Json.JsonReader"/> token.
3510             </summary>
3511             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read the token from.</param>
3512             <param name="writeChildren">A flag indicating whether the current token's children should be written.</param>
3513         </member>
3514         <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonToken,System.Object)">
3515             <summary>
3516             Writes the <see cref="T:Newtonsoft.Json.JsonToken"/> token and its value.
3517             </summary>
3518             <param name="token">The <see cref="T:Newtonsoft.Json.JsonToken"/> to write.</param>
3519             <param name="value">
3520             The value to write.
3521             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"/>.
3522             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>
3523         </member>
3524         <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonToken)">
3525             <summary>
3526             Writes the <see cref="T:Newtonsoft.Json.JsonToken"/> token.
3527             </summary>
3528             <param name="token">The <see cref="T:Newtonsoft.Json.JsonToken"/> to write.</param>
3529         </member>
3530         <member name="M:Newtonsoft.Json.JsonWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
3531             <summary>
3532             Writes the specified end token.
3533             </summary>
3534             <param name="token">The end token to write.</param>
3535         </member>
3536         <member name="M:Newtonsoft.Json.JsonWriter.WriteIndent">
3537             <summary>
3538             Writes indent characters.
3539             </summary>
3540         </member>
3541         <member name="M:Newtonsoft.Json.JsonWriter.WriteValueDelimiter">
3542             <summary>
3543             Writes the JSON value delimiter.
3544             </summary>
3545         </member>
3546         <member name="M:Newtonsoft.Json.JsonWriter.WriteIndentSpace">
3547             <summary>
3548             Writes an indent space.
3549             </summary>
3550         </member>
3551         <member name="M:Newtonsoft.Json.JsonWriter.WriteNull">
3552             <summary>
3553             Writes a null value.
3554             </summary>
3555         </member>
3556         <member name="M:Newtonsoft.Json.JsonWriter.WriteUndefined">
3557             <summary>
3558             Writes an undefined value.
3559             </summary>
3560         </member>
3561         <member name="M:Newtonsoft.Json.JsonWriter.WriteRaw(System.String)">
3562             <summary>
3563             Writes raw JSON without changing the writer's state.
3564             </summary>
3565             <param name="json">The raw JSON to write.</param>
3566         </member>
3567         <member name="M:Newtonsoft.Json.JsonWriter.WriteRawValue(System.String)">
3568             <summary>
3569             Writes raw JSON where a value is expected and updates the writer's state.
3570             </summary>
3571             <param name="json">The raw JSON to write.</param>
3572         </member>
3573         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.String)">
3574             <summary>
3575             Writes a <see cref="T:System.String"/> value.
3576             </summary>
3577             <param name="value">The <see cref="T:System.String"/> value to write.</param>
3578         </member>
3579         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int32)">
3580             <summary>
3581             Writes a <see cref="T:System.Int32"/> value.
3582             </summary>
3583             <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
3584         </member>
3585         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt32)">
3586             <summary>
3587             Writes a <see cref="T:System.UInt32"/> value.
3588             </summary>
3589             <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
3590         </member>
3591         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int64)">
3592             <summary>
3593             Writes a <see cref="T:System.Int64"/> value.
3594             </summary>
3595             <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
3596         </member>
3597         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt64)">
3598             <summary>
3599             Writes a <see cref="T:System.UInt64"/> value.
3600             </summary>
3601             <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
3602         </member>
3603         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Single)">
3604             <summary>
3605             Writes a <see cref="T:System.Single"/> value.
3606             </summary>
3607             <param name="value">The <see cref="T:System.Single"/> value to write.</param>
3608         </member>
3609         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Double)">
3610             <summary>
3611             Writes a <see cref="T:System.Double"/> value.
3612             </summary>
3613             <param name="value">The <see cref="T:System.Double"/> value to write.</param>
3614         </member>
3615         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Boolean)">
3616             <summary>
3617             Writes a <see cref="T:System.Boolean"/> value.
3618             </summary>
3619             <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
3620         </member>
3621         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int16)">
3622             <summary>
3623             Writes a <see cref="T:System.Int16"/> value.
3624             </summary>
3625             <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
3626         </member>
3627         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt16)">
3628             <summary>
3629             Writes a <see cref="T:System.UInt16"/> value.
3630             </summary>
3631             <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
3632         </member>
3633         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Char)">
3634             <summary>
3635             Writes a <see cref="T:System.Char"/> value.
3636             </summary>
3637             <param name="value">The <see cref="T:System.Char"/> value to write.</param>
3638         </member>
3639         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Byte)">
3640             <summary>
3641             Writes a <see cref="T:System.Byte"/> value.
3642             </summary>
3643             <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
3644         </member>
3645         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.SByte)">
3646             <summary>
3647             Writes a <see cref="T:System.SByte"/> value.
3648             </summary>
3649             <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
3650         </member>
3651         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Decimal)">
3652             <summary>
3653             Writes a <see cref="T:System.Decimal"/> value.
3654             </summary>
3655             <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
3656         </member>
3657         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.DateTime)">
3658             <summary>
3659             Writes a <see cref="T:System.DateTime"/> value.
3660             </summary>
3661             <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
3662         </member>
3663         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.DateTimeOffset)">
3664             <summary>
3665             Writes a <see cref="T:System.DateTimeOffset"/> value.
3666             </summary>
3667             <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>
3668         </member>
3669         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Guid)">
3670             <summary>
3671             Writes a <see cref="T:System.Guid"/> value.
3672             </summary>
3673             <param name="value">The <see cref="T:System.Guid"/> value to write.</param>
3674         </member>
3675         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.TimeSpan)">
3676             <summary>
3677             Writes a <see cref="T:System.TimeSpan"/> value.
3678             </summary>
3679             <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>
3680         </member>
3681         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int32})">
3682             <summary>
3683             Writes a <see cref="T:System.Nullable`1"/> value.
3684             </summary>
3685             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3686         </member>
3687         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt32})">
3688             <summary>
3689             Writes a <see cref="T:System.Nullable`1"/> value.
3690             </summary>
3691             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3692         </member>
3693         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int64})">
3694             <summary>
3695             Writes a <see cref="T:System.Nullable`1"/> value.
3696             </summary>
3697             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3698         </member>
3699         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt64})">
3700             <summary>
3701             Writes a <see cref="T:System.Nullable`1"/> value.
3702             </summary>
3703             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3704         </member>
3705         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Single})">
3706             <summary>
3707             Writes a <see cref="T:System.Nullable`1"/> value.
3708             </summary>
3709             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3710         </member>
3711         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Double})">
3712             <summary>
3713             Writes a <see cref="T:System.Nullable`1"/> value.
3714             </summary>
3715             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3716         </member>
3717         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Boolean})">
3718             <summary>
3719             Writes a <see cref="T:System.Nullable`1"/> value.
3720             </summary>
3721             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3722         </member>
3723         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int16})">
3724             <summary>
3725             Writes a <see cref="T:System.Nullable`1"/> value.
3726             </summary>
3727             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3728         </member>
3729         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt16})">
3730             <summary>
3731             Writes a <see cref="T:System.Nullable`1"/> value.
3732             </summary>
3733             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3734         </member>
3735         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Char})">
3736             <summary>
3737             Writes a <see cref="T:System.Nullable`1"/> value.
3738             </summary>
3739             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3740         </member>
3741         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Byte})">
3742             <summary>
3743             Writes a <see cref="T:System.Nullable`1"/> value.
3744             </summary>
3745             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3746         </member>
3747         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.SByte})">
3748             <summary>
3749             Writes a <see cref="T:System.Nullable`1"/> value.
3750             </summary>
3751             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3752         </member>
3753         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Decimal})">
3754             <summary>
3755             Writes a <see cref="T:System.Nullable`1"/> value.
3756             </summary>
3757             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3758         </member>
3759         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.DateTime})">
3760             <summary>
3761             Writes a <see cref="T:System.Nullable`1"/> value.
3762             </summary>
3763             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3764         </member>
3765         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.DateTimeOffset})">
3766             <summary>
3767             Writes a <see cref="T:System.Nullable`1"/> value.
3768             </summary>
3769             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3770         </member>
3771         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Guid})">
3772             <summary>
3773             Writes a <see cref="T:System.Nullable`1"/> value.
3774             </summary>
3775             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3776         </member>
3777         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.TimeSpan})">
3778             <summary>
3779             Writes a <see cref="T:System.Nullable`1"/> value.
3780             </summary>
3781             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3782         </member>
3783         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Byte[])">
3784             <summary>
3785             Writes a <see cref="T:System.Byte"/>[] value.
3786             </summary>
3787             <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param>
3788         </member>
3789         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Uri)">
3790             <summary>
3791             Writes a <see cref="T:System.Uri"/> value.
3792             </summary>
3793             <param name="value">The <see cref="T:System.Uri"/> value to write.</param>
3794         </member>
3795         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Object)">
3796             <summary>
3797             Writes a <see cref="T:System.Object"/> value.
3798             An error will raised if the value cannot be written as a single JSON token.
3799             </summary>
3800             <param name="value">The <see cref="T:System.Object"/> value to write.</param>
3801         </member>
3802         <member name="M:Newtonsoft.Json.JsonWriter.WriteComment(System.String)">
3803             <summary>
3804             Writes out a comment <code>/*...*/</code> containing the specified text. 
3805             </summary>
3806             <param name="text">Text to place inside the comment.</param>
3807         </member>
3808         <member name="M:Newtonsoft.Json.JsonWriter.WriteWhitespace(System.String)">
3809             <summary>
3810             Writes out the given white space.
3811             </summary>
3812             <param name="ws">The string of white space characters.</param>
3813         </member>
3814         <member name="M:Newtonsoft.Json.JsonWriter.SetWriteState(Newtonsoft.Json.JsonToken,System.Object)">
3815             <summary>
3816             Sets the state of the JsonWriter,
3817             </summary>
3818             <param name="token">The JsonToken being written.</param>
3819             <param name="value">The value being written.</param>
3820         </member>
3821         <member name="T:Newtonsoft.Json.JsonWriterException">
3822             <summary>
3823             The exception thrown when an error occurs while reading JSON text.
3824             </summary>
3825         </member>
3826         <member name="P:Newtonsoft.Json.JsonWriterException.Path">
3827             <summary>
3828             Gets the path to the JSON where the error occurred.
3829             </summary>
3830             <value>The path to the JSON where the error occurred.</value>
3831         </member>
3832         <member name="M:Newtonsoft.Json.JsonWriterException.#ctor">
3833             <summary>
3834             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class.
3835             </summary>
3836         </member>
3837         <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.String)">
3838             <summary>
3839             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class
3840             with a specified error message.
3841             </summary>
3842             <param name="message">The error message that explains the reason for the exception.</param>
3843         </member>
3844         <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.String,System.Exception)">
3845             <summary>
3846             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class
3847             with a specified error message and a reference to the inner exception that is the cause of this exception.
3848             </summary>
3849             <param name="message">The error message that explains the reason for the exception.</param>
3850             <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>
3851         </member>
3852         <member name="T:Newtonsoft.Json.Linq.CommentHandling">
3853             <summary>
3854             Specifies how JSON comments are handled when loading JSON.
3855             </summary>
3856         </member>
3857         <member name="F:Newtonsoft.Json.Linq.CommentHandling.Ignore">
3858             <summary>
3859             Ignore comments.
3860             </summary>
3861         </member>
3862         <member name="F:Newtonsoft.Json.Linq.CommentHandling.Load">
3863             <summary>
3864             Load comments as a <see cref="T:Newtonsoft.Json.Linq.JValue"/> with type <see cref="F:Newtonsoft.Json.Linq.JTokenType.Comment"/>.
3865             </summary>
3866         </member>
3867         <member name="T:Newtonsoft.Json.Linq.Extensions">
3868             <summary>
3869             Contains the LINQ to JSON extension methods.
3870             </summary>
3871         </member>
3872         <member name="M:Newtonsoft.Json.Linq.Extensions.Ancestors``1(System.Collections.Generic.IEnumerable{``0})">
3873             <summary>
3874             Returns a collection of tokens that contains the ancestors of every token in the source collection.
3875             </summary>
3876             <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</typeparam>
3877             <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>
3878             <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>
3879         </member>
3880         <member name="M:Newtonsoft.Json.Linq.Extensions.AncestorsAndSelf``1(System.Collections.Generic.IEnumerable{``0})">
3881             <summary>
3882             Returns a collection of tokens that contains every token in the source collection, and the ancestors of every token in the source collection.
3883             </summary>
3884             <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</typeparam>
3885             <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>
3886             <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>
3887         </member>
3888         <member name="M:Newtonsoft.Json.Linq.Extensions.Descendants``1(System.Collections.Generic.IEnumerable{``0})">
3889             <summary>
3890             Returns a collection of tokens that contains the descendants of every token in the source collection.
3891             </summary>
3892             <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JContainer"/>.</typeparam>
3893             <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>
3894             <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>
3895         </member>
3896         <member name="M:Newtonsoft.Json.Linq.Extensions.DescendantsAndSelf``1(System.Collections.Generic.IEnumerable{``0})">
3897             <summary>
3898             Returns a collection of tokens that contains every token in the source collection, and the descendants of every token in the source collection.
3899             </summary>
3900             <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JContainer"/>.</typeparam>
3901             <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>
3902             <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>
3903         </member>
3904         <member name="M:Newtonsoft.Json.Linq.Extensions.Properties(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JObject})">
3905             <summary>
3906             Returns a collection of child properties of every object in the source collection.
3907             </summary>
3908             <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>
3909             <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>
3910         </member>
3911         <member name="M:Newtonsoft.Json.Linq.Extensions.Values(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken},System.Object)">
3912             <summary>
3913             Returns a collection of child values of every object in the source collection with the given key.
3914             </summary>
3915             <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>
3916             <param name="key">The token key.</param>
3917             <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>
3918         </member>
3919         <member name="M:Newtonsoft.Json.Linq.Extensions.Values(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
3920             <summary>
3921             Returns a collection of child values of every object in the source collection.
3922             </summary>
3923             <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>
3924             <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>
3925         </member>
3926         <member name="M:Newtonsoft.Json.Linq.Extensions.Values``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken},System.Object)">
3927             <summary>
3928             Returns a collection of converted child values of every object in the source collection with the given key.
3929             </summary>
3930             <typeparam name="U">The type to convert the values to.</typeparam>
3931             <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>
3932             <param name="key">The token key.</param>
3933             <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>
3934         </member>
3935         <member name="M:Newtonsoft.Json.Linq.Extensions.Values``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
3936             <summary>
3937             Returns a collection of converted child values of every object in the source collection.
3938             </summary>
3939             <typeparam name="U">The type to convert the values to.</typeparam>
3940             <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>
3941             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the converted values of every token in the source collection.</returns>
3942         </member>
3943         <member name="M:Newtonsoft.Json.Linq.Extensions.Value``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
3944             <summary>
3945             Converts the value.
3946             </summary>
3947             <typeparam name="U">The type to convert the value to.</typeparam>
3948             <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>
3949             <returns>A converted value.</returns>
3950         </member>
3951         <member name="M:Newtonsoft.Json.Linq.Extensions.Value``2(System.Collections.Generic.IEnumerable{``0})">
3952             <summary>
3953             Converts the value.
3954             </summary>
3955             <typeparam name="T">The source collection type.</typeparam>
3956             <typeparam name="U">The type to convert the value to.</typeparam>
3957             <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>
3958             <returns>A converted value.</returns>
3959         </member>
3960         <member name="M:Newtonsoft.Json.Linq.Extensions.Children``1(System.Collections.Generic.IEnumerable{``0})">
3961             <summary>
3962             Returns a collection of child tokens of every array in the source collection.
3963             </summary>
3964             <typeparam name="T">The source collection type.</typeparam>
3965             <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>
3966             <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>
3967         </member>
3968         <member name="M:Newtonsoft.Json.Linq.Extensions.Children``2(System.Collections.Generic.IEnumerable{``0})">
3969             <summary>
3970             Returns a collection of converted child tokens of every array in the source collection.
3971             </summary>
3972             <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>
3973             <typeparam name="U">The type to convert the values to.</typeparam>
3974             <typeparam name="T">The source collection type.</typeparam>
3975             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the converted values of every token in the source collection.</returns>
3976         </member>
3977         <member name="M:Newtonsoft.Json.Linq.Extensions.AsJEnumerable(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
3978             <summary>
3979             Returns the input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.
3980             </summary>
3981             <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>
3982             <returns>The input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.</returns>
3983         </member>
3984         <member name="M:Newtonsoft.Json.Linq.Extensions.AsJEnumerable``1(System.Collections.Generic.IEnumerable{``0})">
3985             <summary>
3986             Returns the input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.
3987             </summary>
3988             <typeparam name="T">The source collection type.</typeparam>
3989             <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>
3990             <returns>The input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.</returns>
3991         </member>
3992         <member name="T:Newtonsoft.Json.Linq.IJEnumerable`1">
3993             <summary>
3994             Represents a collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.
3995             </summary>
3996             <typeparam name="T">The type of token</typeparam>
3997         </member>
3998         <member name="P:Newtonsoft.Json.Linq.IJEnumerable`1.Item(System.Object)">
3999             <summary>
4000             Gets the <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/> with the specified key.
4001             </summary>
4002             <value></value>
4003         </member>
4004         <member name="T:Newtonsoft.Json.Linq.JArray">
4005             <summary>
4006             Represents a JSON array.
4007             </summary>
4008             <example>
4009               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParseArray" title="Parsing a JSON Array from Text" />
4010             </example>
4011         </member>
4012         <member name="P:Newtonsoft.Json.Linq.JArray.ChildrenTokens">
4013             <summary>
4014             Gets the container's children tokens.
4015             </summary>
4016             <value>The container's children tokens.</value>
4017         </member>
4018         <member name="P:Newtonsoft.Json.Linq.JArray.Type">
4019             <summary>
4020             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4021             </summary>
4022             <value>The type.</value>
4023         </member>
4024         <member name="M:Newtonsoft.Json.Linq.JArray.#ctor">
4025             <summary>
4026             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class.
4027             </summary>
4028         </member>
4029         <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(Newtonsoft.Json.Linq.JArray)">
4030             <summary>
4031             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class from another <see cref="T:Newtonsoft.Json.Linq.JArray"/> object.
4032             </summary>
4033             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JArray"/> object to copy from.</param>
4034         </member>
4035         <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(System.Object[])">
4036             <summary>
4037             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class with the specified content.
4038             </summary>
4039             <param name="content">The contents of the array.</param>
4040         </member>
4041         <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(System.Object)">
4042             <summary>
4043             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class with the specified content.
4044             </summary>
4045             <param name="content">The contents of the array.</param>
4046         </member>
4047         <member name="M:Newtonsoft.Json.Linq.JArray.Load(Newtonsoft.Json.JsonReader)">
4048             <summary>
4049             Loads an <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
4050             </summary>
4051             <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>
4052             <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>
4053         </member>
4054         <member name="M:Newtonsoft.Json.Linq.JArray.Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)">
4055             <summary>
4056             Loads an <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
4057             </summary>
4058             <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>
4059             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
4060             If this is null, default load settings will be used.</param>
4061             <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>
4062         </member>
4063         <member name="M:Newtonsoft.Json.Linq.JArray.Parse(System.String)">
4064             <summary>
4065             Load a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a string that contains JSON.
4066             </summary>
4067             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
4068             <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> populated from the string that contains JSON.</returns>
4069             <example>
4070               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParseArray" title="Parsing a JSON Array from Text" />
4071             </example>
4072         </member>
4073         <member name="M:Newtonsoft.Json.Linq.JArray.Parse(System.String,Newtonsoft.Json.Linq.JsonLoadSettings)">
4074             <summary>
4075             Load a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a string that contains JSON.
4076             </summary>
4077             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
4078             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
4079             If this is null, default load settings will be used.</param>
4080             <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> populated from the string that contains JSON.</returns>
4081             <example>
4082               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParseArray" title="Parsing a JSON Array from Text" />
4083             </example>
4084         </member>
4085         <member name="M:Newtonsoft.Json.Linq.JArray.FromObject(System.Object)">
4086             <summary>
4087             Creates a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from an object.
4088             </summary>
4089             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>
4090             <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> with the values of the specified object</returns>
4091         </member>
4092         <member name="M:Newtonsoft.Json.Linq.JArray.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">
4093             <summary>
4094             Creates a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from an object.
4095             </summary>
4096             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>
4097             <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used to read the object.</param>
4098             <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> with the values of the specified object</returns>
4099         </member>
4100         <member name="M:Newtonsoft.Json.Linq.JArray.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
4101             <summary>
4102             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
4103             </summary>
4104             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
4105             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
4106         </member>
4107         <member name="P:Newtonsoft.Json.Linq.JArray.Item(System.Object)">
4108             <summary>
4109             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
4110             </summary>
4111             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
4112         </member>
4113         <member name="P:Newtonsoft.Json.Linq.JArray.Item(System.Int32)">
4114             <summary>
4115             Gets or sets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> at the specified index.
4116             </summary>
4117             <value></value>
4118         </member>
4119         <member name="M:Newtonsoft.Json.Linq.JArray.IndexOf(Newtonsoft.Json.Linq.JToken)">
4120             <summary>
4121             Determines the index of a specific item in the <see cref="T:System.Collections.Generic.IList`1"/>.
4122             </summary>
4123             <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.IList`1"/>.</param>
4124             <returns>
4125             The index of <paramref name="item"/> if found in the list; otherwise, -1.
4126             </returns>
4127         </member>
4128         <member name="M:Newtonsoft.Json.Linq.JArray.Insert(System.Int32,Newtonsoft.Json.Linq.JToken)">
4129             <summary>
4130             Inserts an item to the <see cref="T:System.Collections.Generic.IList`1"/> at the specified index.
4131             </summary>
4132             <param name="index">The zero-based index at which <paramref name="item"/> should be inserted.</param>
4133             <param name="item">The object to insert into the <see cref="T:System.Collections.Generic.IList`1"/>.</param>
4134             <exception cref="T:System.ArgumentOutOfRangeException">
4135                 <paramref name="index"/> is not a valid index in the <see cref="T:System.Collections.Generic.IList`1"/>.</exception>
4136             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IList`1"/> is read-only.</exception>
4137         </member>
4138         <member name="M:Newtonsoft.Json.Linq.JArray.RemoveAt(System.Int32)">
4139             <summary>
4140             Removes the <see cref="T:System.Collections.Generic.IList`1"/> item at the specified index.
4141             </summary>
4142             <param name="index">The zero-based index of the item to remove.</param>
4143             <exception cref="T:System.ArgumentOutOfRangeException">
4144                 <paramref name="index"/> is not a valid index in the <see cref="T:System.Collections.Generic.IList`1"/>.</exception>
4145             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IList`1"/> is read-only.</exception>
4146         </member>
4147         <member name="M:Newtonsoft.Json.Linq.JArray.GetEnumerator">
4148             <summary>
4149             Returns an enumerator that iterates through the collection.
4150             </summary>
4151             <returns>
4152             A <see cref="T:System.Collections.Generic.IEnumerator`1" /> that can be used to iterate through the collection.
4153             </returns>
4154         </member>
4155         <member name="M:Newtonsoft.Json.Linq.JArray.Add(Newtonsoft.Json.Linq.JToken)">
4156             <summary>
4157             Adds an item to the <see cref="T:System.Collections.Generic.ICollection`1"/>.
4158             </summary>
4159             <param name="item">The object to add to the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>
4160             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only.</exception>
4161         </member>
4162         <member name="M:Newtonsoft.Json.Linq.JArray.Clear">
4163             <summary>
4164             Removes all items from the <see cref="T:System.Collections.Generic.ICollection`1"/>.
4165             </summary>
4166             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only. </exception>
4167         </member>
4168         <member name="M:Newtonsoft.Json.Linq.JArray.Contains(Newtonsoft.Json.Linq.JToken)">
4169             <summary>
4170             Determines whether the <see cref="T:System.Collections.Generic.ICollection`1"/> contains a specific value.
4171             </summary>
4172             <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>
4173             <returns>
4174             true if <paramref name="item"/> is found in the <see cref="T:System.Collections.Generic.ICollection`1"/>; otherwise, false.
4175             </returns>
4176         </member>
4177         <member name="M:Newtonsoft.Json.Linq.JArray.CopyTo(Newtonsoft.Json.Linq.JToken[],System.Int32)">
4178             <summary>
4179             Copies to.
4180             </summary>
4181             <param name="array">The array.</param>
4182             <param name="arrayIndex">Index of the array.</param>
4183         </member>
4184         <member name="P:Newtonsoft.Json.Linq.JArray.IsReadOnly">
4185             <summary>
4186             Gets a value indicating whether the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only.
4187             </summary>
4188             <returns>true if the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only; otherwise, false.</returns>
4189         </member>
4190         <member name="M:Newtonsoft.Json.Linq.JArray.Remove(Newtonsoft.Json.Linq.JToken)">
4191             <summary>
4192             Removes the first occurrence of a specific object from the <see cref="T:System.Collections.Generic.ICollection`1"/>.
4193             </summary>
4194             <param name="item">The object to remove from the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>
4195             <returns>
4196             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"/>.
4197             </returns>
4198             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only.</exception>
4199         </member>
4200         <member name="T:Newtonsoft.Json.Linq.JConstructor">
4201             <summary>
4202             Represents a JSON constructor.
4203             </summary>
4204         </member>
4205         <member name="P:Newtonsoft.Json.Linq.JConstructor.ChildrenTokens">
4206             <summary>
4207             Gets the container's children tokens.
4208             </summary>
4209             <value>The container's children tokens.</value>
4210         </member>
4211         <member name="P:Newtonsoft.Json.Linq.JConstructor.Name">
4212             <summary>
4213             Gets or sets the name of this constructor.
4214             </summary>
4215             <value>The constructor name.</value>
4216         </member>
4217         <member name="P:Newtonsoft.Json.Linq.JConstructor.Type">
4218             <summary>
4219             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4220             </summary>
4221             <value>The type.</value>
4222         </member>
4223         <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor">
4224             <summary>
4225             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class.
4226             </summary>
4227         </member>
4228         <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(Newtonsoft.Json.Linq.JConstructor)">
4229             <summary>
4230             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class from another <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> object.
4231             </summary>
4232             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> object to copy from.</param>
4233         </member>
4234         <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String,System.Object[])">
4235             <summary>
4236             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name and content.
4237             </summary>
4238             <param name="name">The constructor name.</param>
4239             <param name="content">The contents of the constructor.</param>
4240         </member>
4241         <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String,System.Object)">
4242             <summary>
4243             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name and content.
4244             </summary>
4245             <param name="name">The constructor name.</param>
4246             <param name="content">The contents of the constructor.</param>
4247         </member>
4248         <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String)">
4249             <summary>
4250             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name.
4251             </summary>
4252             <param name="name">The constructor name.</param>
4253         </member>
4254         <member name="M:Newtonsoft.Json.Linq.JConstructor.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
4255             <summary>
4256             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
4257             </summary>
4258             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
4259             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
4260         </member>
4261         <member name="P:Newtonsoft.Json.Linq.JConstructor.Item(System.Object)">
4262             <summary>
4263             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
4264             </summary>
4265             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
4266         </member>
4267         <member name="M:Newtonsoft.Json.Linq.JConstructor.Load(Newtonsoft.Json.JsonReader)">
4268             <summary>
4269             Loads an <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
4270             </summary>
4271             <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>
4272             <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>
4273         </member>
4274         <member name="M:Newtonsoft.Json.Linq.JConstructor.Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)">
4275             <summary>
4276             Loads an <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
4277             </summary>
4278             <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>
4279             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
4280             If this is null, default load settings will be used.</param>
4281             <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>
4282         </member>
4283         <member name="T:Newtonsoft.Json.Linq.JContainer">
4284             <summary>
4285             Represents a token that can contain other tokens.
4286             </summary>
4287         </member>
4288         <member name="E:Newtonsoft.Json.Linq.JContainer.CollectionChanged">
4289             <summary>
4290             Occurs when the items list of the collection has changed, or the collection is reset.
4291             </summary>
4292         </member>
4293         <member name="P:Newtonsoft.Json.Linq.JContainer.ChildrenTokens">
4294             <summary>
4295             Gets the container's children tokens.
4296             </summary>
4297             <value>The container's children tokens.</value>
4298         </member>
4299         <member name="M:Newtonsoft.Json.Linq.JContainer.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
4300             <summary>
4301             Raises the <see cref="E:Newtonsoft.Json.Linq.JContainer.CollectionChanged"/> event.
4302             </summary>
4303             <param name="e">The <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs"/> instance containing the event data.</param>
4304         </member>
4305         <member name="P:Newtonsoft.Json.Linq.JContainer.HasValues">
4306             <summary>
4307             Gets a value indicating whether this token has child tokens.
4308             </summary>
4309             <value>
4310                 <c>true</c> if this token has child values; otherwise, <c>false</c>.
4311             </value>
4312         </member>
4313         <member name="P:Newtonsoft.Json.Linq.JContainer.First">
4314             <summary>
4315             Get the first child token of this token.
4316             </summary>
4317             <value>
4318             A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the first child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4319             </value>
4320         </member>
4321         <member name="P:Newtonsoft.Json.Linq.JContainer.Last">
4322             <summary>
4323             Get the last child token of this token.
4324             </summary>
4325             <value>
4326             A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the last child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4327             </value>
4328         </member>
4329         <member name="M:Newtonsoft.Json.Linq.JContainer.Children">
4330             <summary>
4331             Returns a collection of the child tokens of this token, in document order.
4332             </summary>
4333             <returns>
4334             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.
4335             </returns>
4336         </member>
4337         <member name="M:Newtonsoft.Json.Linq.JContainer.Values``1">
4338             <summary>
4339             Returns a collection of the child values of this token, in document order.
4340             </summary>
4341             <typeparam name="T">The type to convert the values to.</typeparam>
4342             <returns>
4343             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.
4344             </returns>
4345         </member>
4346         <member name="M:Newtonsoft.Json.Linq.JContainer.Descendants">
4347             <summary>
4348             Returns a collection of the descendant tokens for this token in document order.
4349             </summary>
4350             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> containing the descendant tokens of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>
4351         </member>
4352         <member name="M:Newtonsoft.Json.Linq.JContainer.DescendantsAndSelf">
4353             <summary>
4354             Returns a collection of the tokens that contain this token, and all descendant tokens of this token, in document order.
4355             </summary>
4356             <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>
4357         </member>
4358         <member name="M:Newtonsoft.Json.Linq.JContainer.Add(System.Object)">
4359             <summary>
4360             Adds the specified content as children of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4361             </summary>
4362             <param name="content">The content to be added.</param>
4363         </member>
4364         <member name="M:Newtonsoft.Json.Linq.JContainer.AddFirst(System.Object)">
4365             <summary>
4366             Adds the specified content as the first children of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4367             </summary>
4368             <param name="content">The content to be added.</param>
4369         </member>
4370         <member name="M:Newtonsoft.Json.Linq.JContainer.CreateWriter">
4371             <summary>
4372             Creates an <see cref="T:Newtonsoft.Json.JsonWriter"/> that can be used to add tokens to the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4373             </summary>
4374             <returns>An <see cref="T:Newtonsoft.Json.JsonWriter"/> that is ready to have content written to it.</returns>
4375         </member>
4376         <member name="M:Newtonsoft.Json.Linq.JContainer.ReplaceAll(System.Object)">
4377             <summary>
4378             Replaces the children nodes of this token with the specified content.
4379             </summary>
4380             <param name="content">The content.</param>
4381         </member>
4382         <member name="M:Newtonsoft.Json.Linq.JContainer.RemoveAll">
4383             <summary>
4384             Removes the child nodes from this token.
4385             </summary>
4386         </member>
4387         <member name="M:Newtonsoft.Json.Linq.JContainer.Merge(System.Object)">
4388             <summary>
4389             Merge the specified content into this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4390             </summary>
4391             <param name="content">The content to be merged.</param>
4392         </member>
4393         <member name="M:Newtonsoft.Json.Linq.JContainer.Merge(System.Object,Newtonsoft.Json.Linq.JsonMergeSettings)">
4394             <summary>
4395             Merge the specified content into this <see cref="T:Newtonsoft.Json.Linq.JToken"/> using <see cref="T:Newtonsoft.Json.Linq.JsonMergeSettings"/>.
4396             </summary>
4397             <param name="content">The content to be merged.</param>
4398             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonMergeSettings"/> used to merge the content.</param>
4399         </member>
4400         <member name="P:Newtonsoft.Json.Linq.JContainer.Count">
4401             <summary>
4402             Gets the count of child JSON tokens.
4403             </summary>
4404             <value>The count of child JSON tokens</value>
4405         </member>
4406         <member name="T:Newtonsoft.Json.Linq.JEnumerable`1">
4407             <summary>
4408             Represents a collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.
4409             </summary>
4410             <typeparam name="T">The type of token</typeparam>
4411         </member>
4412         <member name="F:Newtonsoft.Json.Linq.JEnumerable`1.Empty">
4413             <summary>
4414             An empty collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.
4415             </summary>
4416         </member>
4417         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.#ctor(System.Collections.Generic.IEnumerable{`0})">
4418             <summary>
4419             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> struct.
4420             </summary>
4421             <param name="enumerable">The enumerable.</param>
4422         </member>
4423         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.GetEnumerator">
4424             <summary>
4425             Returns an enumerator that iterates through the collection.
4426             </summary>
4427             <returns>
4428             A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
4429             </returns>
4430         </member>
4431         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.System#Collections#IEnumerable#GetEnumerator">
4432             <summary>
4433             Returns an enumerator that iterates through a collection.
4434             </summary>
4435             <returns>
4436             An <see cref="T:System.Collections.IEnumerator"/> object that can be used to iterate through the collection.
4437             </returns>
4438         </member>
4439         <member name="P:Newtonsoft.Json.Linq.JEnumerable`1.Item(System.Object)">
4440             <summary>
4441             Gets the <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/> with the specified key.
4442             </summary>
4443             <value></value>
4444         </member>
4445         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.Equals(Newtonsoft.Json.Linq.JEnumerable{`0})">
4446             <summary>
4447             Determines whether the specified <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> is equal to this instance.
4448             </summary>
4449             <param name="other">The <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> to compare with this instance.</param>
4450             <returns>
4451                 <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> is equal to this instance; otherwise, <c>false</c>.
4452             </returns>
4453         </member>
4454         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.Equals(System.Object)">
4455             <summary>
4456             Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.
4457             </summary>
4458             <param name="obj">The <see cref="T:System.Object"/> to compare with this instance.</param>
4459             <returns>
4460                 <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.
4461             </returns>
4462         </member>
4463         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.GetHashCode">
4464             <summary>
4465             Returns a hash code for this instance.
4466             </summary>
4467             <returns>
4468             A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. 
4469             </returns>
4470         </member>
4471         <member name="T:Newtonsoft.Json.Linq.JObject">
4472             <summary>
4473             Represents a JSON object.
4474             </summary>
4475             <example>
4476               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParse" title="Parsing a JSON Object from Text" />
4477             </example>
4478         </member>
4479         <member name="P:Newtonsoft.Json.Linq.JObject.ChildrenTokens">
4480             <summary>
4481             Gets the container's children tokens.
4482             </summary>
4483             <value>The container's children tokens.</value>
4484         </member>
4485         <member name="E:Newtonsoft.Json.Linq.JObject.PropertyChanged">
4486             <summary>
4487             Occurs when a property value changes.
4488             </summary>
4489         </member>
4490         <member name="M:Newtonsoft.Json.Linq.JObject.#ctor">
4491             <summary>
4492             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class.
4493             </summary>
4494         </member>
4495         <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(Newtonsoft.Json.Linq.JObject)">
4496             <summary>
4497             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class from another <see cref="T:Newtonsoft.Json.Linq.JObject"/> object.
4498             </summary>
4499             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JObject"/> object to copy from.</param>
4500         </member>
4501         <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(System.Object[])">
4502             <summary>
4503             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class with the specified content.
4504             </summary>
4505             <param name="content">The contents of the object.</param>
4506         </member>
4507         <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(System.Object)">
4508             <summary>
4509             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class with the specified content.
4510             </summary>
4511             <param name="content">The contents of the object.</param>
4512         </member>
4513         <member name="P:Newtonsoft.Json.Linq.JObject.Type">
4514             <summary>
4515             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4516             </summary>
4517             <value>The type.</value>
4518         </member>
4519         <member name="M:Newtonsoft.Json.Linq.JObject.Properties">
4520             <summary>
4521             Gets an <see cref="T:System.Collections.Generic.IEnumerable`1"/> of this object's properties.
4522             </summary>
4523             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of this object's properties.</returns>
4524         </member>
4525         <member name="M:Newtonsoft.Json.Linq.JObject.Property(System.String)">
4526             <summary>
4527             Gets a <see cref="T:Newtonsoft.Json.Linq.JProperty"/> the specified name.
4528             </summary>
4529             <param name="name">The property name.</param>
4530             <returns>A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> with the specified name or null.</returns>
4531         </member>
4532         <member name="M:Newtonsoft.Json.Linq.JObject.PropertyValues">
4533             <summary>
4534             Gets an <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> of this object's property values.
4535             </summary>
4536             <returns>An <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> of this object's property values.</returns>
4537         </member>
4538         <member name="P:Newtonsoft.Json.Linq.JObject.Item(System.Object)">
4539             <summary>
4540             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
4541             </summary>
4542             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
4543         </member>
4544         <member name="P:Newtonsoft.Json.Linq.JObject.Item(System.String)">
4545             <summary>
4546             Gets or sets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.
4547             </summary>
4548             <value></value>
4549         </member>
4550         <member name="M:Newtonsoft.Json.Linq.JObject.Load(Newtonsoft.Json.JsonReader)">
4551             <summary>
4552             Loads an <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
4553             </summary>
4554             <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>
4555             <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>
4556         </member>
4557         <member name="M:Newtonsoft.Json.Linq.JObject.Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)">
4558             <summary>
4559             Loads an <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
4560             </summary>
4561             <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>
4562             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
4563             If this is null, default load settings will be used.</param>
4564             <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>
4565         </member>
4566         <member name="M:Newtonsoft.Json.Linq.JObject.Parse(System.String)">
4567             <summary>
4568             Load a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a string that contains JSON.
4569             </summary>
4570             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
4571             <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> populated from the string that contains JSON.</returns>
4572             <example>
4573               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParse" title="Parsing a JSON Object from Text" />
4574             </example>
4575         </member>
4576         <member name="M:Newtonsoft.Json.Linq.JObject.Parse(System.String,Newtonsoft.Json.Linq.JsonLoadSettings)">
4577             <summary>
4578             Load a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a string that contains JSON.
4579             </summary>
4580             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
4581             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
4582             If this is null, default load settings will be used.</param>
4583             <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> populated from the string that contains JSON.</returns>
4584             <example>
4585               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParse" title="Parsing a JSON Object from Text" />
4586             </example>
4587         </member>
4588         <member name="M:Newtonsoft.Json.Linq.JObject.FromObject(System.Object)">
4589             <summary>
4590             Creates a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from an object.
4591             </summary>
4592             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JObject"/>.</param>
4593             <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> with the values of the specified object</returns>
4594         </member>
4595         <member name="M:Newtonsoft.Json.Linq.JObject.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">
4596             <summary>
4597             Creates a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from an object.
4598             </summary>
4599             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JObject"/>.</param>
4600             <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used to read the object.</param>
4601             <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> with the values of the specified object</returns>
4602         </member>
4603         <member name="M:Newtonsoft.Json.Linq.JObject.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
4604             <summary>
4605             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
4606             </summary>
4607             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
4608             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
4609         </member>
4610         <member name="M:Newtonsoft.Json.Linq.JObject.GetValue(System.String)">
4611             <summary>
4612             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.
4613             </summary>
4614             <param name="propertyName">Name of the property.</param>
4615             <returns>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.</returns>
4616         </member>
4617         <member name="M:Newtonsoft.Json.Linq.JObject.GetValue(System.String,System.StringComparison)">
4618             <summary>
4619             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.
4620             The exact property name will be searched for first and if no matching property is found then
4621             the <see cref="T:System.StringComparison"/> will be used to match a property.
4622             </summary>
4623             <param name="propertyName">Name of the property.</param>
4624             <param name="comparison">One of the enumeration values that specifies how the strings will be compared.</param>
4625             <returns>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.</returns>
4626         </member>
4627         <member name="M:Newtonsoft.Json.Linq.JObject.TryGetValue(System.String,System.StringComparison,Newtonsoft.Json.Linq.JToken@)">
4628             <summary>
4629             Tries to get the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.
4630             The exact property name will be searched for first and if no matching property is found then
4631             the <see cref="T:System.StringComparison"/> will be used to match a property.
4632             </summary>
4633             <param name="propertyName">Name of the property.</param>
4634             <param name="value">The value.</param>
4635             <param name="comparison">One of the enumeration values that specifies how the strings will be compared.</param>
4636             <returns>true if a value was successfully retrieved; otherwise, false.</returns>
4637         </member>
4638         <member name="M:Newtonsoft.Json.Linq.JObject.Add(System.String,Newtonsoft.Json.Linq.JToken)">
4639             <summary>
4640             Adds the specified property name.
4641             </summary>
4642             <param name="propertyName">Name of the property.</param>
4643             <param name="value">The value.</param>
4644         </member>
4645         <member name="M:Newtonsoft.Json.Linq.JObject.Remove(System.String)">
4646             <summary>
4647             Removes the property with the specified name.
4648             </summary>
4649             <param name="propertyName">Name of the property.</param>
4650             <returns>true if item was successfully removed; otherwise, false.</returns>
4651         </member>
4652         <member name="M:Newtonsoft.Json.Linq.JObject.TryGetValue(System.String,Newtonsoft.Json.Linq.JToken@)">
4653             <summary>
4654             Tries the get value.
4655             </summary>
4656             <param name="propertyName">Name of the property.</param>
4657             <param name="value">The value.</param>
4658             <returns>true if a value was successfully retrieved; otherwise, false.</returns>
4659         </member>
4660         <member name="M:Newtonsoft.Json.Linq.JObject.GetEnumerator">
4661             <summary>
4662             Returns an enumerator that iterates through the collection.
4663             </summary>
4664             <returns>
4665             A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
4666             </returns>
4667         </member>
4668         <member name="M:Newtonsoft.Json.Linq.JObject.OnPropertyChanged(System.String)">
4669             <summary>
4670             Raises the <see cref="E:Newtonsoft.Json.Linq.JObject.PropertyChanged"/> event with the provided arguments.
4671             </summary>
4672             <param name="propertyName">Name of the property.</param>
4673         </member>
4674         <member name="M:Newtonsoft.Json.Linq.JObject.GetMetaObject(System.Linq.Expressions.Expression)">
4675             <summary>
4676             Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.
4677             </summary>
4678             <param name="parameter">The expression tree representation of the runtime value.</param>
4679             <returns>
4680             The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.
4681             </returns>
4682         </member>
4683         <member name="T:Newtonsoft.Json.Linq.JProperty">
4684             <summary>
4685             Represents a JSON property.
4686             </summary>
4687         </member>
4688         <member name="P:Newtonsoft.Json.Linq.JProperty.ChildrenTokens">
4689             <summary>
4690             Gets the container's children tokens.
4691             </summary>
4692             <value>The container's children tokens.</value>
4693         </member>
4694         <member name="P:Newtonsoft.Json.Linq.JProperty.Name">
4695             <summary>
4696             Gets the property name.
4697             </summary>
4698             <value>The property name.</value>
4699         </member>
4700         <member name="P:Newtonsoft.Json.Linq.JProperty.Value">
4701             <summary>
4702             Gets or sets the property value.
4703             </summary>
4704             <value>The property value.</value>
4705         </member>
4706         <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(Newtonsoft.Json.Linq.JProperty)">
4707             <summary>
4708             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class from another <see cref="T:Newtonsoft.Json.Linq.JProperty"/> object.
4709             </summary>
4710             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> object to copy from.</param>
4711         </member>
4712         <member name="P:Newtonsoft.Json.Linq.JProperty.Type">
4713             <summary>
4714             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4715             </summary>
4716             <value>The type.</value>
4717         </member>
4718         <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(System.String,System.Object[])">
4719             <summary>
4720             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class.
4721             </summary>
4722             <param name="name">The property name.</param>
4723             <param name="content">The property content.</param>
4724         </member>
4725         <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(System.String,System.Object)">
4726             <summary>
4727             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class.
4728             </summary>
4729             <param name="name">The property name.</param>
4730             <param name="content">The property content.</param>
4731         </member>
4732         <member name="M:Newtonsoft.Json.Linq.JProperty.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
4733             <summary>
4734             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
4735             </summary>
4736             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
4737             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
4738         </member>
4739         <member name="M:Newtonsoft.Json.Linq.JProperty.Load(Newtonsoft.Json.JsonReader)">
4740             <summary>
4741             Loads an <see cref="T:Newtonsoft.Json.Linq.JProperty"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
4742             </summary>
4743             <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>
4744             <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>
4745         </member>
4746         <member name="M:Newtonsoft.Json.Linq.JProperty.Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)">
4747             <summary>
4748             Loads an <see cref="T:Newtonsoft.Json.Linq.JProperty"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
4749             </summary>
4750             <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>
4751             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
4752             If this is null, default load settings will be used.</param>
4753             <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>
4754         </member>
4755         <member name="T:Newtonsoft.Json.Linq.JRaw">
4756             <summary>
4757             Represents a raw JSON string.
4758             </summary>
4759         </member>
4760         <member name="M:Newtonsoft.Json.Linq.JRaw.#ctor(Newtonsoft.Json.Linq.JRaw)">
4761             <summary>
4762             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JRaw"/> class from another <see cref="T:Newtonsoft.Json.Linq.JRaw"/> object.
4763             </summary>
4764             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JRaw"/> object to copy from.</param>
4765         </member>
4766         <member name="M:Newtonsoft.Json.Linq.JRaw.#ctor(System.Object)">
4767             <summary>
4768             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JRaw"/> class.
4769             </summary>
4770             <param name="rawJson">The raw json.</param>
4771         </member>
4772         <member name="M:Newtonsoft.Json.Linq.JRaw.Create(Newtonsoft.Json.JsonReader)">
4773             <summary>
4774             Creates an instance of <see cref="T:Newtonsoft.Json.Linq.JRaw"/> with the content of the reader's current token.
4775             </summary>
4776             <param name="reader">The reader.</param>
4777             <returns>An instance of <see cref="T:Newtonsoft.Json.Linq.JRaw"/> with the content of the reader's current token.</returns>
4778         </member>
4779         <member name="T:Newtonsoft.Json.Linq.JsonLoadSettings">
4780             <summary>
4781             Specifies the settings used when loading JSON.
4782             </summary>
4783         </member>
4784         <member name="P:Newtonsoft.Json.Linq.JsonLoadSettings.CommentHandling">
4785             <summary>
4786             Gets or sets how JSON comments are handled when loading JSON.
4787             </summary>
4788             <value>The JSON comment handling.</value>
4789         </member>
4790         <member name="T:Newtonsoft.Json.Linq.JsonMergeSettings">
4791             <summary>
4792             Specifies the settings used when merging JSON.
4793             </summary>
4794         </member>
4795         <member name="P:Newtonsoft.Json.Linq.JsonMergeSettings.MergeArrayHandling">
4796             <summary>
4797             Gets or sets the method used when merging JSON arrays.
4798             </summary>
4799             <value>The method used when merging JSON arrays.</value>
4800         </member>
4801         <member name="T:Newtonsoft.Json.Linq.JToken">
4802             <summary>
4803             Represents an abstract JSON token.
4804             </summary>
4805         </member>
4806         <member name="P:Newtonsoft.Json.Linq.JToken.EqualityComparer">
4807             <summary>
4808             Gets a comparer that can compare two tokens for value equality.
4809             </summary>
4810             <value>A <see cref="T:Newtonsoft.Json.Linq.JTokenEqualityComparer"/> that can compare two nodes for value equality.</value>
4811         </member>
4812         <member name="P:Newtonsoft.Json.Linq.JToken.Parent">
4813             <summary>
4814             Gets or sets the parent.
4815             </summary>
4816             <value>The parent.</value>
4817         </member>
4818         <member name="P:Newtonsoft.Json.Linq.JToken.Root">
4819             <summary>
4820             Gets the root <see cref="T:Newtonsoft.Json.Linq.JToken"/> of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4821             </summary>
4822             <value>The root <see cref="T:Newtonsoft.Json.Linq.JToken"/> of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value>
4823         </member>
4824         <member name="P:Newtonsoft.Json.Linq.JToken.Type">
4825             <summary>
4826             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4827             </summary>
4828             <value>The type.</value>
4829         </member>
4830         <member name="P:Newtonsoft.Json.Linq.JToken.HasValues">
4831             <summary>
4832             Gets a value indicating whether this token has child tokens.
4833             </summary>
4834             <value>
4835                 <c>true</c> if this token has child values; otherwise, <c>false</c>.
4836             </value>
4837         </member>
4838         <member name="M:Newtonsoft.Json.Linq.JToken.DeepEquals(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
4839             <summary>
4840             Compares the values of two tokens, including the values of all descendant tokens.
4841             </summary>
4842             <param name="t1">The first <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
4843             <param name="t2">The second <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
4844             <returns>true if the tokens are equal; otherwise false.</returns>
4845         </member>
4846         <member name="P:Newtonsoft.Json.Linq.JToken.Next">
4847             <summary>
4848             Gets the next sibling token of this node.
4849             </summary>
4850             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the next sibling token.</value>
4851         </member>
4852         <member name="P:Newtonsoft.Json.Linq.JToken.Previous">
4853             <summary>
4854             Gets the previous sibling token of this node.
4855             </summary>
4856             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the previous sibling token.</value>
4857         </member>
4858         <member name="P:Newtonsoft.Json.Linq.JToken.Path">
4859             <summary>
4860             Gets the path of the JSON token. 
4861             </summary>
4862         </member>
4863         <member name="M:Newtonsoft.Json.Linq.JToken.AddAfterSelf(System.Object)">
4864             <summary>
4865             Adds the specified content immediately after this token.
4866             </summary>
4867             <param name="content">A content object that contains simple content or a collection of content objects to be added after this token.</param>
4868         </member>
4869         <member name="M:Newtonsoft.Json.Linq.JToken.AddBeforeSelf(System.Object)">
4870             <summary>
4871             Adds the specified content immediately before this token.
4872             </summary>
4873             <param name="content">A content object that contains simple content or a collection of content objects to be added before this token.</param>
4874         </member>
4875         <member name="M:Newtonsoft.Json.Linq.JToken.Ancestors">
4876             <summary>
4877             Returns a collection of the ancestor tokens of this token.
4878             </summary>
4879             <returns>A collection of the ancestor tokens of this token.</returns>
4880         </member>
4881         <member name="M:Newtonsoft.Json.Linq.JToken.AncestorsAndSelf">
4882             <summary>
4883             Returns a collection of tokens that contain this token, and the ancestors of this token.
4884             </summary>
4885             <returns>A collection of tokens that contain this token, and the ancestors of this token.</returns>
4886         </member>
4887         <member name="M:Newtonsoft.Json.Linq.JToken.AfterSelf">
4888             <summary>
4889             Returns a collection of the sibling tokens after this token, in document order.
4890             </summary>
4891             <returns>A collection of the sibling tokens after this tokens, in document order.</returns>
4892         </member>
4893         <member name="M:Newtonsoft.Json.Linq.JToken.BeforeSelf">
4894             <summary>
4895             Returns a collection of the sibling tokens before this token, in document order.
4896             </summary>
4897             <returns>A collection of the sibling tokens before this token, in document order.</returns>
4898         </member>
4899         <member name="P:Newtonsoft.Json.Linq.JToken.Item(System.Object)">
4900             <summary>
4901             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
4902             </summary>
4903             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
4904         </member>
4905         <member name="M:Newtonsoft.Json.Linq.JToken.Value``1(System.Object)">
4906             <summary>
4907             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key converted to the specified type.
4908             </summary>
4909             <typeparam name="T">The type to convert the token to.</typeparam>
4910             <param name="key">The token key.</param>
4911             <returns>The converted token value.</returns>
4912         </member>
4913         <member name="P:Newtonsoft.Json.Linq.JToken.First">
4914             <summary>
4915             Get the first child token of this token.
4916             </summary>
4917             <value>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the first child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value>
4918         </member>
4919         <member name="P:Newtonsoft.Json.Linq.JToken.Last">
4920             <summary>
4921             Get the last child token of this token.
4922             </summary>
4923             <value>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the last child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value>
4924         </member>
4925         <member name="M:Newtonsoft.Json.Linq.JToken.Children">
4926             <summary>
4927             Returns a collection of the child tokens of this token, in document order.
4928             </summary>
4929             <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>
4930         </member>
4931         <member name="M:Newtonsoft.Json.Linq.JToken.Children``1">
4932             <summary>
4933             Returns a collection of the child tokens of this token, in document order, filtered by the specified type.
4934             </summary>
4935             <typeparam name="T">The type to filter the child tokens on.</typeparam>
4936             <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>
4937         </member>
4938         <member name="M:Newtonsoft.Json.Linq.JToken.Values``1">
4939             <summary>
4940             Returns a collection of the child values of this token, in document order.
4941             </summary>
4942             <typeparam name="T">The type to convert the values to.</typeparam>
4943             <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>
4944         </member>
4945         <member name="M:Newtonsoft.Json.Linq.JToken.Remove">
4946             <summary>
4947             Removes this token from its parent.
4948             </summary>
4949         </member>
4950         <member name="M:Newtonsoft.Json.Linq.JToken.Replace(Newtonsoft.Json.Linq.JToken)">
4951             <summary>
4952             Replaces this token with the specified token.
4953             </summary>
4954             <param name="value">The value.</param>
4955         </member>
4956         <member name="M:Newtonsoft.Json.Linq.JToken.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
4957             <summary>
4958             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
4959             </summary>
4960             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
4961             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
4962         </member>
4963         <member name="M:Newtonsoft.Json.Linq.JToken.ToString">
4964             <summary>
4965             Returns the indented JSON for this token.
4966             </summary>
4967             <returns>
4968             The indented JSON for this token.
4969             </returns>
4970         </member>
4971         <member name="M:Newtonsoft.Json.Linq.JToken.ToString(Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[])">
4972             <summary>
4973             Returns the JSON for this token using the given formatting and converters.
4974             </summary>
4975             <param name="formatting">Indicates how the output is formatted.</param>
4976             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
4977             <returns>The JSON for this token using the given formatting and converters.</returns>
4978         </member>
4979         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Boolean">
4980             <summary>
4981             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Boolean"/>.
4982             </summary>
4983             <param name="value">The value.</param>
4984             <returns>The result of the conversion.</returns>
4985         </member>
4986         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.DateTimeOffset">
4987             <summary>
4988             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.DateTimeOffset"/>.
4989             </summary>
4990             <param name="value">The value.</param>
4991             <returns>The result of the conversion.</returns>
4992         </member>
4993         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Boolean}">
4994             <summary>
4995             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
4996             </summary>
4997             <param name="value">The value.</param>
4998             <returns>The result of the conversion.</returns>
4999         </member>
5000         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int64">
5001             <summary>
5002             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int64"/>.
5003             </summary>
5004             <param name="value">The value.</param>
5005             <returns>The result of the conversion.</returns>
5006         </member>
5007         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.DateTime}">
5008             <summary>
5009             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5010             </summary>
5011             <param name="value">The value.</param>
5012             <returns>The result of the conversion.</returns>
5013         </member>
5014         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.DateTimeOffset}">
5015             <summary>
5016             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5017             </summary>
5018             <param name="value">The value.</param>
5019             <returns>The result of the conversion.</returns>
5020         </member>
5021         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Decimal}">
5022             <summary>
5023             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5024             </summary>
5025             <param name="value">The value.</param>
5026             <returns>The result of the conversion.</returns>
5027         </member>
5028         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Double}">
5029             <summary>
5030             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5031             </summary>
5032             <param name="value">The value.</param>
5033             <returns>The result of the conversion.</returns>
5034         </member>
5035         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Char}">
5036             <summary>
5037             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5038             </summary>
5039             <param name="value">The value.</param>
5040             <returns>The result of the conversion.</returns>
5041         </member>
5042         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int32">
5043             <summary>
5044             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int32"/>.
5045             </summary>
5046             <param name="value">The value.</param>
5047             <returns>The result of the conversion.</returns>
5048         </member>
5049         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int16">
5050             <summary>
5051             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int16"/>.
5052             </summary>
5053             <param name="value">The value.</param>
5054             <returns>The result of the conversion.</returns>
5055         </member>
5056         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt16">
5057             <summary>
5058             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt16"/>.
5059             </summary>
5060             <param name="value">The value.</param>
5061             <returns>The result of the conversion.</returns>
5062         </member>
5063         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Char">
5064             <summary>
5065             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Char"/>.
5066             </summary>
5067             <param name="value">The value.</param>
5068             <returns>The result of the conversion.</returns>
5069         </member>
5070         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Byte">
5071             <summary>
5072             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Byte"/>.
5073             </summary>
5074             <param name="value">The value.</param>
5075             <returns>The result of the conversion.</returns>
5076         </member>
5077         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.SByte">
5078             <summary>
5079             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.SByte"/>.
5080             </summary>
5081             <param name="value">The value.</param>
5082             <returns>The result of the conversion.</returns>
5083         </member>
5084         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int32}">
5085             <summary>
5086             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5087             </summary>
5088             <param name="value">The value.</param>
5089             <returns>The result of the conversion.</returns>
5090         </member>
5091         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int16}">
5092             <summary>
5093             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5094             </summary>
5095             <param name="value">The value.</param>
5096             <returns>The result of the conversion.</returns>
5097         </member>
5098         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt16}">
5099             <summary>
5100             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5101             </summary>
5102             <param name="value">The value.</param>
5103             <returns>The result of the conversion.</returns>
5104         </member>
5105         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Byte}">
5106             <summary>
5107             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5108             </summary>
5109             <param name="value">The value.</param>
5110             <returns>The result of the conversion.</returns>
5111         </member>
5112         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.SByte}">
5113             <summary>
5114             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5115             </summary>
5116             <param name="value">The value.</param>
5117             <returns>The result of the conversion.</returns>
5118         </member>
5119         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.DateTime">
5120             <summary>
5121             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.DateTime"/>.
5122             </summary>
5123             <param name="value">The value.</param>
5124             <returns>The result of the conversion.</returns>
5125         </member>
5126         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int64}">
5127             <summary>
5128             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5129             </summary>
5130             <param name="value">The value.</param>
5131             <returns>The result of the conversion.</returns>
5132         </member>
5133         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Single}">
5134             <summary>
5135             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5136             </summary>
5137             <param name="value">The value.</param>
5138             <returns>The result of the conversion.</returns>
5139         </member>
5140         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Decimal">
5141             <summary>
5142             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Decimal"/>.
5143             </summary>
5144             <param name="value">The value.</param>
5145             <returns>The result of the conversion.</returns>
5146         </member>
5147         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt32}">
5148             <summary>
5149             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5150             </summary>
5151             <param name="value">The value.</param>
5152             <returns>The result of the conversion.</returns>
5153         </member>
5154         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt64}">
5155             <summary>
5156             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5157             </summary>
5158             <param name="value">The value.</param>
5159             <returns>The result of the conversion.</returns>
5160         </member>
5161         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Double">
5162             <summary>
5163             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Double"/>.
5164             </summary>
5165             <param name="value">The value.</param>
5166             <returns>The result of the conversion.</returns>
5167         </member>
5168         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Single">
5169             <summary>
5170             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Single"/>.
5171             </summary>
5172             <param name="value">The value.</param>
5173             <returns>The result of the conversion.</returns>
5174         </member>
5175         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.String">
5176             <summary>
5177             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.String"/>.
5178             </summary>
5179             <param name="value">The value.</param>
5180             <returns>The result of the conversion.</returns>
5181         </member>
5182         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt32">
5183             <summary>
5184             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt32"/>.
5185             </summary>
5186             <param name="value">The value.</param>
5187             <returns>The result of the conversion.</returns>
5188         </member>
5189         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt64">
5190             <summary>
5191             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt64"/>.
5192             </summary>
5193             <param name="value">The value.</param>
5194             <returns>The result of the conversion.</returns>
5195         </member>
5196         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Byte[]">
5197             <summary>
5198             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Byte"/>[].
5199             </summary>
5200             <param name="value">The value.</param>
5201             <returns>The result of the conversion.</returns>
5202         </member>
5203         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Guid">
5204             <summary>
5205             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Guid"/>.
5206             </summary>
5207             <param name="value">The value.</param>
5208             <returns>The result of the conversion.</returns>
5209         </member>
5210         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Guid}">
5211             <summary>
5212             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Guid"/>.
5213             </summary>
5214             <param name="value">The value.</param>
5215             <returns>The result of the conversion.</returns>
5216         </member>
5217         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.TimeSpan">
5218             <summary>
5219             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.TimeSpan"/>.
5220             </summary>
5221             <param name="value">The value.</param>
5222             <returns>The result of the conversion.</returns>
5223         </member>
5224         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.TimeSpan}">
5225             <summary>
5226             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.TimeSpan"/>.
5227             </summary>
5228             <param name="value">The value.</param>
5229             <returns>The result of the conversion.</returns>
5230         </member>
5231         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Uri">
5232             <summary>
5233             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Uri"/>.
5234             </summary>
5235             <param name="value">The value.</param>
5236             <returns>The result of the conversion.</returns>
5237         </member>
5238         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Boolean)~Newtonsoft.Json.Linq.JToken">
5239             <summary>
5240             Performs an implicit conversion from <see cref="T:System.Boolean"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5241             </summary>
5242             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5243             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5244         </member>
5245         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.DateTimeOffset)~Newtonsoft.Json.Linq.JToken">
5246             <summary>
5247             Performs an implicit conversion from <see cref="T:System.DateTimeOffset"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5248             </summary>
5249             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5250             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5251         </member>
5252         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Byte)~Newtonsoft.Json.Linq.JToken">
5253             <summary>
5254             Performs an implicit conversion from <see cref="T:System.Byte"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5255             </summary>
5256             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5257             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5258         </member>
5259         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Byte})~Newtonsoft.Json.Linq.JToken">
5260             <summary>
5261             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5262             </summary>
5263             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5264             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5265         </member>
5266         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.SByte)~Newtonsoft.Json.Linq.JToken">
5267             <summary>
5268             Performs an implicit conversion from <see cref="T:System.SByte"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5269             </summary>
5270             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5271             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5272         </member>
5273         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.SByte})~Newtonsoft.Json.Linq.JToken">
5274             <summary>
5275             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5276             </summary>
5277             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5278             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5279         </member>
5280         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Boolean})~Newtonsoft.Json.Linq.JToken">
5281             <summary>
5282             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5283             </summary>
5284             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5285             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5286         </member>
5287         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int64)~Newtonsoft.Json.Linq.JToken">
5288             <summary>
5289             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5290             </summary>
5291             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5292             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5293         </member>
5294         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.DateTime})~Newtonsoft.Json.Linq.JToken">
5295             <summary>
5296             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5297             </summary>
5298             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5299             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5300         </member>
5301         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.DateTimeOffset})~Newtonsoft.Json.Linq.JToken">
5302             <summary>
5303             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5304             </summary>
5305             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5306             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5307         </member>
5308         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Decimal})~Newtonsoft.Json.Linq.JToken">
5309             <summary>
5310             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5311             </summary>
5312             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5313             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5314         </member>
5315         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Double})~Newtonsoft.Json.Linq.JToken">
5316             <summary>
5317             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5318             </summary>
5319             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5320             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5321         </member>
5322         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int16)~Newtonsoft.Json.Linq.JToken">
5323             <summary>
5324             Performs an implicit conversion from <see cref="T:System.Int16"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5325             </summary>
5326             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5327             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5328         </member>
5329         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt16)~Newtonsoft.Json.Linq.JToken">
5330             <summary>
5331             Performs an implicit conversion from <see cref="T:System.UInt16"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5332             </summary>
5333             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5334             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5335         </member>
5336         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int32)~Newtonsoft.Json.Linq.JToken">
5337             <summary>
5338             Performs an implicit conversion from <see cref="T:System.Int32"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5339             </summary>
5340             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5341             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5342         </member>
5343         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int32})~Newtonsoft.Json.Linq.JToken">
5344             <summary>
5345             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5346             </summary>
5347             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5348             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5349         </member>
5350         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.DateTime)~Newtonsoft.Json.Linq.JToken">
5351             <summary>
5352             Performs an implicit conversion from <see cref="T:System.DateTime"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5353             </summary>
5354             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5355             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5356         </member>
5357         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int64})~Newtonsoft.Json.Linq.JToken">
5358             <summary>
5359             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5360             </summary>
5361             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5362             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5363         </member>
5364         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Single})~Newtonsoft.Json.Linq.JToken">
5365             <summary>
5366             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5367             </summary>
5368             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5369             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5370         </member>
5371         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Decimal)~Newtonsoft.Json.Linq.JToken">
5372             <summary>
5373             Performs an implicit conversion from <see cref="T:System.Decimal"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5374             </summary>
5375             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5376             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5377         </member>
5378         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int16})~Newtonsoft.Json.Linq.JToken">
5379             <summary>
5380             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5381             </summary>
5382             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5383             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5384         </member>
5385         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt16})~Newtonsoft.Json.Linq.JToken">
5386             <summary>
5387             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5388             </summary>
5389             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5390             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5391         </member>
5392         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt32})~Newtonsoft.Json.Linq.JToken">
5393             <summary>
5394             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5395             </summary>
5396             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5397             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5398         </member>
5399         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt64})~Newtonsoft.Json.Linq.JToken">
5400             <summary>
5401             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5402             </summary>
5403             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5404             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5405         </member>
5406         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Double)~Newtonsoft.Json.Linq.JToken">
5407             <summary>
5408             Performs an implicit conversion from <see cref="T:System.Double"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5409             </summary>
5410             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5411             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5412         </member>
5413         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Single)~Newtonsoft.Json.Linq.JToken">
5414             <summary>
5415             Performs an implicit conversion from <see cref="T:System.Single"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5416             </summary>
5417             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5418             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5419         </member>
5420         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.String)~Newtonsoft.Json.Linq.JToken">
5421             <summary>
5422             Performs an implicit conversion from <see cref="T:System.String"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5423             </summary>
5424             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5425             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5426         </member>
5427         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt32)~Newtonsoft.Json.Linq.JToken">
5428             <summary>
5429             Performs an implicit conversion from <see cref="T:System.UInt32"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5430             </summary>
5431             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5432             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5433         </member>
5434         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt64)~Newtonsoft.Json.Linq.JToken">
5435             <summary>
5436             Performs an implicit conversion from <see cref="T:System.UInt64"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5437             </summary>
5438             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5439             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5440         </member>
5441         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Byte[])~Newtonsoft.Json.Linq.JToken">
5442             <summary>
5443             Performs an implicit conversion from <see cref="T:System.Byte"/>[] to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5444             </summary>
5445             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5446             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5447         </member>
5448         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Uri)~Newtonsoft.Json.Linq.JToken">
5449             <summary>
5450             Performs an implicit conversion from <see cref="T:System.Uri"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5451             </summary>
5452             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5453             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5454         </member>
5455         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.TimeSpan)~Newtonsoft.Json.Linq.JToken">
5456             <summary>
5457             Performs an implicit conversion from <see cref="T:System.TimeSpan"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5458             </summary>
5459             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5460             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5461         </member>
5462         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.TimeSpan})~Newtonsoft.Json.Linq.JToken">
5463             <summary>
5464             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5465             </summary>
5466             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5467             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5468         </member>
5469         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Guid)~Newtonsoft.Json.Linq.JToken">
5470             <summary>
5471             Performs an implicit conversion from <see cref="T:System.Guid"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5472             </summary>
5473             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5474             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5475         </member>
5476         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Guid})~Newtonsoft.Json.Linq.JToken">
5477             <summary>
5478             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5479             </summary>
5480             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5481             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5482         </member>
5483         <member name="M:Newtonsoft.Json.Linq.JToken.CreateReader">
5484             <summary>
5485             Creates an <see cref="T:Newtonsoft.Json.JsonReader"/> for this token.
5486             </summary>
5487             <returns>An <see cref="T:Newtonsoft.Json.JsonReader"/> that can be used to read this token and its descendants.</returns>
5488         </member>
5489         <member name="M:Newtonsoft.Json.Linq.JToken.FromObject(System.Object)">
5490             <summary>
5491             Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from an object.
5492             </summary>
5493             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
5494             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the value of the specified object</returns>
5495         </member>
5496         <member name="M:Newtonsoft.Json.Linq.JToken.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">
5497             <summary>
5498             Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from an object using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
5499             </summary>
5500             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
5501             <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when reading the object.</param>
5502             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the value of the specified object</returns>
5503         </member>
5504         <member name="M:Newtonsoft.Json.Linq.JToken.ToObject``1">
5505             <summary>
5506             Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5507             </summary>
5508             <typeparam name="T">The object type that the token will be deserialized to.</typeparam>
5509             <returns>The new object created from the JSON value.</returns>
5510         </member>
5511         <member name="M:Newtonsoft.Json.Linq.JToken.ToObject(System.Type)">
5512             <summary>
5513             Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5514             </summary>
5515             <param name="objectType">The object type that the token will be deserialized to.</param>
5516             <returns>The new object created from the JSON value.</returns>
5517         </member>
5518         <member name="M:Newtonsoft.Json.Linq.JToken.ToObject``1(Newtonsoft.Json.JsonSerializer)">
5519             <summary>
5520             Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/> using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
5521             </summary>
5522             <typeparam name="T">The object type that the token will be deserialized to.</typeparam>
5523             <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when creating the object.</param>
5524             <returns>The new object created from the JSON value.</returns>
5525         </member>
5526         <member name="M:Newtonsoft.Json.Linq.JToken.ToObject(System.Type,Newtonsoft.Json.JsonSerializer)">
5527             <summary>
5528             Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/> using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
5529             </summary>
5530             <param name="objectType">The object type that the token will be deserialized to.</param>
5531             <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when creating the object.</param>
5532             <returns>The new object created from the JSON value.</returns>
5533         </member>
5534         <member name="M:Newtonsoft.Json.Linq.JToken.ReadFrom(Newtonsoft.Json.JsonReader)">
5535             <summary>
5536             Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
5537             </summary>
5538             <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>
5539             <returns>
5540             An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens
5541             that were read from the reader. The runtime type of the token is determined
5542             by the token type of the first token encountered in the reader.
5543             </returns>
5544         </member>
5545         <member name="M:Newtonsoft.Json.Linq.JToken.ReadFrom(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)">
5546             <summary>
5547             Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
5548             </summary>
5549             <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>
5550             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
5551             If this is null, default load settings will be used.</param>
5552             <returns>
5553             An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens
5554             that were read from the reader. The runtime type of the token is determined
5555             by the token type of the first token encountered in the reader.
5556             </returns>
5557         </member>
5558         <member name="M:Newtonsoft.Json.Linq.JToken.Parse(System.String)">
5559             <summary>
5560             Load a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a string that contains JSON.
5561             </summary>
5562             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
5563             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> populated from the string that contains JSON.</returns>
5564         </member>
5565         <member name="M:Newtonsoft.Json.Linq.JToken.Parse(System.String,Newtonsoft.Json.Linq.JsonLoadSettings)">
5566             <summary>
5567             Load a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a string that contains JSON.
5568             </summary>
5569             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
5570             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
5571             If this is null, default load settings will be used.</param>
5572             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> populated from the string that contains JSON.</returns>
5573         </member>
5574         <member name="M:Newtonsoft.Json.Linq.JToken.Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)">
5575             <summary>
5576             Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
5577             </summary>
5578             <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>
5579             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
5580             If this is null, default load settings will be used.</param>
5581             <returns>
5582             An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens
5583             that were read from the reader. The runtime type of the token is determined
5584             by the token type of the first token encountered in the reader.
5585             </returns>
5586         </member>
5587         <member name="M:Newtonsoft.Json.Linq.JToken.Load(Newtonsoft.Json.JsonReader)">
5588             <summary>
5589             Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
5590             </summary>
5591             <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>
5592             <returns>
5593             An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens
5594             that were read from the reader. The runtime type of the token is determined
5595             by the token type of the first token encountered in the reader.
5596             </returns>
5597         </member>
5598         <member name="M:Newtonsoft.Json.Linq.JToken.SelectToken(System.String)">
5599             <summary>
5600             Selects a <see cref="T:Newtonsoft.Json.Linq.JToken"/> using a JPath expression. Selects the token that matches the object path.
5601             </summary>
5602             <param name="path">
5603             A <see cref="T:System.String"/> that contains a JPath expression.
5604             </param>
5605             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/>, or null.</returns>
5606         </member>
5607         <member name="M:Newtonsoft.Json.Linq.JToken.SelectToken(System.String,System.Boolean)">
5608             <summary>
5609             Selects a <see cref="T:Newtonsoft.Json.Linq.JToken"/> using a JPath expression. Selects the token that matches the object path.
5610             </summary>
5611             <param name="path">
5612             A <see cref="T:System.String"/> that contains a JPath expression.
5613             </param>
5614             <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>
5615             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>
5616         </member>
5617         <member name="M:Newtonsoft.Json.Linq.JToken.SelectTokens(System.String)">
5618             <summary>
5619             Selects a collection of elements using a JPath expression.
5620             </summary>
5621             <param name="path">
5622             A <see cref="T:System.String"/> that contains a JPath expression.
5623             </param>
5624             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the selected elements.</returns>
5625         </member>
5626         <member name="M:Newtonsoft.Json.Linq.JToken.SelectTokens(System.String,System.Boolean)">
5627             <summary>
5628             Selects a collection of elements using a JPath expression.
5629             </summary>
5630             <param name="path">
5631             A <see cref="T:System.String"/> that contains a JPath expression.
5632             </param>
5633             <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>
5634             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the selected elements.</returns>
5635         </member>
5636         <member name="M:Newtonsoft.Json.Linq.JToken.GetMetaObject(System.Linq.Expressions.Expression)">
5637             <summary>
5638             Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.
5639             </summary>
5640             <param name="parameter">The expression tree representation of the runtime value.</param>
5641             <returns>
5642             The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.
5643             </returns>
5644         </member>
5645         <member name="M:Newtonsoft.Json.Linq.JToken.System#Dynamic#IDynamicMetaObjectProvider#GetMetaObject(System.Linq.Expressions.Expression)">
5646             <summary>
5647             Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.
5648             </summary>
5649             <param name="parameter">The expression tree representation of the runtime value.</param>
5650             <returns>
5651             The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.
5652             </returns>
5653         </member>
5654         <member name="M:Newtonsoft.Json.Linq.JToken.DeepClone">
5655             <summary>
5656             Creates a new instance of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>. All child tokens are recursively cloned.
5657             </summary>
5658             <returns>A new instance of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>
5659         </member>
5660         <member name="M:Newtonsoft.Json.Linq.JToken.AddAnnotation(System.Object)">
5661             <summary>
5662             Adds an object to the annotation list of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5663             </summary>
5664             <param name="annotation">The annotation to add.</param>
5665         </member>
5666         <member name="M:Newtonsoft.Json.Linq.JToken.Annotation``1">
5667             <summary>
5668             Get the first annotation object of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5669             </summary>
5670             <typeparam name="T">The type of the annotation to retrieve.</typeparam>
5671             <returns>The first annotation object that matches the specified type, or <c>null</c> if no annotation is of the specified type.</returns>
5672         </member>
5673         <member name="M:Newtonsoft.Json.Linq.JToken.Annotation(System.Type)">
5674             <summary>
5675             Gets the first annotation object of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5676             </summary>
5677             <param name="type">The <see cref="P:Newtonsoft.Json.Linq.JToken.Type"/> of the annotation to retrieve.</param>
5678             <returns>The first annotation object that matches the specified type, or <c>null</c> if no annotation is of the specified type.</returns>
5679         </member>
5680         <member name="M:Newtonsoft.Json.Linq.JToken.Annotations``1">
5681             <summary>
5682             Gets a collection of annotations of the specified type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5683             </summary>
5684             <typeparam name="T">The type of the annotations to retrieve.</typeparam>
5685             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/>  that contains the annotations for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>
5686         </member>
5687         <member name="M:Newtonsoft.Json.Linq.JToken.Annotations(System.Type)">
5688             <summary>
5689             Gets a collection of annotations of the specified type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5690             </summary>
5691             <param name="type">The <see cref="P:Newtonsoft.Json.Linq.JToken.Type"/> of the annotations to retrieve.</param>
5692             <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>
5693         </member>
5694         <member name="M:Newtonsoft.Json.Linq.JToken.RemoveAnnotations``1">
5695             <summary>
5696             Removes the annotations of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5697             </summary>
5698             <typeparam name="T">The type of annotations to remove.</typeparam>
5699         </member>
5700         <member name="M:Newtonsoft.Json.Linq.JToken.RemoveAnnotations(System.Type)">
5701             <summary>
5702             Removes the annotations of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5703             </summary>
5704             <param name="type">The <see cref="P:Newtonsoft.Json.Linq.JToken.Type"/> of annotations to remove.</param>
5705         </member>
5706         <member name="T:Newtonsoft.Json.Linq.JTokenEqualityComparer">
5707             <summary>
5708             Compares tokens to determine whether they are equal.
5709             </summary>
5710         </member>
5711         <member name="M:Newtonsoft.Json.Linq.JTokenEqualityComparer.Equals(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
5712             <summary>
5713             Determines whether the specified objects are equal.
5714             </summary>
5715             <param name="x">The first object of type <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
5716             <param name="y">The second object of type <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
5717             <returns>
5718             true if the specified objects are equal; otherwise, false.
5719             </returns>
5720         </member>
5721         <member name="M:Newtonsoft.Json.Linq.JTokenEqualityComparer.GetHashCode(Newtonsoft.Json.Linq.JToken)">
5722             <summary>
5723             Returns a hash code for the specified object.
5724             </summary>
5725             <param name="obj">The <see cref="T:System.Object"/> for which a hash code is to be returned.</param>
5726             <returns>A hash code for the specified object.</returns>
5727             <exception cref="T:System.ArgumentNullException">The type of <paramref name="obj"/> is a reference type and <paramref name="obj"/> is null.</exception>
5728         </member>
5729         <member name="T:Newtonsoft.Json.Linq.JTokenReader">
5730             <summary>
5731             Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data.
5732             </summary>
5733         </member>
5734         <member name="P:Newtonsoft.Json.Linq.JTokenReader.CurrentToken">
5735             <summary>
5736             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> at the reader's current position.
5737             </summary>
5738         </member>
5739         <member name="M:Newtonsoft.Json.Linq.JTokenReader.#ctor(Newtonsoft.Json.Linq.JToken)">
5740             <summary>
5741             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JTokenReader"/> class.
5742             </summary>
5743             <param name="token">The token to read from.</param>
5744         </member>
5745         <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsBytes">
5746             <summary>
5747             Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].
5748             </summary>
5749             <returns>
5750             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.
5751             </returns>
5752         </member>
5753         <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDecimal">
5754             <summary>
5755             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
5756             </summary>
5757             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
5758         </member>
5759         <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsInt32">
5760             <summary>
5761             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
5762             </summary>
5763             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
5764         </member>
5765         <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsString">
5766             <summary>
5767             Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
5768             </summary>
5769             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
5770         </member>
5771         <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDateTime">
5772             <summary>
5773             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
5774             </summary>
5775             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
5776         </member>
5777         <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDateTimeOffset">
5778             <summary>
5779             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
5780             </summary>
5781             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
5782         </member>
5783         <member name="M:Newtonsoft.Json.Linq.JTokenReader.Read">
5784             <summary>
5785             Reads the next JSON token from the stream.
5786             </summary>
5787             <returns>
5788             true if the next token was read successfully; false if there are no more tokens to read.
5789             </returns>
5790         </member>
5791         <member name="P:Newtonsoft.Json.Linq.JTokenReader.Path">
5792             <summary>
5793             Gets the path of the current JSON token. 
5794             </summary>
5795         </member>
5796         <member name="T:Newtonsoft.Json.Linq.JTokenType">
5797             <summary>
5798             Specifies the type of token.
5799             </summary>
5800         </member>
5801         <member name="F:Newtonsoft.Json.Linq.JTokenType.None">
5802             <summary>
5803             No token type has been set.
5804             </summary>
5805         </member>
5806         <member name="F:Newtonsoft.Json.Linq.JTokenType.Object">
5807             <summary>
5808             A JSON object.
5809             </summary>
5810         </member>
5811         <member name="F:Newtonsoft.Json.Linq.JTokenType.Array">
5812             <summary>
5813             A JSON array.
5814             </summary>
5815         </member>
5816         <member name="F:Newtonsoft.Json.Linq.JTokenType.Constructor">
5817             <summary>
5818             A JSON constructor.
5819             </summary>
5820         </member>
5821         <member name="F:Newtonsoft.Json.Linq.JTokenType.Property">
5822             <summary>
5823             A JSON object property.
5824             </summary>
5825         </member>
5826         <member name="F:Newtonsoft.Json.Linq.JTokenType.Comment">
5827             <summary>
5828             A comment.
5829             </summary>
5830         </member>
5831         <member name="F:Newtonsoft.Json.Linq.JTokenType.Integer">
5832             <summary>
5833             An integer value.
5834             </summary>
5835         </member>
5836         <member name="F:Newtonsoft.Json.Linq.JTokenType.Float">
5837             <summary>
5838             A float value.
5839             </summary>
5840         </member>
5841         <member name="F:Newtonsoft.Json.Linq.JTokenType.String">
5842             <summary>
5843             A string value.
5844             </summary>
5845         </member>
5846         <member name="F:Newtonsoft.Json.Linq.JTokenType.Boolean">
5847             <summary>
5848             A boolean value.
5849             </summary>
5850         </member>
5851         <member name="F:Newtonsoft.Json.Linq.JTokenType.Null">
5852             <summary>
5853             A null value.
5854             </summary>
5855         </member>
5856         <member name="F:Newtonsoft.Json.Linq.JTokenType.Undefined">
5857             <summary>
5858             An undefined value.
5859             </summary>
5860         </member>
5861         <member name="F:Newtonsoft.Json.Linq.JTokenType.Date">
5862             <summary>
5863             A date value.
5864             </summary>
5865         </member>
5866         <member name="F:Newtonsoft.Json.Linq.JTokenType.Raw">
5867             <summary>
5868             A raw JSON value.
5869             </summary>
5870         </member>
5871         <member name="F:Newtonsoft.Json.Linq.JTokenType.Bytes">
5872             <summary>
5873             A collection of bytes value.
5874             </summary>
5875         </member>
5876         <member name="F:Newtonsoft.Json.Linq.JTokenType.Guid">
5877             <summary>
5878             A Guid value.
5879             </summary>
5880         </member>
5881         <member name="F:Newtonsoft.Json.Linq.JTokenType.Uri">
5882             <summary>
5883             A Uri value.
5884             </summary>
5885         </member>
5886         <member name="F:Newtonsoft.Json.Linq.JTokenType.TimeSpan">
5887             <summary>
5888             A TimeSpan value.
5889             </summary>
5890         </member>
5891         <member name="T:Newtonsoft.Json.Linq.JTokenWriter">
5892             <summary>
5893             Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
5894             </summary>
5895         </member>
5896         <member name="P:Newtonsoft.Json.Linq.JTokenWriter.CurrentToken">
5897             <summary>
5898             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> at the writer's current position.
5899             </summary>
5900         </member>
5901         <member name="P:Newtonsoft.Json.Linq.JTokenWriter.Token">
5902             <summary>
5903             Gets the token being writen.
5904             </summary>
5905             <value>The token being writen.</value>
5906         </member>
5907         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.#ctor(Newtonsoft.Json.Linq.JContainer)">
5908             <summary>
5909             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"/>.
5910             </summary>
5911             <param name="container">The container being written to.</param>
5912         </member>
5913         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.#ctor">
5914             <summary>
5915             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JTokenWriter"/> class.
5916             </summary>
5917         </member>
5918         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.Flush">
5919             <summary>
5920             Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
5921             </summary>
5922         </member>
5923         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.Close">
5924             <summary>
5925             Closes this stream and the underlying stream.
5926             </summary>
5927         </member>
5928         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartObject">
5929             <summary>
5930             Writes the beginning of a JSON object.
5931             </summary>
5932         </member>
5933         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartArray">
5934             <summary>
5935             Writes the beginning of a JSON array.
5936             </summary>
5937         </member>
5938         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartConstructor(System.String)">
5939             <summary>
5940             Writes the start of a constructor with the given name.
5941             </summary>
5942             <param name="name">The name of the constructor.</param>
5943         </member>
5944         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
5945             <summary>
5946             Writes the end.
5947             </summary>
5948             <param name="token">The token.</param>
5949         </member>
5950         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WritePropertyName(System.String)">
5951             <summary>
5952             Writes the property name of a name/value pair on a JSON object.
5953             </summary>
5954             <param name="name">The name of the property.</param>
5955         </member>
5956         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Object)">
5957             <summary>
5958             Writes a <see cref="T:System.Object"/> value.
5959             An error will raised if the value cannot be written as a single JSON token.
5960             </summary>
5961             <param name="value">The <see cref="T:System.Object"/> value to write.</param>
5962         </member>
5963         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteNull">
5964             <summary>
5965             Writes a null value.
5966             </summary>
5967         </member>
5968         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteUndefined">
5969             <summary>
5970             Writes an undefined value.
5971             </summary>
5972         </member>
5973         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteRaw(System.String)">
5974             <summary>
5975             Writes raw JSON.
5976             </summary>
5977             <param name="json">The raw JSON to write.</param>
5978         </member>
5979         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteComment(System.String)">
5980             <summary>
5981             Writes out a comment <code>/*...*/</code> containing the specified text.
5982             </summary>
5983             <param name="text">Text to place inside the comment.</param>
5984         </member>
5985         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.String)">
5986             <summary>
5987             Writes a <see cref="T:System.String"/> value.
5988             </summary>
5989             <param name="value">The <see cref="T:System.String"/> value to write.</param>
5990         </member>
5991         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int32)">
5992             <summary>
5993             Writes a <see cref="T:System.Int32"/> value.
5994             </summary>
5995             <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
5996         </member>
5997         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt32)">
5998             <summary>
5999             Writes a <see cref="T:System.UInt32"/> value.
6000             </summary>
6001             <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
6002         </member>
6003         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int64)">
6004             <summary>
6005             Writes a <see cref="T:System.Int64"/> value.
6006             </summary>
6007             <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
6008         </member>
6009         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt64)">
6010             <summary>
6011             Writes a <see cref="T:System.UInt64"/> value.
6012             </summary>
6013             <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
6014         </member>
6015         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Single)">
6016             <summary>
6017             Writes a <see cref="T:System.Single"/> value.
6018             </summary>
6019             <param name="value">The <see cref="T:System.Single"/> value to write.</param>
6020         </member>
6021         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Double)">
6022             <summary>
6023             Writes a <see cref="T:System.Double"/> value.
6024             </summary>
6025             <param name="value">The <see cref="T:System.Double"/> value to write.</param>
6026         </member>
6027         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Boolean)">
6028             <summary>
6029             Writes a <see cref="T:System.Boolean"/> value.
6030             </summary>
6031             <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
6032         </member>
6033         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int16)">
6034             <summary>
6035             Writes a <see cref="T:System.Int16"/> value.
6036             </summary>
6037             <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
6038         </member>
6039         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt16)">
6040             <summary>
6041             Writes a <see cref="T:System.UInt16"/> value.
6042             </summary>
6043             <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
6044         </member>
6045         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Char)">
6046             <summary>
6047             Writes a <see cref="T:System.Char"/> value.
6048             </summary>
6049             <param name="value">The <see cref="T:System.Char"/> value to write.</param>
6050         </member>
6051         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Byte)">
6052             <summary>
6053             Writes a <see cref="T:System.Byte"/> value.
6054             </summary>
6055             <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
6056         </member>
6057         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.SByte)">
6058             <summary>
6059             Writes a <see cref="T:System.SByte"/> value.
6060             </summary>
6061             <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
6062         </member>
6063         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Decimal)">
6064             <summary>
6065             Writes a <see cref="T:System.Decimal"/> value.
6066             </summary>
6067             <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
6068         </member>
6069         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.DateTime)">
6070             <summary>
6071             Writes a <see cref="T:System.DateTime"/> value.
6072             </summary>
6073             <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
6074         </member>
6075         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.DateTimeOffset)">
6076             <summary>
6077             Writes a <see cref="T:System.DateTimeOffset"/> value.
6078             </summary>
6079             <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>
6080         </member>
6081         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Byte[])">
6082             <summary>
6083             Writes a <see cref="T:System.Byte"/>[] value.
6084             </summary>
6085             <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param>
6086         </member>
6087         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.TimeSpan)">
6088             <summary>
6089             Writes a <see cref="T:System.TimeSpan"/> value.
6090             </summary>
6091             <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>
6092         </member>
6093         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Guid)">
6094             <summary>
6095             Writes a <see cref="T:System.Guid"/> value.
6096             </summary>
6097             <param name="value">The <see cref="T:System.Guid"/> value to write.</param>
6098         </member>
6099         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Uri)">
6100             <summary>
6101             Writes a <see cref="T:System.Uri"/> value.
6102             </summary>
6103             <param name="value">The <see cref="T:System.Uri"/> value to write.</param>
6104         </member>
6105         <member name="T:Newtonsoft.Json.Linq.JValue">
6106             <summary>
6107             Represents a value in JSON (string, integer, date, etc).
6108             </summary>
6109         </member>
6110         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(Newtonsoft.Json.Linq.JValue)">
6111             <summary>
6112             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class from another <see cref="T:Newtonsoft.Json.Linq.JValue"/> object.
6113             </summary>
6114             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JValue"/> object to copy from.</param>
6115         </member>
6116         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Int64)">
6117             <summary>
6118             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6119             </summary>
6120             <param name="value">The value.</param>
6121         </member>
6122         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Decimal)">
6123             <summary>
6124             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6125             </summary>
6126             <param name="value">The value.</param>
6127         </member>
6128         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Char)">
6129             <summary>
6130             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6131             </summary>
6132             <param name="value">The value.</param>
6133         </member>
6134         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.UInt64)">
6135             <summary>
6136             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6137             </summary>
6138             <param name="value">The value.</param>
6139         </member>
6140         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Double)">
6141             <summary>
6142             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6143             </summary>
6144             <param name="value">The value.</param>
6145         </member>
6146         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Single)">
6147             <summary>
6148             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6149             </summary>
6150             <param name="value">The value.</param>
6151         </member>
6152         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.DateTime)">
6153             <summary>
6154             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6155             </summary>
6156             <param name="value">The value.</param>
6157         </member>
6158         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.DateTimeOffset)">
6159             <summary>
6160             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6161             </summary>
6162             <param name="value">The value.</param>
6163         </member>
6164         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Boolean)">
6165             <summary>
6166             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6167             </summary>
6168             <param name="value">The value.</param>
6169         </member>
6170         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.String)">
6171             <summary>
6172             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6173             </summary>
6174             <param name="value">The value.</param>
6175         </member>
6176         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Guid)">
6177             <summary>
6178             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6179             </summary>
6180             <param name="value">The value.</param>
6181         </member>
6182         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Uri)">
6183             <summary>
6184             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6185             </summary>
6186             <param name="value">The value.</param>
6187         </member>
6188         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.TimeSpan)">
6189             <summary>
6190             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6191             </summary>
6192             <param name="value">The value.</param>
6193         </member>
6194         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Object)">
6195             <summary>
6196             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6197             </summary>
6198             <param name="value">The value.</param>
6199         </member>
6200         <member name="P:Newtonsoft.Json.Linq.JValue.HasValues">
6201             <summary>
6202             Gets a value indicating whether this token has child tokens.
6203             </summary>
6204             <value>
6205                 <c>true</c> if this token has child values; otherwise, <c>false</c>.
6206             </value>
6207         </member>
6208         <member name="M:Newtonsoft.Json.Linq.JValue.CreateComment(System.String)">
6209             <summary>
6210             Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> comment with the given value.
6211             </summary>
6212             <param name="value">The value.</param>
6213             <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> comment with the given value.</returns>
6214         </member>
6215         <member name="M:Newtonsoft.Json.Linq.JValue.CreateString(System.String)">
6216             <summary>
6217             Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> string with the given value.
6218             </summary>
6219             <param name="value">The value.</param>
6220             <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> string with the given value.</returns>
6221         </member>
6222         <member name="M:Newtonsoft.Json.Linq.JValue.CreateNull">
6223             <summary>
6224             Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value.
6225             </summary>
6226             <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value.</returns>
6227         </member>
6228         <member name="M:Newtonsoft.Json.Linq.JValue.CreateUndefined">
6229             <summary>
6230             Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value.
6231             </summary>
6232             <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value.</returns>
6233         </member>
6234         <member name="P:Newtonsoft.Json.Linq.JValue.Type">
6235             <summary>
6236             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6237             </summary>
6238             <value>The type.</value>
6239         </member>
6240         <member name="P:Newtonsoft.Json.Linq.JValue.Value">
6241             <summary>
6242             Gets or sets the underlying token value.
6243             </summary>
6244             <value>The underlying token value.</value>
6245         </member>
6246         <member name="M:Newtonsoft.Json.Linq.JValue.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
6247             <summary>
6248             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
6249             </summary>
6250             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
6251             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
6252         </member>
6253         <member name="M:Newtonsoft.Json.Linq.JValue.Equals(Newtonsoft.Json.Linq.JValue)">
6254             <summary>
6255             Indicates whether the current object is equal to another object of the same type.
6256             </summary>
6257             <returns>
6258             true if the current object is equal to the <paramref name="other"/> parameter; otherwise, false.
6259             </returns>
6260             <param name="other">An object to compare with this object.</param>
6261         </member>
6262         <member name="M:Newtonsoft.Json.Linq.JValue.Equals(System.Object)">
6263             <summary>
6264             Determines whether the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:System.Object"/>.
6265             </summary>
6266             <param name="obj">The <see cref="T:System.Object"/> to compare with the current <see cref="T:System.Object"/>.</param>
6267             <returns>
6268             true if the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:System.Object"/>; otherwise, false.
6269             </returns>
6270             <exception cref="T:System.NullReferenceException">
6271             The <paramref name="obj"/> parameter is null.
6272             </exception>
6273         </member>
6274         <member name="M:Newtonsoft.Json.Linq.JValue.GetHashCode">
6275             <summary>
6276             Serves as a hash function for a particular type.
6277             </summary>
6278             <returns>
6279             A hash code for the current <see cref="T:System.Object"/>.
6280             </returns>
6281         </member>
6282         <member name="M:Newtonsoft.Json.Linq.JValue.ToString">
6283             <summary>
6284             Returns a <see cref="T:System.String"/> that represents this instance.
6285             </summary>
6286             <returns>
6287             A <see cref="T:System.String"/> that represents this instance.
6288             </returns>
6289         </member>
6290         <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.String)">
6291             <summary>
6292             Returns a <see cref="T:System.String"/> that represents this instance.
6293             </summary>
6294             <param name="format">The format.</param>
6295             <returns>
6296             A <see cref="T:System.String"/> that represents this instance.
6297             </returns>
6298         </member>
6299         <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.IFormatProvider)">
6300             <summary>
6301             Returns a <see cref="T:System.String"/> that represents this instance.
6302             </summary>
6303             <param name="formatProvider">The format provider.</param>
6304             <returns>
6305             A <see cref="T:System.String"/> that represents this instance.
6306             </returns>
6307         </member>
6308         <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.String,System.IFormatProvider)">
6309             <summary>
6310             Returns a <see cref="T:System.String"/> that represents this instance.
6311             </summary>
6312             <param name="format">The format.</param>
6313             <param name="formatProvider">The format provider.</param>
6314             <returns>
6315             A <see cref="T:System.String"/> that represents this instance.
6316             </returns>
6317         </member>
6318         <member name="M:Newtonsoft.Json.Linq.JValue.GetMetaObject(System.Linq.Expressions.Expression)">
6319             <summary>
6320             Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.
6321             </summary>
6322             <param name="parameter">The expression tree representation of the runtime value.</param>
6323             <returns>
6324             The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.
6325             </returns>
6326         </member>
6327         <member name="M:Newtonsoft.Json.Linq.JValue.CompareTo(Newtonsoft.Json.Linq.JValue)">
6328             <summary>
6329             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.
6330             </summary>
6331             <param name="obj">An object to compare with this instance.</param>
6332             <returns>
6333             A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings:
6334             Value
6335             Meaning
6336             Less than zero
6337             This instance is less than <paramref name="obj"/>.
6338             Zero
6339             This instance is equal to <paramref name="obj"/>.
6340             Greater than zero
6341             This instance is greater than <paramref name="obj"/>.
6342             </returns>
6343             <exception cref="T:System.ArgumentException">
6344                 <paramref name="obj"/> is not the same type as this instance.
6345             </exception>
6346         </member>
6347         <member name="T:Newtonsoft.Json.Linq.MergeArrayHandling">
6348             <summary>
6349             Specifies how JSON arrays are merged together.
6350             </summary>
6351         </member>
6352         <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Concat">
6353             <summary>Concatenate arrays.</summary>
6354         </member>
6355         <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Union">
6356             <summary>Union arrays, skipping items that already exist.</summary>
6357         </member>
6358         <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Replace">
6359             <summary>Replace all array items.</summary>
6360         </member>
6361         <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Merge">
6362             <summary>Merge array items together, matched by index.</summary>
6363         </member>
6364         <member name="T:Newtonsoft.Json.MemberSerialization">
6365             <summary>
6366             Specifies the member serialization options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6367             </summary>
6368         </member>
6369         <member name="F:Newtonsoft.Json.MemberSerialization.OptOut">
6370             <summary>
6371             All public members are serialized by default. Members can be excluded using <see cref="T:Newtonsoft.Json.JsonIgnoreAttribute"/> or <see cref="!:NonSerializedAttribute"/>.
6372             This is the default member serialization mode.
6373             </summary>
6374         </member>
6375         <member name="F:Newtonsoft.Json.MemberSerialization.OptIn">
6376             <summary>
6377             Only members must be marked with <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> or <see cref="T:System.Runtime.Serialization.DataMemberAttribute"/> are serialized.
6378             This member serialization mode can also be set by marking the class with <see cref="T:System.Runtime.Serialization.DataContractAttribute"/>.
6379             </summary>
6380         </member>
6381         <member name="F:Newtonsoft.Json.MemberSerialization.Fields">
6382             <summary>
6383             All public and private fields are serialized. Members can be excluded using <see cref="T:Newtonsoft.Json.JsonIgnoreAttribute"/> or <see cref="!:NonSerializedAttribute"/>.
6384             This member serialization mode can also be set by marking the class with <see cref="!:SerializableAttribute"/>
6385             and setting IgnoreSerializableAttribute on <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> to false.
6386             </summary>
6387         </member>
6388         <member name="T:Newtonsoft.Json.MetadataPropertyHandling">
6389             <summary>
6390             Specifies metadata property handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6391             </summary>
6392         </member>
6393         <member name="F:Newtonsoft.Json.MetadataPropertyHandling.Default">
6394             <summary>
6395             Read metadata properties located at the start of a JSON object.
6396             </summary>
6397         </member>
6398         <member name="F:Newtonsoft.Json.MetadataPropertyHandling.ReadAhead">
6399             <summary>
6400             Read metadata properties located anywhere in a JSON object. Note that this setting will impact performance.
6401             </summary>
6402         </member>
6403         <member name="F:Newtonsoft.Json.MetadataPropertyHandling.Ignore">
6404             <summary>
6405             Do not try to read metadata properties.
6406             </summary>
6407         </member>
6408         <member name="T:Newtonsoft.Json.MissingMemberHandling">
6409             <summary>
6410             Specifies missing member handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6411             </summary>
6412         </member>
6413         <member name="F:Newtonsoft.Json.MissingMemberHandling.Ignore">
6414             <summary>
6415             Ignore a missing member and do not attempt to deserialize it.
6416             </summary>
6417         </member>
6418         <member name="F:Newtonsoft.Json.MissingMemberHandling.Error">
6419             <summary>
6420             Throw a <see cref="T:Newtonsoft.Json.JsonSerializationException"/> when a missing member is encountered during deserialization.
6421             </summary>
6422         </member>
6423         <member name="T:Newtonsoft.Json.NullValueHandling">
6424             <summary>
6425             Specifies null value handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6426             </summary>
6427             <example>
6428               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeNullValueHandlingObject" title="NullValueHandling Class" />
6429               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeNullValueHandlingExample" title="NullValueHandling Ignore Example" />
6430             </example>
6431         </member>
6432         <member name="F:Newtonsoft.Json.NullValueHandling.Include">
6433             <summary>
6434             Include null values when serializing and deserializing objects.
6435             </summary>
6436         </member>
6437         <member name="F:Newtonsoft.Json.NullValueHandling.Ignore">
6438             <summary>
6439             Ignore null values when serializing and deserializing objects.
6440             </summary>
6441         </member>
6442         <member name="T:Newtonsoft.Json.ObjectCreationHandling">
6443             <summary>
6444             Specifies how object creation is handled by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6445             </summary>
6446         </member>
6447         <member name="F:Newtonsoft.Json.ObjectCreationHandling.Auto">
6448             <summary>
6449             Reuse existing objects, create new objects when needed.
6450             </summary>
6451         </member>
6452         <member name="F:Newtonsoft.Json.ObjectCreationHandling.Reuse">
6453             <summary>
6454             Only reuse existing objects.
6455             </summary>
6456         </member>
6457         <member name="F:Newtonsoft.Json.ObjectCreationHandling.Replace">
6458             <summary>
6459             Always create new objects.
6460             </summary>
6461         </member>
6462         <member name="T:Newtonsoft.Json.PreserveReferencesHandling">
6463             <summary>
6464             Specifies reference handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6465             Note that references cannot be preserved when a value is set via a non-default constructor such as types that implement ISerializable.
6466             </summary>
6467             <example>
6468               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="PreservingObjectReferencesOn" title="Preserve Object References" />       
6469             </example>
6470         </member>
6471         <member name="F:Newtonsoft.Json.PreserveReferencesHandling.None">
6472             <summary>
6473             Do not preserve references when serializing types.
6474             </summary>
6475         </member>
6476         <member name="F:Newtonsoft.Json.PreserveReferencesHandling.Objects">
6477             <summary>
6478             Preserve references when serializing into a JSON object structure.
6479             </summary>
6480         </member>
6481         <member name="F:Newtonsoft.Json.PreserveReferencesHandling.Arrays">
6482             <summary>
6483             Preserve references when serializing into a JSON array structure.
6484             </summary>
6485         </member>
6486         <member name="F:Newtonsoft.Json.PreserveReferencesHandling.All">
6487             <summary>
6488             Preserve references when serializing.
6489             </summary>
6490         </member>
6491         <member name="T:Newtonsoft.Json.ReferenceLoopHandling">
6492             <summary>
6493             Specifies reference loop handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6494             </summary>
6495         </member>
6496         <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Error">
6497             <summary>
6498             Throw a <see cref="T:Newtonsoft.Json.JsonSerializationException"/> when a loop is encountered.
6499             </summary>
6500         </member>
6501         <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Ignore">
6502             <summary>
6503             Ignore loop references and do not serialize.
6504             </summary>
6505         </member>
6506         <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Serialize">
6507             <summary>
6508             Serialize loop references.
6509             </summary>
6510         </member>
6511         <member name="T:Newtonsoft.Json.Required">
6512             <summary>
6513             Indicating whether a property is required.
6514             </summary>
6515         </member>
6516         <member name="F:Newtonsoft.Json.Required.Default">
6517             <summary>
6518             The property is not required. The default state.
6519             </summary>
6520         </member>
6521         <member name="F:Newtonsoft.Json.Required.AllowNull">
6522             <summary>
6523             The property must be defined in JSON but can be a null value.
6524             </summary>
6525         </member>
6526         <member name="F:Newtonsoft.Json.Required.Always">
6527             <summary>
6528             The property must be defined in JSON and cannot be a null value.
6529             </summary>
6530         </member>
6531         <member name="T:Newtonsoft.Json.Schema.Extensions">
6532             <summary>
6533             <para>
6534             Contains the JSON schema extension methods.
6535             </para>
6536             <note type="caution">
6537             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.
6538             </note>
6539             </summary>
6540         </member>
6541         <member name="M:Newtonsoft.Json.Schema.Extensions.IsValid(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema)">
6542             <summary>
6543             <para>
6544             Determines whether the <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid.
6545             </para>
6546             <note type="caution">
6547             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.
6548             </note>
6549             </summary>
6550             <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
6551             <param name="schema">The schema to test with.</param>
6552             <returns>
6553                 <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid; otherwise, <c>false</c>.
6554             </returns>
6555         </member>
6556         <member name="M:Newtonsoft.Json.Schema.Extensions.IsValid(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema,System.Collections.Generic.IList{System.String}@)">
6557             <summary>
6558             <para>
6559             Determines whether the <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid.
6560             </para>
6561             <note type="caution">
6562             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.
6563             </note>
6564             </summary>
6565             <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
6566             <param name="schema">The schema to test with.</param>
6567             <param name="errorMessages">When this method returns, contains any error messages generated while validating. </param>
6568             <returns>
6569                 <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid; otherwise, <c>false</c>.
6570             </returns>
6571         </member>
6572         <member name="M:Newtonsoft.Json.Schema.Extensions.Validate(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema)">
6573             <summary>
6574             <para>
6575             Validates the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6576             </para>
6577             <note type="caution">
6578             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.
6579             </note>
6580             </summary>
6581             <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
6582             <param name="schema">The schema to test with.</param>
6583         </member>
6584         <member name="M:Newtonsoft.Json.Schema.Extensions.Validate(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema,Newtonsoft.Json.Schema.ValidationEventHandler)">
6585             <summary>
6586             <para>
6587             Validates the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6588             </para>
6589             <note type="caution">
6590             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.
6591             </note>
6592             </summary>
6593             <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
6594             <param name="schema">The schema to test with.</param>
6595             <param name="validationEventHandler">The validation event handler.</param>
6596         </member>
6597         <member name="T:Newtonsoft.Json.Schema.JsonSchema">
6598             <summary>
6599             <para>
6600             An in-memory representation of a JSON Schema.
6601             </para>
6602             <note type="caution">
6603             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.
6604             </note>
6605             </summary>
6606         </member>
6607         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Id">
6608             <summary>
6609             Gets or sets the id.
6610             </summary>
6611         </member>
6612         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Title">
6613             <summary>
6614             Gets or sets the title.
6615             </summary>
6616         </member>
6617         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Required">
6618             <summary>
6619             Gets or sets whether the object is required.
6620             </summary>
6621         </member>
6622         <member name="P:Newtonsoft.Json.Schema.JsonSchema.ReadOnly">
6623             <summary>
6624             Gets or sets whether the object is read only.
6625             </summary>
6626         </member>
6627         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Hidden">
6628             <summary>
6629             Gets or sets whether the object is visible to users.
6630             </summary>
6631         </member>
6632         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Transient">
6633             <summary>
6634             Gets or sets whether the object is transient.
6635             </summary>
6636         </member>
6637         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Description">
6638             <summary>
6639             Gets or sets the description of the object.
6640             </summary>
6641         </member>
6642         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Type">
6643             <summary>
6644             Gets or sets the types of values allowed by the object.
6645             </summary>
6646             <value>The type.</value>
6647         </member>
6648         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Pattern">
6649             <summary>
6650             Gets or sets the pattern.
6651             </summary>
6652             <value>The pattern.</value>
6653         </member>
6654         <member name="P:Newtonsoft.Json.Schema.JsonSchema.MinimumLength">
6655             <summary>
6656             Gets or sets the minimum length.
6657             </summary>
6658             <value>The minimum length.</value>
6659         </member>
6660         <member name="P:Newtonsoft.Json.Schema.JsonSchema.MaximumLength">
6661             <summary>
6662             Gets or sets the maximum length.
6663             </summary>
6664             <value>The maximum length.</value>
6665         </member>
6666         <member name="P:Newtonsoft.Json.Schema.JsonSchema.DivisibleBy">
6667             <summary>
6668             Gets or sets a number that the value should be divisble by.
6669             </summary>
6670             <value>A number that the value should be divisble by.</value>
6671         </member>
6672         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Minimum">
6673             <summary>
6674             Gets or sets the minimum.
6675             </summary>
6676             <value>The minimum.</value>
6677         </member>
6678         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Maximum">
6679             <summary>
6680             Gets or sets the maximum.
6681             </summary>
6682             <value>The maximum.</value>
6683         </member>
6684         <member name="P:Newtonsoft.Json.Schema.JsonSchema.ExclusiveMinimum">
6685             <summary>
6686             Gets or sets a flag indicating whether the value can not equal the number defined by the "minimum" attribute.
6687             </summary>
6688             <value>A flag indicating whether the value can not equal the number defined by the "minimum" attribute.</value>
6689         </member>
6690         <member name="P:Newtonsoft.Json.Schema.JsonSchema.ExclusiveMaximum">
6691             <summary>
6692             Gets or sets a flag indicating whether the value can not equal the number defined by the "maximum" attribute.
6693             </summary>
6694             <value>A flag indicating whether the value can not equal the number defined by the "maximum" attribute.</value>
6695         </member>
6696         <member name="P:Newtonsoft.Json.Schema.JsonSchema.MinimumItems">
6697             <summary>
6698             Gets or sets the minimum number of items.
6699             </summary>
6700             <value>The minimum number of items.</value>
6701         </member>
6702         <member name="P:Newtonsoft.Json.Schema.JsonSchema.MaximumItems">
6703             <summary>
6704             Gets or sets the maximum number of items.
6705             </summary>
6706             <value>The maximum number of items.</value>
6707         </member>
6708         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Items">
6709             <summary>
6710             Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of items.
6711             </summary>
6712             <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of items.</value>
6713         </member>
6714         <member name="P:Newtonsoft.Json.Schema.JsonSchema.PositionalItemsValidation">
6715             <summary>
6716             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"/>.
6717             </summary>
6718             <value>
6719                 <c>true</c> if items are validated using their array position; otherwise, <c>false</c>.
6720             </value>
6721         </member>
6722         <member name="P:Newtonsoft.Json.Schema.JsonSchema.AdditionalItems">
6723             <summary>
6724             Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional items.
6725             </summary>
6726             <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional items.</value>
6727         </member>
6728         <member name="P:Newtonsoft.Json.Schema.JsonSchema.AllowAdditionalItems">
6729             <summary>
6730             Gets or sets a value indicating whether additional items are allowed.
6731             </summary>
6732             <value>
6733                 <c>true</c> if additional items are allowed; otherwise, <c>false</c>.
6734             </value>
6735         </member>
6736         <member name="P:Newtonsoft.Json.Schema.JsonSchema.UniqueItems">
6737             <summary>
6738             Gets or sets whether the array items must be unique.
6739             </summary>
6740         </member>
6741         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Properties">
6742             <summary>
6743             Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of properties.
6744             </summary>
6745             <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of properties.</value>
6746         </member>
6747         <member name="P:Newtonsoft.Json.Schema.JsonSchema.AdditionalProperties">
6748             <summary>
6749             Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional properties.
6750             </summary>
6751             <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional properties.</value>
6752         </member>
6753         <member name="P:Newtonsoft.Json.Schema.JsonSchema.PatternProperties">
6754             <summary>
6755             Gets or sets the pattern properties.
6756             </summary>
6757             <value>The pattern properties.</value>
6758         </member>
6759         <member name="P:Newtonsoft.Json.Schema.JsonSchema.AllowAdditionalProperties">
6760             <summary>
6761             Gets or sets a value indicating whether additional properties are allowed.
6762             </summary>
6763             <value>
6764                 <c>true</c> if additional properties are allowed; otherwise, <c>false</c>.
6765             </value>
6766         </member>
6767         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Requires">
6768             <summary>
6769             Gets or sets the required property if this property is present.
6770             </summary>
6771             <value>The required property if this property is present.</value>
6772         </member>
6773         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Enum">
6774             <summary>
6775             Gets or sets the a collection of valid enum values allowed.
6776             </summary>
6777             <value>A collection of valid enum values allowed.</value>
6778         </member>
6779         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Disallow">
6780             <summary>
6781             Gets or sets disallowed types.
6782             </summary>
6783             <value>The disallow types.</value>
6784         </member>
6785         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Default">
6786             <summary>
6787             Gets or sets the default value.
6788             </summary>
6789             <value>The default value.</value>
6790         </member>
6791         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Extends">
6792             <summary>
6793             Gets or sets the collection of <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> that this schema extends.
6794             </summary>
6795             <value>The collection of <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> that this schema extends.</value>
6796         </member>
6797         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Format">
6798             <summary>
6799             Gets or sets the format.
6800             </summary>
6801             <value>The format.</value>
6802         </member>
6803         <member name="M:Newtonsoft.Json.Schema.JsonSchema.#ctor">
6804             <summary>
6805             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> class.
6806             </summary>
6807         </member>
6808         <member name="M:Newtonsoft.Json.Schema.JsonSchema.Read(Newtonsoft.Json.JsonReader)">
6809             <summary>
6810             Reads a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.
6811             </summary>
6812             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the JSON Schema to read.</param>
6813             <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> object representing the JSON Schema.</returns>
6814         </member>
6815         <member name="M:Newtonsoft.Json.Schema.JsonSchema.Read(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Schema.JsonSchemaResolver)">
6816             <summary>
6817             Reads a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.
6818             </summary>
6819             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the JSON Schema to read.</param>
6820             <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> to use when resolving schema references.</param>
6821             <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> object representing the JSON Schema.</returns>
6822         </member>
6823         <member name="M:Newtonsoft.Json.Schema.JsonSchema.Parse(System.String)">
6824             <summary>
6825             Load a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from a string that contains schema JSON.
6826             </summary>
6827             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
6828             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> populated from the string that contains JSON.</returns>
6829         </member>
6830         <member name="M:Newtonsoft.Json.Schema.JsonSchema.Parse(System.String,Newtonsoft.Json.Schema.JsonSchemaResolver)">
6831             <summary>
6832             Parses the specified json.
6833             </summary>
6834             <param name="json">The json.</param>
6835             <param name="resolver">The resolver.</param>
6836             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> populated from the string that contains JSON.</returns>
6837         </member>
6838         <member name="M:Newtonsoft.Json.Schema.JsonSchema.WriteTo(Newtonsoft.Json.JsonWriter)">
6839             <summary>
6840             Writes this schema to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
6841             </summary>
6842             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
6843         </member>
6844         <member name="M:Newtonsoft.Json.Schema.JsonSchema.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.Schema.JsonSchemaResolver)">
6845             <summary>
6846             Writes this schema to a <see cref="T:Newtonsoft.Json.JsonWriter"/> using the specified <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/>.
6847             </summary>
6848             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
6849             <param name="resolver">The resolver used.</param>
6850         </member>
6851         <member name="M:Newtonsoft.Json.Schema.JsonSchema.ToString">
6852             <summary>
6853             Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
6854             </summary>
6855             <returns>
6856             A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
6857             </returns>
6858         </member>
6859         <member name="T:Newtonsoft.Json.Schema.JsonSchemaException">
6860             <summary>
6861             <para>
6862             Returns detailed information about the schema exception.
6863             </para>
6864             <note type="caution">
6865             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.
6866             </note>
6867             </summary>
6868         </member>
6869         <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.LineNumber">
6870             <summary>
6871             Gets the line number indicating where the error occurred.
6872             </summary>
6873             <value>The line number indicating where the error occurred.</value>
6874         </member>
6875         <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.LinePosition">
6876             <summary>
6877             Gets the line position indicating where the error occurred.
6878             </summary>
6879             <value>The line position indicating where the error occurred.</value>
6880         </member>
6881         <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.Path">
6882             <summary>
6883             Gets the path to the JSON where the error occurred.
6884             </summary>
6885             <value>The path to the JSON where the error occurred.</value>
6886         </member>
6887         <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor">
6888             <summary>
6889             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class.
6890             </summary>
6891         </member>
6892         <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.String)">
6893             <summary>
6894             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class
6895             with a specified error message.
6896             </summary>
6897             <param name="message">The error message that explains the reason for the exception.</param>
6898         </member>
6899         <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.String,System.Exception)">
6900             <summary>
6901             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class
6902             with a specified error message and a reference to the inner exception that is the cause of this exception.
6903             </summary>
6904             <param name="message">The error message that explains the reason for the exception.</param>
6905             <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>
6906         </member>
6907         <member name="T:Newtonsoft.Json.Schema.JsonSchemaGenerator">
6908             <summary>
6909             <para>
6910             Generates a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from a specified <see cref="T:System.Type"/>.
6911             </para>
6912             <note type="caution">
6913             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.
6914             </note>
6915             </summary>
6916         </member>
6917         <member name="P:Newtonsoft.Json.Schema.JsonSchemaGenerator.UndefinedSchemaIdHandling">
6918             <summary>
6919             Gets or sets how undefined schemas are handled by the serializer.
6920             </summary>
6921         </member>
6922         <member name="P:Newtonsoft.Json.Schema.JsonSchemaGenerator.ContractResolver">
6923             <summary>
6924             Gets or sets the contract resolver.
6925             </summary>
6926             <value>The contract resolver.</value>
6927         </member>
6928         <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type)">
6929             <summary>
6930             Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
6931             </summary>
6932             <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
6933             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
6934         </member>
6935         <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,Newtonsoft.Json.Schema.JsonSchemaResolver)">
6936             <summary>
6937             Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
6938             </summary>
6939             <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
6940             <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> used to resolve schema references.</param>
6941             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
6942         </member>
6943         <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,System.Boolean)">
6944             <summary>
6945             Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
6946             </summary>
6947             <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
6948             <param name="rootSchemaNullable">Specify whether the generated root <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> will be nullable.</param>
6949             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
6950         </member>
6951         <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,Newtonsoft.Json.Schema.JsonSchemaResolver,System.Boolean)">
6952             <summary>
6953             Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
6954             </summary>
6955             <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
6956             <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> used to resolve schema references.</param>
6957             <param name="rootSchemaNullable">Specify whether the generated root <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> will be nullable.</param>
6958             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
6959         </member>
6960         <member name="T:Newtonsoft.Json.Schema.JsonSchemaResolver">
6961             <summary>
6962             <para>
6963             Resolves <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from an id.
6964             </para>
6965             <note type="caution">
6966             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.
6967             </note>
6968             </summary>
6969         </member>
6970         <member name="P:Newtonsoft.Json.Schema.JsonSchemaResolver.LoadedSchemas">
6971             <summary>
6972             Gets or sets the loaded schemas.
6973             </summary>
6974             <value>The loaded schemas.</value>
6975         </member>
6976         <member name="M:Newtonsoft.Json.Schema.JsonSchemaResolver.#ctor">
6977             <summary>
6978             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> class.
6979             </summary>
6980         </member>
6981         <member name="M:Newtonsoft.Json.Schema.JsonSchemaResolver.GetSchema(System.String)">
6982             <summary>
6983             Gets a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> for the specified reference.
6984             </summary>
6985             <param name="reference">The id.</param>
6986             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> for the specified reference.</returns>
6987         </member>
6988         <member name="T:Newtonsoft.Json.Schema.JsonSchemaType">
6989             <summary>
6990             <para>
6991             The value types allowed by the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/>.
6992             </para>
6993             <note type="caution">
6994             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.
6995             </note>
6996             </summary>
6997         </member>
6998         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.None">
6999             <summary>
7000             No type specified.
7001             </summary>
7002         </member>
7003         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.String">
7004             <summary>
7005             String type.
7006             </summary>
7007         </member>
7008         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Float">
7009             <summary>
7010             Float type.
7011             </summary>
7012         </member>
7013         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Integer">
7014             <summary>
7015             Integer type.
7016             </summary>
7017         </member>
7018         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Boolean">
7019             <summary>
7020             Boolean type.
7021             </summary>
7022         </member>
7023         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Object">
7024             <summary>
7025             Object type.
7026             </summary>
7027         </member>
7028         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Array">
7029             <summary>
7030             Array type.
7031             </summary>
7032         </member>
7033         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Null">
7034             <summary>
7035             Null type.
7036             </summary>
7037         </member>
7038         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Any">
7039             <summary>
7040             Any type.
7041             </summary>
7042         </member>
7043         <member name="T:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling">
7044             <summary>
7045             <para>
7046             Specifies undefined schema Id handling options for the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaGenerator"/>.
7047             </para>
7048             <note type="caution">
7049             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.
7050             </note>
7051             </summary>
7052         </member>
7053         <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.None">
7054             <summary>
7055             Do not infer a schema Id.
7056             </summary>
7057         </member>
7058         <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.UseTypeName">
7059             <summary>
7060             Use the .NET type name as the schema Id.
7061             </summary>
7062         </member>
7063         <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.UseAssemblyQualifiedName">
7064             <summary>
7065             Use the assembly qualified .NET type name as the schema Id.
7066             </summary>
7067         </member>
7068         <member name="T:Newtonsoft.Json.Schema.ValidationEventArgs">
7069             <summary>
7070             <para>
7071             Returns detailed information related to the <see cref="T:Newtonsoft.Json.Schema.ValidationEventHandler"/>.
7072             </para>
7073             <note type="caution">
7074             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.
7075             </note>
7076             </summary>
7077         </member>
7078         <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Exception">
7079             <summary>
7080             Gets the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> associated with the validation error.
7081             </summary>
7082             <value>The JsonSchemaException associated with the validation error.</value>
7083         </member>
7084         <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Path">
7085             <summary>
7086             Gets the path of the JSON location where the validation error occurred.
7087             </summary>
7088             <value>The path of the JSON location where the validation error occurred.</value>
7089         </member>
7090         <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Message">
7091             <summary>
7092             Gets the text description corresponding to the validation error.
7093             </summary>
7094             <value>The text description.</value>
7095         </member>
7096         <member name="T:Newtonsoft.Json.Schema.ValidationEventHandler">
7097             <summary>
7098             <para>
7099             Represents the callback method that will handle JSON schema validation events and the <see cref="T:Newtonsoft.Json.Schema.ValidationEventArgs"/>.
7100             </para>
7101             <note type="caution">
7102             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.
7103             </note>
7104             </summary>
7105         </member>
7106         <member name="T:Newtonsoft.Json.SerializationBinder">
7107             <summary>
7108             Allows users to control class loading and mandate what class to load.
7109             </summary>
7110         </member>
7111         <member name="M:Newtonsoft.Json.SerializationBinder.BindToType(System.String,System.String)">
7112             <summary>
7113             When overridden in a derived class, controls the binding of a serialized object to a type.
7114             </summary>
7115             <param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object.</param>
7116             <param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object</param>
7117             <returns>The type of the object the formatter creates a new instance of.</returns>
7118         </member>
7119         <member name="M:Newtonsoft.Json.SerializationBinder.BindToName(System.Type,System.String@,System.String@)">
7120             <summary>
7121             When overridden in a derived class, controls the binding of a serialized object to a type.
7122             </summary>
7123             <param name="serializedType">The type of the object the formatter creates a new instance of.</param>
7124             <param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object.</param>
7125             <param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object.</param>
7126         </member>
7127         <member name="T:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver">
7128             <summary>
7129             Resolves member mappings for a type, camel casing property names.
7130             </summary>
7131         </member>
7132         <member name="M:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver.#ctor">
7133             <summary>
7134             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver"/> class.
7135             </summary>
7136         </member>
7137         <member name="M:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver.ResolvePropertyName(System.String)">
7138             <summary>
7139             Resolves the name of the property.
7140             </summary>
7141             <param name="propertyName">Name of the property.</param>
7142             <returns>The property name camel cased.</returns>
7143         </member>
7144         <member name="T:Newtonsoft.Json.Serialization.ExpressionValueProvider">
7145             <summary>
7146             Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using dynamic methods.
7147             </summary>
7148         </member>
7149         <member name="M:Newtonsoft.Json.Serialization.ExpressionValueProvider.#ctor(System.Reflection.MemberInfo)">
7150             <summary>
7151             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ExpressionValueProvider"/> class.
7152             </summary>
7153             <param name="memberInfo">The member info.</param>
7154         </member>
7155         <member name="M:Newtonsoft.Json.Serialization.ExpressionValueProvider.SetValue(System.Object,System.Object)">
7156             <summary>
7157             Sets the value.
7158             </summary>
7159             <param name="target">The target to set the value on.</param>
7160             <param name="value">The value to set on the target.</param>
7161         </member>
7162         <member name="M:Newtonsoft.Json.Serialization.ExpressionValueProvider.GetValue(System.Object)">
7163             <summary>
7164             Gets the value.
7165             </summary>
7166             <param name="target">The target to get the value from.</param>
7167             <returns>The value.</returns>
7168         </member>
7169         <member name="T:Newtonsoft.Json.Serialization.DefaultContractResolver">
7170             <summary>
7171             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"/>.
7172             </summary>
7173         </member>
7174         <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.DynamicCodeGeneration">
7175             <summary>
7176             Gets a value indicating whether members are being get and set using dynamic code generation.
7177             This value is determined by the runtime permissions available.
7178             </summary>
7179             <value>
7180                 <c>true</c> if using dynamic code generation; otherwise, <c>false</c>.
7181             </value>
7182         </member>
7183         <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.SerializeCompilerGeneratedMembers">
7184             <summary>
7185             Gets or sets a value indicating whether compiler generated members should be serialized.
7186             </summary>
7187             <value>
7188                 <c>true</c> if serialized compiler generated members; otherwise, <c>false</c>.
7189             </value>
7190         </member>
7191         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.#ctor">
7192             <summary>
7193             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> class.
7194             </summary>
7195         </member>
7196         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.#ctor(System.Boolean)">
7197             <summary>
7198             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> class.
7199             </summary>
7200             <param name="shareCache">
7201             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.
7202             Sharing the cache will significantly improve performance with multiple resolver instances because expensive reflection will only
7203             happen once. This setting can cause unexpected behavior if different instances of the resolver are suppose to produce different
7204             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"/>.
7205             </param>
7206         </member>
7207         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContract(System.Type)">
7208             <summary>
7209             Resolves the contract for a given type.
7210             </summary>
7211             <param name="type">The type to resolve a contract for.</param>
7212             <returns>The contract for a given type.</returns>
7213         </member>
7214         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.GetSerializableMembers(System.Type)">
7215             <summary>
7216             Gets the serializable members for the type.
7217             </summary>
7218             <param name="objectType">The type to get serializable members for.</param>
7219             <returns>The serializable members for the type.</returns>
7220         </member>
7221         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateObjectContract(System.Type)">
7222             <summary>
7223             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> for the given type.
7224             </summary>
7225             <param name="objectType">Type of the object.</param>
7226             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> for the given type.</returns>
7227         </member>
7228         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateConstructorParameters(System.Reflection.ConstructorInfo,Newtonsoft.Json.Serialization.JsonPropertyCollection)">
7229             <summary>
7230             Creates the constructor parameters.
7231             </summary>
7232             <param name="constructor">The constructor to create properties for.</param>
7233             <param name="memberProperties">The type's member properties.</param>
7234             <returns>Properties for the given <see cref="T:System.Reflection.ConstructorInfo"/>.</returns>
7235         </member>
7236         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreatePropertyFromConstructorParameter(Newtonsoft.Json.Serialization.JsonProperty,System.Reflection.ParameterInfo)">
7237             <summary>
7238             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.ParameterInfo"/>.
7239             </summary>
7240             <param name="matchingMemberProperty">The matching member property.</param>
7241             <param name="parameterInfo">The constructor parameter.</param>
7242             <returns>A created <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.ParameterInfo"/>.</returns>
7243         </member>
7244         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContractConverter(System.Type)">
7245             <summary>
7246             Resolves the default <see cref="T:Newtonsoft.Json.JsonConverter" /> for the contract.
7247             </summary>
7248             <param name="objectType">Type of the object.</param>
7249             <returns>The contract's default <see cref="T:Newtonsoft.Json.JsonConverter" />.</returns>
7250         </member>
7251         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateDictionaryContract(System.Type)">
7252             <summary>
7253             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> for the given type.
7254             </summary>
7255             <param name="objectType">Type of the object.</param>
7256             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> for the given type.</returns>
7257         </member>
7258         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateArrayContract(System.Type)">
7259             <summary>
7260             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> for the given type.
7261             </summary>
7262             <param name="objectType">Type of the object.</param>
7263             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> for the given type.</returns>
7264         </member>
7265         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreatePrimitiveContract(System.Type)">
7266             <summary>
7267             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> for the given type.
7268             </summary>
7269             <param name="objectType">Type of the object.</param>
7270             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> for the given type.</returns>
7271         </member>
7272         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateLinqContract(System.Type)">
7273             <summary>
7274             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> for the given type.
7275             </summary>
7276             <param name="objectType">Type of the object.</param>
7277             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> for the given type.</returns>
7278         </member>
7279         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateDynamicContract(System.Type)">
7280             <summary>
7281             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonDynamicContract"/> for the given type.
7282             </summary>
7283             <param name="objectType">Type of the object.</param>
7284             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonDynamicContract"/> for the given type.</returns>
7285         </member>
7286         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateStringContract(System.Type)">
7287             <summary>
7288             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> for the given type.
7289             </summary>
7290             <param name="objectType">Type of the object.</param>
7291             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> for the given type.</returns>
7292         </member>
7293         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateContract(System.Type)">
7294             <summary>
7295             Determines which contract type is created for the given type.
7296             </summary>
7297             <param name="objectType">Type of the object.</param>
7298             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/> for the given type.</returns>
7299         </member>
7300         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateProperties(System.Type,Newtonsoft.Json.MemberSerialization)">
7301             <summary>
7302             Creates properties for the given <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/>.
7303             </summary>
7304             <param name="type">The type to create properties for.</param>
7305             /// <param name="memberSerialization">The member serialization mode for the type.</param>
7306             <returns>Properties for the given <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/>.</returns>
7307         </member>
7308         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateMemberValueProvider(System.Reflection.MemberInfo)">
7309             <summary>
7310             Creates the <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> used by the serializer to get and set values from a member.
7311             </summary>
7312             <param name="member">The member.</param>
7313             <returns>The <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> used by the serializer to get and set values from a member.</returns>
7314         </member>
7315         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateProperty(System.Reflection.MemberInfo,Newtonsoft.Json.MemberSerialization)">
7316             <summary>
7317             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.MemberInfo"/>.
7318             </summary>
7319             <param name="memberSerialization">The member's parent <see cref="T:Newtonsoft.Json.MemberSerialization"/>.</param>
7320             <param name="member">The member to create a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for.</param>
7321             <returns>A created <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.MemberInfo"/>.</returns>
7322         </member>
7323         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolvePropertyName(System.String)">
7324             <summary>
7325             Resolves the name of the property.
7326             </summary>
7327             <param name="propertyName">Name of the property.</param>
7328             <returns>Resolved name of the property.</returns>
7329         </member>
7330         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveDictionaryKey(System.String)">
7331             <summary>
7332             Resolves the key of the dictionary. By default <see cref="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolvePropertyName(System.String)"/> is used to resolve dictionary keys.
7333             </summary>
7334             <param name="dictionaryKey">Key of the dictionary.</param>
7335             <returns>Resolved key of the dictionary.</returns>
7336         </member>
7337         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.GetResolvedPropertyName(System.String)">
7338             <summary>
7339             Gets the resolved name of the property.
7340             </summary>
7341             <param name="propertyName">Name of the property.</param>
7342             <returns>Name of the property.</returns>
7343         </member>
7344         <member name="T:Newtonsoft.Json.Serialization.DefaultSerializationBinder">
7345             <summary>
7346             The default serialization binder used when resolving and loading classes from type names.
7347             </summary>
7348         </member>
7349         <member name="M:Newtonsoft.Json.Serialization.DefaultSerializationBinder.BindToType(System.String,System.String)">
7350             <summary>
7351             When overridden in a derived class, controls the binding of a serialized object to a type.
7352             </summary>
7353             <param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object.</param>
7354             <param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object.</param>
7355             <returns>
7356             The type of the object the formatter creates a new instance of.
7357             </returns>
7358         </member>
7359         <member name="M:Newtonsoft.Json.Serialization.DefaultSerializationBinder.BindToName(System.Type,System.String@,System.String@)">
7360             <summary>
7361             When overridden in a derived class, controls the binding of a serialized object to a type.
7362             </summary>
7363             <param name="serializedType">The type of the object the formatter creates a new instance of.</param>
7364             <param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object. </param>
7365             <param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object. </param>
7366         </member>
7367         <member name="T:Newtonsoft.Json.Serialization.ErrorContext">
7368             <summary>
7369             Provides information surrounding an error.
7370             </summary>
7371         </member>
7372         <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Error">
7373             <summary>
7374             Gets the error.
7375             </summary>
7376             <value>The error.</value>
7377         </member>
7378         <member name="P:Newtonsoft.Json.Serialization.ErrorContext.OriginalObject">
7379             <summary>
7380             Gets the original object that caused the error.
7381             </summary>
7382             <value>The original object that caused the error.</value>
7383         </member>
7384         <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Member">
7385             <summary>
7386             Gets the member that caused the error.
7387             </summary>
7388             <value>The member that caused the error.</value>
7389         </member>
7390         <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Path">
7391             <summary>
7392             Gets the path of the JSON location where the error occurred.
7393             </summary>
7394             <value>The path of the JSON location where the error occurred.</value>
7395         </member>
7396         <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Handled">
7397             <summary>
7398             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.ErrorContext"/> is handled.
7399             </summary>
7400             <value><c>true</c> if handled; otherwise, <c>false</c>.</value>
7401         </member>
7402         <member name="T:Newtonsoft.Json.Serialization.ErrorEventArgs">
7403             <summary>
7404             Provides data for the Error event.
7405             </summary>
7406         </member>
7407         <member name="P:Newtonsoft.Json.Serialization.ErrorEventArgs.CurrentObject">
7408             <summary>
7409             Gets the current object the error event is being raised against.
7410             </summary>
7411             <value>The current object the error event is being raised against.</value>
7412         </member>
7413         <member name="P:Newtonsoft.Json.Serialization.ErrorEventArgs.ErrorContext">
7414             <summary>
7415             Gets the error context.
7416             </summary>
7417             <value>The error context.</value>
7418         </member>
7419         <member name="M:Newtonsoft.Json.Serialization.ErrorEventArgs.#ctor(System.Object,Newtonsoft.Json.Serialization.ErrorContext)">
7420             <summary>
7421             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ErrorEventArgs"/> class.
7422             </summary>
7423             <param name="currentObject">The current object.</param>
7424             <param name="errorContext">The error context.</param>
7425         </member>
7426         <member name="T:Newtonsoft.Json.Serialization.IAttributeProvider">
7427             <summary>
7428             Provides methods to get attributes.
7429             </summary>
7430         </member>
7431         <member name="M:Newtonsoft.Json.Serialization.IAttributeProvider.GetAttributes(System.Boolean)">
7432             <summary>
7433             Returns a collection of all of the attributes, or an empty collection if there are no attributes.
7434             </summary>
7435             <param name="inherit">When true, look up the hierarchy chain for the inherited custom attribute.</param>
7436             <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns>
7437         </member>
7438         <member name="M:Newtonsoft.Json.Serialization.IAttributeProvider.GetAttributes(System.Type,System.Boolean)">
7439             <summary>
7440             Returns a collection of attributes, identified by type, or an empty collection if there are no attributes.
7441             </summary>
7442             <param name="attributeType">The type of the attributes.</param>
7443             <param name="inherit">When true, look up the hierarchy chain for the inherited custom attribute.</param>
7444             <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns>
7445         </member>
7446         <member name="T:Newtonsoft.Json.Serialization.IContractResolver">
7447             <summary>
7448             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"/>.
7449             </summary>
7450             <example>
7451               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeContractResolverObject" title="IContractResolver Class" />
7452               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeContractResolverExample" title="IContractResolver Example" />
7453             </example>
7454         </member>
7455         <member name="M:Newtonsoft.Json.Serialization.IContractResolver.ResolveContract(System.Type)">
7456             <summary>
7457             Resolves the contract for a given type.
7458             </summary>
7459             <param name="type">The type to resolve a contract for.</param>
7460             <returns>The contract for a given type.</returns>
7461         </member>
7462         <member name="T:Newtonsoft.Json.Serialization.IReferenceResolver">
7463             <summary>
7464             Used to resolve references when serializing and deserializing JSON by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7465             </summary>
7466         </member>
7467         <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.ResolveReference(System.Object,System.String)">
7468             <summary>
7469             Resolves a reference to its object.
7470             </summary>
7471             <param name="context">The serialization context.</param>
7472             <param name="reference">The reference to resolve.</param>
7473             <returns>The object that</returns>
7474         </member>
7475         <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.GetReference(System.Object,System.Object)">
7476             <summary>
7477             Gets the reference for the sepecified object.
7478             </summary>
7479             <param name="context">The serialization context.</param>
7480             <param name="value">The object to get a reference for.</param>
7481             <returns>The reference to the object.</returns>
7482         </member>
7483         <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.IsReferenced(System.Object,System.Object)">
7484             <summary>
7485             Determines whether the specified object is referenced.
7486             </summary>
7487             <param name="context">The serialization context.</param>
7488             <param name="value">The object to test for a reference.</param>
7489             <returns>
7490                 <c>true</c> if the specified object is referenced; otherwise, <c>false</c>.
7491             </returns>
7492         </member>
7493         <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.AddReference(System.Object,System.String,System.Object)">
7494             <summary>
7495             Adds a reference to the specified object.
7496             </summary>
7497             <param name="context">The serialization context.</param>
7498             <param name="reference">The reference.</param>
7499             <param name="value">The object to reference.</param>
7500         </member>
7501         <member name="T:Newtonsoft.Json.Serialization.ITraceWriter">
7502             <summary>
7503             Represents a trace writer.
7504             </summary>
7505         </member>
7506         <member name="P:Newtonsoft.Json.Serialization.ITraceWriter.LevelFilter">
7507             <summary>
7508             Gets the <see cref="T:Newtonsoft.Json.TraceLevel"/> that will be used to filter the trace messages passed to the writer.
7509             For example a filter level of <code>Info</code> will exclude <code>Verbose</code> messages and include <code>Info</code>,
7510             <code>Warning</code> and <code>Error</code> messages.
7511             </summary>
7512             <value>The <see cref="T:Newtonsoft.Json.TraceLevel"/> that will be used to filter the trace messages passed to the writer.</value>
7513         </member>
7514         <member name="M:Newtonsoft.Json.Serialization.ITraceWriter.Trace(Newtonsoft.Json.TraceLevel,System.String,System.Exception)">
7515             <summary>
7516             Writes the specified trace level, message and optional exception.
7517             </summary>
7518             <param name="level">The <see cref="T:Newtonsoft.Json.TraceLevel"/> at which to write this trace.</param>
7519             <param name="message">The trace message.</param>
7520             <param name="ex">The trace exception. This parameter is optional.</param>
7521         </member>
7522         <member name="T:Newtonsoft.Json.Serialization.IValueProvider">
7523             <summary>
7524             Provides methods to get and set values.
7525             </summary>
7526         </member>
7527         <member name="M:Newtonsoft.Json.Serialization.IValueProvider.SetValue(System.Object,System.Object)">
7528             <summary>
7529             Sets the value.
7530             </summary>
7531             <param name="target">The target to set the value on.</param>
7532             <param name="value">The value to set on the target.</param>
7533         </member>
7534         <member name="M:Newtonsoft.Json.Serialization.IValueProvider.GetValue(System.Object)">
7535             <summary>
7536             Gets the value.
7537             </summary>
7538             <param name="target">The target to get the value from.</param>
7539             <returns>The value.</returns>
7540         </member>
7541         <member name="T:Newtonsoft.Json.Serialization.JsonArrayContract">
7542             <summary>
7543             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7544             </summary>
7545         </member>
7546         <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.CollectionItemType">
7547             <summary>
7548             Gets the <see cref="T:System.Type"/> of the collection items.
7549             </summary>
7550             <value>The <see cref="T:System.Type"/> of the collection items.</value>
7551         </member>
7552         <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.IsMultidimensionalArray">
7553             <summary>
7554             Gets a value indicating whether the collection type is a multidimensional array.
7555             </summary>
7556             <value><c>true</c> if the collection type is a multidimensional array; otherwise, <c>false</c>.</value>
7557         </member>
7558         <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.OverrideCreator">
7559             <summary>
7560             Gets or sets the function used to create the object. When set this function will override <see cref="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator"/>.
7561             </summary>
7562             <value>The function used to create the object.</value>
7563         </member>
7564         <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.HasParameterizedCreator">
7565             <summary>
7566             Gets a value indicating whether the creator has a parameter with the collection values.
7567             </summary>
7568             <value><c>true</c> if the creator has a parameter with the collection values; otherwise, <c>false</c>.</value>
7569         </member>
7570         <member name="M:Newtonsoft.Json.Serialization.JsonArrayContract.#ctor(System.Type)">
7571             <summary>
7572             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> class.
7573             </summary>
7574             <param name="underlyingType">The underlying type for the contract.</param>
7575         </member>
7576         <member name="T:Newtonsoft.Json.Serialization.JsonContainerContract">
7577             <summary>
7578             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7579             </summary>
7580         </member>
7581         <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemConverter">
7582             <summary>
7583             Gets or sets the default collection items <see cref="T:Newtonsoft.Json.JsonConverter" />.
7584             </summary>
7585             <value>The converter.</value>
7586         </member>
7587         <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemIsReference">
7588             <summary>
7589             Gets or sets a value indicating whether the collection items preserve object references.
7590             </summary>
7591             <value><c>true</c> if collection items preserve object references; otherwise, <c>false</c>.</value>
7592         </member>
7593         <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemReferenceLoopHandling">
7594             <summary>
7595             Gets or sets the collection item reference loop handling.
7596             </summary>
7597             <value>The reference loop handling.</value>
7598         </member>
7599         <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemTypeNameHandling">
7600             <summary>
7601             Gets or sets the collection item type name handling.
7602             </summary>
7603             <value>The type name handling.</value>
7604         </member>
7605         <member name="M:Newtonsoft.Json.Serialization.JsonContainerContract.#ctor(System.Type)">
7606             <summary>
7607             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonContainerContract"/> class.
7608             </summary>
7609             <param name="underlyingType">The underlying type for the contract.</param>
7610         </member>
7611         <member name="T:Newtonsoft.Json.Serialization.SerializationCallback">
7612             <summary>
7613             Handles <see cref="T:Newtonsoft.Json.JsonSerializer"/> serialization callback events.
7614             </summary>
7615             <param name="o">The object that raised the callback event.</param>
7616             <param name="context">The streaming context.</param>
7617         </member>
7618         <member name="T:Newtonsoft.Json.Serialization.SerializationErrorCallback">
7619             <summary>
7620             Handles <see cref="T:Newtonsoft.Json.JsonSerializer"/> serialization error callback events.
7621             </summary>
7622             <param name="o">The object that raised the callback event.</param>
7623             <param name="context">The streaming context.</param>
7624             <param name="errorContext">The error context.</param>
7625         </member>
7626         <member name="T:Newtonsoft.Json.Serialization.ExtensionDataSetter">
7627             <summary>
7628             Sets extension data for an object during deserialization.
7629             </summary>
7630             <param name="o">The object to set extension data on.</param>
7631             <param name="key">The extension data key.</param>
7632             <param name="value">The extension data value.</param>
7633         </member>
7634         <member name="T:Newtonsoft.Json.Serialization.ExtensionDataGetter">
7635             <summary>
7636             Gets extension data for an object during serialization.
7637             </summary>
7638             <param name="o">The object to set extension data on.</param>
7639         </member>
7640         <member name="T:Newtonsoft.Json.Serialization.JsonContract">
7641             <summary>
7642             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7643             </summary>
7644         </member>
7645         <member name="P:Newtonsoft.Json.Serialization.JsonContract.UnderlyingType">
7646             <summary>
7647             Gets the underlying type for the contract.
7648             </summary>
7649             <value>The underlying type for the contract.</value>
7650         </member>
7651         <member name="P:Newtonsoft.Json.Serialization.JsonContract.CreatedType">
7652             <summary>
7653             Gets or sets the type created during deserialization.
7654             </summary>
7655             <value>The type created during deserialization.</value>
7656         </member>
7657         <member name="P:Newtonsoft.Json.Serialization.JsonContract.IsReference">
7658             <summary>
7659             Gets or sets whether this type contract is serialized as a reference.
7660             </summary>
7661             <value>Whether this type contract is serialized as a reference.</value>
7662         </member>
7663         <member name="P:Newtonsoft.Json.Serialization.JsonContract.Converter">
7664             <summary>
7665             Gets or sets the default <see cref="T:Newtonsoft.Json.JsonConverter" /> for this contract.
7666             </summary>
7667             <value>The converter.</value>
7668         </member>
7669         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserializedCallbacks">
7670             <summary>
7671             Gets or sets all methods called immediately after deserialization of the object.
7672             </summary>
7673             <value>The methods called immediately after deserialization of the object.</value>
7674         </member>
7675         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserializingCallbacks">
7676             <summary>
7677             Gets or sets all methods called during deserialization of the object.
7678             </summary>
7679             <value>The methods called during deserialization of the object.</value>
7680         </member>
7681         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerializedCallbacks">
7682             <summary>
7683             Gets or sets all methods called after serialization of the object graph.
7684             </summary>
7685             <value>The methods called after serialization of the object graph.</value>
7686         </member>
7687         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerializingCallbacks">
7688             <summary>
7689             Gets or sets all methods called before serialization of the object.
7690             </summary>
7691             <value>The methods called before serialization of the object.</value>
7692         </member>
7693         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnErrorCallbacks">
7694             <summary>
7695             Gets or sets all method called when an error is thrown during the serialization of the object.
7696             </summary>
7697             <value>The methods called when an error is thrown during the serialization of the object.</value>
7698         </member>
7699         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserialized">
7700             <summary>
7701             Gets or sets the method called immediately after deserialization of the object.
7702             </summary>
7703             <value>The method called immediately after deserialization of the object.</value>
7704         </member>
7705         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserializing">
7706             <summary>
7707             Gets or sets the method called during deserialization of the object.
7708             </summary>
7709             <value>The method called during deserialization of the object.</value>
7710         </member>
7711         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerialized">
7712             <summary>
7713             Gets or sets the method called after serialization of the object graph.
7714             </summary>
7715             <value>The method called after serialization of the object graph.</value>
7716         </member>
7717         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerializing">
7718             <summary>
7719             Gets or sets the method called before serialization of the object.
7720             </summary>
7721             <value>The method called before serialization of the object.</value>
7722         </member>
7723         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnError">
7724             <summary>
7725             Gets or sets the method called when an error is thrown during the serialization of the object.
7726             </summary>
7727             <value>The method called when an error is thrown during the serialization of the object.</value>
7728         </member>
7729         <member name="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator">
7730             <summary>
7731             Gets or sets the default creator method used to create the object.
7732             </summary>
7733             <value>The default creator method used to create the object.</value>
7734         </member>
7735         <member name="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreatorNonPublic">
7736             <summary>
7737             Gets or sets a value indicating whether the default creator is non public.
7738             </summary>
7739             <value><c>true</c> if the default object creator is non-public; otherwise, <c>false</c>.</value>
7740         </member>
7741         <member name="T:Newtonsoft.Json.Serialization.JsonDictionaryContract">
7742             <summary>
7743             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7744             </summary>
7745         </member>
7746         <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.PropertyNameResolver">
7747             <summary>
7748             Gets or sets the property name resolver.
7749             </summary>
7750             <value>The property name resolver.</value>
7751         </member>
7752         <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.DictionaryKeyResolver">
7753             <summary>
7754             Gets or sets the dictionary key resolver.
7755             </summary>
7756             <value>The dictionary key resolver.</value>
7757         </member>
7758         <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.DictionaryKeyType">
7759             <summary>
7760             Gets the <see cref="T:System.Type"/> of the dictionary keys.
7761             </summary>
7762             <value>The <see cref="T:System.Type"/> of the dictionary keys.</value>
7763         </member>
7764         <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.DictionaryValueType">
7765             <summary>
7766             Gets the <see cref="T:System.Type"/> of the dictionary values.
7767             </summary>
7768             <value>The <see cref="T:System.Type"/> of the dictionary values.</value>
7769         </member>
7770         <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.OverrideCreator">
7771             <summary>
7772             Gets or sets the function used to create the object. When set this function will override <see cref="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator"/>.
7773             </summary>
7774             <value>The function used to create the object.</value>
7775         </member>
7776         <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.HasParameterizedCreator">
7777             <summary>
7778             Gets a value indicating whether the creator has a parameter with the dictionary values.
7779             </summary>
7780             <value><c>true</c> if the creator has a parameter with the dictionary values; otherwise, <c>false</c>.</value>
7781         </member>
7782         <member name="M:Newtonsoft.Json.Serialization.JsonDictionaryContract.#ctor(System.Type)">
7783             <summary>
7784             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> class.
7785             </summary>
7786             <param name="underlyingType">The underlying type for the contract.</param>
7787         </member>
7788         <member name="T:Newtonsoft.Json.Serialization.JsonDynamicContract">
7789             <summary>
7790             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7791             </summary>
7792         </member>
7793         <member name="P:Newtonsoft.Json.Serialization.JsonDynamicContract.Properties">
7794             <summary>
7795             Gets the object's properties.
7796             </summary>
7797             <value>The object's properties.</value>
7798         </member>
7799         <member name="P:Newtonsoft.Json.Serialization.JsonDynamicContract.PropertyNameResolver">
7800             <summary>
7801             Gets or sets the property name resolver.
7802             </summary>
7803             <value>The property name resolver.</value>
7804         </member>
7805         <member name="M:Newtonsoft.Json.Serialization.JsonDynamicContract.#ctor(System.Type)">
7806             <summary>
7807             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonDynamicContract"/> class.
7808             </summary>
7809             <param name="underlyingType">The underlying type for the contract.</param>
7810         </member>
7811         <member name="T:Newtonsoft.Json.Serialization.JsonLinqContract">
7812             <summary>
7813             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7814             </summary>
7815         </member>
7816         <member name="M:Newtonsoft.Json.Serialization.JsonLinqContract.#ctor(System.Type)">
7817             <summary>
7818             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> class.
7819             </summary>
7820             <param name="underlyingType">The underlying type for the contract.</param>
7821         </member>
7822         <member name="T:Newtonsoft.Json.Serialization.JsonObjectContract">
7823             <summary>
7824             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7825             </summary>
7826         </member>
7827         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.MemberSerialization">
7828             <summary>
7829             Gets or sets the object member serialization.
7830             </summary>
7831             <value>The member object serialization.</value>
7832         </member>
7833         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ItemRequired">
7834             <summary>
7835             Gets or sets a value that indicates whether the object's properties are required.
7836             </summary>
7837             <value>
7838                 A value indicating whether the object's properties are required.
7839             </value>
7840         </member>
7841         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.Properties">
7842             <summary>
7843             Gets the object's properties.
7844             </summary>
7845             <value>The object's properties.</value>
7846         </member>
7847         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ConstructorParameters">
7848             <summary>
7849             Gets the constructor parameters required for any non-default constructor
7850             </summary>
7851         </member>
7852         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.CreatorParameters">
7853             <summary>
7854             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"/>.
7855             </summary>
7856         </member>
7857         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.OverrideConstructor">
7858             <summary>
7859             Gets or sets the override constructor used to create the object.
7860             This is set when a constructor is marked up using the
7861             JsonConstructor attribute.
7862             </summary>
7863             <value>The override constructor.</value>
7864         </member>
7865         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ParametrizedConstructor">
7866             <summary>
7867             Gets or sets the parametrized constructor used to create the object.
7868             </summary>
7869             <value>The parametrized constructor.</value>
7870         </member>
7871         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.OverrideCreator">
7872             <summary>
7873             Gets or sets the function used to create the object. When set this function will override <see cref="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator"/>.
7874             This function is called with a collection of arguments which are defined by the <see cref="P:Newtonsoft.Json.Serialization.JsonObjectContract.CreatorParameters"/> collection.
7875             </summary>
7876             <value>The function used to create the object.</value>
7877         </member>
7878         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ExtensionDataSetter">
7879             <summary>
7880             Gets or sets the extension data setter.
7881             </summary>
7882         </member>
7883         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ExtensionDataGetter">
7884             <summary>
7885             Gets or sets the extension data getter.
7886             </summary>
7887         </member>
7888         <member name="M:Newtonsoft.Json.Serialization.JsonObjectContract.#ctor(System.Type)">
7889             <summary>
7890             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> class.
7891             </summary>
7892             <param name="underlyingType">The underlying type for the contract.</param>
7893         </member>
7894         <member name="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract">
7895             <summary>
7896             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7897             </summary>
7898         </member>
7899         <member name="M:Newtonsoft.Json.Serialization.JsonPrimitiveContract.#ctor(System.Type)">
7900             <summary>
7901             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> class.
7902             </summary>
7903             <param name="underlyingType">The underlying type for the contract.</param>
7904         </member>
7905         <member name="T:Newtonsoft.Json.Serialization.JsonProperty">
7906             <summary>
7907             Maps a JSON property to a .NET member or constructor parameter.
7908             </summary>
7909         </member>
7910         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.PropertyName">
7911             <summary>
7912             Gets or sets the name of the property.
7913             </summary>
7914             <value>The name of the property.</value>
7915         </member>
7916         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DeclaringType">
7917             <summary>
7918             Gets or sets the type that declared this property.
7919             </summary>
7920             <value>The type that declared this property.</value>
7921         </member>
7922         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Order">
7923             <summary>
7924             Gets or sets the order of serialization and deserialization of a member.
7925             </summary>
7926             <value>The numeric order of serialization or deserialization.</value>
7927         </member>
7928         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.UnderlyingName">
7929             <summary>
7930             Gets or sets the name of the underlying member or parameter.
7931             </summary>
7932             <value>The name of the underlying member or parameter.</value>
7933         </member>
7934         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ValueProvider">
7935             <summary>
7936             Gets the <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> that will get and set the <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> during serialization.
7937             </summary>
7938             <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>
7939         </member>
7940         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.AttributeProvider">
7941             <summary>
7942             Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IAttributeProvider"/> for this property.
7943             </summary>
7944             <value>The <see cref="T:Newtonsoft.Json.Serialization.IAttributeProvider"/> for this property.</value>
7945         </member>
7946         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.PropertyType">
7947             <summary>
7948             Gets or sets the type of the property.
7949             </summary>
7950             <value>The type of the property.</value>
7951         </member>
7952         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Converter">
7953             <summary>
7954             Gets or sets the <see cref="T:Newtonsoft.Json.JsonConverter" /> for the property.
7955             If set this converter takes presidence over the contract converter for the property type.
7956             </summary>
7957             <value>The converter.</value>
7958         </member>
7959         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.MemberConverter">
7960             <summary>
7961             Gets or sets the member converter.
7962             </summary>
7963             <value>The member converter.</value>
7964         </member>
7965         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Ignored">
7966             <summary>
7967             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is ignored.
7968             </summary>
7969             <value><c>true</c> if ignored; otherwise, <c>false</c>.</value>
7970         </member>
7971         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Readable">
7972             <summary>
7973             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is readable.
7974             </summary>
7975             <value><c>true</c> if readable; otherwise, <c>false</c>.</value>
7976         </member>
7977         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Writable">
7978             <summary>
7979             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is writable.
7980             </summary>
7981             <value><c>true</c> if writable; otherwise, <c>false</c>.</value>
7982         </member>
7983         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.HasMemberAttribute">
7984             <summary>
7985             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> has a member attribute.
7986             </summary>
7987             <value><c>true</c> if has a member attribute; otherwise, <c>false</c>.</value>
7988         </member>
7989         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DefaultValue">
7990             <summary>
7991             Gets the default value.
7992             </summary>
7993             <value>The default value.</value>
7994         </member>
7995         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Required">
7996             <summary>
7997             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is required.
7998             </summary>
7999             <value>A value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is required.</value>
8000         </member>
8001         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.IsReference">
8002             <summary>
8003             Gets or sets a value indicating whether this property preserves object references.
8004             </summary>
8005             <value>
8006                 <c>true</c> if this instance is reference; otherwise, <c>false</c>.
8007             </value>
8008         </member>
8009         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.NullValueHandling">
8010             <summary>
8011             Gets or sets the property null value handling.
8012             </summary>
8013             <value>The null value handling.</value>
8014         </member>
8015         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DefaultValueHandling">
8016             <summary>
8017             Gets or sets the property default value handling.
8018             </summary>
8019             <value>The default value handling.</value>
8020         </member>
8021         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ReferenceLoopHandling">
8022             <summary>
8023             Gets or sets the property reference loop handling.
8024             </summary>
8025             <value>The reference loop handling.</value>
8026         </member>
8027         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ObjectCreationHandling">
8028             <summary>
8029             Gets or sets the property object creation handling.
8030             </summary>
8031             <value>The object creation handling.</value>
8032         </member>
8033         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.TypeNameHandling">
8034             <summary>
8035             Gets or sets or sets the type name handling.
8036             </summary>
8037             <value>The type name handling.</value>
8038         </member>
8039         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ShouldSerialize">
8040             <summary>
8041             Gets or sets a predicate used to determine whether the property should be serialize.
8042             </summary>
8043             <value>A predicate used to determine whether the property should be serialize.</value>
8044         </member>
8045         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ShouldDeserialize">
8046             <summary>
8047             Gets or sets a predicate used to determine whether the property should be deserialized.
8048             </summary>
8049             <value>A predicate used to determine whether the property should be deserialized.</value>
8050         </member>
8051         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.GetIsSpecified">
8052             <summary>
8053             Gets or sets a predicate used to determine whether the property should be serialized.
8054             </summary>
8055             <value>A predicate used to determine whether the property should be serialized.</value>
8056         </member>
8057         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.SetIsSpecified">
8058             <summary>
8059             Gets or sets an action used to set whether the property has been deserialized.
8060             </summary>
8061             <value>An action used to set whether the property has been deserialized.</value>
8062         </member>
8063         <member name="M:Newtonsoft.Json.Serialization.JsonProperty.ToString">
8064             <summary>
8065             Returns a <see cref="T:System.String"/> that represents this instance.
8066             </summary>
8067             <returns>
8068             A <see cref="T:System.String"/> that represents this instance.
8069             </returns>
8070         </member>
8071         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemConverter">
8072             <summary>
8073             Gets or sets the converter used when serializing the property's collection items.
8074             </summary>
8075             <value>The collection's items converter.</value>
8076         </member>
8077         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemIsReference">
8078             <summary>
8079             Gets or sets whether this property's collection items are serialized as a reference.
8080             </summary>
8081             <value>Whether this property's collection items are serialized as a reference.</value>
8082         </member>
8083         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemTypeNameHandling">
8084             <summary>
8085             Gets or sets the the type name handling used when serializing the property's collection items.
8086             </summary>
8087             <value>The collection's items type name handling.</value>
8088         </member>
8089         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemReferenceLoopHandling">
8090             <summary>
8091             Gets or sets the the reference loop handling used when serializing the property's collection items.
8092             </summary>
8093             <value>The collection's items reference loop handling.</value>
8094         </member>
8095         <member name="T:Newtonsoft.Json.Serialization.JsonPropertyCollection">
8096             <summary>
8097             A collection of <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> objects.
8098             </summary>
8099         </member>
8100         <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.#ctor(System.Type)">
8101             <summary>
8102             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonPropertyCollection"/> class.
8103             </summary>
8104             <param name="type">The type.</param>
8105         </member>
8106         <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetKeyForItem(Newtonsoft.Json.Serialization.JsonProperty)">
8107             <summary>
8108             When implemented in a derived class, extracts the key from the specified element.
8109             </summary>
8110             <param name="item">The element from which to extract the key.</param>
8111             <returns>The key for the specified element.</returns>
8112         </member>
8113         <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.AddProperty(Newtonsoft.Json.Serialization.JsonProperty)">
8114             <summary>
8115             Adds a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> object.
8116             </summary>
8117             <param name="property">The property to add to the collection.</param>
8118         </member>
8119         <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetClosestMatchProperty(System.String)">
8120             <summary>
8121             Gets the closest matching <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> object.
8122             First attempts to get an exact case match of propertyName and then
8123             a case insensitive match.
8124             </summary>
8125             <param name="propertyName">Name of the property.</param>
8126             <returns>A matching property if found.</returns>
8127         </member>
8128         <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetProperty(System.String,System.StringComparison)">
8129             <summary>
8130             Gets a property by property name.
8131             </summary>
8132             <param name="propertyName">The name of the property to get.</param>
8133             <param name="comparisonType">Type property name string comparison.</param>
8134             <returns>A matching property if found.</returns>
8135         </member>
8136         <member name="T:Newtonsoft.Json.Serialization.JsonStringContract">
8137             <summary>
8138             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8139             </summary>
8140         </member>
8141         <member name="M:Newtonsoft.Json.Serialization.JsonStringContract.#ctor(System.Type)">
8142             <summary>
8143             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> class.
8144             </summary>
8145             <param name="underlyingType">The underlying type for the contract.</param>
8146         </member>
8147         <member name="M:Newtonsoft.Json.Serialization.JsonTypeReflector.CreateJsonConverterInstance(System.Type,System.Object[])">
8148             <summary>
8149             Lookup and create an instance of the JsonConverter type described by the argument.
8150             </summary>
8151             <param name="converterType">The JsonConverter type to create.</param>
8152             <param name="converterArgs">Optional arguments to pass to an initializing constructor of the JsonConverter.
8153             If null, the default constructor is used.</param>
8154         </member>
8155         <member name="M:Newtonsoft.Json.Serialization.JsonTypeReflector.GetJsonConverterCreator(System.Type)">
8156             <summary>
8157             Create a factory function that can be used to create instances of a JsonConverter described by the 
8158             argument type.  The returned function can then be used to either invoke the converter's default ctor, or any 
8159             parameterized constructors by way of an object array.
8160             </summary>
8161         </member>
8162         <member name="T:Newtonsoft.Json.Serialization.MemoryTraceWriter">
8163             <summary>
8164             Represents a trace writer that writes to memory. When the trace message limit is
8165             reached then old trace messages will be removed as new messages are added.
8166             </summary>
8167         </member>
8168         <member name="P:Newtonsoft.Json.Serialization.MemoryTraceWriter.LevelFilter">
8169             <summary>
8170             Gets the <see cref="T:Newtonsoft.Json.TraceLevel"/> that will be used to filter the trace messages passed to the writer.
8171             For example a filter level of <code>Info</code> will exclude <code>Verbose</code> messages and include <code>Info</code>,
8172             <code>Warning</code> and <code>Error</code> messages.
8173             </summary>
8174             <value>
8175             The <see cref="T:Newtonsoft.Json.TraceLevel"/> that will be used to filter the trace messages passed to the writer.
8176             </value>
8177         </member>
8178         <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.#ctor">
8179             <summary>
8180             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.MemoryTraceWriter"/> class.
8181             </summary>
8182         </member>
8183         <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.Trace(Newtonsoft.Json.TraceLevel,System.String,System.Exception)">
8184             <summary>
8185             Writes the specified trace level, message and optional exception.
8186             </summary>
8187             <param name="level">The <see cref="T:Newtonsoft.Json.TraceLevel"/> at which to write this trace.</param>
8188             <param name="message">The trace message.</param>
8189             <param name="ex">The trace exception. This parameter is optional.</param>
8190         </member>
8191         <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.GetTraceMessages">
8192             <summary>
8193             Returns an enumeration of the most recent trace messages.
8194             </summary>
8195             <returns>An enumeration of the most recent trace messages.</returns>
8196         </member>
8197         <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.ToString">
8198             <summary>
8199             Returns a <see cref="T:System.String"/> of the most recent trace messages.
8200             </summary>
8201             <returns>
8202             A <see cref="T:System.String"/> of the most recent trace messages.
8203             </returns>
8204         </member>
8205         <member name="T:Newtonsoft.Json.Serialization.ObjectConstructor`1">
8206             <summary>
8207             Represents a method that constructs an object.
8208             </summary>
8209             <typeparam name="T">The object type to create.</typeparam>
8210         </member>
8211         <member name="T:Newtonsoft.Json.Serialization.OnErrorAttribute">
8212             <summary>
8213             When applied to a method, specifies that the method is called when an error occurs serializing an object.
8214             </summary>
8215         </member>
8216         <member name="T:Newtonsoft.Json.Serialization.ReflectionAttributeProvider">
8217             <summary>
8218             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"/>.
8219             </summary>
8220         </member>
8221         <member name="M:Newtonsoft.Json.Serialization.ReflectionAttributeProvider.#ctor(System.Object)">
8222             <summary>
8223             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ReflectionAttributeProvider"/> class.
8224             </summary>
8225             <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>
8226         </member>
8227         <member name="M:Newtonsoft.Json.Serialization.ReflectionAttributeProvider.GetAttributes(System.Boolean)">
8228             <summary>
8229             Returns a collection of all of the attributes, or an empty collection if there are no attributes.
8230             </summary>
8231             <param name="inherit">When true, look up the hierarchy chain for the inherited custom attribute.</param>
8232             <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns>
8233         </member>
8234         <member name="M:Newtonsoft.Json.Serialization.ReflectionAttributeProvider.GetAttributes(System.Type,System.Boolean)">
8235             <summary>
8236             Returns a collection of attributes, identified by type, or an empty collection if there are no attributes.
8237             </summary>
8238             <param name="attributeType">The type of the attributes.</param>
8239             <param name="inherit">When true, look up the hierarchy chain for the inherited custom attribute.</param>
8240             <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns>
8241         </member>
8242         <member name="T:Newtonsoft.Json.Serialization.ReflectionValueProvider">
8243             <summary>
8244             Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using reflection.
8245             </summary>
8246         </member>
8247         <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.#ctor(System.Reflection.MemberInfo)">
8248             <summary>
8249             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ReflectionValueProvider"/> class.
8250             </summary>
8251             <param name="memberInfo">The member info.</param>
8252         </member>
8253         <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.SetValue(System.Object,System.Object)">
8254             <summary>
8255             Sets the value.
8256             </summary>
8257             <param name="target">The target to set the value on.</param>
8258             <param name="value">The value to set on the target.</param>
8259         </member>
8260         <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.GetValue(System.Object)">
8261             <summary>
8262             Gets the value.
8263             </summary>
8264             <param name="target">The target to get the value from.</param>
8265             <returns>The value.</returns>
8266         </member>
8267         <member name="T:Newtonsoft.Json.StringEscapeHandling">
8268             <summary>
8269             Specifies how strings are escaped when writing JSON text.
8270             </summary>
8271         </member>
8272         <member name="F:Newtonsoft.Json.StringEscapeHandling.Default">
8273             <summary>
8274             Only control characters (e.g. newline) are escaped.
8275             </summary>
8276         </member>
8277         <member name="F:Newtonsoft.Json.StringEscapeHandling.EscapeNonAscii">
8278             <summary>
8279             All non-ASCII and control characters (e.g. newline) are escaped.
8280             </summary>
8281         </member>
8282         <member name="F:Newtonsoft.Json.StringEscapeHandling.EscapeHtml">
8283             <summary>
8284             HTML (&lt;, &gt;, &amp;, &apos;, &quot;) and control characters (e.g. newline) are escaped.
8285             </summary>
8286         </member>
8287         <member name="T:Newtonsoft.Json.TraceLevel">
8288             <summary>
8289             Specifies what messages to output for the <see cref="T:Newtonsoft.Json.Serialization.ITraceWriter"/> class.
8290             </summary>
8291         </member>
8292         <member name="F:Newtonsoft.Json.TraceLevel.Off">
8293             <summary>
8294             Output no tracing and debugging messages.
8295             </summary>
8296         </member>
8297         <member name="F:Newtonsoft.Json.TraceLevel.Error">
8298             <summary>
8299             Output error-handling messages.
8300             </summary>
8301         </member>
8302         <member name="F:Newtonsoft.Json.TraceLevel.Warning">
8303             <summary>
8304             Output warnings and error-handling messages.
8305             </summary>
8306         </member>
8307         <member name="F:Newtonsoft.Json.TraceLevel.Info">
8308             <summary>
8309             Output informational messages, warnings, and error-handling messages.
8310             </summary>
8311         </member>
8312         <member name="F:Newtonsoft.Json.TraceLevel.Verbose">
8313             <summary>
8314             Output all debugging and tracing messages.
8315             </summary>
8316         </member>
8317         <member name="T:Newtonsoft.Json.TypeNameHandling">
8318             <summary>
8319             Specifies type name handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8320             </summary>
8321         </member>
8322         <member name="F:Newtonsoft.Json.TypeNameHandling.None">
8323             <summary>
8324             Do not include the .NET type name when serializing types.
8325             </summary>
8326         </member>
8327         <member name="F:Newtonsoft.Json.TypeNameHandling.Objects">
8328             <summary>
8329             Include the .NET type name when serializing into a JSON object structure.
8330             </summary>
8331         </member>
8332         <member name="F:Newtonsoft.Json.TypeNameHandling.Arrays">
8333             <summary>
8334             Include the .NET type name when serializing into a JSON array structure.
8335             </summary>
8336         </member>
8337         <member name="F:Newtonsoft.Json.TypeNameHandling.All">
8338             <summary>
8339             Always include the .NET type name when serializing.
8340             </summary>
8341         </member>
8342         <member name="F:Newtonsoft.Json.TypeNameHandling.Auto">
8343             <summary>
8344             Include the .NET type name when the type of the object being serialized is not the same as its declared type.
8345             </summary>
8346         </member>
8347         <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.IsNullOrEmpty``1(System.Collections.Generic.ICollection{``0})">
8348             <summary>
8349             Determines whether the collection is null or empty.
8350             </summary>
8351             <param name="collection">The collection.</param>
8352             <returns>
8353                 <c>true</c> if the collection is null or empty; otherwise, <c>false</c>.
8354             </returns>
8355         </member>
8356         <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.AddRange``1(System.Collections.Generic.IList{``0},System.Collections.Generic.IEnumerable{``0})">
8357             <summary>
8358             Adds the elements of the specified collection to the specified generic IList.
8359             </summary>
8360             <param name="initial">The list to add to.</param>
8361             <param name="collection">The collection of elements to add.</param>
8362         </member>
8363         <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.IndexOf``1(System.Collections.Generic.IEnumerable{``0},``0,System.Collections.Generic.IEqualityComparer{``0})">
8364             <summary>
8365             Returns the index of the first occurrence in a sequence by using a specified IEqualityComparer{TSource}.
8366             </summary>
8367             <typeparam name="TSource">The type of the elements of source.</typeparam>
8368             <param name="list">A sequence in which to locate a value.</param>
8369             <param name="value">The object to locate in the sequence</param>
8370             <param name="comparer">An equality comparer to compare values.</param>
8371             <returns>The zero-based index of the first occurrence of value within the entire sequence, if found; otherwise, â€“1.</returns>
8372         </member>
8373         <member name="M:Newtonsoft.Json.Utilities.ConvertUtils.ConvertOrCast(System.Object,System.Globalization.CultureInfo,System.Type)">
8374             <summary>
8375             Converts the value to the specified type. If the value is unable to be converted, the
8376             value is checked whether it assignable to the specified type.
8377             </summary>
8378             <param name="initialValue">The value to convert.</param>
8379             <param name="culture">The culture to use when converting.</param>
8380             <param name="targetType">The type to convert or cast the value to.</param>
8381             <returns>
8382             The converted type. If conversion was unsuccessful, the initial value
8383             is returned if assignable to the target type.
8384             </returns>
8385         </member>
8386         <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)">
8387             <summary>
8388             Helper method for generating a MetaObject which calls a
8389             specific method on Dynamic that returns a result
8390             </summary>
8391         </member>
8392         <member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.CallMethodReturnLast(System.String,System.Dynamic.DynamicMetaObjectBinder,System.Linq.Expressions.Expression[],Newtonsoft.Json.Utilities.DynamicProxyMetaObject{`0}.Fallback)">
8393             <summary>
8394             Helper method for generating a MetaObject which calls a
8395             specific method on Dynamic, but uses one of the arguments for
8396             the result.
8397             </summary>
8398         </member>
8399         <member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.CallMethodNoResult(System.String,System.Dynamic.DynamicMetaObjectBinder,System.Linq.Expressions.Expression[],Newtonsoft.Json.Utilities.DynamicProxyMetaObject{`0}.Fallback)">
8400             <summary>
8401             Helper method for generating a MetaObject which calls a
8402             specific method on Dynamic, but uses one of the arguments for
8403             the result.
8404             </summary>
8405         </member>
8406         <member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.GetRestrictions">
8407             <summary>
8408             Returns a Restrictions object which includes our current restrictions merged
8409             with a restriction limiting our type
8410             </summary>
8411         </member>
8412         <member name="M:Newtonsoft.Json.Utilities.EnumUtils.GetNamesAndValues``1">
8413             <summary>
8414             Gets a dictionary of the names and values of an Enum type.
8415             </summary>
8416             <returns></returns>
8417         </member>
8418         <member name="M:Newtonsoft.Json.Utilities.EnumUtils.GetNamesAndValues``1(System.Type)">
8419             <summary>
8420             Gets a dictionary of the names and values of an Enum type.
8421             </summary>
8422             <param name="enumType">The enum type to get names and values for.</param>
8423             <returns></returns>
8424         </member>
8425         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetCollectionItemType(System.Type)">
8426             <summary>
8427             Gets the type of the typed collection's items.
8428             </summary>
8429             <param name="type">The type.</param>
8430             <returns>The type of the typed collection's items.</returns>
8431         </member>
8432         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetMemberUnderlyingType(System.Reflection.MemberInfo)">
8433             <summary>
8434             Gets the member's underlying type.
8435             </summary>
8436             <param name="member">The member.</param>
8437             <returns>The underlying type of the member.</returns>
8438         </member>
8439         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.IsIndexedProperty(System.Reflection.MemberInfo)">
8440             <summary>
8441             Determines whether the member is an indexed property.
8442             </summary>
8443             <param name="member">The member.</param>
8444             <returns>
8445                 <c>true</c> if the member is an indexed property; otherwise, <c>false</c>.
8446             </returns>
8447         </member>
8448         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.IsIndexedProperty(System.Reflection.PropertyInfo)">
8449             <summary>
8450             Determines whether the property is an indexed property.
8451             </summary>
8452             <param name="property">The property.</param>
8453             <returns>
8454                 <c>true</c> if the property is an indexed property; otherwise, <c>false</c>.
8455             </returns>
8456         </member>
8457         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetMemberValue(System.Reflection.MemberInfo,System.Object)">
8458             <summary>
8459             Gets the member's value on the object.
8460             </summary>
8461             <param name="member">The member.</param>
8462             <param name="target">The target object.</param>
8463             <returns>The member's value on the object.</returns>
8464         </member>
8465         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.SetMemberValue(System.Reflection.MemberInfo,System.Object,System.Object)">
8466             <summary>
8467             Sets the member's value on the target object.
8468             </summary>
8469             <param name="member">The member.</param>
8470             <param name="target">The target.</param>
8471             <param name="value">The value.</param>
8472         </member>
8473         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.CanReadMemberValue(System.Reflection.MemberInfo,System.Boolean)">
8474             <summary>
8475             Determines whether the specified MemberInfo can be read.
8476             </summary>
8477             <param name="member">The MemberInfo to determine whether can be read.</param>
8478             /// <param name="nonPublic">if set to <c>true</c> then allow the member to be gotten non-publicly.</param>
8479             <returns>
8480                 <c>true</c> if the specified MemberInfo can be read; otherwise, <c>false</c>.
8481             </returns>
8482         </member>
8483         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.CanSetMemberValue(System.Reflection.MemberInfo,System.Boolean,System.Boolean)">
8484             <summary>
8485             Determines whether the specified MemberInfo can be set.
8486             </summary>
8487             <param name="member">The MemberInfo to determine whether can be set.</param>
8488             <param name="nonPublic">if set to <c>true</c> then allow the member to be set non-publicly.</param>
8489             <param name="canSetReadOnly">if set to <c>true</c> then allow the member to be set if read-only.</param>
8490             <returns>
8491                 <c>true</c> if the specified MemberInfo can be set; otherwise, <c>false</c>.
8492             </returns>
8493         </member>
8494         <member name="T:Newtonsoft.Json.Utilities.StringBuffer">
8495             <summary>
8496             Builds a string. Unlike StringBuilder this class lets you reuse it's internal buffer.
8497             </summary>
8498         </member>
8499         <member name="M:Newtonsoft.Json.Utilities.StringUtils.IsWhiteSpace(System.String)">
8500             <summary>
8501             Determines whether the string is all white space. Empty string will return false.
8502             </summary>
8503             <param name="s">The string to test whether it is all white space.</param>
8504             <returns>
8505                 <c>true</c> if the string is all white space; otherwise, <c>false</c>.
8506             </returns>
8507         </member>
8508         <member name="M:Newtonsoft.Json.Utilities.StringUtils.NullEmptyString(System.String)">
8509             <summary>
8510             Nulls an empty string.
8511             </summary>
8512             <param name="s">The string.</param>
8513             <returns>Null if the string was null, otherwise the string unchanged.</returns>
8514         </member>
8515         <member name="T:Newtonsoft.Json.WriteState">
8516             <summary>
8517             Specifies the state of the <see cref="T:Newtonsoft.Json.JsonWriter"/>.
8518             </summary>
8519         </member>
8520         <member name="F:Newtonsoft.Json.WriteState.Error">
8521             <summary>
8522             An exception has been thrown, which has left the <see cref="T:Newtonsoft.Json.JsonWriter"/> in an invalid state.
8523             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.
8524             Any other <see cref="T:Newtonsoft.Json.JsonWriter"/> method calls results in an <see cref="T:System.InvalidOperationException"/> being thrown. 
8525             </summary>
8526         </member>
8527         <member name="F:Newtonsoft.Json.WriteState.Closed">
8528             <summary>
8529             The <see cref="M:Newtonsoft.Json.JsonWriter.Close"/> method has been called. 
8530             </summary>
8531         </member>
8532         <member name="F:Newtonsoft.Json.WriteState.Object">
8533             <summary>
8534             An object is being written. 
8535             </summary>
8536         </member>
8537         <member name="F:Newtonsoft.Json.WriteState.Array">
8538             <summary>
8539             A array is being written.
8540             </summary>
8541         </member>
8542         <member name="F:Newtonsoft.Json.WriteState.Constructor">
8543             <summary>
8544             A constructor is being written.
8545             </summary>
8546         </member>
8547         <member name="F:Newtonsoft.Json.WriteState.Property">
8548             <summary>
8549             A property is being written.
8550             </summary>
8551         </member>
8552         <member name="F:Newtonsoft.Json.WriteState.Start">
8553             <summary>
8554             A write method has not been called.
8555             </summary>
8556         </member>
8557         <member name="T:System.Runtime.Serialization.Formatters.FormatterAssemblyStyle">
8558             <summary>
8559             Indicates the method that will be used during deserialization for locating and loading assemblies.
8560             </summary>
8561         </member>
8562         <member name="F:System.Runtime.Serialization.Formatters.FormatterAssemblyStyle.Simple">
8563             <summary>
8564             In simple mode, the assembly used during deserialization need not match exactly the assembly used during serialization. Specifically, the version numbers need not match as the LoadWithPartialName method is used to load the assembly.
8565             </summary>
8566         </member>
8567         <member name="F:System.Runtime.Serialization.Formatters.FormatterAssemblyStyle.Full">
8568             <summary>
8569             In full mode, the assembly used during deserialization must match exactly the assembly used during serialization. The Load method of the Assembly class is used to load the assembly.
8570             </summary>
8571         </member>
8572     </members>
8573 </doc>