[Tizen] Add BuildTools 2.1.0-rc1-02804-05
[platform/upstream/coreclr.git] / Tools / dotnetcli / sdk / NuGetFallbackFolder / newtonsoft.json / 9.0.1 / lib / net45 / Newtonsoft.Json.xml
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.Read">
80             <summary>
81             Reads the next JSON token from the stream.
82             </summary>
83             <returns>
84             <c>true</c> if the next token was read successfully; <c>false</c> if there are no more tokens to read.
85             </returns>
86         </member>
87         <member name="M:Newtonsoft.Json.Bson.BsonReader.Close">
88             <summary>
89             Changes the <see cref="T:Newtonsoft.Json.JsonReader.State"/> to Closed.
90             </summary>
91         </member>
92         <member name="T:Newtonsoft.Json.Bson.BsonWriter">
93             <summary>
94             Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
95             </summary>
96         </member>
97         <member name="P:Newtonsoft.Json.Bson.BsonWriter.DateTimeKindHandling">
98             <summary>
99             Gets or sets the <see cref="T:System.DateTimeKind" /> used when writing <see cref="T:System.DateTime"/> values to BSON.
100             When set to <see cref="F:System.DateTimeKind.Unspecified" /> no conversion will occur.
101             </summary>
102             <value>The <see cref="T:System.DateTimeKind" /> used when writing <see cref="T:System.DateTime"/> values to BSON.</value>
103         </member>
104         <member name="M:Newtonsoft.Json.Bson.BsonWriter.#ctor(System.IO.Stream)">
105             <summary>
106             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonWriter"/> class.
107             </summary>
108             <param name="stream">The stream.</param>
109         </member>
110         <member name="M:Newtonsoft.Json.Bson.BsonWriter.#ctor(System.IO.BinaryWriter)">
111             <summary>
112             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonWriter"/> class.
113             </summary>
114             <param name="writer">The writer.</param>
115         </member>
116         <member name="M:Newtonsoft.Json.Bson.BsonWriter.Flush">
117             <summary>
118             Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
119             </summary>
120         </member>
121         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
122             <summary>
123             Writes the end.
124             </summary>
125             <param name="token">The token.</param>
126         </member>
127         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteComment(System.String)">
128             <summary>
129             Writes out a comment <code>/*...*/</code> containing the specified text.
130             </summary>
131             <param name="text">Text to place inside the comment.</param>
132         </member>
133         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartConstructor(System.String)">
134             <summary>
135             Writes the start of a constructor with the given name.
136             </summary>
137             <param name="name">The name of the constructor.</param>
138         </member>
139         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRaw(System.String)">
140             <summary>
141             Writes raw JSON.
142             </summary>
143             <param name="json">The raw JSON to write.</param>
144         </member>
145         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRawValue(System.String)">
146             <summary>
147             Writes raw JSON where a value is expected and updates the writer's state.
148             </summary>
149             <param name="json">The raw JSON to write.</param>
150         </member>
151         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartArray">
152             <summary>
153             Writes the beginning of a JSON array.
154             </summary>
155         </member>
156         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartObject">
157             <summary>
158             Writes the beginning of a JSON object.
159             </summary>
160         </member>
161         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WritePropertyName(System.String)">
162             <summary>
163             Writes the property name of a name/value pair on a JSON object.
164             </summary>
165             <param name="name">The name of the property.</param>
166         </member>
167         <member name="M:Newtonsoft.Json.Bson.BsonWriter.Close">
168             <summary>
169             Closes this stream and the underlying stream.
170             </summary>
171         </member>
172         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Object)">
173             <summary>
174             Writes a <see cref="T:System.Object"/> value.
175             An error will raised if the value cannot be written as a single JSON token.
176             </summary>
177             <param name="value">The <see cref="T:System.Object"/> value to write.</param>
178         </member>
179         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteNull">
180             <summary>
181             Writes a null value.
182             </summary>
183         </member>
184         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteUndefined">
185             <summary>
186             Writes an undefined value.
187             </summary>
188         </member>
189         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.String)">
190             <summary>
191             Writes a <see cref="T:System.String"/> value.
192             </summary>
193             <param name="value">The <see cref="T:System.String"/> value to write.</param>
194         </member>
195         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int32)">
196             <summary>
197             Writes a <see cref="T:System.Int32"/> value.
198             </summary>
199             <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
200         </member>
201         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt32)">
202             <summary>
203             Writes a <see cref="T:System.UInt32"/> value.
204             </summary>
205             <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
206         </member>
207         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int64)">
208             <summary>
209             Writes a <see cref="T:System.Int64"/> value.
210             </summary>
211             <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
212         </member>
213         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt64)">
214             <summary>
215             Writes a <see cref="T:System.UInt64"/> value.
216             </summary>
217             <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
218         </member>
219         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Single)">
220             <summary>
221             Writes a <see cref="T:System.Single"/> value.
222             </summary>
223             <param name="value">The <see cref="T:System.Single"/> value to write.</param>
224         </member>
225         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Double)">
226             <summary>
227             Writes a <see cref="T:System.Double"/> value.
228             </summary>
229             <param name="value">The <see cref="T:System.Double"/> value to write.</param>
230         </member>
231         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Boolean)">
232             <summary>
233             Writes a <see cref="T:System.Boolean"/> value.
234             </summary>
235             <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
236         </member>
237         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int16)">
238             <summary>
239             Writes a <see cref="T:System.Int16"/> value.
240             </summary>
241             <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
242         </member>
243         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt16)">
244             <summary>
245             Writes a <see cref="T:System.UInt16"/> value.
246             </summary>
247             <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
248         </member>
249         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Char)">
250             <summary>
251             Writes a <see cref="T:System.Char"/> value.
252             </summary>
253             <param name="value">The <see cref="T:System.Char"/> value to write.</param>
254         </member>
255         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Byte)">
256             <summary>
257             Writes a <see cref="T:System.Byte"/> value.
258             </summary>
259             <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
260         </member>
261         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.SByte)">
262             <summary>
263             Writes a <see cref="T:System.SByte"/> value.
264             </summary>
265             <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
266         </member>
267         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Decimal)">
268             <summary>
269             Writes a <see cref="T:System.Decimal"/> value.
270             </summary>
271             <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
272         </member>
273         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.DateTime)">
274             <summary>
275             Writes a <see cref="T:System.DateTime"/> value.
276             </summary>
277             <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
278         </member>
279         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.DateTimeOffset)">
280             <summary>
281             Writes a <see cref="T:System.DateTimeOffset"/> value.
282             </summary>
283             <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>
284         </member>
285         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Byte[])">
286             <summary>
287             Writes a <see cref="T:System.Byte"/>[] value.
288             </summary>
289             <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param>
290         </member>
291         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Guid)">
292             <summary>
293             Writes a <see cref="T:System.Guid"/> value.
294             </summary>
295             <param name="value">The <see cref="T:System.Guid"/> value to write.</param>
296         </member>
297         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.TimeSpan)">
298             <summary>
299             Writes a <see cref="T:System.TimeSpan"/> value.
300             </summary>
301             <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>
302         </member>
303         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Uri)">
304             <summary>
305             Writes a <see cref="T:System.Uri"/> value.
306             </summary>
307             <param name="value">The <see cref="T:System.Uri"/> value to write.</param>
308         </member>
309         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteObjectId(System.Byte[])">
310             <summary>
311             Writes a <see cref="T:System.Byte"/>[] value that represents a BSON object id.
312             </summary>
313             <param name="value">The Object ID value to write.</param>
314         </member>
315         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRegex(System.String,System.String)">
316             <summary>
317             Writes a BSON regex.
318             </summary>
319             <param name="pattern">The regex pattern.</param>
320             <param name="options">The regex options.</param>
321         </member>
322         <member name="T:Newtonsoft.Json.ConstructorHandling">
323             <summary>
324             Specifies how constructors are used when initializing objects during deserialization by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
325             </summary>
326         </member>
327         <member name="F:Newtonsoft.Json.ConstructorHandling.Default">
328             <summary>
329             First attempt to use the public default constructor, then fall back to single parameterized constructor, then the non-public default constructor.
330             </summary>
331         </member>
332         <member name="F:Newtonsoft.Json.ConstructorHandling.AllowNonPublicDefaultConstructor">
333             <summary>
334             Json.NET will use a non-public default constructor before falling back to a parameterized constructor.
335             </summary>
336         </member>
337         <member name="T:Newtonsoft.Json.Converters.BinaryConverter">
338             <summary>
339             Converts a binary value to and from a base 64 string value.
340             </summary>
341         </member>
342         <member name="M:Newtonsoft.Json.Converters.BinaryConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
343             <summary>
344             Writes the JSON representation of the object.
345             </summary>
346             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
347             <param name="value">The value.</param>
348             <param name="serializer">The calling serializer.</param>
349         </member>
350         <member name="M:Newtonsoft.Json.Converters.BinaryConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
351             <summary>
352             Reads the JSON representation of the object.
353             </summary>
354             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
355             <param name="objectType">Type of the object.</param>
356             <param name="existingValue">The existing value of object being read.</param>
357             <param name="serializer">The calling serializer.</param>
358             <returns>The object value.</returns>
359         </member>
360         <member name="M:Newtonsoft.Json.Converters.BinaryConverter.CanConvert(System.Type)">
361             <summary>
362             Determines whether this instance can convert the specified object type.
363             </summary>
364             <param name="objectType">Type of the object.</param>
365             <returns>
366                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
367             </returns>
368         </member>
369         <member name="T:Newtonsoft.Json.Converters.BsonObjectIdConverter">
370             <summary>
371             Converts a <see cref="T:Newtonsoft.Json.Bson.BsonObjectId"/> to and from JSON and BSON.
372             </summary>
373         </member>
374         <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
375             <summary>
376             Writes the JSON representation of the object.
377             </summary>
378             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
379             <param name="value">The value.</param>
380             <param name="serializer">The calling serializer.</param>
381         </member>
382         <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
383             <summary>
384             Reads the JSON representation of the object.
385             </summary>
386             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
387             <param name="objectType">Type of the object.</param>
388             <param name="existingValue">The existing value of object being read.</param>
389             <param name="serializer">The calling serializer.</param>
390             <returns>The object value.</returns>
391         </member>
392         <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.CanConvert(System.Type)">
393             <summary>
394             Determines whether this instance can convert the specified object type.
395             </summary>
396             <param name="objectType">Type of the object.</param>
397             <returns>
398                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
399             </returns>
400         </member>
401         <member name="T:Newtonsoft.Json.Converters.CustomCreationConverter`1">
402             <summary>
403             Create a custom object
404             </summary>
405             <typeparam name="T">The object type to convert.</typeparam>
406         </member>
407         <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
408             <summary>
409             Writes the JSON representation of the object.
410             </summary>
411             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
412             <param name="value">The value.</param>
413             <param name="serializer">The calling serializer.</param>
414         </member>
415         <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
416             <summary>
417             Reads the JSON representation of the object.
418             </summary>
419             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
420             <param name="objectType">Type of the object.</param>
421             <param name="existingValue">The existing value of object being read.</param>
422             <param name="serializer">The calling serializer.</param>
423             <returns>The object value.</returns>
424         </member>
425         <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.Create(System.Type)">
426             <summary>
427             Creates an object which will then be populated by the serializer.
428             </summary>
429             <param name="objectType">Type of the object.</param>
430             <returns>The created object.</returns>
431         </member>
432         <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.CanConvert(System.Type)">
433             <summary>
434             Determines whether this instance can convert the specified object type.
435             </summary>
436             <param name="objectType">Type of the object.</param>
437             <returns>
438                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
439             </returns>
440         </member>
441         <member name="P:Newtonsoft.Json.Converters.CustomCreationConverter`1.CanWrite">
442             <summary>
443             Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON.
444             </summary>
445             <value>
446                 <c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.
447             </value>
448         </member>
449         <member name="T:Newtonsoft.Json.Converters.DataSetConverter">
450             <summary>
451             Converts a <see cref="T:System.Data.DataSet"/> to and from JSON.
452             </summary>
453         </member>
454         <member name="M:Newtonsoft.Json.Converters.DataSetConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
455             <summary>
456             Writes the JSON representation of the object.
457             </summary>
458             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
459             <param name="value">The value.</param>
460             <param name="serializer">The calling serializer.</param>
461         </member>
462         <member name="M:Newtonsoft.Json.Converters.DataSetConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
463             <summary>
464             Reads the JSON representation of the object.
465             </summary>
466             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
467             <param name="objectType">Type of the object.</param>
468             <param name="existingValue">The existing value of object being read.</param>
469             <param name="serializer">The calling serializer.</param>
470             <returns>The object value.</returns>
471         </member>
472         <member name="M:Newtonsoft.Json.Converters.DataSetConverter.CanConvert(System.Type)">
473             <summary>
474             Determines whether this instance can convert the specified value type.
475             </summary>
476             <param name="valueType">Type of the value.</param>
477             <returns>
478                 <c>true</c> if this instance can convert the specified value type; otherwise, <c>false</c>.
479             </returns>
480         </member>
481         <member name="T:Newtonsoft.Json.Converters.DataTableConverter">
482             <summary>
483             Converts a <see cref="T:System.Data.DataTable"/> to and from JSON.
484             </summary>
485         </member>
486         <member name="M:Newtonsoft.Json.Converters.DataTableConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
487             <summary>
488             Writes the JSON representation of the object.
489             </summary>
490             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
491             <param name="value">The value.</param>
492             <param name="serializer">The calling serializer.</param>
493         </member>
494         <member name="M:Newtonsoft.Json.Converters.DataTableConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
495             <summary>
496             Reads the JSON representation of the object.
497             </summary>
498             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
499             <param name="objectType">Type of the object.</param>
500             <param name="existingValue">The existing value of object being read.</param>
501             <param name="serializer">The calling serializer.</param>
502             <returns>The object value.</returns>
503         </member>
504         <member name="M:Newtonsoft.Json.Converters.DataTableConverter.CanConvert(System.Type)">
505             <summary>
506             Determines whether this instance can convert the specified value type.
507             </summary>
508             <param name="valueType">Type of the value.</param>
509             <returns>
510                 <c>true</c> if this instance can convert the specified value type; otherwise, <c>false</c>.
511             </returns>
512         </member>
513         <member name="T:Newtonsoft.Json.Converters.DateTimeConverterBase">
514             <summary>
515             Provides a base class for converting a <see cref="T:System.DateTime"/> to and from JSON.
516             </summary>
517         </member>
518         <member name="M:Newtonsoft.Json.Converters.DateTimeConverterBase.CanConvert(System.Type)">
519             <summary>
520             Determines whether this instance can convert the specified object type.
521             </summary>
522             <param name="objectType">Type of the object.</param>
523             <returns>
524                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
525             </returns>
526         </member>
527         <member name="T:Newtonsoft.Json.Converters.DiscriminatedUnionConverter">
528             <summary>
529             Converts a F# discriminated union type to and from JSON.
530             </summary>
531         </member>
532         <member name="M:Newtonsoft.Json.Converters.DiscriminatedUnionConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
533             <summary>
534             Writes the JSON representation of the object.
535             </summary>
536             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
537             <param name="value">The value.</param>
538             <param name="serializer">The calling serializer.</param>
539         </member>
540         <member name="M:Newtonsoft.Json.Converters.DiscriminatedUnionConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
541             <summary>
542             Reads the JSON representation of the object.
543             </summary>
544             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
545             <param name="objectType">Type of the object.</param>
546             <param name="existingValue">The existing value of object being read.</param>
547             <param name="serializer">The calling serializer.</param>
548             <returns>The object value.</returns>
549         </member>
550         <member name="M:Newtonsoft.Json.Converters.DiscriminatedUnionConverter.CanConvert(System.Type)">
551             <summary>
552             Determines whether this instance can convert the specified object type.
553             </summary>
554             <param name="objectType">Type of the object.</param>
555             <returns>
556                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
557             </returns>
558         </member>
559         <member name="T:Newtonsoft.Json.Converters.EntityKeyMemberConverter">
560             <summary>
561             Converts an Entity Framework EntityKey to and from JSON.
562             </summary>
563         </member>
564         <member name="M:Newtonsoft.Json.Converters.EntityKeyMemberConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
565             <summary>
566             Writes the JSON representation of the object.
567             </summary>
568             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
569             <param name="value">The value.</param>
570             <param name="serializer">The calling serializer.</param>
571         </member>
572         <member name="M:Newtonsoft.Json.Converters.EntityKeyMemberConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
573             <summary>
574             Reads the JSON representation of the object.
575             </summary>
576             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
577             <param name="objectType">Type of the object.</param>
578             <param name="existingValue">The existing value of object being read.</param>
579             <param name="serializer">The calling serializer.</param>
580             <returns>The object value.</returns>
581         </member>
582         <member name="M:Newtonsoft.Json.Converters.EntityKeyMemberConverter.CanConvert(System.Type)">
583             <summary>
584             Determines whether this instance can convert the specified object type.
585             </summary>
586             <param name="objectType">Type of the object.</param>
587             <returns>
588                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
589             </returns>
590         </member>
591         <member name="T:Newtonsoft.Json.Converters.ExpandoObjectConverter">
592             <summary>
593             Converts an ExpandoObject to and from JSON.
594             </summary>
595         </member>
596         <member name="M:Newtonsoft.Json.Converters.ExpandoObjectConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
597             <summary>
598             Writes the JSON representation of the object.
599             </summary>
600             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
601             <param name="value">The value.</param>
602             <param name="serializer">The calling serializer.</param>
603         </member>
604         <member name="M:Newtonsoft.Json.Converters.ExpandoObjectConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
605             <summary>
606             Reads the JSON representation of the object.
607             </summary>
608             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
609             <param name="objectType">Type of the object.</param>
610             <param name="existingValue">The existing value of object being read.</param>
611             <param name="serializer">The calling serializer.</param>
612             <returns>The object value.</returns>
613         </member>
614         <member name="M:Newtonsoft.Json.Converters.ExpandoObjectConverter.CanConvert(System.Type)">
615             <summary>
616             Determines whether this instance can convert the specified object type.
617             </summary>
618             <param name="objectType">Type of the object.</param>
619             <returns>
620                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
621             </returns>
622         </member>
623         <member name="P:Newtonsoft.Json.Converters.ExpandoObjectConverter.CanWrite">
624             <summary>
625             Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON.
626             </summary>
627             <value>
628                 <c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.
629             </value>
630         </member>
631         <member name="T:Newtonsoft.Json.Converters.IsoDateTimeConverter">
632             <summary>
633             Converts a <see cref="T:System.DateTime"/> to and from the ISO 8601 date format (e.g. 2008-04-12T12:53Z).
634             </summary>
635         </member>
636         <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.DateTimeStyles">
637             <summary>
638             Gets or sets the date time styles used when converting a date to and from JSON.
639             </summary>
640             <value>The date time styles used when converting a date to and from JSON.</value>
641         </member>
642         <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.DateTimeFormat">
643             <summary>
644             Gets or sets the date time format used when converting a date to and from JSON.
645             </summary>
646             <value>The date time format used when converting a date to and from JSON.</value>
647         </member>
648         <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.Culture">
649             <summary>
650             Gets or sets the culture used when converting a date to and from JSON.
651             </summary>
652             <value>The culture used when converting a date to and from JSON.</value>
653         </member>
654         <member name="M:Newtonsoft.Json.Converters.IsoDateTimeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
655             <summary>
656             Writes the JSON representation of the object.
657             </summary>
658             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
659             <param name="value">The value.</param>
660             <param name="serializer">The calling serializer.</param>
661         </member>
662         <member name="M:Newtonsoft.Json.Converters.IsoDateTimeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
663             <summary>
664             Reads the JSON representation of the object.
665             </summary>
666             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
667             <param name="objectType">Type of the object.</param>
668             <param name="existingValue">The existing value of object being read.</param>
669             <param name="serializer">The calling serializer.</param>
670             <returns>The object value.</returns>
671         </member>
672         <member name="T:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter">
673             <summary>
674             Converts a <see cref="T:System.DateTime"/> to and from a JavaScript date constructor (e.g. new Date(52231943)).
675             </summary>
676         </member>
677         <member name="M:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
678             <summary>
679             Writes the JSON representation of the object.
680             </summary>
681             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
682             <param name="value">The value.</param>
683             <param name="serializer">The calling serializer.</param>
684         </member>
685         <member name="M:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
686             <summary>
687             Reads the JSON representation of the object.
688             </summary>
689             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
690             <param name="objectType">Type of the object.</param>
691             <param name="existingValue">The existing property value of the JSON that is being converted.</param>
692             <param name="serializer">The calling serializer.</param>
693             <returns>The object value.</returns>
694         </member>
695         <member name="T:Newtonsoft.Json.Converters.KeyValuePairConverter">
696             <summary>
697             Converts a <see cref="T:System.Collections.Generic.KeyValuePair`2"/> to and from JSON.
698             </summary>
699         </member>
700         <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
701             <summary>
702             Writes the JSON representation of the object.
703             </summary>
704             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
705             <param name="value">The value.</param>
706             <param name="serializer">The calling serializer.</param>
707         </member>
708         <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
709             <summary>
710             Reads the JSON representation of the object.
711             </summary>
712             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
713             <param name="objectType">Type of the object.</param>
714             <param name="existingValue">The existing value of object being read.</param>
715             <param name="serializer">The calling serializer.</param>
716             <returns>The object value.</returns>
717         </member>
718         <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.CanConvert(System.Type)">
719             <summary>
720             Determines whether this instance can convert the specified object type.
721             </summary>
722             <param name="objectType">Type of the object.</param>
723             <returns>
724                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
725             </returns>
726         </member>
727         <member name="T:Newtonsoft.Json.Converters.RegexConverter">
728             <summary>
729             Converts a <see cref="T:System.Text.RegularExpressions.Regex"/> to and from JSON and BSON.
730             </summary>
731         </member>
732         <member name="M:Newtonsoft.Json.Converters.RegexConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
733             <summary>
734             Writes the JSON representation of the object.
735             </summary>
736             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
737             <param name="value">The value.</param>
738             <param name="serializer">The calling serializer.</param>
739         </member>
740         <member name="M:Newtonsoft.Json.Converters.RegexConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
741             <summary>
742             Reads the JSON representation of the object.
743             </summary>
744             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
745             <param name="objectType">Type of the object.</param>
746             <param name="existingValue">The existing value of object being read.</param>
747             <param name="serializer">The calling serializer.</param>
748             <returns>The object value.</returns>
749         </member>
750         <member name="M:Newtonsoft.Json.Converters.RegexConverter.CanConvert(System.Type)">
751             <summary>
752             Determines whether this instance can convert the specified object type.
753             </summary>
754             <param name="objectType">Type of the object.</param>
755             <returns>
756                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
757             </returns>
758         </member>
759         <member name="T:Newtonsoft.Json.Converters.StringEnumConverter">
760             <summary>
761             Converts an <see cref="T:System.Enum"/> to and from its name string value.
762             </summary>
763         </member>
764         <member name="P:Newtonsoft.Json.Converters.StringEnumConverter.CamelCaseText">
765             <summary>
766             Gets or sets a value indicating whether the written enum text should be camel case.
767             </summary>
768             <value><c>true</c> if the written enum text will be camel case; otherwise, <c>false</c>.</value>
769         </member>
770         <member name="P:Newtonsoft.Json.Converters.StringEnumConverter.AllowIntegerValues">
771             <summary>
772             Gets or sets a value indicating whether integer values are allowed.
773             </summary>
774             <value><c>true</c> if integers are allowed; otherwise, <c>false</c>.</value>
775         </member>
776         <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.#ctor">
777             <summary>
778             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Converters.StringEnumConverter"/> class.
779             </summary>
780         </member>
781         <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.#ctor(System.Boolean)">
782             <summary>
783             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Converters.StringEnumConverter"/> class.
784             </summary>
785             <param name="camelCaseText"><c>true</c> if the written enum text will be camel case; otherwise, <c>false</c>.</param>
786         </member>
787         <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
788             <summary>
789             Writes the JSON representation of the object.
790             </summary>
791             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
792             <param name="value">The value.</param>
793             <param name="serializer">The calling serializer.</param>
794         </member>
795         <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
796             <summary>
797             Reads the JSON representation of the object.
798             </summary>
799             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
800             <param name="objectType">Type of the object.</param>
801             <param name="existingValue">The existing value of object being read.</param>
802             <param name="serializer">The calling serializer.</param>
803             <returns>The object value.</returns>
804         </member>
805         <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.CanConvert(System.Type)">
806             <summary>
807             Determines whether this instance can convert the specified object type.
808             </summary>
809             <param name="objectType">Type of the object.</param>
810             <returns>
811             <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
812             </returns>
813         </member>
814         <member name="T:Newtonsoft.Json.Converters.VersionConverter">
815             <summary>
816             Converts a <see cref="T:System.Version"/> to and from a string (e.g. "1.2.3.4").
817             </summary>
818         </member>
819         <member name="M:Newtonsoft.Json.Converters.VersionConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
820             <summary>
821             Writes the JSON representation of the object.
822             </summary>
823             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
824             <param name="value">The value.</param>
825             <param name="serializer">The calling serializer.</param>
826         </member>
827         <member name="M:Newtonsoft.Json.Converters.VersionConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
828             <summary>
829             Reads the JSON representation of the object.
830             </summary>
831             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
832             <param name="objectType">Type of the object.</param>
833             <param name="existingValue">The existing property value of the JSON that is being converted.</param>
834             <param name="serializer">The calling serializer.</param>
835             <returns>The object value.</returns>
836         </member>
837         <member name="M:Newtonsoft.Json.Converters.VersionConverter.CanConvert(System.Type)">
838             <summary>
839             Determines whether this instance can convert the specified object type.
840             </summary>
841             <param name="objectType">Type of the object.</param>
842             <returns>
843                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
844             </returns>
845         </member>
846         <member name="T:Newtonsoft.Json.Converters.XmlNodeConverter">
847             <summary>
848             Converts XML to and from JSON.
849             </summary>
850         </member>
851         <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.DeserializeRootElementName">
852             <summary>
853             Gets or sets the name of the root element to insert when deserializing to XML if the JSON structure has produces multiple root elements.
854             </summary>
855             <value>The name of the deserialize root element.</value>
856         </member>
857         <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.WriteArrayAttribute">
858             <summary>
859             Gets or sets a flag to indicate whether to write the Json.NET array attribute.
860             This attribute helps preserve arrays when converting the written XML back to JSON.
861             </summary>
862             <value><c>true</c> if the array attibute is written to the XML; otherwise, <c>false</c>.</value>
863         </member>
864         <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.OmitRootObject">
865             <summary>
866             Gets or sets a value indicating whether to write the root JSON object.
867             </summary>
868             <value><c>true</c> if the JSON root object is omitted; otherwise, <c>false</c>.</value>
869         </member>
870         <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
871             <summary>
872             Writes the JSON representation of the object.
873             </summary>
874             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
875             <param name="serializer">The calling serializer.</param>
876             <param name="value">The value.</param>
877         </member>
878         <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
879             <summary>
880             Reads the JSON representation of the object.
881             </summary>
882             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
883             <param name="objectType">Type of the object.</param>
884             <param name="existingValue">The existing value of object being read.</param>
885             <param name="serializer">The calling serializer.</param>
886             <returns>The object value.</returns>
887         </member>
888         <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.IsNamespaceAttribute(System.String,System.String@)">
889             <summary>
890             Checks if the attributeName is a namespace attribute.
891             </summary>
892             <param name="attributeName">Attribute name to test.</param>
893             <param name="prefix">The attribute name prefix if it has one, otherwise an empty string.</param>
894             <returns><c>true</c> if attribute name is for a namespace attribute, otherwise <c>false</c>.</returns>
895         </member>
896         <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.CanConvert(System.Type)">
897             <summary>
898             Determines whether this instance can convert the specified value type.
899             </summary>
900             <param name="valueType">Type of the value.</param>
901             <returns>
902                 <c>true</c> if this instance can convert the specified value type; otherwise, <c>false</c>.
903             </returns>
904         </member>
905         <member name="T:Newtonsoft.Json.FloatParseHandling">
906             <summary>
907             Specifies how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
908             </summary>
909         </member>
910         <member name="F:Newtonsoft.Json.FloatParseHandling.Double">
911             <summary>
912             Floating point numbers are parsed to <see cref="F:Newtonsoft.Json.FloatParseHandling.Double"/>.
913             </summary>
914         </member>
915         <member name="F:Newtonsoft.Json.FloatParseHandling.Decimal">
916             <summary>
917             Floating point numbers are parsed to <see cref="F:Newtonsoft.Json.FloatParseHandling.Decimal"/>.
918             </summary>
919         </member>
920         <member name="T:Newtonsoft.Json.DateFormatHandling">
921             <summary>
922             Specifies how dates are formatted when writing JSON text.
923             </summary>
924         </member>
925         <member name="F:Newtonsoft.Json.DateFormatHandling.IsoDateFormat">
926             <summary>
927             Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z".
928             </summary>
929         </member>
930         <member name="F:Newtonsoft.Json.DateFormatHandling.MicrosoftDateFormat">
931             <summary>
932             Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/".
933             </summary>
934         </member>
935         <member name="T:Newtonsoft.Json.DateParseHandling">
936             <summary>
937             Specifies how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON text.
938             </summary>
939         </member>
940         <member name="F:Newtonsoft.Json.DateParseHandling.None">
941             <summary>
942             Date formatted strings are not parsed to a date type and are read as strings.
943             </summary>
944         </member>
945         <member name="F:Newtonsoft.Json.DateParseHandling.DateTime">
946             <summary>
947             Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to <see cref="F:Newtonsoft.Json.DateParseHandling.DateTime"/>.
948             </summary>
949         </member>
950         <member name="F:Newtonsoft.Json.DateParseHandling.DateTimeOffset">
951             <summary>
952             Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to <see cref="F:Newtonsoft.Json.DateParseHandling.DateTimeOffset"/>.
953             </summary>
954         </member>
955         <member name="T:Newtonsoft.Json.DateTimeZoneHandling">
956             <summary>
957             Specifies how to treat the time value when converting between string and <see cref="T:System.DateTime"/>.
958             </summary>
959         </member>
960         <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Local">
961             <summary>
962             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.
963             </summary>
964         </member>
965         <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Utc">
966             <summary>
967             Treat as a UTC. If the <see cref="T:System.DateTime"/> object represents a local time, it is converted to a UTC.
968             </summary>
969         </member>
970         <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Unspecified">
971             <summary>
972             Treat as a local time if a <see cref="T:System.DateTime"/> is being converted to a string.
973             If a string is being converted to <see cref="T:System.DateTime"/>, convert to a local time if a time zone is specified.
974             </summary>
975         </member>
976         <member name="F:Newtonsoft.Json.DateTimeZoneHandling.RoundtripKind">
977             <summary>
978             Time zone information should be preserved when converting.
979             </summary>
980         </member>
981         <member name="T:Newtonsoft.Json.DefaultValueHandling">
982             <summary>
983             Specifies default value handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
984             </summary>
985             <example>
986               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeDefaultValueHandlingObject" title="DefaultValueHandling Class" />
987               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeDefaultValueHandlingExample" title="DefaultValueHandling Ignore Example" />
988             </example>
989         </member>
990         <member name="F:Newtonsoft.Json.DefaultValueHandling.Include">
991             <summary>
992             Include members where the member value is the same as the member's default value when serializing objects.
993             Included members are written to JSON. Has no effect when deserializing.
994             </summary>
995         </member>
996         <member name="F:Newtonsoft.Json.DefaultValueHandling.Ignore">
997             <summary>
998             Ignore members where the member value is the same as the member's default value when serializing objects
999             so that is is not written to JSON.
1000             This option will ignore all default values (e.g. <c>null</c> for objects and nullable types; <c>0</c> for integers,
1001             decimals and floating point numbers; and <c>false</c> for booleans). The default value ignored can be changed by
1002             placing the <see cref="T:System.ComponentModel.DefaultValueAttribute"/> on the property.
1003             </summary>
1004         </member>
1005         <member name="F:Newtonsoft.Json.DefaultValueHandling.Populate">
1006             <summary>
1007             Members with a default value but no JSON will be set to their default value when deserializing.
1008             </summary>
1009         </member>
1010         <member name="F:Newtonsoft.Json.DefaultValueHandling.IgnoreAndPopulate">
1011             <summary>
1012             Ignore members where the member value is the same as the member's default value when serializing objects
1013             and sets members to their default value when deserializing.
1014             </summary>
1015         </member>
1016         <member name="T:Newtonsoft.Json.FloatFormatHandling">
1017             <summary>
1018             Specifies float format handling options when writing special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>,
1019             <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/> with <see cref="T:Newtonsoft.Json.JsonWriter"/>.
1020             </summary>
1021         </member>
1022         <member name="F:Newtonsoft.Json.FloatFormatHandling.String">
1023             <summary>
1024             Write special floating point values as strings in JSON, e.g. "NaN", "Infinity", "-Infinity".
1025             </summary>
1026         </member>
1027         <member name="F:Newtonsoft.Json.FloatFormatHandling.Symbol">
1028             <summary>
1029             Write special floating point values as symbols in JSON, e.g. NaN, Infinity, -Infinity.
1030             Note that this will produce non-valid JSON.
1031             </summary>
1032         </member>
1033         <member name="F:Newtonsoft.Json.FloatFormatHandling.DefaultValue">
1034             <summary>
1035             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.
1036             </summary>
1037         </member>
1038         <member name="T:Newtonsoft.Json.Formatting">
1039             <summary>
1040             Specifies formatting options for the <see cref="T:Newtonsoft.Json.JsonTextWriter"/>.
1041             </summary>
1042         </member>
1043         <member name="F:Newtonsoft.Json.Formatting.None">
1044             <summary>
1045             No special formatting is applied. This is the default.
1046             </summary>
1047         </member>
1048         <member name="F:Newtonsoft.Json.Formatting.Indented">
1049             <summary>
1050             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.
1051             </summary>
1052         </member>
1053         <member name="T:Newtonsoft.Json.IArrayPool`1">
1054             <summary>
1055             Provides an interface for using pooled arrays.
1056             </summary>
1057             <typeparam name="T">The array type content.</typeparam>
1058         </member>
1059         <member name="M:Newtonsoft.Json.IArrayPool`1.Rent(System.Int32)">
1060             <summary>
1061             Rent a array from the pool. This array must be returned when it is no longer needed.
1062             </summary>
1063             <param name="minimumLength">The minimum required length of the array. The returned array may be longer.</param>
1064             <returns>The rented array from the pool. This array must be returned when it is no longer needed.</returns>
1065         </member>
1066         <member name="M:Newtonsoft.Json.IArrayPool`1.Return(`0[])">
1067             <summary>
1068             Return an array to the pool.
1069             </summary>
1070             <param name="array">The array that is being returned.</param>
1071         </member>
1072         <member name="T:Newtonsoft.Json.IJsonLineInfo">
1073             <summary>
1074             Provides an interface to enable a class to return line and position information.
1075             </summary>
1076         </member>
1077         <member name="M:Newtonsoft.Json.IJsonLineInfo.HasLineInfo">
1078             <summary>
1079             Gets a value indicating whether the class can return line information.
1080             </summary>
1081             <returns>
1082                 <c>true</c> if LineNumber and LinePosition can be provided; otherwise, <c>false</c>.
1083             </returns>
1084         </member>
1085         <member name="P:Newtonsoft.Json.IJsonLineInfo.LineNumber">
1086             <summary>
1087             Gets the current line number.
1088             </summary>
1089             <value>The current line number or 0 if no line information is available (for example, HasLineInfo returns false).</value>
1090         </member>
1091         <member name="P:Newtonsoft.Json.IJsonLineInfo.LinePosition">
1092             <summary>
1093             Gets the current line position.
1094             </summary>
1095             <value>The current line position or 0 if no line information is available (for example, HasLineInfo returns false).</value>
1096         </member>
1097         <member name="T:Newtonsoft.Json.JsonArrayAttribute">
1098             <summary>
1099             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the collection.
1100             </summary>
1101         </member>
1102         <member name="P:Newtonsoft.Json.JsonArrayAttribute.AllowNullItems">
1103             <summary>
1104             Gets or sets a value indicating whether null items are allowed in the collection.
1105             </summary>
1106             <value><c>true</c> if null items are allowed in the collection; otherwise, <c>false</c>.</value>
1107         </member>
1108         <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor">
1109             <summary>
1110             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonArrayAttribute"/> class.
1111             </summary>
1112         </member>
1113         <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor(System.Boolean)">
1114             <summary>
1115             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with a flag indicating whether the array can contain null items
1116             </summary>
1117             <param name="allowNullItems">A flag indicating whether the array can contain null items.</param>
1118         </member>
1119         <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor(System.String)">
1120             <summary>
1121             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonArrayAttribute"/> class with the specified container Id.
1122             </summary>
1123             <param name="id">The container Id.</param>
1124         </member>
1125         <member name="T:Newtonsoft.Json.JsonConstructorAttribute">
1126             <summary>
1127             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to use the specified constructor when deserializing that object.
1128             </summary>
1129         </member>
1130         <member name="T:Newtonsoft.Json.JsonContainerAttribute">
1131             <summary>
1132             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the object.
1133             </summary>
1134         </member>
1135         <member name="P:Newtonsoft.Json.JsonContainerAttribute.Id">
1136             <summary>
1137             Gets or sets the id.
1138             </summary>
1139             <value>The id.</value>
1140         </member>
1141         <member name="P:Newtonsoft.Json.JsonContainerAttribute.Title">
1142             <summary>
1143             Gets or sets the title.
1144             </summary>
1145             <value>The title.</value>
1146         </member>
1147         <member name="P:Newtonsoft.Json.JsonContainerAttribute.Description">
1148             <summary>
1149             Gets or sets the description.
1150             </summary>
1151             <value>The description.</value>
1152         </member>
1153         <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemConverterType">
1154             <summary>
1155             Gets or sets the collection's items converter.
1156             </summary>
1157             <value>The collection's items converter.</value>
1158         </member>
1159         <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemConverterParameters">
1160             <summary>
1161             The parameter list to use when constructing the <see cref="T:Newtonsoft.Json.JsonConverter"/> described by ItemConverterType.
1162             If null, the default constructor is used.
1163             When non-null, there must be a constructor defined in the <see cref="T:Newtonsoft.Json.JsonConverter"/> that exactly matches the number,
1164             order, and type of these parameters.
1165             </summary>
1166             <example>
1167             [JsonContainer(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })]
1168             </example>
1169         </member>
1170         <member name="P:Newtonsoft.Json.JsonContainerAttribute.NamingStrategyType">
1171             <summary>
1172             Gets or sets the <see cref="T:System.Type"/> of the <see cref="T:Newtonsoft.Json.Serialization.NamingStrategy"/>.
1173             </summary>
1174             <value>The <see cref="T:System.Type"/> of the <see cref="T:Newtonsoft.Json.Serialization.NamingStrategy"/>.</value>
1175         </member>
1176         <member name="P:Newtonsoft.Json.JsonContainerAttribute.NamingStrategyParameters">
1177             <summary>
1178             The parameter list to use when constructing the <see cref="T:Newtonsoft.Json.Serialization.NamingStrategy"/> described by NamingStrategyType.  
1179             If null, the default constructor is used.
1180             When non-null, there must be a constructor defined in the <see cref="T:Newtonsoft.Json.Serialization.NamingStrategy"/> that exactly matches the number,
1181             order, and type of these parameters.
1182             </summary>
1183             <example>
1184             [JsonContainer(NamingStrategyType = typeof(MyNamingStrategy), NamingStrategyParameters = new object[] { 123, "Four" })]
1185             </example>
1186         </member>
1187         <member name="P:Newtonsoft.Json.JsonContainerAttribute.IsReference">
1188             <summary>
1189             Gets or sets a value that indicates whether to preserve object references.
1190             </summary>
1191             <value>
1192                 <c>true</c> to keep object reference; otherwise, <c>false</c>. The default is <c>false</c>.
1193             </value>
1194         </member>
1195         <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemIsReference">
1196             <summary>
1197             Gets or sets a value that indicates whether to preserve collection's items references.
1198             </summary>
1199             <value>
1200                 <c>true</c> to keep collection's items object references; otherwise, <c>false</c>. The default is <c>false</c>.
1201             </value>
1202         </member>
1203         <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemReferenceLoopHandling">
1204             <summary>
1205             Gets or sets the reference loop handling used when serializing the collection's items.
1206             </summary>
1207             <value>The reference loop handling.</value>
1208         </member>
1209         <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemTypeNameHandling">
1210             <summary>
1211             Gets or sets the type name handling used when serializing the collection's items.
1212             </summary>
1213             <value>The type name handling.</value>
1214         </member>
1215         <member name="M:Newtonsoft.Json.JsonContainerAttribute.#ctor">
1216             <summary>
1217             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonContainerAttribute"/> class.
1218             </summary>
1219         </member>
1220         <member name="M:Newtonsoft.Json.JsonContainerAttribute.#ctor(System.String)">
1221             <summary>
1222             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonContainerAttribute"/> class with the specified container Id.
1223             </summary>
1224             <param name="id">The container Id.</param>
1225         </member>
1226         <member name="T:Newtonsoft.Json.JsonConvert">
1227             <summary>
1228             Provides methods for converting between common language runtime types and JSON types.
1229             </summary>
1230             <example>
1231               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="SerializeObject" title="Serializing and Deserializing JSON with JsonConvert" />
1232             </example>
1233         </member>
1234         <member name="P:Newtonsoft.Json.JsonConvert.DefaultSettings">
1235             <summary>
1236             Gets or sets a function that creates default <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1237             Default settings are automatically used by serialization methods on <see cref="T:Newtonsoft.Json.JsonConvert"/>,
1238             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"/>.
1239             To serialize without using any default settings create a <see cref="T:Newtonsoft.Json.JsonSerializer"/> with
1240             <see cref="M:Newtonsoft.Json.JsonSerializer.Create"/>.
1241             </summary>
1242         </member>
1243         <member name="F:Newtonsoft.Json.JsonConvert.True">
1244             <summary>
1245             Represents JavaScript's boolean value true as a string. This field is read-only.
1246             </summary>
1247         </member>
1248         <member name="F:Newtonsoft.Json.JsonConvert.False">
1249             <summary>
1250             Represents JavaScript's boolean value false as a string. This field is read-only.
1251             </summary>
1252         </member>
1253         <member name="F:Newtonsoft.Json.JsonConvert.Null">
1254             <summary>
1255             Represents JavaScript's null as a string. This field is read-only.
1256             </summary>
1257         </member>
1258         <member name="F:Newtonsoft.Json.JsonConvert.Undefined">
1259             <summary>
1260             Represents JavaScript's undefined as a string. This field is read-only.
1261             </summary>
1262         </member>
1263         <member name="F:Newtonsoft.Json.JsonConvert.PositiveInfinity">
1264             <summary>
1265             Represents JavaScript's positive infinity as a string. This field is read-only.
1266             </summary>
1267         </member>
1268         <member name="F:Newtonsoft.Json.JsonConvert.NegativeInfinity">
1269             <summary>
1270             Represents JavaScript's negative infinity as a string. This field is read-only.
1271             </summary>
1272         </member>
1273         <member name="F:Newtonsoft.Json.JsonConvert.NaN">
1274             <summary>
1275             Represents JavaScript's NaN as a string. This field is read-only.
1276             </summary>
1277         </member>
1278         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTime)">
1279             <summary>
1280             Converts the <see cref="T:System.DateTime"/> to its JSON string representation.
1281             </summary>
1282             <param name="value">The value to convert.</param>
1283             <returns>A JSON string representation of the <see cref="T:System.DateTime"/>.</returns>
1284         </member>
1285         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTime,Newtonsoft.Json.DateFormatHandling,Newtonsoft.Json.DateTimeZoneHandling)">
1286             <summary>
1287             Converts the <see cref="T:System.DateTime"/> to its JSON string representation using the <see cref="T:Newtonsoft.Json.DateFormatHandling"/> specified.
1288             </summary>
1289             <param name="value">The value to convert.</param>
1290             <param name="format">The format the date will be converted to.</param>
1291             <param name="timeZoneHandling">The time zone handling when the date is converted to a string.</param>
1292             <returns>A JSON string representation of the <see cref="T:System.DateTime"/>.</returns>
1293         </member>
1294         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTimeOffset)">
1295             <summary>
1296             Converts the <see cref="T:System.DateTimeOffset"/> to its JSON string representation.
1297             </summary>
1298             <param name="value">The value to convert.</param>
1299             <returns>A JSON string representation of the <see cref="T:System.DateTimeOffset"/>.</returns>
1300         </member>
1301         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTimeOffset,Newtonsoft.Json.DateFormatHandling)">
1302             <summary>
1303             Converts the <see cref="T:System.DateTimeOffset"/> to its JSON string representation using the <see cref="T:Newtonsoft.Json.DateFormatHandling"/> specified.
1304             </summary>
1305             <param name="value">The value to convert.</param>
1306             <param name="format">The format the date will be converted to.</param>
1307             <returns>A JSON string representation of the <see cref="T:System.DateTimeOffset"/>.</returns>
1308         </member>
1309         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Boolean)">
1310             <summary>
1311             Converts the <see cref="T:System.Boolean"/> to its JSON string representation.
1312             </summary>
1313             <param name="value">The value to convert.</param>
1314             <returns>A JSON string representation of the <see cref="T:System.Boolean"/>.</returns>
1315         </member>
1316         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Char)">
1317             <summary>
1318             Converts the <see cref="T:System.Char"/> to its JSON string representation.
1319             </summary>
1320             <param name="value">The value to convert.</param>
1321             <returns>A JSON string representation of the <see cref="T:System.Char"/>.</returns>
1322         </member>
1323         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Enum)">
1324             <summary>
1325             Converts the <see cref="T:System.Enum"/> to its JSON string representation.
1326             </summary>
1327             <param name="value">The value to convert.</param>
1328             <returns>A JSON string representation of the <see cref="T:System.Enum"/>.</returns>
1329         </member>
1330         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int32)">
1331             <summary>
1332             Converts the <see cref="T:System.Int32"/> to its JSON string representation.
1333             </summary>
1334             <param name="value">The value to convert.</param>
1335             <returns>A JSON string representation of the <see cref="T:System.Int32"/>.</returns>
1336         </member>
1337         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int16)">
1338             <summary>
1339             Converts the <see cref="T:System.Int16"/> to its JSON string representation.
1340             </summary>
1341             <param name="value">The value to convert.</param>
1342             <returns>A JSON string representation of the <see cref="T:System.Int16"/>.</returns>
1343         </member>
1344         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt16)">
1345             <summary>
1346             Converts the <see cref="T:System.UInt16"/> to its JSON string representation.
1347             </summary>
1348             <param name="value">The value to convert.</param>
1349             <returns>A JSON string representation of the <see cref="T:System.UInt16"/>.</returns>
1350         </member>
1351         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt32)">
1352             <summary>
1353             Converts the <see cref="T:System.UInt32"/> to its JSON string representation.
1354             </summary>
1355             <param name="value">The value to convert.</param>
1356             <returns>A JSON string representation of the <see cref="T:System.UInt32"/>.</returns>
1357         </member>
1358         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int64)">
1359             <summary>
1360             Converts the <see cref="T:System.Int64"/>  to its JSON string representation.
1361             </summary>
1362             <param name="value">The value to convert.</param>
1363             <returns>A JSON string representation of the <see cref="T:System.Int64"/>.</returns>
1364         </member>
1365         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt64)">
1366             <summary>
1367             Converts the <see cref="T:System.UInt64"/> to its JSON string representation.
1368             </summary>
1369             <param name="value">The value to convert.</param>
1370             <returns>A JSON string representation of the <see cref="T:System.UInt64"/>.</returns>
1371         </member>
1372         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Single)">
1373             <summary>
1374             Converts the <see cref="T:System.Single"/> to its JSON string representation.
1375             </summary>
1376             <param name="value">The value to convert.</param>
1377             <returns>A JSON string representation of the <see cref="T:System.Single"/>.</returns>
1378         </member>
1379         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Double)">
1380             <summary>
1381             Converts the <see cref="T:System.Double"/> to its JSON string representation.
1382             </summary>
1383             <param name="value">The value to convert.</param>
1384             <returns>A JSON string representation of the <see cref="T:System.Double"/>.</returns>
1385         </member>
1386         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Byte)">
1387             <summary>
1388             Converts the <see cref="T:System.Byte"/> to its JSON string representation.
1389             </summary>
1390             <param name="value">The value to convert.</param>
1391             <returns>A JSON string representation of the <see cref="T:System.Byte"/>.</returns>
1392         </member>
1393         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.SByte)">
1394             <summary>
1395             Converts the <see cref="T:System.SByte"/> to its JSON string representation.
1396             </summary>
1397             <param name="value">The value to convert.</param>
1398             <returns>A JSON string representation of the <see cref="T:System.SByte"/>.</returns>
1399         </member>
1400         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Decimal)">
1401             <summary>
1402             Converts the <see cref="T:System.Decimal"/> to its JSON string representation.
1403             </summary>
1404             <param name="value">The value to convert.</param>
1405             <returns>A JSON string representation of the <see cref="T:System.SByte"/>.</returns>
1406         </member>
1407         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Guid)">
1408             <summary>
1409             Converts the <see cref="T:System.Guid"/> to its JSON string representation.
1410             </summary>
1411             <param name="value">The value to convert.</param>
1412             <returns>A JSON string representation of the <see cref="T:System.Guid"/>.</returns>
1413         </member>
1414         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.TimeSpan)">
1415             <summary>
1416             Converts the <see cref="T:System.TimeSpan"/> to its JSON string representation.
1417             </summary>
1418             <param name="value">The value to convert.</param>
1419             <returns>A JSON string representation of the <see cref="T:System.TimeSpan"/>.</returns>
1420         </member>
1421         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Uri)">
1422             <summary>
1423             Converts the <see cref="T:System.Uri"/> to its JSON string representation.
1424             </summary>
1425             <param name="value">The value to convert.</param>
1426             <returns>A JSON string representation of the <see cref="T:System.Uri"/>.</returns>
1427         </member>
1428         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String)">
1429             <summary>
1430             Converts the <see cref="T:System.String"/> to its JSON string representation.
1431             </summary>
1432             <param name="value">The value to convert.</param>
1433             <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns>
1434         </member>
1435         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String,System.Char)">
1436             <summary>
1437             Converts the <see cref="T:System.String"/> to its JSON string representation.
1438             </summary>
1439             <param name="value">The value to convert.</param>
1440             <param name="delimiter">The string delimiter character.</param>
1441             <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns>
1442         </member>
1443         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String,System.Char,Newtonsoft.Json.StringEscapeHandling)">
1444             <summary>
1445             Converts the <see cref="T:System.String"/> to its JSON string representation.
1446             </summary>
1447             <param name="value">The value to convert.</param>
1448             <param name="delimiter">The string delimiter character.</param>
1449             <param name="stringEscapeHandling">The string escape handling.</param>
1450             <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns>
1451         </member>
1452         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Object)">
1453             <summary>
1454             Converts the <see cref="T:System.Object"/> to its JSON string representation.
1455             </summary>
1456             <param name="value">The value to convert.</param>
1457             <returns>A JSON string representation of the <see cref="T:System.Object"/>.</returns>
1458         </member>
1459         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object)">
1460             <summary>
1461             Serializes the specified object to a JSON string.
1462             </summary>
1463             <param name="value">The object to serialize.</param>
1464             <returns>A JSON string representation of the object.</returns>
1465         </member>
1466         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting)">
1467             <summary>
1468             Serializes the specified object to a JSON string using formatting.
1469             </summary>
1470             <param name="value">The object to serialize.</param>
1471             <param name="formatting">Indicates how the output is formatted.</param>
1472             <returns>
1473             A JSON string representation of the object.
1474             </returns>
1475         </member>
1476         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.JsonConverter[])">
1477             <summary>
1478             Serializes the specified object to a JSON string using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1479             </summary>
1480             <param name="value">The object to serialize.</param>
1481             <param name="converters">A collection converters used while serializing.</param>
1482             <returns>A JSON string representation of the object.</returns>
1483         </member>
1484         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[])">
1485             <summary>
1486             Serializes the specified object to a JSON string using formatting and a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1487             </summary>
1488             <param name="value">The object to serialize.</param>
1489             <param name="formatting">Indicates how the output is formatted.</param>
1490             <param name="converters">A collection converters used while serializing.</param>
1491             <returns>A JSON string representation of the object.</returns>
1492         </member>
1493         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.JsonSerializerSettings)">
1494             <summary>
1495             Serializes the specified object to a JSON string using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1496             </summary>
1497             <param name="value">The object to serialize.</param>
1498             <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.
1499             If this is null, default serialization settings will be used.</param>
1500             <returns>
1501             A JSON string representation of the object.
1502             </returns>
1503         </member>
1504         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,System.Type,Newtonsoft.Json.JsonSerializerSettings)">
1505             <summary>
1506             Serializes the specified object to a JSON string using a type, formatting and <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1507             </summary>
1508             <param name="value">The object to serialize.</param>
1509             <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.
1510             If this is null, default serialization settings will be used.</param>
1511             <param name="type">
1512             The type of the value being serialized.
1513             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.
1514             Specifing the type is optional.
1515             </param>
1516             <returns>
1517             A JSON string representation of the object.
1518             </returns>
1519         </member>
1520         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)">
1521             <summary>
1522             Serializes the specified object to a JSON string using formatting and <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1523             </summary>
1524             <param name="value">The object to serialize.</param>
1525             <param name="formatting">Indicates how the output is formatted.</param>
1526             <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.
1527             If this is null, default serialization settings will be used.</param>
1528             <returns>
1529             A JSON string representation of the object.
1530             </returns>
1531         </member>
1532         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,System.Type,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)">
1533             <summary>
1534             Serializes the specified object to a JSON string using a type, formatting and <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1535             </summary>
1536             <param name="value">The object to serialize.</param>
1537             <param name="formatting">Indicates how the output is formatted.</param>
1538             <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.
1539             If this is null, default serialization settings will be used.</param>
1540             <param name="type">
1541             The type of the value being serialized.
1542             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.
1543             Specifing the type is optional.
1544             </param>
1545             <returns>
1546             A JSON string representation of the object.
1547             </returns>
1548         </member>
1549         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObjectAsync(System.Object)">
1550             <summary>
1551             Asynchronously serializes the specified object to a JSON string.
1552             Serialization will happen on a new thread.
1553             </summary>
1554             <param name="value">The object to serialize.</param>
1555             <returns>
1556             A task that represents the asynchronous serialize operation. The value of the <c>TResult</c> parameter contains a JSON string representation of the object.
1557             </returns>
1558         </member>
1559         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObjectAsync(System.Object,Newtonsoft.Json.Formatting)">
1560             <summary>
1561             Asynchronously serializes the specified object to a JSON string using formatting.
1562             Serialization will happen on a new thread.
1563             </summary>
1564             <param name="value">The object to serialize.</param>
1565             <param name="formatting">Indicates how the output is formatted.</param>
1566             <returns>
1567             A task that represents the asynchronous serialize operation. The value of the <c>TResult</c> parameter contains a JSON string representation of the object.
1568             </returns>
1569         </member>
1570         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObjectAsync(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)">
1571             <summary>
1572             Asynchronously serializes the specified object to a JSON string using formatting and a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1573             Serialization will happen on a new thread.
1574             </summary>
1575             <param name="value">The object to serialize.</param>
1576             <param name="formatting">Indicates how the output is formatted.</param>
1577             <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.
1578             If this is null, default serialization settings will be used.</param>
1579             <returns>
1580             A task that represents the asynchronous serialize operation. The value of the <c>TResult</c> parameter contains a JSON string representation of the object.
1581             </returns>
1582         </member>
1583         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String)">
1584             <summary>
1585             Deserializes the JSON to a .NET object.
1586             </summary>
1587             <param name="value">The JSON to deserialize.</param>
1588             <returns>The deserialized object from the JSON string.</returns>
1589         </member>
1590         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,Newtonsoft.Json.JsonSerializerSettings)">
1591             <summary>
1592             Deserializes the JSON to a .NET object using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1593             </summary>
1594             <param name="value">The JSON to deserialize.</param>
1595             <param name="settings">
1596             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1597             If this is null, default serialization settings will be used.
1598             </param>
1599             <returns>The deserialized object from the JSON string.</returns>
1600         </member>
1601         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type)">
1602             <summary>
1603             Deserializes the JSON to the specified .NET type.
1604             </summary>
1605             <param name="value">The JSON to deserialize.</param>
1606             <param name="type">The <see cref="T:System.Type"/> of object being deserialized.</param>
1607             <returns>The deserialized object from the JSON string.</returns>
1608         </member>
1609         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String)">
1610             <summary>
1611             Deserializes the JSON to the specified .NET type.
1612             </summary>
1613             <typeparam name="T">The type of the object to deserialize to.</typeparam>
1614             <param name="value">The JSON to deserialize.</param>
1615             <returns>The deserialized object from the JSON string.</returns>
1616         </member>
1617         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeAnonymousType``1(System.String,``0)">
1618             <summary>
1619             Deserializes the JSON to the given anonymous type.
1620             </summary>
1621             <typeparam name="T">
1622             The anonymous type to deserialize to. This can't be specified
1623             traditionally and must be infered from the anonymous type passed
1624             as a parameter.
1625             </typeparam>
1626             <param name="value">The JSON to deserialize.</param>
1627             <param name="anonymousTypeObject">The anonymous type object.</param>
1628             <returns>The deserialized anonymous type from the JSON string.</returns>
1629         </member>
1630         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeAnonymousType``1(System.String,``0,Newtonsoft.Json.JsonSerializerSettings)">
1631             <summary>
1632             Deserializes the JSON to the given anonymous type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1633             </summary>
1634             <typeparam name="T">
1635             The anonymous type to deserialize to. This can't be specified
1636             traditionally and must be infered from the anonymous type passed
1637             as a parameter.
1638             </typeparam>
1639             <param name="value">The JSON to deserialize.</param>
1640             <param name="anonymousTypeObject">The anonymous type object.</param>
1641             <param name="settings">
1642             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1643             If this is null, default serialization settings will be used.
1644             </param>
1645             <returns>The deserialized anonymous type from the JSON string.</returns>
1646         </member>
1647         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String,Newtonsoft.Json.JsonConverter[])">
1648             <summary>
1649             Deserializes the JSON to the specified .NET type using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1650             </summary>
1651             <typeparam name="T">The type of the object to deserialize to.</typeparam>
1652             <param name="value">The JSON to deserialize.</param>
1653             <param name="converters">Converters to use while deserializing.</param>
1654             <returns>The deserialized object from the JSON string.</returns>
1655         </member>
1656         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String,Newtonsoft.Json.JsonSerializerSettings)">
1657             <summary>
1658             Deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1659             </summary>
1660             <typeparam name="T">The type of the object to deserialize to.</typeparam>
1661             <param name="value">The object to deserialize.</param>
1662             <param name="settings">
1663             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1664             If this is null, default serialization settings will be used.
1665             </param>
1666             <returns>The deserialized object from the JSON string.</returns>
1667         </member>
1668         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type,Newtonsoft.Json.JsonConverter[])">
1669             <summary>
1670             Deserializes the JSON to the specified .NET type using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1671             </summary>
1672             <param name="value">The JSON to deserialize.</param>
1673             <param name="type">The type of the object to deserialize.</param>
1674             <param name="converters">Converters to use while deserializing.</param>
1675             <returns>The deserialized object from the JSON string.</returns>
1676         </member>
1677         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type,Newtonsoft.Json.JsonSerializerSettings)">
1678             <summary>
1679             Deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1680             </summary>
1681             <param name="value">The JSON to deserialize.</param>
1682             <param name="type">The type of the object to deserialize to.</param>
1683             <param name="settings">
1684             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1685             If this is null, default serialization settings will be used.
1686             </param>
1687             <returns>The deserialized object from the JSON string.</returns>
1688         </member>
1689         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObjectAsync``1(System.String)">
1690             <summary>
1691             Asynchronously deserializes the JSON to the specified .NET type.
1692             Deserialization will happen on a new thread.
1693             </summary>
1694             <typeparam name="T">The type of the object to deserialize to.</typeparam>
1695             <param name="value">The JSON to deserialize.</param>
1696             <returns>
1697             A task that represents the asynchronous deserialize operation. The value of the <c>TResult</c> parameter contains the deserialized object from the JSON string.
1698             </returns>
1699         </member>
1700         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObjectAsync``1(System.String,Newtonsoft.Json.JsonSerializerSettings)">
1701             <summary>
1702             Asynchronously deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1703             Deserialization will happen on a new thread.
1704             </summary>
1705             <typeparam name="T">The type of the object to deserialize to.</typeparam>
1706             <param name="value">The JSON to deserialize.</param>
1707             <param name="settings">
1708             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1709             If this is null, default serialization settings will be used.
1710             </param>
1711             <returns>
1712             A task that represents the asynchronous deserialize operation. The value of the <c>TResult</c> parameter contains the deserialized object from the JSON string.
1713             </returns>
1714         </member>
1715         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObjectAsync(System.String)">
1716             <summary>
1717             Asynchronously deserializes the JSON to the specified .NET type.
1718             Deserialization will happen on a new thread.
1719             </summary>
1720             <param name="value">The JSON to deserialize.</param>
1721             <returns>
1722             A task that represents the asynchronous deserialize operation. The value of the <c>TResult</c> parameter contains the deserialized object from the JSON string.
1723             </returns>
1724         </member>
1725         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObjectAsync(System.String,System.Type,Newtonsoft.Json.JsonSerializerSettings)">
1726             <summary>
1727             Asynchronously deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1728             Deserialization will happen on a new thread.
1729             </summary>
1730             <param name="value">The JSON to deserialize.</param>
1731             <param name="type">The type of the object to deserialize to.</param>
1732             <param name="settings">
1733             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1734             If this is null, default serialization settings will be used.
1735             </param>
1736             <returns>
1737             A task that represents the asynchronous deserialize operation. The value of the <c>TResult</c> parameter contains the deserialized object from the JSON string.
1738             </returns>
1739         </member>
1740         <member name="M:Newtonsoft.Json.JsonConvert.PopulateObject(System.String,System.Object)">
1741             <summary>
1742             Populates the object with values from the JSON string.
1743             </summary>
1744             <param name="value">The JSON to populate values from.</param>
1745             <param name="target">The target object to populate values onto.</param>
1746         </member>
1747         <member name="M:Newtonsoft.Json.JsonConvert.PopulateObject(System.String,System.Object,Newtonsoft.Json.JsonSerializerSettings)">
1748             <summary>
1749             Populates the object with values from the JSON string using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1750             </summary>
1751             <param name="value">The JSON to populate values from.</param>
1752             <param name="target">The target object to populate values onto.</param>
1753             <param name="settings">
1754             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1755             If this is null, default serialization settings will be used.
1756             </param>
1757         </member>
1758         <member name="M:Newtonsoft.Json.JsonConvert.PopulateObjectAsync(System.String,System.Object,Newtonsoft.Json.JsonSerializerSettings)">
1759             <summary>
1760             Asynchronously populates the object with values from the JSON string using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1761             </summary>
1762             <param name="value">The JSON to populate values from.</param>
1763             <param name="target">The target object to populate values onto.</param>
1764             <param name="settings">
1765             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1766             If this is null, default serialization settings will be used.
1767             </param>
1768             <returns>
1769             A task that represents the asynchronous populate operation.
1770             </returns>
1771         </member>
1772         <member name="M:Newtonsoft.Json.JsonConvert.SerializeXmlNode(System.Xml.XmlNode)">
1773             <summary>
1774             Serializes the XML node to a JSON string.
1775             </summary>
1776             <param name="node">The node to serialize.</param>
1777             <returns>A JSON string of the XmlNode.</returns>
1778         </member>
1779         <member name="M:Newtonsoft.Json.JsonConvert.SerializeXmlNode(System.Xml.XmlNode,Newtonsoft.Json.Formatting)">
1780             <summary>
1781             Serializes the XML node to a JSON string using formatting.
1782             </summary>
1783             <param name="node">The node to serialize.</param>
1784             <param name="formatting">Indicates how the output is formatted.</param>
1785             <returns>A JSON string of the XmlNode.</returns>
1786         </member>
1787         <member name="M:Newtonsoft.Json.JsonConvert.SerializeXmlNode(System.Xml.XmlNode,Newtonsoft.Json.Formatting,System.Boolean)">
1788             <summary>
1789             Serializes the XML node to a JSON string using formatting and omits the root object if <paramref name="omitRootObject"/> is <c>true</c>.
1790             </summary>
1791             <param name="node">The node to serialize.</param>
1792             <param name="formatting">Indicates how the output is formatted.</param>
1793             <param name="omitRootObject">Omits writing the root object.</param>
1794             <returns>A JSON string of the XmlNode.</returns>
1795         </member>
1796         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXmlNode(System.String)">
1797             <summary>
1798             Deserializes the XmlNode from a JSON string.
1799             </summary>
1800             <param name="value">The JSON string.</param>
1801             <returns>The deserialized XmlNode</returns>
1802         </member>
1803         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXmlNode(System.String,System.String)">
1804             <summary>
1805             Deserializes the XmlNode from a JSON string nested in a root elment specified by <paramref name="deserializeRootElementName"/>.
1806             </summary>
1807             <param name="value">The JSON string.</param>
1808             <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param>
1809             <returns>The deserialized XmlNode</returns>
1810         </member>
1811         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXmlNode(System.String,System.String,System.Boolean)">
1812             <summary>
1813             Deserializes the XmlNode from a JSON string nested in a root elment specified by <paramref name="deserializeRootElementName"/>
1814             and writes a .NET array attribute for collections.
1815             </summary>
1816             <param name="value">The JSON string.</param>
1817             <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param>
1818             <param name="writeArrayAttribute">
1819             A flag to indicate whether to write the Json.NET array attribute.
1820             This attribute helps preserve arrays when converting the written XML back to JSON.
1821             </param>
1822             <returns>The deserialized XmlNode</returns>
1823         </member>
1824         <member name="M:Newtonsoft.Json.JsonConvert.SerializeXNode(System.Xml.Linq.XObject)">
1825             <summary>
1826             Serializes the <see cref="T:System.Xml.Linq.XNode"/> to a JSON string.
1827             </summary>
1828             <param name="node">The node to convert to JSON.</param>
1829             <returns>A JSON string of the XNode.</returns>
1830         </member>
1831         <member name="M:Newtonsoft.Json.JsonConvert.SerializeXNode(System.Xml.Linq.XObject,Newtonsoft.Json.Formatting)">
1832             <summary>
1833             Serializes the <see cref="T:System.Xml.Linq.XNode"/> to a JSON string using formatting.
1834             </summary>
1835             <param name="node">The node to convert to JSON.</param>
1836             <param name="formatting">Indicates how the output is formatted.</param>
1837             <returns>A JSON string of the XNode.</returns>
1838         </member>
1839         <member name="M:Newtonsoft.Json.JsonConvert.SerializeXNode(System.Xml.Linq.XObject,Newtonsoft.Json.Formatting,System.Boolean)">
1840             <summary>
1841             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>.
1842             </summary>
1843             <param name="node">The node to serialize.</param>
1844             <param name="formatting">Indicates how the output is formatted.</param>
1845             <param name="omitRootObject">Omits writing the root object.</param>
1846             <returns>A JSON string of the XNode.</returns>
1847         </member>
1848         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXNode(System.String)">
1849             <summary>
1850             Deserializes the <see cref="T:System.Xml.Linq.XNode"/> from a JSON string.
1851             </summary>
1852             <param name="value">The JSON string.</param>
1853             <returns>The deserialized XNode</returns>
1854         </member>
1855         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXNode(System.String,System.String)">
1856             <summary>
1857             Deserializes the <see cref="T:System.Xml.Linq.XNode"/> from a JSON string nested in a root elment specified by <paramref name="deserializeRootElementName"/>.
1858             </summary>
1859             <param name="value">The JSON string.</param>
1860             <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param>
1861             <returns>The deserialized XNode</returns>
1862         </member>
1863         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXNode(System.String,System.String,System.Boolean)">
1864             <summary>
1865             Deserializes the <see cref="T:System.Xml.Linq.XNode"/> from a JSON string nested in a root elment specified by <paramref name="deserializeRootElementName"/>
1866             and writes a .NET array attribute for collections.
1867             </summary>
1868             <param name="value">The JSON string.</param>
1869             <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param>
1870             <param name="writeArrayAttribute">
1871             A flag to indicate whether to write the Json.NET array attribute.
1872             This attribute helps preserve arrays when converting the written XML back to JSON.
1873             </param>
1874             <returns>The deserialized XNode</returns>
1875         </member>
1876         <member name="T:Newtonsoft.Json.JsonConverter">
1877             <summary>
1878             Converts an object to and from JSON.
1879             </summary>
1880         </member>
1881         <member name="M:Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1882             <summary>
1883             Writes the JSON representation of the object.
1884             </summary>
1885             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1886             <param name="value">The value.</param>
1887             <param name="serializer">The calling serializer.</param>
1888         </member>
1889         <member name="M:Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1890             <summary>
1891             Reads the JSON representation of the object.
1892             </summary>
1893             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1894             <param name="objectType">Type of the object.</param>
1895             <param name="existingValue">The existing value of object being read.</param>
1896             <param name="serializer">The calling serializer.</param>
1897             <returns>The object value.</returns>
1898         </member>
1899         <member name="M:Newtonsoft.Json.JsonConverter.CanConvert(System.Type)">
1900             <summary>
1901             Determines whether this instance can convert the specified object type.
1902             </summary>
1903             <param name="objectType">Type of the object.</param>
1904             <returns>
1905                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1906             </returns>
1907         </member>
1908         <member name="M:Newtonsoft.Json.JsonConverter.GetSchema">
1909             <summary>
1910             <para>
1911             Gets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of the JSON produced by the JsonConverter.
1912             </para>
1913             <note type="caution">
1914             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.
1915             </note>
1916             </summary>
1917             <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of the JSON produced by the JsonConverter.</returns>
1918         </member>
1919         <member name="P:Newtonsoft.Json.JsonConverter.CanRead">
1920             <summary>
1921             Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can read JSON.
1922             </summary>
1923             <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can read JSON; otherwise, <c>false</c>.</value>
1924         </member>
1925         <member name="P:Newtonsoft.Json.JsonConverter.CanWrite">
1926             <summary>
1927             Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON.
1928             </summary>
1929             <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.</value>
1930         </member>
1931         <member name="T:Newtonsoft.Json.JsonConverterAttribute">
1932             <summary>
1933             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to use the specified <see cref="T:Newtonsoft.Json.JsonConverter"/> when serializing the member or class.
1934             </summary>
1935         </member>
1936         <member name="P:Newtonsoft.Json.JsonConverterAttribute.ConverterType">
1937             <summary>
1938             Gets the <see cref="T:System.Type"/> of the <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1939             </summary>
1940             <value>The <see cref="T:System.Type"/> of the <see cref="T:Newtonsoft.Json.JsonConverter"/>.</value>
1941         </member>
1942         <member name="P:Newtonsoft.Json.JsonConverterAttribute.ConverterParameters">
1943             <summary>
1944             The parameter list to use when constructing the <see cref="T:Newtonsoft.Json.JsonConverter"/> described by ConverterType.  
1945             If null, the default constructor is used.
1946             </summary>
1947         </member>
1948         <member name="M:Newtonsoft.Json.JsonConverterAttribute.#ctor(System.Type)">
1949             <summary>
1950             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonConverterAttribute"/> class.
1951             </summary>
1952             <param name="converterType">Type of the <see cref="T:Newtonsoft.Json.JsonConverter"/>.</param>
1953         </member>
1954         <member name="M:Newtonsoft.Json.JsonConverterAttribute.#ctor(System.Type,System.Object[])">
1955             <summary>
1956             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonConverterAttribute"/> class.
1957             </summary>
1958             <param name="converterType">Type of the <see cref="T:Newtonsoft.Json.JsonConverter"/>.</param>
1959             <param name="converterParameters">Parameter list to use when constructing the <see cref="T:Newtonsoft.Json.JsonConverter"/>. Can be null.</param>
1960         </member>
1961         <member name="T:Newtonsoft.Json.JsonConverterCollection">
1962             <summary>
1963             Represents a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1964             </summary>
1965         </member>
1966         <member name="T:Newtonsoft.Json.JsonDictionaryAttribute">
1967             <summary>
1968             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the collection.
1969             </summary>
1970         </member>
1971         <member name="M:Newtonsoft.Json.JsonDictionaryAttribute.#ctor">
1972             <summary>
1973             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonDictionaryAttribute"/> class.
1974             </summary>
1975         </member>
1976         <member name="M:Newtonsoft.Json.JsonDictionaryAttribute.#ctor(System.String)">
1977             <summary>
1978             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonDictionaryAttribute"/> class with the specified container Id.
1979             </summary>
1980             <param name="id">The container Id.</param>
1981         </member>
1982         <member name="T:Newtonsoft.Json.JsonException">
1983             <summary>
1984             The exception thrown when an error occurs during JSON serialization or deserialization.
1985             </summary>
1986         </member>
1987         <member name="M:Newtonsoft.Json.JsonException.#ctor">
1988             <summary>
1989             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class.
1990             </summary>
1991         </member>
1992         <member name="M:Newtonsoft.Json.JsonException.#ctor(System.String)">
1993             <summary>
1994             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class
1995             with a specified error message.
1996             </summary>
1997             <param name="message">The error message that explains the reason for the exception.</param>
1998         </member>
1999         <member name="M:Newtonsoft.Json.JsonException.#ctor(System.String,System.Exception)">
2000             <summary>
2001             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class
2002             with a specified error message and a reference to the inner exception that is the cause of this exception.
2003             </summary>
2004             <param name="message">The error message that explains the reason for the exception.</param>
2005             <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>
2006         </member>
2007         <member name="M:Newtonsoft.Json.JsonException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
2008             <summary>
2009             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class.
2010             </summary>
2011             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
2012             <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
2013             <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception>
2014             <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception>
2015         </member>
2016         <member name="T:Newtonsoft.Json.JsonExtensionDataAttribute">
2017             <summary>
2018             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to deserialize properties with no matching class member into the specified collection
2019             and write values during serialization.
2020             </summary>
2021         </member>
2022         <member name="P:Newtonsoft.Json.JsonExtensionDataAttribute.WriteData">
2023             <summary>
2024             Gets or sets a value that indicates whether to write extension data when serializing the object.
2025             </summary>
2026             <value>
2027                 <c>true</c> to write extension data when serializing the object; otherwise, <c>false</c>. The default is <c>true</c>.
2028             </value>
2029         </member>
2030         <member name="P:Newtonsoft.Json.JsonExtensionDataAttribute.ReadData">
2031             <summary>
2032             Gets or sets a value that indicates whether to read extension data when deserializing the object.
2033             </summary>
2034             <value>
2035                 <c>true</c> to read extension data when deserializing the object; otherwise, <c>false</c>. The default is <c>true</c>.
2036             </value>
2037         </member>
2038         <member name="M:Newtonsoft.Json.JsonExtensionDataAttribute.#ctor">
2039             <summary>
2040             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonExtensionDataAttribute"/> class.
2041             </summary>
2042         </member>
2043         <member name="T:Newtonsoft.Json.JsonIgnoreAttribute">
2044             <summary>
2045             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> not to serialize the public field or public read/write property value.
2046             </summary>
2047         </member>
2048         <member name="T:Newtonsoft.Json.JsonObjectAttribute">
2049             <summary>
2050             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the object.
2051             </summary>
2052         </member>
2053         <member name="P:Newtonsoft.Json.JsonObjectAttribute.MemberSerialization">
2054             <summary>
2055             Gets or sets the member serialization.
2056             </summary>
2057             <value>The member serialization.</value>
2058         </member>
2059         <member name="P:Newtonsoft.Json.JsonObjectAttribute.ItemRequired">
2060             <summary>
2061             Gets or sets a value that indicates whether the object's properties are required.
2062             </summary>
2063             <value>
2064                 A value indicating whether the object's properties are required.
2065             </value>
2066         </member>
2067         <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor">
2068             <summary>
2069             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class.
2070             </summary>
2071         </member>
2072         <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor(Newtonsoft.Json.MemberSerialization)">
2073             <summary>
2074             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with the specified member serialization.
2075             </summary>
2076             <param name="memberSerialization">The member serialization.</param>
2077         </member>
2078         <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor(System.String)">
2079             <summary>
2080             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with the specified container Id.
2081             </summary>
2082             <param name="id">The container Id.</param>
2083         </member>
2084         <member name="T:Newtonsoft.Json.JsonPropertyAttribute">
2085             <summary>
2086             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to always serialize the member with the specified name.
2087             </summary>
2088         </member>
2089         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemConverterType">
2090             <summary>
2091             Gets or sets the <see cref="T:Newtonsoft.Json.JsonConverter"/> used when serializing the property's collection items.
2092             </summary>
2093             <value>The collection's items <see cref="T:Newtonsoft.Json.JsonConverter"/>.</value>
2094         </member>
2095         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemConverterParameters">
2096             <summary>
2097             The parameter list to use when constructing the <see cref="T:Newtonsoft.Json.JsonConverter"/> described by ItemConverterType.
2098             If null, the default constructor is used.
2099             When non-null, there must be a constructor defined in the <see cref="T:Newtonsoft.Json.JsonConverter"/> that exactly matches the number,
2100             order, and type of these parameters.
2101             </summary>
2102             <example>
2103             [JsonProperty(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })]
2104             </example>
2105         </member>
2106         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.NamingStrategyType">
2107             <summary>
2108             Gets or sets the <see cref="T:System.Type"/> of the <see cref="T:Newtonsoft.Json.Serialization.NamingStrategy"/>.
2109             </summary>
2110             <value>The <see cref="T:System.Type"/> of the <see cref="T:Newtonsoft.Json.Serialization.NamingStrategy"/>.</value>
2111         </member>
2112         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.NamingStrategyParameters">
2113             <summary>
2114             The parameter list to use when constructing the <see cref="T:Newtonsoft.Json.Serialization.NamingStrategy"/> described by NamingStrategyType.  
2115             If null, the default constructor is used.
2116             When non-null, there must be a constructor defined in the <see cref="T:Newtonsoft.Json.Serialization.NamingStrategy"/> that exactly matches the number,
2117             order, and type of these parameters.
2118             </summary>
2119             <example>
2120             [JsonProperty(NamingStrategyType = typeof(MyNamingStrategy), NamingStrategyParameters = new object[] { 123, "Four" })]
2121             </example>
2122         </member>
2123         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.NullValueHandling">
2124             <summary>
2125             Gets or sets the null value handling used when serializing this property.
2126             </summary>
2127             <value>The null value handling.</value>
2128         </member>
2129         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.DefaultValueHandling">
2130             <summary>
2131             Gets or sets the default value handling used when serializing this property.
2132             </summary>
2133             <value>The default value handling.</value>
2134         </member>
2135         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ReferenceLoopHandling">
2136             <summary>
2137             Gets or sets the reference loop handling used when serializing this property.
2138             </summary>
2139             <value>The reference loop handling.</value>
2140         </member>
2141         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ObjectCreationHandling">
2142             <summary>
2143             Gets or sets the object creation handling used when deserializing this property.
2144             </summary>
2145             <value>The object creation handling.</value>
2146         </member>
2147         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.TypeNameHandling">
2148             <summary>
2149             Gets or sets the type name handling used when serializing this property.
2150             </summary>
2151             <value>The type name handling.</value>
2152         </member>
2153         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.IsReference">
2154             <summary>
2155             Gets or sets whether this property's value is serialized as a reference.
2156             </summary>
2157             <value>Whether this property's value is serialized as a reference.</value>
2158         </member>
2159         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.Order">
2160             <summary>
2161             Gets or sets the order of serialization of a member.
2162             </summary>
2163             <value>The numeric order of serialization.</value>
2164         </member>
2165         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.Required">
2166             <summary>
2167             Gets or sets a value indicating whether this property is required.
2168             </summary>
2169             <value>
2170                 A value indicating whether this property is required.
2171             </value>
2172         </member>
2173         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.PropertyName">
2174             <summary>
2175             Gets or sets the name of the property.
2176             </summary>
2177             <value>The name of the property.</value>
2178         </member>
2179         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemReferenceLoopHandling">
2180             <summary>
2181             Gets or sets the the reference loop handling used when serializing the property's collection items.
2182             </summary>
2183             <value>The collection's items reference loop handling.</value>
2184         </member>
2185         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemTypeNameHandling">
2186             <summary>
2187             Gets or sets the the type name handling used when serializing the property's collection items.
2188             </summary>
2189             <value>The collection's items type name handling.</value>
2190         </member>
2191         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemIsReference">
2192             <summary>
2193             Gets or sets whether this property's collection items are serialized as a reference.
2194             </summary>
2195             <value>Whether this property's collection items are serialized as a reference.</value>
2196         </member>
2197         <member name="M:Newtonsoft.Json.JsonPropertyAttribute.#ctor">
2198             <summary>
2199             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> class.
2200             </summary>
2201         </member>
2202         <member name="M:Newtonsoft.Json.JsonPropertyAttribute.#ctor(System.String)">
2203             <summary>
2204             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> class with the specified name.
2205             </summary>
2206             <param name="propertyName">Name of the property.</param>
2207         </member>
2208         <member name="T:Newtonsoft.Json.JsonReader">
2209             <summary>
2210             Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data.
2211             </summary>
2212         </member>
2213         <member name="T:Newtonsoft.Json.JsonReader.State">
2214             <summary>
2215             Specifies the state of the reader.
2216             </summary>
2217         </member>
2218         <member name="F:Newtonsoft.Json.JsonReader.State.Start">
2219             <summary>
2220             The Read method has not been called.
2221             </summary>
2222         </member>
2223         <member name="F:Newtonsoft.Json.JsonReader.State.Complete">
2224             <summary>
2225             The end of the file has been reached successfully.
2226             </summary>
2227         </member>
2228         <member name="F:Newtonsoft.Json.JsonReader.State.Property">
2229             <summary>
2230             Reader is at a property.
2231             </summary>
2232         </member>
2233         <member name="F:Newtonsoft.Json.JsonReader.State.ObjectStart">
2234             <summary>
2235             Reader is at the start of an object.
2236             </summary>
2237         </member>
2238         <member name="F:Newtonsoft.Json.JsonReader.State.Object">
2239             <summary>
2240             Reader is in an object.
2241             </summary>
2242         </member>
2243         <member name="F:Newtonsoft.Json.JsonReader.State.ArrayStart">
2244             <summary>
2245             Reader is at the start of an array.
2246             </summary>
2247         </member>
2248         <member name="F:Newtonsoft.Json.JsonReader.State.Array">
2249             <summary>
2250             Reader is in an array.
2251             </summary>
2252         </member>
2253         <member name="F:Newtonsoft.Json.JsonReader.State.Closed">
2254             <summary>
2255             The Close method has been called.
2256             </summary>
2257         </member>
2258         <member name="F:Newtonsoft.Json.JsonReader.State.PostValue">
2259             <summary>
2260             Reader has just read a value.
2261             </summary>
2262         </member>
2263         <member name="F:Newtonsoft.Json.JsonReader.State.ConstructorStart">
2264             <summary>
2265             Reader is at the start of a constructor.
2266             </summary>
2267         </member>
2268         <member name="F:Newtonsoft.Json.JsonReader.State.Constructor">
2269             <summary>
2270             Reader in a constructor.
2271             </summary>
2272         </member>
2273         <member name="F:Newtonsoft.Json.JsonReader.State.Error">
2274             <summary>
2275             An error occurred that prevents the read operation from continuing.
2276             </summary>
2277         </member>
2278         <member name="F:Newtonsoft.Json.JsonReader.State.Finished">
2279             <summary>
2280             The end of the file has been reached successfully.
2281             </summary>
2282         </member>
2283         <member name="P:Newtonsoft.Json.JsonReader.CurrentState">
2284             <summary>
2285             Gets the current reader state.
2286             </summary>
2287             <value>The current reader state.</value>
2288         </member>
2289         <member name="P:Newtonsoft.Json.JsonReader.CloseInput">
2290             <summary>
2291             Gets or sets a value indicating whether the underlying stream or
2292             <see cref="T:System.IO.TextReader"/> should be closed when the reader is closed.
2293             </summary>
2294             <value>
2295             true to close the underlying stream or <see cref="T:System.IO.TextReader"/> when
2296             the reader is closed; otherwise false. The default is true.
2297             </value>
2298         </member>
2299         <member name="P:Newtonsoft.Json.JsonReader.SupportMultipleContent">
2300             <summary>
2301             Gets or sets a value indicating whether multiple pieces of JSON content can
2302             be read from a continuous stream without erroring.
2303             </summary>
2304             <value>
2305             true to support reading multiple pieces of JSON content; otherwise false. The default is false.
2306             </value>
2307         </member>
2308         <member name="P:Newtonsoft.Json.JsonReader.QuoteChar">
2309             <summary>
2310             Gets the quotation mark character used to enclose the value of a string.
2311             </summary>
2312         </member>
2313         <member name="P:Newtonsoft.Json.JsonReader.DateTimeZoneHandling">
2314             <summary>
2315             Get or set how <see cref="T:System.DateTime"/> time zones are handling when reading JSON.
2316             </summary>
2317         </member>
2318         <member name="P:Newtonsoft.Json.JsonReader.DateParseHandling">
2319             <summary>
2320             Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
2321             </summary>
2322         </member>
2323         <member name="P:Newtonsoft.Json.JsonReader.FloatParseHandling">
2324             <summary>
2325             Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
2326             </summary>
2327         </member>
2328         <member name="P:Newtonsoft.Json.JsonReader.DateFormatString">
2329             <summary>
2330             Get or set how custom date formatted strings are parsed when reading JSON.
2331             </summary>
2332         </member>
2333         <member name="P:Newtonsoft.Json.JsonReader.MaxDepth">
2334             <summary>
2335             Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>.
2336             </summary>
2337         </member>
2338         <member name="P:Newtonsoft.Json.JsonReader.TokenType">
2339             <summary>
2340             Gets the type of the current JSON token. 
2341             </summary>
2342         </member>
2343         <member name="P:Newtonsoft.Json.JsonReader.Value">
2344             <summary>
2345             Gets the text value of the current JSON token.
2346             </summary>
2347         </member>
2348         <member name="P:Newtonsoft.Json.JsonReader.ValueType">
2349             <summary>
2350             Gets The Common Language Runtime (CLR) type for the current JSON token.
2351             </summary>
2352         </member>
2353         <member name="P:Newtonsoft.Json.JsonReader.Depth">
2354             <summary>
2355             Gets the depth of the current token in the JSON document.
2356             </summary>
2357             <value>The depth of the current token in the JSON document.</value>
2358         </member>
2359         <member name="P:Newtonsoft.Json.JsonReader.Path">
2360             <summary>
2361             Gets the path of the current JSON token. 
2362             </summary>
2363         </member>
2364         <member name="P:Newtonsoft.Json.JsonReader.Culture">
2365             <summary>
2366             Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.
2367             </summary>
2368         </member>
2369         <member name="M:Newtonsoft.Json.JsonReader.#ctor">
2370             <summary>
2371             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReader"/> class with the specified <see cref="T:System.IO.TextReader"/>.
2372             </summary>
2373         </member>
2374         <member name="M:Newtonsoft.Json.JsonReader.Read">
2375             <summary>
2376             Reads the next JSON token from the stream.
2377             </summary>
2378             <returns><c>true</c> if the next token was read successfully; <c>false</c> if there are no more tokens to read.</returns>
2379         </member>
2380         <member name="M:Newtonsoft.Json.JsonReader.ReadAsInt32">
2381             <summary>
2382             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
2383             </summary>
2384             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
2385         </member>
2386         <member name="M:Newtonsoft.Json.JsonReader.ReadAsString">
2387             <summary>
2388             Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
2389             </summary>
2390             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
2391         </member>
2392         <member name="M:Newtonsoft.Json.JsonReader.ReadAsBytes">
2393             <summary>
2394             Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].
2395             </summary>
2396             <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>
2397         </member>
2398         <member name="M:Newtonsoft.Json.JsonReader.ReadAsDouble">
2399             <summary>
2400             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
2401             </summary>
2402             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
2403         </member>
2404         <member name="M:Newtonsoft.Json.JsonReader.ReadAsBoolean">
2405             <summary>
2406             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
2407             </summary>
2408             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
2409         </member>
2410         <member name="M:Newtonsoft.Json.JsonReader.ReadAsDecimal">
2411             <summary>
2412             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
2413             </summary>
2414             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
2415         </member>
2416         <member name="M:Newtonsoft.Json.JsonReader.ReadAsDateTime">
2417             <summary>
2418             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
2419             </summary>
2420             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
2421         </member>
2422         <member name="M:Newtonsoft.Json.JsonReader.ReadAsDateTimeOffset">
2423             <summary>
2424             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
2425             </summary>
2426             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
2427         </member>
2428         <member name="M:Newtonsoft.Json.JsonReader.Skip">
2429             <summary>
2430             Skips the children of the current token.
2431             </summary>
2432         </member>
2433         <member name="M:Newtonsoft.Json.JsonReader.SetToken(Newtonsoft.Json.JsonToken)">
2434             <summary>
2435             Sets the current token.
2436             </summary>
2437             <param name="newToken">The new token.</param>
2438         </member>
2439         <member name="M:Newtonsoft.Json.JsonReader.SetToken(Newtonsoft.Json.JsonToken,System.Object)">
2440             <summary>
2441             Sets the current token and value.
2442             </summary>
2443             <param name="newToken">The new token.</param>
2444             <param name="value">The value.</param>
2445         </member>
2446         <member name="M:Newtonsoft.Json.JsonReader.SetStateBasedOnCurrent">
2447             <summary>
2448             Sets the state based on current token type.
2449             </summary>
2450         </member>
2451         <member name="M:Newtonsoft.Json.JsonReader.System#IDisposable#Dispose">
2452             <summary>
2453             Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
2454             </summary>
2455         </member>
2456         <member name="M:Newtonsoft.Json.JsonReader.Dispose(System.Boolean)">
2457             <summary>
2458             Releases unmanaged and - optionally - managed resources
2459             </summary>
2460             <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
2461         </member>
2462         <member name="M:Newtonsoft.Json.JsonReader.Close">
2463             <summary>
2464             Changes the <see cref="T:Newtonsoft.Json.JsonReader.State"/> to Closed. 
2465             </summary>
2466         </member>
2467         <member name="T:Newtonsoft.Json.JsonReaderException">
2468             <summary>
2469             The exception thrown when an error occurs while reading JSON text.
2470             </summary>
2471         </member>
2472         <member name="P:Newtonsoft.Json.JsonReaderException.LineNumber">
2473             <summary>
2474             Gets the line number indicating where the error occurred.
2475             </summary>
2476             <value>The line number indicating where the error occurred.</value>
2477         </member>
2478         <member name="P:Newtonsoft.Json.JsonReaderException.LinePosition">
2479             <summary>
2480             Gets the line position indicating where the error occurred.
2481             </summary>
2482             <value>The line position indicating where the error occurred.</value>
2483         </member>
2484         <member name="P:Newtonsoft.Json.JsonReaderException.Path">
2485             <summary>
2486             Gets the path to the JSON where the error occurred.
2487             </summary>
2488             <value>The path to the JSON where the error occurred.</value>
2489         </member>
2490         <member name="M:Newtonsoft.Json.JsonReaderException.#ctor">
2491             <summary>
2492             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class.
2493             </summary>
2494         </member>
2495         <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.String)">
2496             <summary>
2497             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class
2498             with a specified error message.
2499             </summary>
2500             <param name="message">The error message that explains the reason for the exception.</param>
2501         </member>
2502         <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.String,System.Exception)">
2503             <summary>
2504             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class
2505             with a specified error message and a reference to the inner exception that is the cause of this exception.
2506             </summary>
2507             <param name="message">The error message that explains the reason for the exception.</param>
2508             <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>
2509         </member>
2510         <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
2511             <summary>
2512             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class.
2513             </summary>
2514             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
2515             <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
2516             <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception>
2517             <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception>
2518         </member>
2519         <member name="T:Newtonsoft.Json.JsonRequiredAttribute">
2520             <summary>
2521             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to always serialize the member, and require the member has a value.
2522             </summary>
2523         </member>
2524         <member name="T:Newtonsoft.Json.JsonSerializationException">
2525             <summary>
2526             The exception thrown when an error occurs during JSON serialization or deserialization.
2527             </summary>
2528         </member>
2529         <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor">
2530             <summary>
2531             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class.
2532             </summary>
2533         </member>
2534         <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.String)">
2535             <summary>
2536             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class
2537             with a specified error message.
2538             </summary>
2539             <param name="message">The error message that explains the reason for the exception.</param>
2540         </member>
2541         <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.String,System.Exception)">
2542             <summary>
2543             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class
2544             with a specified error message and a reference to the inner exception that is the cause of this exception.
2545             </summary>
2546             <param name="message">The error message that explains the reason for the exception.</param>
2547             <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>
2548         </member>
2549         <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
2550             <summary>
2551             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class.
2552             </summary>
2553             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
2554             <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
2555             <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception>
2556             <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception>
2557         </member>
2558         <member name="T:Newtonsoft.Json.JsonSerializer">
2559             <summary>
2560             Serializes and deserializes objects into and from the JSON format.
2561             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> enables you to control how objects are encoded into JSON.
2562             </summary>
2563         </member>
2564         <member name="E:Newtonsoft.Json.JsonSerializer.Error">
2565             <summary>
2566             Occurs when the <see cref="T:Newtonsoft.Json.JsonSerializer"/> errors during serialization and deserialization.
2567             </summary>
2568         </member>
2569         <member name="P:Newtonsoft.Json.JsonSerializer.ReferenceResolver">
2570             <summary>
2571             Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.
2572             </summary>
2573         </member>
2574         <member name="P:Newtonsoft.Json.JsonSerializer.Binder">
2575             <summary>
2576             Gets or sets the <see cref="T:System.Runtime.Serialization.SerializationBinder"/> used by the serializer when resolving type names.
2577             </summary>
2578         </member>
2579         <member name="P:Newtonsoft.Json.JsonSerializer.TraceWriter">
2580             <summary>
2581             Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.ITraceWriter"/> used by the serializer when writing trace messages.
2582             </summary>
2583             <value>The trace writer.</value>
2584         </member>
2585         <member name="P:Newtonsoft.Json.JsonSerializer.EqualityComparer">
2586             <summary>
2587             Gets or sets the equality comparer used by the serializer when comparing references.
2588             </summary>
2589             <value>The equality comparer.</value>
2590         </member>
2591         <member name="P:Newtonsoft.Json.JsonSerializer.TypeNameHandling">
2592             <summary>
2593             Gets or sets how type name writing and reading is handled by the serializer.
2594             </summary>
2595             <remarks>
2596             <see cref="P:Newtonsoft.Json.JsonSerializer.TypeNameHandling"/> should be used with caution when your application deserializes JSON from an external source.
2597             Incoming types should be validated with a custom <see cref="T:System.Runtime.Serialization.SerializationBinder"/>
2598             when deserializing with a value other than <c>TypeNameHandling.None</c>.
2599             </remarks>
2600         </member>
2601         <member name="P:Newtonsoft.Json.JsonSerializer.TypeNameAssemblyFormat">
2602             <summary>
2603             Gets or sets how a type name assembly is written and resolved by the serializer.
2604             </summary>
2605             <value>The type name assembly format.</value>
2606         </member>
2607         <member name="P:Newtonsoft.Json.JsonSerializer.PreserveReferencesHandling">
2608             <summary>
2609             Gets or sets how object references are preserved by the serializer.
2610             </summary>
2611         </member>
2612         <member name="P:Newtonsoft.Json.JsonSerializer.ReferenceLoopHandling">
2613             <summary>
2614             Get or set how reference loops (e.g. a class referencing itself) is handled.
2615             </summary>
2616         </member>
2617         <member name="P:Newtonsoft.Json.JsonSerializer.MissingMemberHandling">
2618             <summary>
2619             Get or set how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
2620             </summary>
2621         </member>
2622         <member name="P:Newtonsoft.Json.JsonSerializer.NullValueHandling">
2623             <summary>
2624             Get or set how null values are handled during serialization and deserialization.
2625             </summary>
2626         </member>
2627         <member name="P:Newtonsoft.Json.JsonSerializer.DefaultValueHandling">
2628             <summary>
2629             Get or set how null default are handled during serialization and deserialization.
2630             </summary>
2631         </member>
2632         <member name="P:Newtonsoft.Json.JsonSerializer.ObjectCreationHandling">
2633             <summary>
2634             Gets or sets how objects are created during deserialization.
2635             </summary>
2636             <value>The object creation handling.</value>
2637         </member>
2638         <member name="P:Newtonsoft.Json.JsonSerializer.ConstructorHandling">
2639             <summary>
2640             Gets or sets how constructors are used during deserialization.
2641             </summary>
2642             <value>The constructor handling.</value>
2643         </member>
2644         <member name="P:Newtonsoft.Json.JsonSerializer.MetadataPropertyHandling">
2645             <summary>
2646             Gets or sets how metadata properties are used during deserialization.
2647             </summary>
2648             <value>The metadata properties handling.</value>
2649         </member>
2650         <member name="P:Newtonsoft.Json.JsonSerializer.Converters">
2651             <summary>
2652             Gets a collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.
2653             </summary>
2654             <value>Collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.</value>
2655         </member>
2656         <member name="P:Newtonsoft.Json.JsonSerializer.ContractResolver">
2657             <summary>
2658             Gets or sets the contract resolver used by the serializer when
2659             serializing .NET objects to JSON and vice versa.
2660             </summary>
2661         </member>
2662         <member name="P:Newtonsoft.Json.JsonSerializer.Context">
2663             <summary>
2664             Gets or sets the <see cref="T:System.Runtime.Serialization.StreamingContext"/> used by the serializer when invoking serialization callback methods.
2665             </summary>
2666             <value>The context.</value>
2667         </member>
2668         <member name="P:Newtonsoft.Json.JsonSerializer.Formatting">
2669             <summary>
2670             Indicates how JSON text output is formatted.
2671             </summary>
2672         </member>
2673         <member name="P:Newtonsoft.Json.JsonSerializer.DateFormatHandling">
2674             <summary>
2675             Get or set how dates are written to JSON text.
2676             </summary>
2677         </member>
2678         <member name="P:Newtonsoft.Json.JsonSerializer.DateTimeZoneHandling">
2679             <summary>
2680             Get or set how <see cref="T:System.DateTime"/> time zones are handling during serialization and deserialization.
2681             </summary>
2682         </member>
2683         <member name="P:Newtonsoft.Json.JsonSerializer.DateParseHandling">
2684             <summary>
2685             Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
2686             </summary>
2687         </member>
2688         <member name="P:Newtonsoft.Json.JsonSerializer.FloatParseHandling">
2689             <summary>
2690             Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
2691             </summary>
2692         </member>
2693         <member name="P:Newtonsoft.Json.JsonSerializer.FloatFormatHandling">
2694             <summary>
2695             Get or set how special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>,
2696             <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/>,
2697             are written as JSON text.
2698             </summary>
2699         </member>
2700         <member name="P:Newtonsoft.Json.JsonSerializer.StringEscapeHandling">
2701             <summary>
2702             Get or set how strings are escaped when writing JSON text.
2703             </summary>
2704         </member>
2705         <member name="P:Newtonsoft.Json.JsonSerializer.DateFormatString">
2706             <summary>
2707             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.
2708             </summary>
2709         </member>
2710         <member name="P:Newtonsoft.Json.JsonSerializer.Culture">
2711             <summary>
2712             Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.
2713             </summary>
2714         </member>
2715         <member name="P:Newtonsoft.Json.JsonSerializer.MaxDepth">
2716             <summary>
2717             Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>.
2718             </summary>
2719         </member>
2720         <member name="P:Newtonsoft.Json.JsonSerializer.CheckAdditionalContent">
2721             <summary>
2722             Gets a value indicating whether there will be a check for additional JSON content after deserializing an object.
2723             </summary>
2724             <value>
2725                 <c>true</c> if there will be a check for additional JSON content after deserializing an object; otherwise, <c>false</c>.
2726             </value>
2727         </member>
2728         <member name="M:Newtonsoft.Json.JsonSerializer.#ctor">
2729             <summary>
2730             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializer"/> class.
2731             </summary>
2732         </member>
2733         <member name="M:Newtonsoft.Json.JsonSerializer.Create">
2734             <summary>
2735             Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance.
2736             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings 
2737             from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>.
2738             </summary>
2739             <returns>
2740             A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance.
2741             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings 
2742             from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>.
2743             </returns>
2744         </member>
2745         <member name="M:Newtonsoft.Json.JsonSerializer.Create(Newtonsoft.Json.JsonSerializerSettings)">
2746             <summary>
2747             Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2748             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings 
2749             from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>.
2750             </summary>
2751             <param name="settings">The settings to be applied to the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.</param>
2752             <returns>
2753             A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2754             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings 
2755             from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>.
2756             </returns>
2757         </member>
2758         <member name="M:Newtonsoft.Json.JsonSerializer.CreateDefault">
2759             <summary>
2760             Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance.
2761             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings 
2762             from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>.
2763             </summary>
2764             <returns>
2765             A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance.
2766             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings 
2767             from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>.
2768             </returns>
2769         </member>
2770         <member name="M:Newtonsoft.Json.JsonSerializer.CreateDefault(Newtonsoft.Json.JsonSerializerSettings)">
2771             <summary>
2772             Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2773             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings 
2774             from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/> as well as the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2775             </summary>
2776             <param name="settings">The settings to be applied to the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.</param>
2777             <returns>
2778             A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2779             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings 
2780             from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/> as well as the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2781             </returns>
2782         </member>
2783         <member name="M:Newtonsoft.Json.JsonSerializer.Populate(System.IO.TextReader,System.Object)">
2784             <summary>
2785             Populates the JSON values onto the target object.
2786             </summary>
2787             <param name="reader">The <see cref="T:System.IO.TextReader"/> that contains the JSON structure to reader values from.</param>
2788             <param name="target">The target object to populate values onto.</param>
2789         </member>
2790         <member name="M:Newtonsoft.Json.JsonSerializer.Populate(Newtonsoft.Json.JsonReader,System.Object)">
2791             <summary>
2792             Populates the JSON values onto the target object.
2793             </summary>
2794             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> that contains the JSON structure to reader values from.</param>
2795             <param name="target">The target object to populate values onto.</param>
2796         </member>
2797         <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(Newtonsoft.Json.JsonReader)">
2798             <summary>
2799             Deserializes the JSON structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.
2800             </summary>
2801             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> that contains the JSON structure to deserialize.</param>
2802             <returns>The <see cref="T:System.Object"/> being deserialized.</returns>
2803         </member>
2804         <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(System.IO.TextReader,System.Type)">
2805             <summary>
2806             Deserializes the JSON structure contained by the specified <see cref="T:System.IO.StringReader"/>
2807             into an instance of the specified type.
2808             </summary>
2809             <param name="reader">The <see cref="T:System.IO.TextReader"/> containing the object.</param>
2810             <param name="objectType">The <see cref="T:System.Type"/> of object being deserialized.</param>
2811             <returns>The instance of <paramref name="objectType"/> being deserialized.</returns>
2812         </member>
2813         <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize``1(Newtonsoft.Json.JsonReader)">
2814             <summary>
2815             Deserializes the JSON structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>
2816             into an instance of the specified type.
2817             </summary>
2818             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the object.</param>
2819             <typeparam name="T">The type of the object to deserialize.</typeparam>
2820             <returns>The instance of <typeparamref name="T"/> being deserialized.</returns>
2821         </member>
2822         <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(Newtonsoft.Json.JsonReader,System.Type)">
2823             <summary>
2824             Deserializes the JSON structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>
2825             into an instance of the specified type.
2826             </summary>
2827             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the object.</param>
2828             <param name="objectType">The <see cref="T:System.Type"/> of object being deserialized.</param>
2829             <returns>The instance of <paramref name="objectType"/> being deserialized.</returns>
2830         </member>
2831         <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(System.IO.TextWriter,System.Object)">
2832             <summary>
2833             Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure
2834             to a <c>Stream</c> using the specified <see cref="T:System.IO.TextWriter"/>. 
2835             </summary>
2836             <param name="textWriter">The <see cref="T:System.IO.TextWriter"/> used to write the JSON structure.</param>
2837             <param name="value">The <see cref="T:System.Object"/> to serialize.</param>
2838         </member>
2839         <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(Newtonsoft.Json.JsonWriter,System.Object,System.Type)">
2840             <summary>
2841             Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure
2842             to a <c>Stream</c> using the specified <see cref="T:System.IO.TextWriter"/>. 
2843             </summary>
2844             <param name="jsonWriter">The <see cref="T:Newtonsoft.Json.JsonWriter"/> used to write the JSON structure.</param>
2845             <param name="value">The <see cref="T:System.Object"/> to serialize.</param>
2846             <param name="objectType">
2847             The type of the value being serialized.
2848             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.
2849             Specifing the type is optional.
2850             </param>
2851         </member>
2852         <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(System.IO.TextWriter,System.Object,System.Type)">
2853             <summary>
2854             Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure
2855             to a <c>Stream</c> using the specified <see cref="T:System.IO.TextWriter"/>. 
2856             </summary>
2857             <param name="textWriter">The <see cref="T:System.IO.TextWriter"/> used to write the JSON structure.</param>
2858             <param name="value">The <see cref="T:System.Object"/> to serialize.</param>
2859             <param name="objectType">
2860             The type of the value being serialized.
2861             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.
2862             Specifing the type is optional.
2863             </param>
2864         </member>
2865         <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(Newtonsoft.Json.JsonWriter,System.Object)">
2866             <summary>
2867             Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure
2868             to a <c>Stream</c> using the specified <see cref="T:Newtonsoft.Json.JsonWriter"/>. 
2869             </summary>
2870             <param name="jsonWriter">The <see cref="T:Newtonsoft.Json.JsonWriter"/> used to write the JSON structure.</param>
2871             <param name="value">The <see cref="T:System.Object"/> to serialize.</param>
2872         </member>
2873         <member name="T:Newtonsoft.Json.JsonSerializerSettings">
2874             <summary>
2875             Specifies the settings on a <see cref="T:Newtonsoft.Json.JsonSerializer"/> object.
2876             </summary>
2877         </member>
2878         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceLoopHandling">
2879             <summary>
2880             Gets or sets how reference loops (e.g. a class referencing itself) is handled.
2881             </summary>
2882             <value>Reference loop handling.</value>
2883         </member>
2884         <member name="P:Newtonsoft.Json.JsonSerializerSettings.MissingMemberHandling">
2885             <summary>
2886             Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
2887             </summary>
2888             <value>Missing member handling.</value>
2889         </member>
2890         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ObjectCreationHandling">
2891             <summary>
2892             Gets or sets how objects are created during deserialization.
2893             </summary>
2894             <value>The object creation handling.</value>
2895         </member>
2896         <member name="P:Newtonsoft.Json.JsonSerializerSettings.NullValueHandling">
2897             <summary>
2898             Gets or sets how null values are handled during serialization and deserialization.
2899             </summary>
2900             <value>Null value handling.</value>
2901         </member>
2902         <member name="P:Newtonsoft.Json.JsonSerializerSettings.DefaultValueHandling">
2903             <summary>
2904             Gets or sets how null default are handled during serialization and deserialization.
2905             </summary>
2906             <value>The default value handling.</value>
2907         </member>
2908         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Converters">
2909             <summary>
2910             Gets or sets a <see cref="T:Newtonsoft.Json.JsonConverter"/> collection that will be used during serialization.
2911             </summary>
2912             <value>The converters.</value>
2913         </member>
2914         <member name="P:Newtonsoft.Json.JsonSerializerSettings.PreserveReferencesHandling">
2915             <summary>
2916             Gets or sets how object references are preserved by the serializer.
2917             </summary>
2918             <value>The preserve references handling.</value>
2919         </member>
2920         <member name="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameHandling">
2921             <summary>
2922             Gets or sets how type name writing and reading is handled by the serializer.
2923             </summary>
2924             <remarks>
2925             <see cref="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameHandling"/> should be used with caution when your application deserializes JSON from an external source.
2926             Incoming types should be validated with a custom <see cref="T:System.Runtime.Serialization.SerializationBinder"/>
2927             when deserializing with a value other than <c>TypeNameHandling.None</c>.
2928             </remarks>
2929             <value>The type name handling.</value>
2930         </member>
2931         <member name="P:Newtonsoft.Json.JsonSerializerSettings.MetadataPropertyHandling">
2932             <summary>
2933             Gets or sets how metadata properties are used during deserialization.
2934             </summary>
2935             <value>The metadata properties handling.</value>
2936         </member>
2937         <member name="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameAssemblyFormat">
2938             <summary>
2939             Gets or sets how a type name assembly is written and resolved by the serializer.
2940             </summary>
2941             <value>The type name assembly format.</value>
2942         </member>
2943         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ConstructorHandling">
2944             <summary>
2945             Gets or sets how constructors are used during deserialization.
2946             </summary>
2947             <value>The constructor handling.</value>
2948         </member>
2949         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ContractResolver">
2950             <summary>
2951             Gets or sets the contract resolver used by the serializer when
2952             serializing .NET objects to JSON and vice versa.
2953             </summary>
2954             <value>The contract resolver.</value>
2955         </member>
2956         <member name="P:Newtonsoft.Json.JsonSerializerSettings.EqualityComparer">
2957             <summary>
2958             Gets or sets the equality comparer used by the serializer when comparing references.
2959             </summary>
2960             <value>The equality comparer.</value>
2961         </member>
2962         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceResolver">
2963             <summary>
2964             Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.
2965             </summary>
2966             <value>The reference resolver.</value>
2967         </member>
2968         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceResolverProvider">
2969             <summary>
2970             Gets or sets a function that creates the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.
2971             </summary>
2972             <value>A function that creates the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.</value>
2973         </member>
2974         <member name="P:Newtonsoft.Json.JsonSerializerSettings.TraceWriter">
2975             <summary>
2976             Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.ITraceWriter"/> used by the serializer when writing trace messages.
2977             </summary>
2978             <value>The trace writer.</value>
2979         </member>
2980         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Binder">
2981             <summary>
2982             Gets or sets the <see cref="T:System.Runtime.Serialization.SerializationBinder"/> used by the serializer when resolving type names.
2983             </summary>
2984             <value>The binder.</value>
2985         </member>
2986         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Error">
2987             <summary>
2988             Gets or sets the error handler called during serialization and deserialization.
2989             </summary>
2990             <value>The error handler called during serialization and deserialization.</value>
2991         </member>
2992         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Context">
2993             <summary>
2994             Gets or sets the <see cref="T:System.Runtime.Serialization.StreamingContext"/> used by the serializer when invoking serialization callback methods.
2995             </summary>
2996             <value>The context.</value>
2997         </member>
2998         <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateFormatString">
2999             <summary>
3000             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.
3001             </summary>
3002         </member>
3003         <member name="P:Newtonsoft.Json.JsonSerializerSettings.MaxDepth">
3004             <summary>
3005             Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>.
3006             </summary>
3007         </member>
3008         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Formatting">
3009             <summary>
3010             Indicates how JSON text output is formatted.
3011             </summary>
3012         </member>
3013         <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateFormatHandling">
3014             <summary>
3015             Get or set how dates are written to JSON text.
3016             </summary>
3017         </member>
3018         <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateTimeZoneHandling">
3019             <summary>
3020             Get or set how <see cref="T:System.DateTime"/> time zones are handling during serialization and deserialization.
3021             </summary>
3022         </member>
3023         <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateParseHandling">
3024             <summary>
3025             Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
3026             </summary>
3027         </member>
3028         <member name="P:Newtonsoft.Json.JsonSerializerSettings.FloatFormatHandling">
3029             <summary>
3030             Get or set how special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>,
3031             <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/>,
3032             are written as JSON.
3033             </summary>
3034         </member>
3035         <member name="P:Newtonsoft.Json.JsonSerializerSettings.FloatParseHandling">
3036             <summary>
3037             Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
3038             </summary>
3039         </member>
3040         <member name="P:Newtonsoft.Json.JsonSerializerSettings.StringEscapeHandling">
3041             <summary>
3042             Get or set how strings are escaped when writing JSON text.
3043             </summary>
3044         </member>
3045         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Culture">
3046             <summary>
3047             Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.
3048             </summary>
3049         </member>
3050         <member name="P:Newtonsoft.Json.JsonSerializerSettings.CheckAdditionalContent">
3051             <summary>
3052             Gets a value indicating whether there will be a check for additional content after deserializing an object.
3053             </summary>
3054             <value>
3055                 <c>true</c> if there will be a check for additional content after deserializing an object; otherwise, <c>false</c>.
3056             </value>
3057         </member>
3058         <member name="M:Newtonsoft.Json.JsonSerializerSettings.#ctor">
3059             <summary>
3060             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> class.
3061             </summary>
3062         </member>
3063         <member name="T:Newtonsoft.Json.JsonTextReader">
3064             <summary>
3065             Represents a reader that provides fast, non-cached, forward-only access to JSON text data.
3066             </summary>
3067         </member>
3068         <member name="M:Newtonsoft.Json.JsonTextReader.#ctor(System.IO.TextReader)">
3069             <summary>
3070             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReader"/> class with the specified <see cref="T:System.IO.TextReader"/>.
3071             </summary>
3072             <param name="reader">The <c>TextReader</c> containing the XML data to read.</param>
3073         </member>
3074         <member name="P:Newtonsoft.Json.JsonTextReader.ArrayPool">
3075             <summary>
3076             Gets or sets the reader's character buffer pool.
3077             </summary>
3078         </member>
3079         <member name="M:Newtonsoft.Json.JsonTextReader.Read">
3080             <summary>
3081             Reads the next JSON token from the stream.
3082             </summary>
3083             <returns>
3084             <c>true</c> if the next token was read successfully; <c>false</c> if there are no more tokens to read.
3085             </returns>
3086         </member>
3087         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsInt32">
3088             <summary>
3089             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
3090             </summary>
3091             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
3092         </member>
3093         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTime">
3094             <summary>
3095             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
3096             </summary>
3097             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
3098         </member>
3099         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsString">
3100             <summary>
3101             Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
3102             </summary>
3103             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
3104         </member>
3105         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsBytes">
3106             <summary>
3107             Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].
3108             </summary>
3109             <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>
3110         </member>
3111         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsBoolean">
3112             <summary>
3113             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
3114             </summary>
3115             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
3116         </member>
3117         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTimeOffset">
3118             <summary>
3119             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
3120             </summary>
3121             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
3122         </member>
3123         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDecimal">
3124             <summary>
3125             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
3126             </summary>
3127             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
3128         </member>
3129         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDouble">
3130             <summary>
3131             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
3132             </summary>
3133             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
3134         </member>
3135         <member name="M:Newtonsoft.Json.JsonTextReader.Close">
3136             <summary>
3137             Changes the state to closed. 
3138             </summary>
3139         </member>
3140         <member name="M:Newtonsoft.Json.JsonTextReader.HasLineInfo">
3141             <summary>
3142             Gets a value indicating whether the class can return line information.
3143             </summary>
3144             <returns>
3145                 <c>true</c> if LineNumber and LinePosition can be provided; otherwise, <c>false</c>.
3146             </returns>
3147         </member>
3148         <member name="P:Newtonsoft.Json.JsonTextReader.LineNumber">
3149             <summary>
3150             Gets the current line number.
3151             </summary>
3152             <value>
3153             The current line number or 0 if no line information is available (for example, HasLineInfo returns false).
3154             </value>
3155         </member>
3156         <member name="P:Newtonsoft.Json.JsonTextReader.LinePosition">
3157             <summary>
3158             Gets the current line position.
3159             </summary>
3160             <value>
3161             The current line position or 0 if no line information is available (for example, HasLineInfo returns false).
3162             </value>
3163         </member>
3164         <member name="T:Newtonsoft.Json.JsonTextWriter">
3165             <summary>
3166             Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
3167             </summary>
3168         </member>
3169         <member name="P:Newtonsoft.Json.JsonTextWriter.ArrayPool">
3170             <summary>
3171             Gets or sets the writer's character array pool.
3172             </summary>
3173         </member>
3174         <member name="P:Newtonsoft.Json.JsonTextWriter.Indentation">
3175             <summary>
3176             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>.
3177             </summary>
3178         </member>
3179         <member name="P:Newtonsoft.Json.JsonTextWriter.QuoteChar">
3180             <summary>
3181             Gets or sets which character to use to quote attribute values.
3182             </summary>
3183         </member>
3184         <member name="P:Newtonsoft.Json.JsonTextWriter.IndentChar">
3185             <summary>
3186             Gets or sets which character to use for indenting when <see cref="T:Newtonsoft.Json.Formatting"/> is set to <c>Formatting.Indented</c>.
3187             </summary>
3188         </member>
3189         <member name="P:Newtonsoft.Json.JsonTextWriter.QuoteName">
3190             <summary>
3191             Gets or sets a value indicating whether object names will be surrounded with quotes.
3192             </summary>
3193         </member>
3194         <member name="M:Newtonsoft.Json.JsonTextWriter.#ctor(System.IO.TextWriter)">
3195             <summary>
3196             Creates an instance of the <c>JsonWriter</c> class using the specified <see cref="T:System.IO.TextWriter"/>. 
3197             </summary>
3198             <param name="textWriter">The <c>TextWriter</c> to write to.</param>
3199         </member>
3200         <member name="M:Newtonsoft.Json.JsonTextWriter.Flush">
3201             <summary>
3202             Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
3203             </summary>
3204         </member>
3205         <member name="M:Newtonsoft.Json.JsonTextWriter.Close">
3206             <summary>
3207             Closes this stream and the underlying stream.
3208             </summary>
3209         </member>
3210         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartObject">
3211             <summary>
3212             Writes the beginning of a JSON object.
3213             </summary>
3214         </member>
3215         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartArray">
3216             <summary>
3217             Writes the beginning of a JSON array.
3218             </summary>
3219         </member>
3220         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartConstructor(System.String)">
3221             <summary>
3222             Writes the start of a constructor with the given name.
3223             </summary>
3224             <param name="name">The name of the constructor.</param>
3225         </member>
3226         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
3227             <summary>
3228             Writes the specified end token.
3229             </summary>
3230             <param name="token">The end token to write.</param>
3231         </member>
3232         <member name="M:Newtonsoft.Json.JsonTextWriter.WritePropertyName(System.String)">
3233             <summary>
3234             Writes the property name of a name/value pair on a JSON object.
3235             </summary>
3236             <param name="name">The name of the property.</param>
3237         </member>
3238         <member name="M:Newtonsoft.Json.JsonTextWriter.WritePropertyName(System.String,System.Boolean)">
3239             <summary>
3240             Writes the property name of a name/value pair on a JSON object.
3241             </summary>
3242             <param name="name">The name of the property.</param>
3243             <param name="escape">A flag to indicate whether the text should be escaped when it is written as a JSON property name.</param>
3244         </member>
3245         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteIndent">
3246             <summary>
3247             Writes indent characters.
3248             </summary>
3249         </member>
3250         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValueDelimiter">
3251             <summary>
3252             Writes the JSON value delimiter.
3253             </summary>
3254         </member>
3255         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteIndentSpace">
3256             <summary>
3257             Writes an indent space.
3258             </summary>
3259         </member>
3260         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Object)">
3261             <summary>
3262             Writes a <see cref="T:System.Object"/> value.
3263             An error will raised if the value cannot be written as a single JSON token.
3264             </summary>
3265             <param name="value">The <see cref="T:System.Object"/> value to write.</param>
3266         </member>
3267         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteNull">
3268             <summary>
3269             Writes a null value.
3270             </summary>
3271         </member>
3272         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteUndefined">
3273             <summary>
3274             Writes an undefined value.
3275             </summary>
3276         </member>
3277         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteRaw(System.String)">
3278             <summary>
3279             Writes raw JSON.
3280             </summary>
3281             <param name="json">The raw JSON to write.</param>
3282         </member>
3283         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.String)">
3284             <summary>
3285             Writes a <see cref="T:System.String"/> value.
3286             </summary>
3287             <param name="value">The <see cref="T:System.String"/> value to write.</param>
3288         </member>
3289         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int32)">
3290             <summary>
3291             Writes a <see cref="T:System.Int32"/> value.
3292             </summary>
3293             <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
3294         </member>
3295         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt32)">
3296             <summary>
3297             Writes a <see cref="T:System.UInt32"/> value.
3298             </summary>
3299             <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
3300         </member>
3301         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int64)">
3302             <summary>
3303             Writes a <see cref="T:System.Int64"/> value.
3304             </summary>
3305             <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
3306         </member>
3307         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt64)">
3308             <summary>
3309             Writes a <see cref="T:System.UInt64"/> value.
3310             </summary>
3311             <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
3312         </member>
3313         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Single)">
3314             <summary>
3315             Writes a <see cref="T:System.Single"/> value.
3316             </summary>
3317             <param name="value">The <see cref="T:System.Single"/> value to write.</param>
3318         </member>
3319         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Nullable{System.Single})">
3320             <summary>
3321             Writes a <see cref="T:System.Nullable`1"/> value.
3322             </summary>
3323             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3324         </member>
3325         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Double)">
3326             <summary>
3327             Writes a <see cref="T:System.Double"/> value.
3328             </summary>
3329             <param name="value">The <see cref="T:System.Double"/> value to write.</param>
3330         </member>
3331         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Nullable{System.Double})">
3332             <summary>
3333             Writes a <see cref="T:System.Nullable`1"/> value.
3334             </summary>
3335             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3336         </member>
3337         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Boolean)">
3338             <summary>
3339             Writes a <see cref="T:System.Boolean"/> value.
3340             </summary>
3341             <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
3342         </member>
3343         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int16)">
3344             <summary>
3345             Writes a <see cref="T:System.Int16"/> value.
3346             </summary>
3347             <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
3348         </member>
3349         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt16)">
3350             <summary>
3351             Writes a <see cref="T:System.UInt16"/> value.
3352             </summary>
3353             <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
3354         </member>
3355         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Char)">
3356             <summary>
3357             Writes a <see cref="T:System.Char"/> value.
3358             </summary>
3359             <param name="value">The <see cref="T:System.Char"/> value to write.</param>
3360         </member>
3361         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Byte)">
3362             <summary>
3363             Writes a <see cref="T:System.Byte"/> value.
3364             </summary>
3365             <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
3366         </member>
3367         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.SByte)">
3368             <summary>
3369             Writes a <see cref="T:System.SByte"/> value.
3370             </summary>
3371             <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
3372         </member>
3373         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Decimal)">
3374             <summary>
3375             Writes a <see cref="T:System.Decimal"/> value.
3376             </summary>
3377             <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
3378         </member>
3379         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.DateTime)">
3380             <summary>
3381             Writes a <see cref="T:System.DateTime"/> value.
3382             </summary>
3383             <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
3384         </member>
3385         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Byte[])">
3386             <summary>
3387             Writes a <see cref="T:System.Byte"/>[] value.
3388             </summary>
3389             <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param>
3390         </member>
3391         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.DateTimeOffset)">
3392             <summary>
3393             Writes a <see cref="T:System.DateTimeOffset"/> value.
3394             </summary>
3395             <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>
3396         </member>
3397         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Guid)">
3398             <summary>
3399             Writes a <see cref="T:System.Guid"/> value.
3400             </summary>
3401             <param name="value">The <see cref="T:System.Guid"/> value to write.</param>
3402         </member>
3403         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.TimeSpan)">
3404             <summary>
3405             Writes a <see cref="T:System.TimeSpan"/> value.
3406             </summary>
3407             <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>
3408         </member>
3409         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Uri)">
3410             <summary>
3411             Writes a <see cref="T:System.Uri"/> value.
3412             </summary>
3413             <param name="value">The <see cref="T:System.Uri"/> value to write.</param>
3414         </member>
3415         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteComment(System.String)">
3416             <summary>
3417             Writes out a comment <code>/*...*/</code> containing the specified text. 
3418             </summary>
3419             <param name="text">Text to place inside the comment.</param>
3420         </member>
3421         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteWhitespace(System.String)">
3422             <summary>
3423             Writes out the given white space.
3424             </summary>
3425             <param name="ws">The string of white space characters.</param>
3426         </member>
3427         <member name="T:Newtonsoft.Json.JsonToken">
3428             <summary>
3429             Specifies the type of JSON token.
3430             </summary>
3431         </member>
3432         <member name="F:Newtonsoft.Json.JsonToken.None">
3433             <summary>
3434             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. 
3435             </summary>
3436         </member>
3437         <member name="F:Newtonsoft.Json.JsonToken.StartObject">
3438             <summary>
3439             An object start token.
3440             </summary>
3441         </member>
3442         <member name="F:Newtonsoft.Json.JsonToken.StartArray">
3443             <summary>
3444             An array start token.
3445             </summary>
3446         </member>
3447         <member name="F:Newtonsoft.Json.JsonToken.StartConstructor">
3448             <summary>
3449             A constructor start token.
3450             </summary>
3451         </member>
3452         <member name="F:Newtonsoft.Json.JsonToken.PropertyName">
3453             <summary>
3454             An object property name.
3455             </summary>
3456         </member>
3457         <member name="F:Newtonsoft.Json.JsonToken.Comment">
3458             <summary>
3459             A comment.
3460             </summary>
3461         </member>
3462         <member name="F:Newtonsoft.Json.JsonToken.Raw">
3463             <summary>
3464             Raw JSON.
3465             </summary>
3466         </member>
3467         <member name="F:Newtonsoft.Json.JsonToken.Integer">
3468             <summary>
3469             An integer.
3470             </summary>
3471         </member>
3472         <member name="F:Newtonsoft.Json.JsonToken.Float">
3473             <summary>
3474             A float.
3475             </summary>
3476         </member>
3477         <member name="F:Newtonsoft.Json.JsonToken.String">
3478             <summary>
3479             A string.
3480             </summary>
3481         </member>
3482         <member name="F:Newtonsoft.Json.JsonToken.Boolean">
3483             <summary>
3484             A boolean.
3485             </summary>
3486         </member>
3487         <member name="F:Newtonsoft.Json.JsonToken.Null">
3488             <summary>
3489             A null token.
3490             </summary>
3491         </member>
3492         <member name="F:Newtonsoft.Json.JsonToken.Undefined">
3493             <summary>
3494             An undefined token.
3495             </summary>
3496         </member>
3497         <member name="F:Newtonsoft.Json.JsonToken.EndObject">
3498             <summary>
3499             An object end token.
3500             </summary>
3501         </member>
3502         <member name="F:Newtonsoft.Json.JsonToken.EndArray">
3503             <summary>
3504             An array end token.
3505             </summary>
3506         </member>
3507         <member name="F:Newtonsoft.Json.JsonToken.EndConstructor">
3508             <summary>
3509             A constructor end token.
3510             </summary>
3511         </member>
3512         <member name="F:Newtonsoft.Json.JsonToken.Date">
3513             <summary>
3514             A Date.
3515             </summary>
3516         </member>
3517         <member name="F:Newtonsoft.Json.JsonToken.Bytes">
3518             <summary>
3519             Byte data.
3520             </summary>
3521         </member>
3522         <member name="T:Newtonsoft.Json.JsonValidatingReader">
3523             <summary>
3524             <para>
3525             Represents a reader that provides <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> validation.
3526             </para>
3527             <note type="caution">
3528             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.
3529             </note>
3530             </summary>
3531         </member>
3532         <member name="E:Newtonsoft.Json.JsonValidatingReader.ValidationEventHandler">
3533             <summary>
3534             Sets an event handler for receiving schema validation errors.
3535             </summary>
3536         </member>
3537         <member name="P:Newtonsoft.Json.JsonValidatingReader.Value">
3538             <summary>
3539             Gets the text value of the current JSON token.
3540             </summary>
3541             <value></value>
3542         </member>
3543         <member name="P:Newtonsoft.Json.JsonValidatingReader.Depth">
3544             <summary>
3545             Gets the depth of the current token in the JSON document.
3546             </summary>
3547             <value>The depth of the current token in the JSON document.</value>
3548         </member>
3549         <member name="P:Newtonsoft.Json.JsonValidatingReader.Path">
3550             <summary>
3551             Gets the path of the current JSON token. 
3552             </summary>
3553         </member>
3554         <member name="P:Newtonsoft.Json.JsonValidatingReader.QuoteChar">
3555             <summary>
3556             Gets the quotation mark character used to enclose the value of a string.
3557             </summary>
3558             <value></value>
3559         </member>
3560         <member name="P:Newtonsoft.Json.JsonValidatingReader.TokenType">
3561             <summary>
3562             Gets the type of the current JSON token.
3563             </summary>
3564             <value></value>
3565         </member>
3566         <member name="P:Newtonsoft.Json.JsonValidatingReader.ValueType">
3567             <summary>
3568             Gets the Common Language Runtime (CLR) type for the current JSON token.
3569             </summary>
3570             <value></value>
3571         </member>
3572         <member name="M:Newtonsoft.Json.JsonValidatingReader.#ctor(Newtonsoft.Json.JsonReader)">
3573             <summary>
3574             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonValidatingReader"/> class that
3575             validates the content returned from the given <see cref="T:Newtonsoft.Json.JsonReader"/>.
3576             </summary>
3577             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from while validating.</param>
3578         </member>
3579         <member name="P:Newtonsoft.Json.JsonValidatingReader.Schema">
3580             <summary>
3581             Gets or sets the schema.
3582             </summary>
3583             <value>The schema.</value>
3584         </member>
3585         <member name="P:Newtonsoft.Json.JsonValidatingReader.Reader">
3586             <summary>
3587             Gets the <see cref="T:Newtonsoft.Json.JsonReader"/> used to construct this <see cref="T:Newtonsoft.Json.JsonValidatingReader"/>.
3588             </summary>
3589             <value>The <see cref="T:Newtonsoft.Json.JsonReader"/> specified in the constructor.</value>
3590         </member>
3591         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsInt32">
3592             <summary>
3593             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
3594             </summary>
3595             <returns>A <see cref="T:System.Nullable`1"/>.</returns>
3596         </member>
3597         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsBytes">
3598             <summary>
3599             Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].
3600             </summary>
3601             <returns>
3602             A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null.
3603             </returns>
3604         </member>
3605         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDecimal">
3606             <summary>
3607             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
3608             </summary>
3609             <returns>A <see cref="T:System.Nullable`1"/>.</returns>
3610         </member>
3611         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDouble">
3612             <summary>
3613             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
3614             </summary>
3615             <returns>A <see cref="T:System.Nullable`1"/>.</returns>
3616         </member>
3617         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsBoolean">
3618             <summary>
3619             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
3620             </summary>
3621             <returns>A <see cref="T:System.Nullable`1"/>.</returns>
3622         </member>
3623         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsString">
3624             <summary>
3625             Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
3626             </summary>
3627             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
3628         </member>
3629         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDateTime">
3630             <summary>
3631             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
3632             </summary>
3633             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
3634         </member>
3635         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDateTimeOffset">
3636             <summary>
3637             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
3638             </summary>
3639             <returns>A <see cref="T:System.Nullable`1"/>.</returns>
3640         </member>
3641         <member name="M:Newtonsoft.Json.JsonValidatingReader.Read">
3642             <summary>
3643             Reads the next JSON token from the stream.
3644             </summary>
3645             <returns>
3646             <c>true</c> if the next token was read successfully; <c>false</c> if there are no more tokens to read.
3647             </returns>
3648         </member>
3649         <member name="T:Newtonsoft.Json.JsonWriter">
3650             <summary>
3651             Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
3652             </summary>
3653         </member>
3654         <member name="P:Newtonsoft.Json.JsonWriter.CloseOutput">
3655             <summary>
3656             Gets or sets a value indicating whether the underlying stream or
3657             <see cref="T:System.IO.TextReader"/> should be closed when the writer is closed.
3658             </summary>
3659             <value>
3660             true to close the underlying stream or <see cref="T:System.IO.TextReader"/> when
3661             the writer is closed; otherwise false. The default is true.
3662             </value>
3663         </member>
3664         <member name="P:Newtonsoft.Json.JsonWriter.Top">
3665             <summary>
3666             Gets the top.
3667             </summary>
3668             <value>The top.</value>
3669         </member>
3670         <member name="P:Newtonsoft.Json.JsonWriter.WriteState">
3671             <summary>
3672             Gets the state of the writer.
3673             </summary>
3674         </member>
3675         <member name="P:Newtonsoft.Json.JsonWriter.Path">
3676             <summary>
3677             Gets the path of the writer. 
3678             </summary>
3679         </member>
3680         <member name="P:Newtonsoft.Json.JsonWriter.Formatting">
3681             <summary>
3682             Indicates how JSON text output is formatted.
3683             </summary>
3684         </member>
3685         <member name="P:Newtonsoft.Json.JsonWriter.DateFormatHandling">
3686             <summary>
3687             Get or set how dates are written to JSON text.
3688             </summary>
3689         </member>
3690         <member name="P:Newtonsoft.Json.JsonWriter.DateTimeZoneHandling">
3691             <summary>
3692             Get or set how <see cref="T:System.DateTime"/> time zones are handling when writing JSON text.
3693             </summary>
3694         </member>
3695         <member name="P:Newtonsoft.Json.JsonWriter.StringEscapeHandling">
3696             <summary>
3697             Get or set how strings are escaped when writing JSON text.
3698             </summary>
3699         </member>
3700         <member name="P:Newtonsoft.Json.JsonWriter.FloatFormatHandling">
3701             <summary>
3702             Get or set how special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>,
3703             <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/>,
3704             are written to JSON text.
3705             </summary>
3706         </member>
3707         <member name="P:Newtonsoft.Json.JsonWriter.DateFormatString">
3708             <summary>
3709             Get or set how <see cref="T:System.DateTime"/> and <see cref="T:System.DateTimeOffset"/> values are formatting when writing JSON text.
3710             </summary>
3711         </member>
3712         <member name="P:Newtonsoft.Json.JsonWriter.Culture">
3713             <summary>
3714             Gets or sets the culture used when writing JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.
3715             </summary>
3716         </member>
3717         <member name="M:Newtonsoft.Json.JsonWriter.#ctor">
3718             <summary>
3719             Creates an instance of the <c>JsonWriter</c> class. 
3720             </summary>
3721         </member>
3722         <member name="M:Newtonsoft.Json.JsonWriter.Flush">
3723             <summary>
3724             Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
3725             </summary>
3726         </member>
3727         <member name="M:Newtonsoft.Json.JsonWriter.Close">
3728             <summary>
3729             Closes this stream and the underlying stream.
3730             </summary>
3731         </member>
3732         <member name="M:Newtonsoft.Json.JsonWriter.WriteStartObject">
3733             <summary>
3734             Writes the beginning of a JSON object.
3735             </summary>
3736         </member>
3737         <member name="M:Newtonsoft.Json.JsonWriter.WriteEndObject">
3738             <summary>
3739             Writes the end of a JSON object.
3740             </summary>
3741         </member>
3742         <member name="M:Newtonsoft.Json.JsonWriter.WriteStartArray">
3743             <summary>
3744             Writes the beginning of a JSON array.
3745             </summary>
3746         </member>
3747         <member name="M:Newtonsoft.Json.JsonWriter.WriteEndArray">
3748             <summary>
3749             Writes the end of an array.
3750             </summary>
3751         </member>
3752         <member name="M:Newtonsoft.Json.JsonWriter.WriteStartConstructor(System.String)">
3753             <summary>
3754             Writes the start of a constructor with the given name.
3755             </summary>
3756             <param name="name">The name of the constructor.</param>
3757         </member>
3758         <member name="M:Newtonsoft.Json.JsonWriter.WriteEndConstructor">
3759             <summary>
3760             Writes the end constructor.
3761             </summary>
3762         </member>
3763         <member name="M:Newtonsoft.Json.JsonWriter.WritePropertyName(System.String)">
3764             <summary>
3765             Writes the property name of a name/value pair on a JSON object.
3766             </summary>
3767             <param name="name">The name of the property.</param>
3768         </member>
3769         <member name="M:Newtonsoft.Json.JsonWriter.WritePropertyName(System.String,System.Boolean)">
3770             <summary>
3771             Writes the property name of a name/value pair on a JSON object.
3772             </summary>
3773             <param name="name">The name of the property.</param>
3774             <param name="escape">A flag to indicate whether the text should be escaped when it is written as a JSON property name.</param>
3775         </member>
3776         <member name="M:Newtonsoft.Json.JsonWriter.WriteEnd">
3777             <summary>
3778             Writes the end of the current JSON object or array.
3779             </summary>
3780         </member>
3781         <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonReader)">
3782             <summary>
3783             Writes the current <see cref="T:Newtonsoft.Json.JsonReader"/> token and its children.
3784             </summary>
3785             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read the token from.</param>
3786         </member>
3787         <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonReader,System.Boolean)">
3788             <summary>
3789             Writes the current <see cref="T:Newtonsoft.Json.JsonReader"/> token.
3790             </summary>
3791             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read the token from.</param>
3792             <param name="writeChildren">A flag indicating whether the current token's children should be written.</param>
3793         </member>
3794         <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonToken,System.Object)">
3795             <summary>
3796             Writes the <see cref="T:Newtonsoft.Json.JsonToken"/> token and its value.
3797             </summary>
3798             <param name="token">The <see cref="T:Newtonsoft.Json.JsonToken"/> to write.</param>
3799             <param name="value">
3800             The value to write.
3801             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"/>.
3802             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>
3803         </member>
3804         <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonToken)">
3805             <summary>
3806             Writes the <see cref="T:Newtonsoft.Json.JsonToken"/> token.
3807             </summary>
3808             <param name="token">The <see cref="T:Newtonsoft.Json.JsonToken"/> to write.</param>
3809         </member>
3810         <member name="M:Newtonsoft.Json.JsonWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
3811             <summary>
3812             Writes the specified end token.
3813             </summary>
3814             <param name="token">The end token to write.</param>
3815         </member>
3816         <member name="M:Newtonsoft.Json.JsonWriter.WriteIndent">
3817             <summary>
3818             Writes indent characters.
3819             </summary>
3820         </member>
3821         <member name="M:Newtonsoft.Json.JsonWriter.WriteValueDelimiter">
3822             <summary>
3823             Writes the JSON value delimiter.
3824             </summary>
3825         </member>
3826         <member name="M:Newtonsoft.Json.JsonWriter.WriteIndentSpace">
3827             <summary>
3828             Writes an indent space.
3829             </summary>
3830         </member>
3831         <member name="M:Newtonsoft.Json.JsonWriter.WriteNull">
3832             <summary>
3833             Writes a null value.
3834             </summary>
3835         </member>
3836         <member name="M:Newtonsoft.Json.JsonWriter.WriteUndefined">
3837             <summary>
3838             Writes an undefined value.
3839             </summary>
3840         </member>
3841         <member name="M:Newtonsoft.Json.JsonWriter.WriteRaw(System.String)">
3842             <summary>
3843             Writes raw JSON without changing the writer's state.
3844             </summary>
3845             <param name="json">The raw JSON to write.</param>
3846         </member>
3847         <member name="M:Newtonsoft.Json.JsonWriter.WriteRawValue(System.String)">
3848             <summary>
3849             Writes raw JSON where a value is expected and updates the writer's state.
3850             </summary>
3851             <param name="json">The raw JSON to write.</param>
3852         </member>
3853         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.String)">
3854             <summary>
3855             Writes a <see cref="T:System.String"/> value.
3856             </summary>
3857             <param name="value">The <see cref="T:System.String"/> value to write.</param>
3858         </member>
3859         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int32)">
3860             <summary>
3861             Writes a <see cref="T:System.Int32"/> value.
3862             </summary>
3863             <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
3864         </member>
3865         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt32)">
3866             <summary>
3867             Writes a <see cref="T:System.UInt32"/> value.
3868             </summary>
3869             <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
3870         </member>
3871         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int64)">
3872             <summary>
3873             Writes a <see cref="T:System.Int64"/> value.
3874             </summary>
3875             <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
3876         </member>
3877         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt64)">
3878             <summary>
3879             Writes a <see cref="T:System.UInt64"/> value.
3880             </summary>
3881             <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
3882         </member>
3883         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Single)">
3884             <summary>
3885             Writes a <see cref="T:System.Single"/> value.
3886             </summary>
3887             <param name="value">The <see cref="T:System.Single"/> value to write.</param>
3888         </member>
3889         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Double)">
3890             <summary>
3891             Writes a <see cref="T:System.Double"/> value.
3892             </summary>
3893             <param name="value">The <see cref="T:System.Double"/> value to write.</param>
3894         </member>
3895         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Boolean)">
3896             <summary>
3897             Writes a <see cref="T:System.Boolean"/> value.
3898             </summary>
3899             <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
3900         </member>
3901         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int16)">
3902             <summary>
3903             Writes a <see cref="T:System.Int16"/> value.
3904             </summary>
3905             <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
3906         </member>
3907         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt16)">
3908             <summary>
3909             Writes a <see cref="T:System.UInt16"/> value.
3910             </summary>
3911             <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
3912         </member>
3913         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Char)">
3914             <summary>
3915             Writes a <see cref="T:System.Char"/> value.
3916             </summary>
3917             <param name="value">The <see cref="T:System.Char"/> value to write.</param>
3918         </member>
3919         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Byte)">
3920             <summary>
3921             Writes a <see cref="T:System.Byte"/> value.
3922             </summary>
3923             <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
3924         </member>
3925         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.SByte)">
3926             <summary>
3927             Writes a <see cref="T:System.SByte"/> value.
3928             </summary>
3929             <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
3930         </member>
3931         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Decimal)">
3932             <summary>
3933             Writes a <see cref="T:System.Decimal"/> value.
3934             </summary>
3935             <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
3936         </member>
3937         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.DateTime)">
3938             <summary>
3939             Writes a <see cref="T:System.DateTime"/> value.
3940             </summary>
3941             <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
3942         </member>
3943         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.DateTimeOffset)">
3944             <summary>
3945             Writes a <see cref="T:System.DateTimeOffset"/> value.
3946             </summary>
3947             <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>
3948         </member>
3949         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Guid)">
3950             <summary>
3951             Writes a <see cref="T:System.Guid"/> value.
3952             </summary>
3953             <param name="value">The <see cref="T:System.Guid"/> value to write.</param>
3954         </member>
3955         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.TimeSpan)">
3956             <summary>
3957             Writes a <see cref="T:System.TimeSpan"/> value.
3958             </summary>
3959             <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>
3960         </member>
3961         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int32})">
3962             <summary>
3963             Writes a <see cref="T:System.Nullable`1"/> value.
3964             </summary>
3965             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3966         </member>
3967         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt32})">
3968             <summary>
3969             Writes a <see cref="T:System.Nullable`1"/> value.
3970             </summary>
3971             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3972         </member>
3973         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int64})">
3974             <summary>
3975             Writes a <see cref="T:System.Nullable`1"/> value.
3976             </summary>
3977             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3978         </member>
3979         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt64})">
3980             <summary>
3981             Writes a <see cref="T:System.Nullable`1"/> value.
3982             </summary>
3983             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3984         </member>
3985         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Single})">
3986             <summary>
3987             Writes a <see cref="T:System.Nullable`1"/> value.
3988             </summary>
3989             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3990         </member>
3991         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Double})">
3992             <summary>
3993             Writes a <see cref="T:System.Nullable`1"/> value.
3994             </summary>
3995             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3996         </member>
3997         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Boolean})">
3998             <summary>
3999             Writes a <see cref="T:System.Nullable`1"/> value.
4000             </summary>
4001             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
4002         </member>
4003         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int16})">
4004             <summary>
4005             Writes a <see cref="T:System.Nullable`1"/> value.
4006             </summary>
4007             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
4008         </member>
4009         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt16})">
4010             <summary>
4011             Writes a <see cref="T:System.Nullable`1"/> value.
4012             </summary>
4013             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
4014         </member>
4015         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Char})">
4016             <summary>
4017             Writes a <see cref="T:System.Nullable`1"/> value.
4018             </summary>
4019             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
4020         </member>
4021         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Byte})">
4022             <summary>
4023             Writes a <see cref="T:System.Nullable`1"/> value.
4024             </summary>
4025             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
4026         </member>
4027         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.SByte})">
4028             <summary>
4029             Writes a <see cref="T:System.Nullable`1"/> value.
4030             </summary>
4031             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
4032         </member>
4033         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Decimal})">
4034             <summary>
4035             Writes a <see cref="T:System.Nullable`1"/> value.
4036             </summary>
4037             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
4038         </member>
4039         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.DateTime})">
4040             <summary>
4041             Writes a <see cref="T:System.Nullable`1"/> value.
4042             </summary>
4043             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
4044         </member>
4045         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.DateTimeOffset})">
4046             <summary>
4047             Writes a <see cref="T:System.Nullable`1"/> value.
4048             </summary>
4049             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
4050         </member>
4051         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Guid})">
4052             <summary>
4053             Writes a <see cref="T:System.Nullable`1"/> value.
4054             </summary>
4055             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
4056         </member>
4057         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.TimeSpan})">
4058             <summary>
4059             Writes a <see cref="T:System.Nullable`1"/> value.
4060             </summary>
4061             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
4062         </member>
4063         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Byte[])">
4064             <summary>
4065             Writes a <see cref="T:System.Byte"/>[] value.
4066             </summary>
4067             <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param>
4068         </member>
4069         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Uri)">
4070             <summary>
4071             Writes a <see cref="T:System.Uri"/> value.
4072             </summary>
4073             <param name="value">The <see cref="T:System.Uri"/> value to write.</param>
4074         </member>
4075         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Object)">
4076             <summary>
4077             Writes a <see cref="T:System.Object"/> value.
4078             An error will raised if the value cannot be written as a single JSON token.
4079             </summary>
4080             <param name="value">The <see cref="T:System.Object"/> value to write.</param>
4081         </member>
4082         <member name="M:Newtonsoft.Json.JsonWriter.WriteComment(System.String)">
4083             <summary>
4084             Writes out a comment <code>/*...*/</code> containing the specified text. 
4085             </summary>
4086             <param name="text">Text to place inside the comment.</param>
4087         </member>
4088         <member name="M:Newtonsoft.Json.JsonWriter.WriteWhitespace(System.String)">
4089             <summary>
4090             Writes out the given white space.
4091             </summary>
4092             <param name="ws">The string of white space characters.</param>
4093         </member>
4094         <member name="M:Newtonsoft.Json.JsonWriter.Dispose(System.Boolean)">
4095             <summary>
4096             Releases unmanaged and - optionally - managed resources
4097             </summary>
4098             <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
4099         </member>
4100         <member name="M:Newtonsoft.Json.JsonWriter.SetWriteState(Newtonsoft.Json.JsonToken,System.Object)">
4101             <summary>
4102             Sets the state of the JsonWriter,
4103             </summary>
4104             <param name="token">The JsonToken being written.</param>
4105             <param name="value">The value being written.</param>
4106         </member>
4107         <member name="T:Newtonsoft.Json.JsonWriterException">
4108             <summary>
4109             The exception thrown when an error occurs while reading JSON text.
4110             </summary>
4111         </member>
4112         <member name="P:Newtonsoft.Json.JsonWriterException.Path">
4113             <summary>
4114             Gets the path to the JSON where the error occurred.
4115             </summary>
4116             <value>The path to the JSON where the error occurred.</value>
4117         </member>
4118         <member name="M:Newtonsoft.Json.JsonWriterException.#ctor">
4119             <summary>
4120             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class.
4121             </summary>
4122         </member>
4123         <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.String)">
4124             <summary>
4125             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class
4126             with a specified error message.
4127             </summary>
4128             <param name="message">The error message that explains the reason for the exception.</param>
4129         </member>
4130         <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.String,System.Exception)">
4131             <summary>
4132             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class
4133             with a specified error message and a reference to the inner exception that is the cause of this exception.
4134             </summary>
4135             <param name="message">The error message that explains the reason for the exception.</param>
4136             <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>
4137         </member>
4138         <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
4139             <summary>
4140             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class.
4141             </summary>
4142             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
4143             <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
4144             <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception>
4145             <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception>
4146         </member>
4147         <member name="T:Newtonsoft.Json.Linq.CommentHandling">
4148             <summary>
4149             Specifies how JSON comments are handled when loading JSON.
4150             </summary>
4151         </member>
4152         <member name="F:Newtonsoft.Json.Linq.CommentHandling.Ignore">
4153             <summary>
4154             Ignore comments.
4155             </summary>
4156         </member>
4157         <member name="F:Newtonsoft.Json.Linq.CommentHandling.Load">
4158             <summary>
4159             Load comments as a <see cref="T:Newtonsoft.Json.Linq.JValue"/> with type <see cref="F:Newtonsoft.Json.Linq.JTokenType.Comment"/>.
4160             </summary>
4161         </member>
4162         <member name="T:Newtonsoft.Json.Linq.LineInfoHandling">
4163             <summary>
4164             Specifies how line information is handled when loading JSON.
4165             </summary>
4166         </member>
4167         <member name="F:Newtonsoft.Json.Linq.LineInfoHandling.Ignore">
4168             <summary>
4169             Ignore line information.
4170             </summary>
4171         </member>
4172         <member name="F:Newtonsoft.Json.Linq.LineInfoHandling.Load">
4173             <summary>
4174             Load line information.
4175             </summary>
4176         </member>
4177         <member name="T:Newtonsoft.Json.Linq.Extensions">
4178             <summary>
4179             Contains the LINQ to JSON extension methods.
4180             </summary>
4181         </member>
4182         <member name="M:Newtonsoft.Json.Linq.Extensions.Ancestors``1(System.Collections.Generic.IEnumerable{``0})">
4183             <summary>
4184             Returns a collection of tokens that contains the ancestors of every token in the source collection.
4185             </summary>
4186             <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</typeparam>
4187             <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>
4188             <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>
4189         </member>
4190         <member name="M:Newtonsoft.Json.Linq.Extensions.AncestorsAndSelf``1(System.Collections.Generic.IEnumerable{``0})">
4191             <summary>
4192             Returns a collection of tokens that contains every token in the source collection, and the ancestors of every token in the source collection.
4193             </summary>
4194             <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</typeparam>
4195             <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>
4196             <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>
4197         </member>
4198         <member name="M:Newtonsoft.Json.Linq.Extensions.Descendants``1(System.Collections.Generic.IEnumerable{``0})">
4199             <summary>
4200             Returns a collection of tokens that contains the descendants of every token in the source collection.
4201             </summary>
4202             <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JContainer"/>.</typeparam>
4203             <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>
4204             <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>
4205         </member>
4206         <member name="M:Newtonsoft.Json.Linq.Extensions.DescendantsAndSelf``1(System.Collections.Generic.IEnumerable{``0})">
4207             <summary>
4208             Returns a collection of tokens that contains every token in the source collection, and the descendants of every token in the source collection.
4209             </summary>
4210             <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JContainer"/>.</typeparam>
4211             <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>
4212             <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>
4213         </member>
4214         <member name="M:Newtonsoft.Json.Linq.Extensions.Properties(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JObject})">
4215             <summary>
4216             Returns a collection of child properties of every object in the source collection.
4217             </summary>
4218             <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>
4219             <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>
4220         </member>
4221         <member name="M:Newtonsoft.Json.Linq.Extensions.Values(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken},System.Object)">
4222             <summary>
4223             Returns a collection of child values of every object in the source collection with the given key.
4224             </summary>
4225             <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>
4226             <param name="key">The token key.</param>
4227             <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>
4228         </member>
4229         <member name="M:Newtonsoft.Json.Linq.Extensions.Values(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
4230             <summary>
4231             Returns a collection of child values of every object in the source collection.
4232             </summary>
4233             <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>
4234             <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>
4235         </member>
4236         <member name="M:Newtonsoft.Json.Linq.Extensions.Values``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken},System.Object)">
4237             <summary>
4238             Returns a collection of converted child values of every object in the source collection with the given key.
4239             </summary>
4240             <typeparam name="U">The type to convert the values to.</typeparam>
4241             <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>
4242             <param name="key">The token key.</param>
4243             <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>
4244         </member>
4245         <member name="M:Newtonsoft.Json.Linq.Extensions.Values``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
4246             <summary>
4247             Returns a collection of converted child values of every object in the source collection.
4248             </summary>
4249             <typeparam name="U">The type to convert the values to.</typeparam>
4250             <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>
4251             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the converted values of every token in the source collection.</returns>
4252         </member>
4253         <member name="M:Newtonsoft.Json.Linq.Extensions.Value``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
4254             <summary>
4255             Converts the value.
4256             </summary>
4257             <typeparam name="U">The type to convert the value to.</typeparam>
4258             <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>
4259             <returns>A converted value.</returns>
4260         </member>
4261         <member name="M:Newtonsoft.Json.Linq.Extensions.Value``2(System.Collections.Generic.IEnumerable{``0})">
4262             <summary>
4263             Converts the value.
4264             </summary>
4265             <typeparam name="T">The source collection type.</typeparam>
4266             <typeparam name="U">The type to convert the value to.</typeparam>
4267             <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>
4268             <returns>A converted value.</returns>
4269         </member>
4270         <member name="M:Newtonsoft.Json.Linq.Extensions.Children``1(System.Collections.Generic.IEnumerable{``0})">
4271             <summary>
4272             Returns a collection of child tokens of every array in the source collection.
4273             </summary>
4274             <typeparam name="T">The source collection type.</typeparam>
4275             <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>
4276             <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>
4277         </member>
4278         <member name="M:Newtonsoft.Json.Linq.Extensions.Children``2(System.Collections.Generic.IEnumerable{``0})">
4279             <summary>
4280             Returns a collection of converted child tokens of every array in the source collection.
4281             </summary>
4282             <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>
4283             <typeparam name="U">The type to convert the values to.</typeparam>
4284             <typeparam name="T">The source collection type.</typeparam>
4285             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the converted values of every token in the source collection.</returns>
4286         </member>
4287         <member name="M:Newtonsoft.Json.Linq.Extensions.AsJEnumerable(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
4288             <summary>
4289             Returns the input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.
4290             </summary>
4291             <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>
4292             <returns>The input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.</returns>
4293         </member>
4294         <member name="M:Newtonsoft.Json.Linq.Extensions.AsJEnumerable``1(System.Collections.Generic.IEnumerable{``0})">
4295             <summary>
4296             Returns the input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.
4297             </summary>
4298             <typeparam name="T">The source collection type.</typeparam>
4299             <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>
4300             <returns>The input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.</returns>
4301         </member>
4302         <member name="T:Newtonsoft.Json.Linq.IJEnumerable`1">
4303             <summary>
4304             Represents a collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.
4305             </summary>
4306             <typeparam name="T">The type of token</typeparam>
4307         </member>
4308         <member name="P:Newtonsoft.Json.Linq.IJEnumerable`1.Item(System.Object)">
4309             <summary>
4310             Gets the <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/> with the specified key.
4311             </summary>
4312             <value></value>
4313         </member>
4314         <member name="T:Newtonsoft.Json.Linq.JArray">
4315             <summary>
4316             Represents a JSON array.
4317             </summary>
4318             <example>
4319               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParseArray" title="Parsing a JSON Array from Text" />
4320             </example>
4321         </member>
4322         <member name="P:Newtonsoft.Json.Linq.JArray.ChildrenTokens">
4323             <summary>
4324             Gets the container's children tokens.
4325             </summary>
4326             <value>The container's children tokens.</value>
4327         </member>
4328         <member name="P:Newtonsoft.Json.Linq.JArray.Type">
4329             <summary>
4330             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4331             </summary>
4332             <value>The type.</value>
4333         </member>
4334         <member name="M:Newtonsoft.Json.Linq.JArray.#ctor">
4335             <summary>
4336             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class.
4337             </summary>
4338         </member>
4339         <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(Newtonsoft.Json.Linq.JArray)">
4340             <summary>
4341             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class from another <see cref="T:Newtonsoft.Json.Linq.JArray"/> object.
4342             </summary>
4343             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JArray"/> object to copy from.</param>
4344         </member>
4345         <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(System.Object[])">
4346             <summary>
4347             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class with the specified content.
4348             </summary>
4349             <param name="content">The contents of the array.</param>
4350         </member>
4351         <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(System.Object)">
4352             <summary>
4353             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class with the specified content.
4354             </summary>
4355             <param name="content">The contents of the array.</param>
4356         </member>
4357         <member name="M:Newtonsoft.Json.Linq.JArray.Load(Newtonsoft.Json.JsonReader)">
4358             <summary>
4359             Loads an <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
4360             </summary>
4361             <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>
4362             <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>
4363         </member>
4364         <member name="M:Newtonsoft.Json.Linq.JArray.Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)">
4365             <summary>
4366             Loads an <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
4367             </summary>
4368             <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>
4369             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
4370             If this is null, default load settings will be used.</param>
4371             <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>
4372         </member>
4373         <member name="M:Newtonsoft.Json.Linq.JArray.Parse(System.String)">
4374             <summary>
4375             Load a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a string that contains JSON.
4376             </summary>
4377             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
4378             <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> populated from the string that contains JSON.</returns>
4379             <example>
4380               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParseArray" title="Parsing a JSON Array from Text" />
4381             </example>
4382         </member>
4383         <member name="M:Newtonsoft.Json.Linq.JArray.Parse(System.String,Newtonsoft.Json.Linq.JsonLoadSettings)">
4384             <summary>
4385             Load a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a string that contains JSON.
4386             </summary>
4387             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
4388             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
4389             If this is null, default load settings will be used.</param>
4390             <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> populated from the string that contains JSON.</returns>
4391             <example>
4392               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParseArray" title="Parsing a JSON Array from Text" />
4393             </example>
4394         </member>
4395         <member name="M:Newtonsoft.Json.Linq.JArray.FromObject(System.Object)">
4396             <summary>
4397             Creates a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from an object.
4398             </summary>
4399             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>
4400             <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> with the values of the specified object</returns>
4401         </member>
4402         <member name="M:Newtonsoft.Json.Linq.JArray.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">
4403             <summary>
4404             Creates a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from an object.
4405             </summary>
4406             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>
4407             <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used to read the object.</param>
4408             <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> with the values of the specified object</returns>
4409         </member>
4410         <member name="M:Newtonsoft.Json.Linq.JArray.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
4411             <summary>
4412             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
4413             </summary>
4414             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
4415             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
4416         </member>
4417         <member name="P:Newtonsoft.Json.Linq.JArray.Item(System.Object)">
4418             <summary>
4419             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
4420             </summary>
4421             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
4422         </member>
4423         <member name="P:Newtonsoft.Json.Linq.JArray.Item(System.Int32)">
4424             <summary>
4425             Gets or sets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> at the specified index.
4426             </summary>
4427             <value></value>
4428         </member>
4429         <member name="M:Newtonsoft.Json.Linq.JArray.IndexOf(Newtonsoft.Json.Linq.JToken)">
4430             <summary>
4431             Determines the index of a specific item in the <see cref="T:System.Collections.Generic.IList`1"/>.
4432             </summary>
4433             <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.IList`1"/>.</param>
4434             <returns>
4435             The index of <paramref name="item"/> if found in the list; otherwise, -1.
4436             </returns>
4437         </member>
4438         <member name="M:Newtonsoft.Json.Linq.JArray.Insert(System.Int32,Newtonsoft.Json.Linq.JToken)">
4439             <summary>
4440             Inserts an item to the <see cref="T:System.Collections.Generic.IList`1"/> at the specified index.
4441             </summary>
4442             <param name="index">The zero-based index at which <paramref name="item"/> should be inserted.</param>
4443             <param name="item">The object to insert into the <see cref="T:System.Collections.Generic.IList`1"/>.</param>
4444             <exception cref="T:System.ArgumentOutOfRangeException">
4445                 <paramref name="index"/> is not a valid index in the <see cref="T:System.Collections.Generic.IList`1"/>.</exception>
4446             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IList`1"/> is read-only.</exception>
4447         </member>
4448         <member name="M:Newtonsoft.Json.Linq.JArray.RemoveAt(System.Int32)">
4449             <summary>
4450             Removes the <see cref="T:System.Collections.Generic.IList`1"/> item at the specified index.
4451             </summary>
4452             <param name="index">The zero-based index of the item to remove.</param>
4453             <exception cref="T:System.ArgumentOutOfRangeException">
4454                 <paramref name="index"/> is not a valid index in the <see cref="T:System.Collections.Generic.IList`1"/>.</exception>
4455             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IList`1"/> is read-only.</exception>
4456         </member>
4457         <member name="M:Newtonsoft.Json.Linq.JArray.GetEnumerator">
4458             <summary>
4459             Returns an enumerator that iterates through the collection.
4460             </summary>
4461             <returns>
4462             A <see cref="T:System.Collections.Generic.IEnumerator`1" /> that can be used to iterate through the collection.
4463             </returns>
4464         </member>
4465         <member name="M:Newtonsoft.Json.Linq.JArray.Add(Newtonsoft.Json.Linq.JToken)">
4466             <summary>
4467             Adds an item to the <see cref="T:System.Collections.Generic.ICollection`1"/>.
4468             </summary>
4469             <param name="item">The object to add to the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>
4470             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only.</exception>
4471         </member>
4472         <member name="M:Newtonsoft.Json.Linq.JArray.Clear">
4473             <summary>
4474             Removes all items from the <see cref="T:System.Collections.Generic.ICollection`1"/>.
4475             </summary>
4476             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only. </exception>
4477         </member>
4478         <member name="M:Newtonsoft.Json.Linq.JArray.Contains(Newtonsoft.Json.Linq.JToken)">
4479             <summary>
4480             Determines whether the <see cref="T:System.Collections.Generic.ICollection`1"/> contains a specific value.
4481             </summary>
4482             <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>
4483             <returns>
4484             true if <paramref name="item"/> is found in the <see cref="T:System.Collections.Generic.ICollection`1"/>; otherwise, false.
4485             </returns>
4486         </member>
4487         <member name="M:Newtonsoft.Json.Linq.JArray.CopyTo(Newtonsoft.Json.Linq.JToken[],System.Int32)">
4488             <summary>
4489             Copies to.
4490             </summary>
4491             <param name="array">The array.</param>
4492             <param name="arrayIndex">Index of the array.</param>
4493         </member>
4494         <member name="P:Newtonsoft.Json.Linq.JArray.IsReadOnly">
4495             <summary>
4496             Gets a value indicating whether the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only.
4497             </summary>
4498             <returns>true if the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only; otherwise, false.</returns>
4499         </member>
4500         <member name="M:Newtonsoft.Json.Linq.JArray.Remove(Newtonsoft.Json.Linq.JToken)">
4501             <summary>
4502             Removes the first occurrence of a specific object from the <see cref="T:System.Collections.Generic.ICollection`1"/>.
4503             </summary>
4504             <param name="item">The object to remove from the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>
4505             <returns>
4506             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"/>.
4507             </returns>
4508             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only.</exception>
4509         </member>
4510         <member name="T:Newtonsoft.Json.Linq.JConstructor">
4511             <summary>
4512             Represents a JSON constructor.
4513             </summary>
4514         </member>
4515         <member name="P:Newtonsoft.Json.Linq.JConstructor.ChildrenTokens">
4516             <summary>
4517             Gets the container's children tokens.
4518             </summary>
4519             <value>The container's children tokens.</value>
4520         </member>
4521         <member name="P:Newtonsoft.Json.Linq.JConstructor.Name">
4522             <summary>
4523             Gets or sets the name of this constructor.
4524             </summary>
4525             <value>The constructor name.</value>
4526         </member>
4527         <member name="P:Newtonsoft.Json.Linq.JConstructor.Type">
4528             <summary>
4529             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4530             </summary>
4531             <value>The type.</value>
4532         </member>
4533         <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor">
4534             <summary>
4535             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class.
4536             </summary>
4537         </member>
4538         <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(Newtonsoft.Json.Linq.JConstructor)">
4539             <summary>
4540             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class from another <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> object.
4541             </summary>
4542             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> object to copy from.</param>
4543         </member>
4544         <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String,System.Object[])">
4545             <summary>
4546             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name and content.
4547             </summary>
4548             <param name="name">The constructor name.</param>
4549             <param name="content">The contents of the constructor.</param>
4550         </member>
4551         <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String,System.Object)">
4552             <summary>
4553             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name and content.
4554             </summary>
4555             <param name="name">The constructor name.</param>
4556             <param name="content">The contents of the constructor.</param>
4557         </member>
4558         <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String)">
4559             <summary>
4560             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name.
4561             </summary>
4562             <param name="name">The constructor name.</param>
4563         </member>
4564         <member name="M:Newtonsoft.Json.Linq.JConstructor.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
4565             <summary>
4566             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
4567             </summary>
4568             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
4569             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
4570         </member>
4571         <member name="P:Newtonsoft.Json.Linq.JConstructor.Item(System.Object)">
4572             <summary>
4573             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
4574             </summary>
4575             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
4576         </member>
4577         <member name="M:Newtonsoft.Json.Linq.JConstructor.Load(Newtonsoft.Json.JsonReader)">
4578             <summary>
4579             Loads an <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
4580             </summary>
4581             <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>
4582             <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>
4583         </member>
4584         <member name="M:Newtonsoft.Json.Linq.JConstructor.Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)">
4585             <summary>
4586             Loads an <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
4587             </summary>
4588             <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>
4589             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
4590             If this is null, default load settings will be used.</param>
4591             <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>
4592         </member>
4593         <member name="T:Newtonsoft.Json.Linq.JContainer">
4594             <summary>
4595             Represents a token that can contain other tokens.
4596             </summary>
4597         </member>
4598         <member name="E:Newtonsoft.Json.Linq.JContainer.ListChanged">
4599             <summary>
4600             Occurs when the list changes or an item in the list changes.
4601             </summary>
4602         </member>
4603         <member name="E:Newtonsoft.Json.Linq.JContainer.AddingNew">
4604             <summary>
4605             Occurs before an item is added to the collection.
4606             </summary>
4607         </member>
4608         <member name="E:Newtonsoft.Json.Linq.JContainer.CollectionChanged">
4609             <summary>
4610             Occurs when the items list of the collection has changed, or the collection is reset.
4611             </summary>
4612         </member>
4613         <member name="P:Newtonsoft.Json.Linq.JContainer.ChildrenTokens">
4614             <summary>
4615             Gets the container's children tokens.
4616             </summary>
4617             <value>The container's children tokens.</value>
4618         </member>
4619         <member name="M:Newtonsoft.Json.Linq.JContainer.OnAddingNew(System.ComponentModel.AddingNewEventArgs)">
4620             <summary>
4621             Raises the <see cref="E:Newtonsoft.Json.Linq.JContainer.AddingNew"/> event.
4622             </summary>
4623             <param name="e">The <see cref="T:System.ComponentModel.AddingNewEventArgs"/> instance containing the event data.</param>
4624         </member>
4625         <member name="M:Newtonsoft.Json.Linq.JContainer.OnListChanged(System.ComponentModel.ListChangedEventArgs)">
4626             <summary>
4627             Raises the <see cref="E:Newtonsoft.Json.Linq.JContainer.ListChanged"/> event.
4628             </summary>
4629             <param name="e">The <see cref="T:System.ComponentModel.ListChangedEventArgs"/> instance containing the event data.</param>
4630         </member>
4631         <member name="M:Newtonsoft.Json.Linq.JContainer.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
4632             <summary>
4633             Raises the <see cref="E:Newtonsoft.Json.Linq.JContainer.CollectionChanged"/> event.
4634             </summary>
4635             <param name="e">The <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs"/> instance containing the event data.</param>
4636         </member>
4637         <member name="P:Newtonsoft.Json.Linq.JContainer.HasValues">
4638             <summary>
4639             Gets a value indicating whether this token has child tokens.
4640             </summary>
4641             <value>
4642                 <c>true</c> if this token has child values; otherwise, <c>false</c>.
4643             </value>
4644         </member>
4645         <member name="P:Newtonsoft.Json.Linq.JContainer.First">
4646             <summary>
4647             Get the first child token of this token.
4648             </summary>
4649             <value>
4650             A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the first child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4651             </value>
4652         </member>
4653         <member name="P:Newtonsoft.Json.Linq.JContainer.Last">
4654             <summary>
4655             Get the last child token of this token.
4656             </summary>
4657             <value>
4658             A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the last child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4659             </value>
4660         </member>
4661         <member name="M:Newtonsoft.Json.Linq.JContainer.Children">
4662             <summary>
4663             Returns a collection of the child tokens of this token, in document order.
4664             </summary>
4665             <returns>
4666             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.
4667             </returns>
4668         </member>
4669         <member name="M:Newtonsoft.Json.Linq.JContainer.Values``1">
4670             <summary>
4671             Returns a collection of the child values of this token, in document order.
4672             </summary>
4673             <typeparam name="T">The type to convert the values to.</typeparam>
4674             <returns>
4675             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.
4676             </returns>
4677         </member>
4678         <member name="M:Newtonsoft.Json.Linq.JContainer.Descendants">
4679             <summary>
4680             Returns a collection of the descendant tokens for this token in document order.
4681             </summary>
4682             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> containing the descendant tokens of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>
4683         </member>
4684         <member name="M:Newtonsoft.Json.Linq.JContainer.DescendantsAndSelf">
4685             <summary>
4686             Returns a collection of the tokens that contain this token, and all descendant tokens of this token, in document order.
4687             </summary>
4688             <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>
4689         </member>
4690         <member name="M:Newtonsoft.Json.Linq.JContainer.Add(System.Object)">
4691             <summary>
4692             Adds the specified content as children of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4693             </summary>
4694             <param name="content">The content to be added.</param>
4695         </member>
4696         <member name="M:Newtonsoft.Json.Linq.JContainer.AddFirst(System.Object)">
4697             <summary>
4698             Adds the specified content as the first children of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4699             </summary>
4700             <param name="content">The content to be added.</param>
4701         </member>
4702         <member name="M:Newtonsoft.Json.Linq.JContainer.CreateWriter">
4703             <summary>
4704             Creates an <see cref="T:Newtonsoft.Json.JsonWriter"/> that can be used to add tokens to the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4705             </summary>
4706             <returns>An <see cref="T:Newtonsoft.Json.JsonWriter"/> that is ready to have content written to it.</returns>
4707         </member>
4708         <member name="M:Newtonsoft.Json.Linq.JContainer.ReplaceAll(System.Object)">
4709             <summary>
4710             Replaces the children nodes of this token with the specified content.
4711             </summary>
4712             <param name="content">The content.</param>
4713         </member>
4714         <member name="M:Newtonsoft.Json.Linq.JContainer.RemoveAll">
4715             <summary>
4716             Removes the child nodes from this token.
4717             </summary>
4718         </member>
4719         <member name="M:Newtonsoft.Json.Linq.JContainer.Merge(System.Object)">
4720             <summary>
4721             Merge the specified content into this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4722             </summary>
4723             <param name="content">The content to be merged.</param>
4724         </member>
4725         <member name="M:Newtonsoft.Json.Linq.JContainer.Merge(System.Object,Newtonsoft.Json.Linq.JsonMergeSettings)">
4726             <summary>
4727             Merge the specified content into this <see cref="T:Newtonsoft.Json.Linq.JToken"/> using <see cref="T:Newtonsoft.Json.Linq.JsonMergeSettings"/>.
4728             </summary>
4729             <param name="content">The content to be merged.</param>
4730             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonMergeSettings"/> used to merge the content.</param>
4731         </member>
4732         <member name="P:Newtonsoft.Json.Linq.JContainer.Count">
4733             <summary>
4734             Gets the count of child JSON tokens.
4735             </summary>
4736             <value>The count of child JSON tokens</value>
4737         </member>
4738         <member name="T:Newtonsoft.Json.Linq.JEnumerable`1">
4739             <summary>
4740             Represents a collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.
4741             </summary>
4742             <typeparam name="T">The type of token</typeparam>
4743         </member>
4744         <member name="F:Newtonsoft.Json.Linq.JEnumerable`1.Empty">
4745             <summary>
4746             An empty collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.
4747             </summary>
4748         </member>
4749         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.#ctor(System.Collections.Generic.IEnumerable{`0})">
4750             <summary>
4751             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> struct.
4752             </summary>
4753             <param name="enumerable">The enumerable.</param>
4754         </member>
4755         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.GetEnumerator">
4756             <summary>
4757             Returns an enumerator that iterates through the collection.
4758             </summary>
4759             <returns>
4760             A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
4761             </returns>
4762         </member>
4763         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.System#Collections#IEnumerable#GetEnumerator">
4764             <summary>
4765             Returns an enumerator that iterates through a collection.
4766             </summary>
4767             <returns>
4768             An <see cref="T:System.Collections.IEnumerator"/> object that can be used to iterate through the collection.
4769             </returns>
4770         </member>
4771         <member name="P:Newtonsoft.Json.Linq.JEnumerable`1.Item(System.Object)">
4772             <summary>
4773             Gets the <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/> with the specified key.
4774             </summary>
4775             <value></value>
4776         </member>
4777         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.Equals(Newtonsoft.Json.Linq.JEnumerable{`0})">
4778             <summary>
4779             Determines whether the specified <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> is equal to this instance.
4780             </summary>
4781             <param name="other">The <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> to compare with this instance.</param>
4782             <returns>
4783                 <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> is equal to this instance; otherwise, <c>false</c>.
4784             </returns>
4785         </member>
4786         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.Equals(System.Object)">
4787             <summary>
4788             Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.
4789             </summary>
4790             <param name="obj">The <see cref="T:System.Object"/> to compare with this instance.</param>
4791             <returns>
4792                 <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.
4793             </returns>
4794         </member>
4795         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.GetHashCode">
4796             <summary>
4797             Returns a hash code for this instance.
4798             </summary>
4799             <returns>
4800             A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. 
4801             </returns>
4802         </member>
4803         <member name="T:Newtonsoft.Json.Linq.JObject">
4804             <summary>
4805             Represents a JSON object.
4806             </summary>
4807             <example>
4808               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParse" title="Parsing a JSON Object from Text" />
4809             </example>
4810         </member>
4811         <member name="P:Newtonsoft.Json.Linq.JObject.ChildrenTokens">
4812             <summary>
4813             Gets the container's children tokens.
4814             </summary>
4815             <value>The container's children tokens.</value>
4816         </member>
4817         <member name="E:Newtonsoft.Json.Linq.JObject.PropertyChanged">
4818             <summary>
4819             Occurs when a property value changes.
4820             </summary>
4821         </member>
4822         <member name="E:Newtonsoft.Json.Linq.JObject.PropertyChanging">
4823             <summary>
4824             Occurs when a property value is changing.
4825             </summary>
4826         </member>
4827         <member name="M:Newtonsoft.Json.Linq.JObject.#ctor">
4828             <summary>
4829             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class.
4830             </summary>
4831         </member>
4832         <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(Newtonsoft.Json.Linq.JObject)">
4833             <summary>
4834             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class from another <see cref="T:Newtonsoft.Json.Linq.JObject"/> object.
4835             </summary>
4836             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JObject"/> object to copy from.</param>
4837         </member>
4838         <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(System.Object[])">
4839             <summary>
4840             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class with the specified content.
4841             </summary>
4842             <param name="content">The contents of the object.</param>
4843         </member>
4844         <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(System.Object)">
4845             <summary>
4846             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class with the specified content.
4847             </summary>
4848             <param name="content">The contents of the object.</param>
4849         </member>
4850         <member name="P:Newtonsoft.Json.Linq.JObject.Type">
4851             <summary>
4852             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4853             </summary>
4854             <value>The type.</value>
4855         </member>
4856         <member name="M:Newtonsoft.Json.Linq.JObject.Properties">
4857             <summary>
4858             Gets an <see cref="T:System.Collections.Generic.IEnumerable`1"/> of this object's properties.
4859             </summary>
4860             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of this object's properties.</returns>
4861         </member>
4862         <member name="M:Newtonsoft.Json.Linq.JObject.Property(System.String)">
4863             <summary>
4864             Gets a <see cref="T:Newtonsoft.Json.Linq.JProperty"/> the specified name.
4865             </summary>
4866             <param name="name">The property name.</param>
4867             <returns>A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> with the specified name or null.</returns>
4868         </member>
4869         <member name="M:Newtonsoft.Json.Linq.JObject.PropertyValues">
4870             <summary>
4871             Gets an <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> of this object's property values.
4872             </summary>
4873             <returns>An <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> of this object's property values.</returns>
4874         </member>
4875         <member name="P:Newtonsoft.Json.Linq.JObject.Item(System.Object)">
4876             <summary>
4877             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
4878             </summary>
4879             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
4880         </member>
4881         <member name="P:Newtonsoft.Json.Linq.JObject.Item(System.String)">
4882             <summary>
4883             Gets or sets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.
4884             </summary>
4885             <value></value>
4886         </member>
4887         <member name="M:Newtonsoft.Json.Linq.JObject.Load(Newtonsoft.Json.JsonReader)">
4888             <summary>
4889             Loads an <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
4890             </summary>
4891             <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>
4892             <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>
4893         </member>
4894         <member name="M:Newtonsoft.Json.Linq.JObject.Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)">
4895             <summary>
4896             Loads an <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
4897             </summary>
4898             <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>
4899             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
4900             If this is null, default load settings will be used.</param>
4901             <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>
4902         </member>
4903         <member name="M:Newtonsoft.Json.Linq.JObject.Parse(System.String)">
4904             <summary>
4905             Load a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a string that contains JSON.
4906             </summary>
4907             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
4908             <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> populated from the string that contains JSON.</returns>
4909             <example>
4910               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParse" title="Parsing a JSON Object from Text" />
4911             </example>
4912         </member>
4913         <member name="M:Newtonsoft.Json.Linq.JObject.Parse(System.String,Newtonsoft.Json.Linq.JsonLoadSettings)">
4914             <summary>
4915             Load a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a string that contains JSON.
4916             </summary>
4917             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
4918             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
4919             If this is null, default load settings will be used.</param>
4920             <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> populated from the string that contains JSON.</returns>
4921             <example>
4922               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParse" title="Parsing a JSON Object from Text" />
4923             </example>
4924         </member>
4925         <member name="M:Newtonsoft.Json.Linq.JObject.FromObject(System.Object)">
4926             <summary>
4927             Creates a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from an object.
4928             </summary>
4929             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JObject"/>.</param>
4930             <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> with the values of the specified object</returns>
4931         </member>
4932         <member name="M:Newtonsoft.Json.Linq.JObject.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">
4933             <summary>
4934             Creates a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from an object.
4935             </summary>
4936             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JObject"/>.</param>
4937             <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used to read the object.</param>
4938             <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> with the values of the specified object</returns>
4939         </member>
4940         <member name="M:Newtonsoft.Json.Linq.JObject.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
4941             <summary>
4942             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
4943             </summary>
4944             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
4945             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
4946         </member>
4947         <member name="M:Newtonsoft.Json.Linq.JObject.GetValue(System.String)">
4948             <summary>
4949             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.
4950             </summary>
4951             <param name="propertyName">Name of the property.</param>
4952             <returns>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.</returns>
4953         </member>
4954         <member name="M:Newtonsoft.Json.Linq.JObject.GetValue(System.String,System.StringComparison)">
4955             <summary>
4956             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.
4957             The exact property name will be searched for first and if no matching property is found then
4958             the <see cref="T:System.StringComparison"/> will be used to match a property.
4959             </summary>
4960             <param name="propertyName">Name of the property.</param>
4961             <param name="comparison">One of the enumeration values that specifies how the strings will be compared.</param>
4962             <returns>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.</returns>
4963         </member>
4964         <member name="M:Newtonsoft.Json.Linq.JObject.TryGetValue(System.String,System.StringComparison,Newtonsoft.Json.Linq.JToken@)">
4965             <summary>
4966             Tries to get the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.
4967             The exact property name will be searched for first and if no matching property is found then
4968             the <see cref="T:System.StringComparison"/> will be used to match a property.
4969             </summary>
4970             <param name="propertyName">Name of the property.</param>
4971             <param name="value">The value.</param>
4972             <param name="comparison">One of the enumeration values that specifies how the strings will be compared.</param>
4973             <returns><c>true</c> if a value was successfully retrieved; otherwise, <c>false</c>.</returns>
4974         </member>
4975         <member name="M:Newtonsoft.Json.Linq.JObject.Add(System.String,Newtonsoft.Json.Linq.JToken)">
4976             <summary>
4977             Adds the specified property name.
4978             </summary>
4979             <param name="propertyName">Name of the property.</param>
4980             <param name="value">The value.</param>
4981         </member>
4982         <member name="M:Newtonsoft.Json.Linq.JObject.Remove(System.String)">
4983             <summary>
4984             Removes the property with the specified name.
4985             </summary>
4986             <param name="propertyName">Name of the property.</param>
4987             <returns><c>true</c> if item was successfully removed; otherwise, <c>false</c>.</returns>
4988         </member>
4989         <member name="M:Newtonsoft.Json.Linq.JObject.TryGetValue(System.String,Newtonsoft.Json.Linq.JToken@)">
4990             <summary>
4991             Tries the get value.
4992             </summary>
4993             <param name="propertyName">Name of the property.</param>
4994             <param name="value">The value.</param>
4995             <returns><c>true</c> if a value was successfully retrieved; otherwise, <c>false</c>.</returns>
4996         </member>
4997         <member name="M:Newtonsoft.Json.Linq.JObject.GetEnumerator">
4998             <summary>
4999             Returns an enumerator that iterates through the collection.
5000             </summary>
5001             <returns>
5002             A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
5003             </returns>
5004         </member>
5005         <member name="M:Newtonsoft.Json.Linq.JObject.OnPropertyChanged(System.String)">
5006             <summary>
5007             Raises the <see cref="E:Newtonsoft.Json.Linq.JObject.PropertyChanged"/> event with the provided arguments.
5008             </summary>
5009             <param name="propertyName">Name of the property.</param>
5010         </member>
5011         <member name="M:Newtonsoft.Json.Linq.JObject.OnPropertyChanging(System.String)">
5012             <summary>
5013             Raises the <see cref="E:Newtonsoft.Json.Linq.JObject.PropertyChanging"/> event with the provided arguments.
5014             </summary>
5015             <param name="propertyName">Name of the property.</param>
5016         </member>
5017         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetProperties">
5018             <summary>
5019             Returns the properties for this instance of a component.
5020             </summary>
5021             <returns>
5022             A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"/> that represents the properties for this component instance.
5023             </returns>
5024         </member>
5025         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetProperties(System.Attribute[])">
5026             <summary>
5027             Returns the properties for this instance of a component using the attribute array as a filter.
5028             </summary>
5029             <param name="attributes">An array of type <see cref="T:System.Attribute"/> that is used as a filter.</param>
5030             <returns>
5031             A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"/> that represents the filtered properties for this component instance.
5032             </returns>
5033         </member>
5034         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetAttributes">
5035             <summary>
5036             Returns a collection of custom attributes for this instance of a component.
5037             </summary>
5038             <returns>
5039             An <see cref="T:System.ComponentModel.AttributeCollection"/> containing the attributes for this object.
5040             </returns>
5041         </member>
5042         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetClassName">
5043             <summary>
5044             Returns the class name of this instance of a component.
5045             </summary>
5046             <returns>
5047             The class name of the object, or null if the class does not have a name.
5048             </returns>
5049         </member>
5050         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetComponentName">
5051             <summary>
5052             Returns the name of this instance of a component.
5053             </summary>
5054             <returns>
5055             The name of the object, or null if the object does not have a name.
5056             </returns>
5057         </member>
5058         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetConverter">
5059             <summary>
5060             Returns a type converter for this instance of a component.
5061             </summary>
5062             <returns>
5063             A <see cref="T:System.ComponentModel.TypeConverter"/> that is the converter for this object, or null if there is no <see cref="T:System.ComponentModel.TypeConverter"/> for this object.
5064             </returns>
5065         </member>
5066         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetDefaultEvent">
5067             <summary>
5068             Returns the default event for this instance of a component.
5069             </summary>
5070             <returns>
5071             An <see cref="T:System.ComponentModel.EventDescriptor"/> that represents the default event for this object, or null if this object does not have events.
5072             </returns>
5073         </member>
5074         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetDefaultProperty">
5075             <summary>
5076             Returns the default property for this instance of a component.
5077             </summary>
5078             <returns>
5079             A <see cref="T:System.ComponentModel.PropertyDescriptor"/> that represents the default property for this object, or null if this object does not have properties.
5080             </returns>
5081         </member>
5082         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetEditor(System.Type)">
5083             <summary>
5084             Returns an editor of the specified type for this instance of a component.
5085             </summary>
5086             <param name="editorBaseType">A <see cref="T:System.Type"/> that represents the editor for this object.</param>
5087             <returns>
5088             An <see cref="T:System.Object"/> of the specified type that is the editor for this object, or null if the editor cannot be found.
5089             </returns>
5090         </member>
5091         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetEvents(System.Attribute[])">
5092             <summary>
5093             Returns the events for this instance of a component using the specified attribute array as a filter.
5094             </summary>
5095             <param name="attributes">An array of type <see cref="T:System.Attribute"/> that is used as a filter.</param>
5096             <returns>
5097             An <see cref="T:System.ComponentModel.EventDescriptorCollection"/> that represents the filtered events for this component instance.
5098             </returns>
5099         </member>
5100         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetEvents">
5101             <summary>
5102             Returns the events for this instance of a component.
5103             </summary>
5104             <returns>
5105             An <see cref="T:System.ComponentModel.EventDescriptorCollection"/> that represents the events for this component instance.
5106             </returns>
5107         </member>
5108         <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetPropertyOwner(System.ComponentModel.PropertyDescriptor)">
5109             <summary>
5110             Returns an object that contains the property described by the specified property descriptor.
5111             </summary>
5112             <param name="pd">A <see cref="T:System.ComponentModel.PropertyDescriptor"/> that represents the property whose owner is to be found.</param>
5113             <returns>
5114             An <see cref="T:System.Object"/> that represents the owner of the specified property.
5115             </returns>
5116         </member>
5117         <member name="M:Newtonsoft.Json.Linq.JObject.GetMetaObject(System.Linq.Expressions.Expression)">
5118             <summary>
5119             Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.
5120             </summary>
5121             <param name="parameter">The expression tree representation of the runtime value.</param>
5122             <returns>
5123             The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.
5124             </returns>
5125         </member>
5126         <member name="T:Newtonsoft.Json.Linq.JsonMergeSettings">
5127             <summary>
5128             Specifies the settings used when merging JSON.
5129             </summary>
5130         </member>
5131         <member name="P:Newtonsoft.Json.Linq.JsonMergeSettings.MergeArrayHandling">
5132             <summary>
5133             Gets or sets the method used when merging JSON arrays.
5134             </summary>
5135             <value>The method used when merging JSON arrays.</value>
5136         </member>
5137         <member name="P:Newtonsoft.Json.Linq.JsonMergeSettings.MergeNullValueHandling">
5138             <summary>
5139             Gets or sets how how null value properties are merged.
5140             </summary>
5141             <value>How null value properties are merged.</value>
5142         </member>
5143         <member name="T:Newtonsoft.Json.Linq.JProperty">
5144             <summary>
5145             Represents a JSON property.
5146             </summary>
5147         </member>
5148         <member name="P:Newtonsoft.Json.Linq.JProperty.ChildrenTokens">
5149             <summary>
5150             Gets the container's children tokens.
5151             </summary>
5152             <value>The container's children tokens.</value>
5153         </member>
5154         <member name="P:Newtonsoft.Json.Linq.JProperty.Name">
5155             <summary>
5156             Gets the property name.
5157             </summary>
5158             <value>The property name.</value>
5159         </member>
5160         <member name="P:Newtonsoft.Json.Linq.JProperty.Value">
5161             <summary>
5162             Gets or sets the property value.
5163             </summary>
5164             <value>The property value.</value>
5165         </member>
5166         <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(Newtonsoft.Json.Linq.JProperty)">
5167             <summary>
5168             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class from another <see cref="T:Newtonsoft.Json.Linq.JProperty"/> object.
5169             </summary>
5170             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> object to copy from.</param>
5171         </member>
5172         <member name="P:Newtonsoft.Json.Linq.JProperty.Type">
5173             <summary>
5174             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5175             </summary>
5176             <value>The type.</value>
5177         </member>
5178         <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(System.String,System.Object[])">
5179             <summary>
5180             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class.
5181             </summary>
5182             <param name="name">The property name.</param>
5183             <param name="content">The property content.</param>
5184         </member>
5185         <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(System.String,System.Object)">
5186             <summary>
5187             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class.
5188             </summary>
5189             <param name="name">The property name.</param>
5190             <param name="content">The property content.</param>
5191         </member>
5192         <member name="M:Newtonsoft.Json.Linq.JProperty.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
5193             <summary>
5194             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
5195             </summary>
5196             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
5197             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
5198         </member>
5199         <member name="M:Newtonsoft.Json.Linq.JProperty.Load(Newtonsoft.Json.JsonReader)">
5200             <summary>
5201             Loads an <see cref="T:Newtonsoft.Json.Linq.JProperty"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
5202             </summary>
5203             <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>
5204             <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>
5205         </member>
5206         <member name="M:Newtonsoft.Json.Linq.JProperty.Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)">
5207             <summary>
5208             Loads an <see cref="T:Newtonsoft.Json.Linq.JProperty"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
5209             </summary>
5210             <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>
5211             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
5212             If this is null, default load settings will be used.</param>
5213             <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>
5214         </member>
5215         <member name="T:Newtonsoft.Json.Linq.JPropertyDescriptor">
5216             <summary>
5217             Represents a view of a <see cref="T:Newtonsoft.Json.Linq.JProperty"/>.
5218             </summary>
5219         </member>
5220         <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.#ctor(System.String)">
5221             <summary>
5222             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JPropertyDescriptor"/> class.
5223             </summary>
5224             <param name="name">The name.</param>
5225         </member>
5226         <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.CanResetValue(System.Object)">
5227             <summary>
5228             When overridden in a derived class, returns whether resetting an object changes its value.
5229             </summary>
5230             <returns>
5231             <c>true</c> if resetting the component changes its value; otherwise, <c>false</c>.
5232             </returns>
5233             <param name="component">The component to test for reset capability.</param>
5234         </member>
5235         <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.GetValue(System.Object)">
5236             <summary>
5237             When overridden in a derived class, gets the current value of the property on a component.
5238             </summary>
5239             <returns>
5240             The value of a property for a given component.
5241             </returns>
5242             <param name="component">The component with the property for which to retrieve the value. 
5243                             </param>
5244         </member>
5245         <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.ResetValue(System.Object)">
5246             <summary>
5247             When overridden in a derived class, resets the value for this property of the component to the default value.
5248             </summary>
5249             <param name="component">The component with the property value that is to be reset to the default value. 
5250                             </param>
5251         </member>
5252         <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.SetValue(System.Object,System.Object)">
5253             <summary>
5254             When overridden in a derived class, sets the value of the component to a different value.
5255             </summary>
5256             <param name="component">The component with the property value that is to be set. 
5257                             </param><param name="value">The new value. 
5258                             </param>
5259         </member>
5260         <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.ShouldSerializeValue(System.Object)">
5261             <summary>
5262             When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted.
5263             </summary>
5264             <returns>
5265             <c>true</c> if the property should be persisted; otherwise, <c>false</c>.
5266             </returns>
5267             <param name="component">The component with the property to be examined for persistence.</param>
5268         </member>
5269         <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.ComponentType">
5270             <summary>
5271             When overridden in a derived class, gets the type of the component this property is bound to.
5272             </summary>
5273             <returns>
5274             A <see cref="T:System.Type"/> that represents the type of component this property is bound to. When the <see cref="M:System.ComponentModel.PropertyDescriptor.GetValue(System.Object)"/> or <see cref="M:System.ComponentModel.PropertyDescriptor.SetValue(System.Object,System.Object)"/> methods are invoked, the object specified might be an instance of this type.
5275             </returns>
5276         </member>
5277         <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.IsReadOnly">
5278             <summary>
5279             When overridden in a derived class, gets a value indicating whether this property is read-only.
5280             </summary>
5281             <returns>
5282             <c>true</c> if the property is read-only; otherwise, <c>false</c>.
5283             </returns>
5284         </member>
5285         <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.PropertyType">
5286             <summary>
5287             When overridden in a derived class, gets the type of the property.
5288             </summary>
5289             <returns>
5290             A <see cref="T:System.Type"/> that represents the type of the property.
5291             </returns>
5292         </member>
5293         <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.NameHashCode">
5294             <summary>
5295             Gets the hash code for the name of the member.
5296             </summary>
5297             <value></value>
5298             <returns>
5299             The hash code for the name of the member.
5300             </returns>
5301         </member>
5302         <member name="T:Newtonsoft.Json.Linq.JRaw">
5303             <summary>
5304             Represents a raw JSON string.
5305             </summary>
5306         </member>
5307         <member name="M:Newtonsoft.Json.Linq.JRaw.#ctor(Newtonsoft.Json.Linq.JRaw)">
5308             <summary>
5309             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JRaw"/> class from another <see cref="T:Newtonsoft.Json.Linq.JRaw"/> object.
5310             </summary>
5311             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JRaw"/> object to copy from.</param>
5312         </member>
5313         <member name="M:Newtonsoft.Json.Linq.JRaw.#ctor(System.Object)">
5314             <summary>
5315             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JRaw"/> class.
5316             </summary>
5317             <param name="rawJson">The raw json.</param>
5318         </member>
5319         <member name="M:Newtonsoft.Json.Linq.JRaw.Create(Newtonsoft.Json.JsonReader)">
5320             <summary>
5321             Creates an instance of <see cref="T:Newtonsoft.Json.Linq.JRaw"/> with the content of the reader's current token.
5322             </summary>
5323             <param name="reader">The reader.</param>
5324             <returns>An instance of <see cref="T:Newtonsoft.Json.Linq.JRaw"/> with the content of the reader's current token.</returns>
5325         </member>
5326         <member name="T:Newtonsoft.Json.Linq.JToken">
5327             <summary>
5328             Represents an abstract JSON token.
5329             </summary>
5330         </member>
5331         <member name="P:Newtonsoft.Json.Linq.JToken.EqualityComparer">
5332             <summary>
5333             Gets a comparer that can compare two tokens for value equality.
5334             </summary>
5335             <value>A <see cref="T:Newtonsoft.Json.Linq.JTokenEqualityComparer"/> that can compare two nodes for value equality.</value>
5336         </member>
5337         <member name="P:Newtonsoft.Json.Linq.JToken.Parent">
5338             <summary>
5339             Gets or sets the parent.
5340             </summary>
5341             <value>The parent.</value>
5342         </member>
5343         <member name="P:Newtonsoft.Json.Linq.JToken.Root">
5344             <summary>
5345             Gets the root <see cref="T:Newtonsoft.Json.Linq.JToken"/> of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5346             </summary>
5347             <value>The root <see cref="T:Newtonsoft.Json.Linq.JToken"/> of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value>
5348         </member>
5349         <member name="P:Newtonsoft.Json.Linq.JToken.Type">
5350             <summary>
5351             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5352             </summary>
5353             <value>The type.</value>
5354         </member>
5355         <member name="P:Newtonsoft.Json.Linq.JToken.HasValues">
5356             <summary>
5357             Gets a value indicating whether this token has child tokens.
5358             </summary>
5359             <value>
5360                 <c>true</c> if this token has child values; otherwise, <c>false</c>.
5361             </value>
5362         </member>
5363         <member name="M:Newtonsoft.Json.Linq.JToken.DeepEquals(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
5364             <summary>
5365             Compares the values of two tokens, including the values of all descendant tokens.
5366             </summary>
5367             <param name="t1">The first <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
5368             <param name="t2">The second <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
5369             <returns><c>true</c> if the tokens are equal; otherwise <c>false</c>.</returns>
5370         </member>
5371         <member name="P:Newtonsoft.Json.Linq.JToken.Next">
5372             <summary>
5373             Gets the next sibling token of this node.
5374             </summary>
5375             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the next sibling token.</value>
5376         </member>
5377         <member name="P:Newtonsoft.Json.Linq.JToken.Previous">
5378             <summary>
5379             Gets the previous sibling token of this node.
5380             </summary>
5381             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the previous sibling token.</value>
5382         </member>
5383         <member name="P:Newtonsoft.Json.Linq.JToken.Path">
5384             <summary>
5385             Gets the path of the JSON token. 
5386             </summary>
5387         </member>
5388         <member name="M:Newtonsoft.Json.Linq.JToken.AddAfterSelf(System.Object)">
5389             <summary>
5390             Adds the specified content immediately after this token.
5391             </summary>
5392             <param name="content">A content object that contains simple content or a collection of content objects to be added after this token.</param>
5393         </member>
5394         <member name="M:Newtonsoft.Json.Linq.JToken.AddBeforeSelf(System.Object)">
5395             <summary>
5396             Adds the specified content immediately before this token.
5397             </summary>
5398             <param name="content">A content object that contains simple content or a collection of content objects to be added before this token.</param>
5399         </member>
5400         <member name="M:Newtonsoft.Json.Linq.JToken.Ancestors">
5401             <summary>
5402             Returns a collection of the ancestor tokens of this token.
5403             </summary>
5404             <returns>A collection of the ancestor tokens of this token.</returns>
5405         </member>
5406         <member name="M:Newtonsoft.Json.Linq.JToken.AncestorsAndSelf">
5407             <summary>
5408             Returns a collection of tokens that contain this token, and the ancestors of this token.
5409             </summary>
5410             <returns>A collection of tokens that contain this token, and the ancestors of this token.</returns>
5411         </member>
5412         <member name="M:Newtonsoft.Json.Linq.JToken.AfterSelf">
5413             <summary>
5414             Returns a collection of the sibling tokens after this token, in document order.
5415             </summary>
5416             <returns>A collection of the sibling tokens after this tokens, in document order.</returns>
5417         </member>
5418         <member name="M:Newtonsoft.Json.Linq.JToken.BeforeSelf">
5419             <summary>
5420             Returns a collection of the sibling tokens before this token, in document order.
5421             </summary>
5422             <returns>A collection of the sibling tokens before this token, in document order.</returns>
5423         </member>
5424         <member name="P:Newtonsoft.Json.Linq.JToken.Item(System.Object)">
5425             <summary>
5426             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
5427             </summary>
5428             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
5429         </member>
5430         <member name="M:Newtonsoft.Json.Linq.JToken.Value``1(System.Object)">
5431             <summary>
5432             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key converted to the specified type.
5433             </summary>
5434             <typeparam name="T">The type to convert the token to.</typeparam>
5435             <param name="key">The token key.</param>
5436             <returns>The converted token value.</returns>
5437         </member>
5438         <member name="P:Newtonsoft.Json.Linq.JToken.First">
5439             <summary>
5440             Get the first child token of this token.
5441             </summary>
5442             <value>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the first child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value>
5443         </member>
5444         <member name="P:Newtonsoft.Json.Linq.JToken.Last">
5445             <summary>
5446             Get the last child token of this token.
5447             </summary>
5448             <value>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the last child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value>
5449         </member>
5450         <member name="M:Newtonsoft.Json.Linq.JToken.Children">
5451             <summary>
5452             Returns a collection of the child tokens of this token, in document order.
5453             </summary>
5454             <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>
5455         </member>
5456         <member name="M:Newtonsoft.Json.Linq.JToken.Children``1">
5457             <summary>
5458             Returns a collection of the child tokens of this token, in document order, filtered by the specified type.
5459             </summary>
5460             <typeparam name="T">The type to filter the child tokens on.</typeparam>
5461             <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>
5462         </member>
5463         <member name="M:Newtonsoft.Json.Linq.JToken.Values``1">
5464             <summary>
5465             Returns a collection of the child values of this token, in document order.
5466             </summary>
5467             <typeparam name="T">The type to convert the values to.</typeparam>
5468             <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>
5469         </member>
5470         <member name="M:Newtonsoft.Json.Linq.JToken.Remove">
5471             <summary>
5472             Removes this token from its parent.
5473             </summary>
5474         </member>
5475         <member name="M:Newtonsoft.Json.Linq.JToken.Replace(Newtonsoft.Json.Linq.JToken)">
5476             <summary>
5477             Replaces this token with the specified token.
5478             </summary>
5479             <param name="value">The value.</param>
5480         </member>
5481         <member name="M:Newtonsoft.Json.Linq.JToken.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
5482             <summary>
5483             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
5484             </summary>
5485             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
5486             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
5487         </member>
5488         <member name="M:Newtonsoft.Json.Linq.JToken.ToString">
5489             <summary>
5490             Returns the indented JSON for this token.
5491             </summary>
5492             <returns>
5493             The indented JSON for this token.
5494             </returns>
5495         </member>
5496         <member name="M:Newtonsoft.Json.Linq.JToken.ToString(Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[])">
5497             <summary>
5498             Returns the JSON for this token using the given formatting and converters.
5499             </summary>
5500             <param name="formatting">Indicates how the output is formatted.</param>
5501             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
5502             <returns>The JSON for this token using the given formatting and converters.</returns>
5503         </member>
5504         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Boolean">
5505             <summary>
5506             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Boolean"/>.
5507             </summary>
5508             <param name="value">The value.</param>
5509             <returns>The result of the conversion.</returns>
5510         </member>
5511         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.DateTimeOffset">
5512             <summary>
5513             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.DateTimeOffset"/>.
5514             </summary>
5515             <param name="value">The value.</param>
5516             <returns>The result of the conversion.</returns>
5517         </member>
5518         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Boolean}">
5519             <summary>
5520             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5521             </summary>
5522             <param name="value">The value.</param>
5523             <returns>The result of the conversion.</returns>
5524         </member>
5525         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int64">
5526             <summary>
5527             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int64"/>.
5528             </summary>
5529             <param name="value">The value.</param>
5530             <returns>The result of the conversion.</returns>
5531         </member>
5532         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.DateTime}">
5533             <summary>
5534             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5535             </summary>
5536             <param name="value">The value.</param>
5537             <returns>The result of the conversion.</returns>
5538         </member>
5539         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.DateTimeOffset}">
5540             <summary>
5541             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5542             </summary>
5543             <param name="value">The value.</param>
5544             <returns>The result of the conversion.</returns>
5545         </member>
5546         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Decimal}">
5547             <summary>
5548             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5549             </summary>
5550             <param name="value">The value.</param>
5551             <returns>The result of the conversion.</returns>
5552         </member>
5553         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Double}">
5554             <summary>
5555             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5556             </summary>
5557             <param name="value">The value.</param>
5558             <returns>The result of the conversion.</returns>
5559         </member>
5560         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Char}">
5561             <summary>
5562             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5563             </summary>
5564             <param name="value">The value.</param>
5565             <returns>The result of the conversion.</returns>
5566         </member>
5567         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int32">
5568             <summary>
5569             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int32"/>.
5570             </summary>
5571             <param name="value">The value.</param>
5572             <returns>The result of the conversion.</returns>
5573         </member>
5574         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int16">
5575             <summary>
5576             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int16"/>.
5577             </summary>
5578             <param name="value">The value.</param>
5579             <returns>The result of the conversion.</returns>
5580         </member>
5581         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt16">
5582             <summary>
5583             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt16"/>.
5584             </summary>
5585             <param name="value">The value.</param>
5586             <returns>The result of the conversion.</returns>
5587         </member>
5588         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Char">
5589             <summary>
5590             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Char"/>.
5591             </summary>
5592             <param name="value">The value.</param>
5593             <returns>The result of the conversion.</returns>
5594         </member>
5595         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Byte">
5596             <summary>
5597             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Byte"/>.
5598             </summary>
5599             <param name="value">The value.</param>
5600             <returns>The result of the conversion.</returns>
5601         </member>
5602         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.SByte">
5603             <summary>
5604             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.SByte"/>.
5605             </summary>
5606             <param name="value">The value.</param>
5607             <returns>The result of the conversion.</returns>
5608         </member>
5609         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int32}">
5610             <summary>
5611             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5612             </summary>
5613             <param name="value">The value.</param>
5614             <returns>The result of the conversion.</returns>
5615         </member>
5616         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int16}">
5617             <summary>
5618             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5619             </summary>
5620             <param name="value">The value.</param>
5621             <returns>The result of the conversion.</returns>
5622         </member>
5623         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt16}">
5624             <summary>
5625             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5626             </summary>
5627             <param name="value">The value.</param>
5628             <returns>The result of the conversion.</returns>
5629         </member>
5630         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Byte}">
5631             <summary>
5632             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5633             </summary>
5634             <param name="value">The value.</param>
5635             <returns>The result of the conversion.</returns>
5636         </member>
5637         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.SByte}">
5638             <summary>
5639             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5640             </summary>
5641             <param name="value">The value.</param>
5642             <returns>The result of the conversion.</returns>
5643         </member>
5644         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.DateTime">
5645             <summary>
5646             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.DateTime"/>.
5647             </summary>
5648             <param name="value">The value.</param>
5649             <returns>The result of the conversion.</returns>
5650         </member>
5651         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int64}">
5652             <summary>
5653             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5654             </summary>
5655             <param name="value">The value.</param>
5656             <returns>The result of the conversion.</returns>
5657         </member>
5658         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Single}">
5659             <summary>
5660             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5661             </summary>
5662             <param name="value">The value.</param>
5663             <returns>The result of the conversion.</returns>
5664         </member>
5665         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Decimal">
5666             <summary>
5667             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Decimal"/>.
5668             </summary>
5669             <param name="value">The value.</param>
5670             <returns>The result of the conversion.</returns>
5671         </member>
5672         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt32}">
5673             <summary>
5674             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5675             </summary>
5676             <param name="value">The value.</param>
5677             <returns>The result of the conversion.</returns>
5678         </member>
5679         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt64}">
5680             <summary>
5681             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
5682             </summary>
5683             <param name="value">The value.</param>
5684             <returns>The result of the conversion.</returns>
5685         </member>
5686         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Double">
5687             <summary>
5688             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Double"/>.
5689             </summary>
5690             <param name="value">The value.</param>
5691             <returns>The result of the conversion.</returns>
5692         </member>
5693         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Single">
5694             <summary>
5695             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Single"/>.
5696             </summary>
5697             <param name="value">The value.</param>
5698             <returns>The result of the conversion.</returns>
5699         </member>
5700         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.String">
5701             <summary>
5702             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.String"/>.
5703             </summary>
5704             <param name="value">The value.</param>
5705             <returns>The result of the conversion.</returns>
5706         </member>
5707         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt32">
5708             <summary>
5709             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt32"/>.
5710             </summary>
5711             <param name="value">The value.</param>
5712             <returns>The result of the conversion.</returns>
5713         </member>
5714         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt64">
5715             <summary>
5716             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt64"/>.
5717             </summary>
5718             <param name="value">The value.</param>
5719             <returns>The result of the conversion.</returns>
5720         </member>
5721         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Byte[]">
5722             <summary>
5723             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Byte"/>[].
5724             </summary>
5725             <param name="value">The value.</param>
5726             <returns>The result of the conversion.</returns>
5727         </member>
5728         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Guid">
5729             <summary>
5730             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Guid"/>.
5731             </summary>
5732             <param name="value">The value.</param>
5733             <returns>The result of the conversion.</returns>
5734         </member>
5735         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Guid}">
5736             <summary>
5737             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Guid"/>.
5738             </summary>
5739             <param name="value">The value.</param>
5740             <returns>The result of the conversion.</returns>
5741         </member>
5742         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.TimeSpan">
5743             <summary>
5744             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.TimeSpan"/>.
5745             </summary>
5746             <param name="value">The value.</param>
5747             <returns>The result of the conversion.</returns>
5748         </member>
5749         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.TimeSpan}">
5750             <summary>
5751             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.TimeSpan"/>.
5752             </summary>
5753             <param name="value">The value.</param>
5754             <returns>The result of the conversion.</returns>
5755         </member>
5756         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Uri">
5757             <summary>
5758             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Uri"/>.
5759             </summary>
5760             <param name="value">The value.</param>
5761             <returns>The result of the conversion.</returns>
5762         </member>
5763         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Boolean)~Newtonsoft.Json.Linq.JToken">
5764             <summary>
5765             Performs an implicit conversion from <see cref="T:System.Boolean"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5766             </summary>
5767             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5768             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5769         </member>
5770         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.DateTimeOffset)~Newtonsoft.Json.Linq.JToken">
5771             <summary>
5772             Performs an implicit conversion from <see cref="T:System.DateTimeOffset"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5773             </summary>
5774             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5775             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5776         </member>
5777         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Byte)~Newtonsoft.Json.Linq.JToken">
5778             <summary>
5779             Performs an implicit conversion from <see cref="T:System.Byte"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5780             </summary>
5781             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5782             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5783         </member>
5784         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Byte})~Newtonsoft.Json.Linq.JToken">
5785             <summary>
5786             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5787             </summary>
5788             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5789             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5790         </member>
5791         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.SByte)~Newtonsoft.Json.Linq.JToken">
5792             <summary>
5793             Performs an implicit conversion from <see cref="T:System.SByte"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5794             </summary>
5795             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5796             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5797         </member>
5798         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.SByte})~Newtonsoft.Json.Linq.JToken">
5799             <summary>
5800             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5801             </summary>
5802             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5803             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5804         </member>
5805         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Boolean})~Newtonsoft.Json.Linq.JToken">
5806             <summary>
5807             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5808             </summary>
5809             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5810             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5811         </member>
5812         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int64)~Newtonsoft.Json.Linq.JToken">
5813             <summary>
5814             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5815             </summary>
5816             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5817             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5818         </member>
5819         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.DateTime})~Newtonsoft.Json.Linq.JToken">
5820             <summary>
5821             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5822             </summary>
5823             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5824             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5825         </member>
5826         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.DateTimeOffset})~Newtonsoft.Json.Linq.JToken">
5827             <summary>
5828             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5829             </summary>
5830             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5831             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5832         </member>
5833         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Decimal})~Newtonsoft.Json.Linq.JToken">
5834             <summary>
5835             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5836             </summary>
5837             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5838             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5839         </member>
5840         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Double})~Newtonsoft.Json.Linq.JToken">
5841             <summary>
5842             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5843             </summary>
5844             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5845             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5846         </member>
5847         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int16)~Newtonsoft.Json.Linq.JToken">
5848             <summary>
5849             Performs an implicit conversion from <see cref="T:System.Int16"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5850             </summary>
5851             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5852             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5853         </member>
5854         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt16)~Newtonsoft.Json.Linq.JToken">
5855             <summary>
5856             Performs an implicit conversion from <see cref="T:System.UInt16"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5857             </summary>
5858             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5859             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5860         </member>
5861         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int32)~Newtonsoft.Json.Linq.JToken">
5862             <summary>
5863             Performs an implicit conversion from <see cref="T:System.Int32"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5864             </summary>
5865             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5866             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5867         </member>
5868         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int32})~Newtonsoft.Json.Linq.JToken">
5869             <summary>
5870             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5871             </summary>
5872             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5873             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5874         </member>
5875         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.DateTime)~Newtonsoft.Json.Linq.JToken">
5876             <summary>
5877             Performs an implicit conversion from <see cref="T:System.DateTime"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5878             </summary>
5879             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5880             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5881         </member>
5882         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int64})~Newtonsoft.Json.Linq.JToken">
5883             <summary>
5884             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5885             </summary>
5886             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5887             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5888         </member>
5889         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Single})~Newtonsoft.Json.Linq.JToken">
5890             <summary>
5891             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5892             </summary>
5893             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5894             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5895         </member>
5896         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Decimal)~Newtonsoft.Json.Linq.JToken">
5897             <summary>
5898             Performs an implicit conversion from <see cref="T:System.Decimal"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5899             </summary>
5900             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5901             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5902         </member>
5903         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int16})~Newtonsoft.Json.Linq.JToken">
5904             <summary>
5905             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5906             </summary>
5907             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5908             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5909         </member>
5910         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt16})~Newtonsoft.Json.Linq.JToken">
5911             <summary>
5912             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5913             </summary>
5914             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5915             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5916         </member>
5917         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt32})~Newtonsoft.Json.Linq.JToken">
5918             <summary>
5919             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5920             </summary>
5921             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5922             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5923         </member>
5924         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt64})~Newtonsoft.Json.Linq.JToken">
5925             <summary>
5926             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5927             </summary>
5928             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5929             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5930         </member>
5931         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Double)~Newtonsoft.Json.Linq.JToken">
5932             <summary>
5933             Performs an implicit conversion from <see cref="T:System.Double"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5934             </summary>
5935             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5936             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5937         </member>
5938         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Single)~Newtonsoft.Json.Linq.JToken">
5939             <summary>
5940             Performs an implicit conversion from <see cref="T:System.Single"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5941             </summary>
5942             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5943             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5944         </member>
5945         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.String)~Newtonsoft.Json.Linq.JToken">
5946             <summary>
5947             Performs an implicit conversion from <see cref="T:System.String"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5948             </summary>
5949             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5950             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5951         </member>
5952         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt32)~Newtonsoft.Json.Linq.JToken">
5953             <summary>
5954             Performs an implicit conversion from <see cref="T:System.UInt32"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5955             </summary>
5956             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5957             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5958         </member>
5959         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt64)~Newtonsoft.Json.Linq.JToken">
5960             <summary>
5961             Performs an implicit conversion from <see cref="T:System.UInt64"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5962             </summary>
5963             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5964             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5965         </member>
5966         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Byte[])~Newtonsoft.Json.Linq.JToken">
5967             <summary>
5968             Performs an implicit conversion from <see cref="T:System.Byte"/>[] to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5969             </summary>
5970             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5971             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5972         </member>
5973         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Uri)~Newtonsoft.Json.Linq.JToken">
5974             <summary>
5975             Performs an implicit conversion from <see cref="T:System.Uri"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5976             </summary>
5977             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5978             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5979         </member>
5980         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.TimeSpan)~Newtonsoft.Json.Linq.JToken">
5981             <summary>
5982             Performs an implicit conversion from <see cref="T:System.TimeSpan"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5983             </summary>
5984             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5985             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5986         </member>
5987         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.TimeSpan})~Newtonsoft.Json.Linq.JToken">
5988             <summary>
5989             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5990             </summary>
5991             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5992             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5993         </member>
5994         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Guid)~Newtonsoft.Json.Linq.JToken">
5995             <summary>
5996             Performs an implicit conversion from <see cref="T:System.Guid"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5997             </summary>
5998             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5999             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
6000         </member>
6001         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Guid})~Newtonsoft.Json.Linq.JToken">
6002             <summary>
6003             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6004             </summary>
6005             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
6006             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
6007         </member>
6008         <member name="M:Newtonsoft.Json.Linq.JToken.CreateReader">
6009             <summary>
6010             Creates an <see cref="T:Newtonsoft.Json.JsonReader"/> for this token.
6011             </summary>
6012             <returns>An <see cref="T:Newtonsoft.Json.JsonReader"/> that can be used to read this token and its descendants.</returns>
6013         </member>
6014         <member name="M:Newtonsoft.Json.Linq.JToken.FromObject(System.Object)">
6015             <summary>
6016             Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from an object.
6017             </summary>
6018             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
6019             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the value of the specified object</returns>
6020         </member>
6021         <member name="M:Newtonsoft.Json.Linq.JToken.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">
6022             <summary>
6023             Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from an object using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6024             </summary>
6025             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
6026             <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when reading the object.</param>
6027             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the value of the specified object</returns>
6028         </member>
6029         <member name="M:Newtonsoft.Json.Linq.JToken.ToObject``1">
6030             <summary>
6031             Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6032             </summary>
6033             <typeparam name="T">The object type that the token will be deserialized to.</typeparam>
6034             <returns>The new object created from the JSON value.</returns>
6035         </member>
6036         <member name="M:Newtonsoft.Json.Linq.JToken.ToObject(System.Type)">
6037             <summary>
6038             Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6039             </summary>
6040             <param name="objectType">The object type that the token will be deserialized to.</param>
6041             <returns>The new object created from the JSON value.</returns>
6042         </member>
6043         <member name="M:Newtonsoft.Json.Linq.JToken.ToObject``1(Newtonsoft.Json.JsonSerializer)">
6044             <summary>
6045             Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/> using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6046             </summary>
6047             <typeparam name="T">The object type that the token will be deserialized to.</typeparam>
6048             <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when creating the object.</param>
6049             <returns>The new object created from the JSON value.</returns>
6050         </member>
6051         <member name="M:Newtonsoft.Json.Linq.JToken.ToObject(System.Type,Newtonsoft.Json.JsonSerializer)">
6052             <summary>
6053             Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/> using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6054             </summary>
6055             <param name="objectType">The object type that the token will be deserialized to.</param>
6056             <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when creating the object.</param>
6057             <returns>The new object created from the JSON value.</returns>
6058         </member>
6059         <member name="M:Newtonsoft.Json.Linq.JToken.ReadFrom(Newtonsoft.Json.JsonReader)">
6060             <summary>
6061             Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
6062             </summary>
6063             <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>
6064             <returns>
6065             An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens
6066             that were read from the reader. The runtime type of the token is determined
6067             by the token type of the first token encountered in the reader.
6068             </returns>
6069         </member>
6070         <member name="M:Newtonsoft.Json.Linq.JToken.ReadFrom(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)">
6071             <summary>
6072             Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
6073             </summary>
6074             <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>
6075             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
6076             If this is null, default load settings will be used.</param>
6077             <returns>
6078             An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens
6079             that were read from the reader. The runtime type of the token is determined
6080             by the token type of the first token encountered in the reader.
6081             </returns>
6082         </member>
6083         <member name="M:Newtonsoft.Json.Linq.JToken.Parse(System.String)">
6084             <summary>
6085             Load a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a string that contains JSON.
6086             </summary>
6087             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
6088             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> populated from the string that contains JSON.</returns>
6089         </member>
6090         <member name="M:Newtonsoft.Json.Linq.JToken.Parse(System.String,Newtonsoft.Json.Linq.JsonLoadSettings)">
6091             <summary>
6092             Load a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a string that contains JSON.
6093             </summary>
6094             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
6095             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
6096             If this is null, default load settings will be used.</param>
6097             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> populated from the string that contains JSON.</returns>
6098         </member>
6099         <member name="M:Newtonsoft.Json.Linq.JToken.Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)">
6100             <summary>
6101             Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
6102             </summary>
6103             <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>
6104             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
6105             If this is null, default load settings will be used.</param>
6106             <returns>
6107             An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens
6108             that were read from the reader. The runtime type of the token is determined
6109             by the token type of the first token encountered in the reader.
6110             </returns>
6111         </member>
6112         <member name="M:Newtonsoft.Json.Linq.JToken.Load(Newtonsoft.Json.JsonReader)">
6113             <summary>
6114             Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
6115             </summary>
6116             <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>
6117             <returns>
6118             An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens
6119             that were read from the reader. The runtime type of the token is determined
6120             by the token type of the first token encountered in the reader.
6121             </returns>
6122         </member>
6123         <member name="M:Newtonsoft.Json.Linq.JToken.SelectToken(System.String)">
6124             <summary>
6125             Selects a <see cref="T:Newtonsoft.Json.Linq.JToken"/> using a JPath expression. Selects the token that matches the object path.
6126             </summary>
6127             <param name="path">
6128             A <see cref="T:System.String"/> that contains a JPath expression.
6129             </param>
6130             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/>, or null.</returns>
6131         </member>
6132         <member name="M:Newtonsoft.Json.Linq.JToken.SelectToken(System.String,System.Boolean)">
6133             <summary>
6134             Selects a <see cref="T:Newtonsoft.Json.Linq.JToken"/> using a JPath expression. Selects the token that matches the object path.
6135             </summary>
6136             <param name="path">
6137             A <see cref="T:System.String"/> that contains a JPath expression.
6138             </param>
6139             <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>
6140             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>
6141         </member>
6142         <member name="M:Newtonsoft.Json.Linq.JToken.SelectTokens(System.String)">
6143             <summary>
6144             Selects a collection of elements using a JPath expression.
6145             </summary>
6146             <param name="path">
6147             A <see cref="T:System.String"/> that contains a JPath expression.
6148             </param>
6149             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the selected elements.</returns>
6150         </member>
6151         <member name="M:Newtonsoft.Json.Linq.JToken.SelectTokens(System.String,System.Boolean)">
6152             <summary>
6153             Selects a collection of elements using a JPath expression.
6154             </summary>
6155             <param name="path">
6156             A <see cref="T:System.String"/> that contains a JPath expression.
6157             </param>
6158             <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>
6159             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the selected elements.</returns>
6160         </member>
6161         <member name="M:Newtonsoft.Json.Linq.JToken.GetMetaObject(System.Linq.Expressions.Expression)">
6162             <summary>
6163             Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.
6164             </summary>
6165             <param name="parameter">The expression tree representation of the runtime value.</param>
6166             <returns>
6167             The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.
6168             </returns>
6169         </member>
6170         <member name="M:Newtonsoft.Json.Linq.JToken.System#Dynamic#IDynamicMetaObjectProvider#GetMetaObject(System.Linq.Expressions.Expression)">
6171             <summary>
6172             Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.
6173             </summary>
6174             <param name="parameter">The expression tree representation of the runtime value.</param>
6175             <returns>
6176             The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.
6177             </returns>
6178         </member>
6179         <member name="M:Newtonsoft.Json.Linq.JToken.DeepClone">
6180             <summary>
6181             Creates a new instance of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>. All child tokens are recursively cloned.
6182             </summary>
6183             <returns>A new instance of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>
6184         </member>
6185         <member name="M:Newtonsoft.Json.Linq.JToken.AddAnnotation(System.Object)">
6186             <summary>
6187             Adds an object to the annotation list of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6188             </summary>
6189             <param name="annotation">The annotation to add.</param>
6190         </member>
6191         <member name="M:Newtonsoft.Json.Linq.JToken.Annotation``1">
6192             <summary>
6193             Get the first annotation object of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6194             </summary>
6195             <typeparam name="T">The type of the annotation to retrieve.</typeparam>
6196             <returns>The first annotation object that matches the specified type, or <c>null</c> if no annotation is of the specified type.</returns>
6197         </member>
6198         <member name="M:Newtonsoft.Json.Linq.JToken.Annotation(System.Type)">
6199             <summary>
6200             Gets the first annotation object of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6201             </summary>
6202             <param name="type">The <see cref="P:Newtonsoft.Json.Linq.JToken.Type"/> of the annotation to retrieve.</param>
6203             <returns>The first annotation object that matches the specified type, or <c>null</c> if no annotation is of the specified type.</returns>
6204         </member>
6205         <member name="M:Newtonsoft.Json.Linq.JToken.Annotations``1">
6206             <summary>
6207             Gets a collection of annotations of the specified type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6208             </summary>
6209             <typeparam name="T">The type of the annotations to retrieve.</typeparam>
6210             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/>  that contains the annotations for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>
6211         </member>
6212         <member name="M:Newtonsoft.Json.Linq.JToken.Annotations(System.Type)">
6213             <summary>
6214             Gets a collection of annotations of the specified type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6215             </summary>
6216             <param name="type">The <see cref="P:Newtonsoft.Json.Linq.JToken.Type"/> of the annotations to retrieve.</param>
6217             <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>
6218         </member>
6219         <member name="M:Newtonsoft.Json.Linq.JToken.RemoveAnnotations``1">
6220             <summary>
6221             Removes the annotations of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6222             </summary>
6223             <typeparam name="T">The type of annotations to remove.</typeparam>
6224         </member>
6225         <member name="M:Newtonsoft.Json.Linq.JToken.RemoveAnnotations(System.Type)">
6226             <summary>
6227             Removes the annotations of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6228             </summary>
6229             <param name="type">The <see cref="P:Newtonsoft.Json.Linq.JToken.Type"/> of annotations to remove.</param>
6230         </member>
6231         <member name="T:Newtonsoft.Json.Linq.JTokenEqualityComparer">
6232             <summary>
6233             Compares tokens to determine whether they are equal.
6234             </summary>
6235         </member>
6236         <member name="M:Newtonsoft.Json.Linq.JTokenEqualityComparer.Equals(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
6237             <summary>
6238             Determines whether the specified objects are equal.
6239             </summary>
6240             <param name="x">The first object of type <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
6241             <param name="y">The second object of type <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
6242             <returns>
6243             <c>true</c> if the specified objects are equal; otherwise, <c>false</c>.
6244             </returns>
6245         </member>
6246         <member name="M:Newtonsoft.Json.Linq.JTokenEqualityComparer.GetHashCode(Newtonsoft.Json.Linq.JToken)">
6247             <summary>
6248             Returns a hash code for the specified object.
6249             </summary>
6250             <param name="obj">The <see cref="T:System.Object"/> for which a hash code is to be returned.</param>
6251             <returns>A hash code for the specified object.</returns>
6252             <exception cref="T:System.ArgumentNullException">The type of <paramref name="obj"/> is a reference type and <paramref name="obj"/> is null.</exception>
6253         </member>
6254         <member name="T:Newtonsoft.Json.Linq.JTokenReader">
6255             <summary>
6256             Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data.
6257             </summary>
6258         </member>
6259         <member name="P:Newtonsoft.Json.Linq.JTokenReader.CurrentToken">
6260             <summary>
6261             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> at the reader's current position.
6262             </summary>
6263         </member>
6264         <member name="M:Newtonsoft.Json.Linq.JTokenReader.#ctor(Newtonsoft.Json.Linq.JToken)">
6265             <summary>
6266             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JTokenReader"/> class.
6267             </summary>
6268             <param name="token">The token to read from.</param>
6269         </member>
6270         <member name="M:Newtonsoft.Json.Linq.JTokenReader.Read">
6271             <summary>
6272             Reads the next JSON token from the stream.
6273             </summary>
6274             <returns>
6275             <c>true</c> if the next token was read successfully; <c>false</c> if there are no more tokens to read.
6276             </returns>
6277         </member>
6278         <member name="P:Newtonsoft.Json.Linq.JTokenReader.Path">
6279             <summary>
6280             Gets the path of the current JSON token. 
6281             </summary>
6282         </member>
6283         <member name="T:Newtonsoft.Json.Linq.JTokenType">
6284             <summary>
6285             Specifies the type of token.
6286             </summary>
6287         </member>
6288         <member name="F:Newtonsoft.Json.Linq.JTokenType.None">
6289             <summary>
6290             No token type has been set.
6291             </summary>
6292         </member>
6293         <member name="F:Newtonsoft.Json.Linq.JTokenType.Object">
6294             <summary>
6295             A JSON object.
6296             </summary>
6297         </member>
6298         <member name="F:Newtonsoft.Json.Linq.JTokenType.Array">
6299             <summary>
6300             A JSON array.
6301             </summary>
6302         </member>
6303         <member name="F:Newtonsoft.Json.Linq.JTokenType.Constructor">
6304             <summary>
6305             A JSON constructor.
6306             </summary>
6307         </member>
6308         <member name="F:Newtonsoft.Json.Linq.JTokenType.Property">
6309             <summary>
6310             A JSON object property.
6311             </summary>
6312         </member>
6313         <member name="F:Newtonsoft.Json.Linq.JTokenType.Comment">
6314             <summary>
6315             A comment.
6316             </summary>
6317         </member>
6318         <member name="F:Newtonsoft.Json.Linq.JTokenType.Integer">
6319             <summary>
6320             An integer value.
6321             </summary>
6322         </member>
6323         <member name="F:Newtonsoft.Json.Linq.JTokenType.Float">
6324             <summary>
6325             A float value.
6326             </summary>
6327         </member>
6328         <member name="F:Newtonsoft.Json.Linq.JTokenType.String">
6329             <summary>
6330             A string value.
6331             </summary>
6332         </member>
6333         <member name="F:Newtonsoft.Json.Linq.JTokenType.Boolean">
6334             <summary>
6335             A boolean value.
6336             </summary>
6337         </member>
6338         <member name="F:Newtonsoft.Json.Linq.JTokenType.Null">
6339             <summary>
6340             A null value.
6341             </summary>
6342         </member>
6343         <member name="F:Newtonsoft.Json.Linq.JTokenType.Undefined">
6344             <summary>
6345             An undefined value.
6346             </summary>
6347         </member>
6348         <member name="F:Newtonsoft.Json.Linq.JTokenType.Date">
6349             <summary>
6350             A date value.
6351             </summary>
6352         </member>
6353         <member name="F:Newtonsoft.Json.Linq.JTokenType.Raw">
6354             <summary>
6355             A raw JSON value.
6356             </summary>
6357         </member>
6358         <member name="F:Newtonsoft.Json.Linq.JTokenType.Bytes">
6359             <summary>
6360             A collection of bytes value.
6361             </summary>
6362         </member>
6363         <member name="F:Newtonsoft.Json.Linq.JTokenType.Guid">
6364             <summary>
6365             A Guid value.
6366             </summary>
6367         </member>
6368         <member name="F:Newtonsoft.Json.Linq.JTokenType.Uri">
6369             <summary>
6370             A Uri value.
6371             </summary>
6372         </member>
6373         <member name="F:Newtonsoft.Json.Linq.JTokenType.TimeSpan">
6374             <summary>
6375             A TimeSpan value.
6376             </summary>
6377         </member>
6378         <member name="T:Newtonsoft.Json.Linq.JTokenWriter">
6379             <summary>
6380             Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
6381             </summary>
6382         </member>
6383         <member name="P:Newtonsoft.Json.Linq.JTokenWriter.CurrentToken">
6384             <summary>
6385             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> at the writer's current position.
6386             </summary>
6387         </member>
6388         <member name="P:Newtonsoft.Json.Linq.JTokenWriter.Token">
6389             <summary>
6390             Gets the token being writen.
6391             </summary>
6392             <value>The token being writen.</value>
6393         </member>
6394         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.#ctor(Newtonsoft.Json.Linq.JContainer)">
6395             <summary>
6396             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"/>.
6397             </summary>
6398             <param name="container">The container being written to.</param>
6399         </member>
6400         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.#ctor">
6401             <summary>
6402             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JTokenWriter"/> class.
6403             </summary>
6404         </member>
6405         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.Flush">
6406             <summary>
6407             Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
6408             </summary>
6409         </member>
6410         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.Close">
6411             <summary>
6412             Closes this stream and the underlying stream.
6413             </summary>
6414         </member>
6415         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartObject">
6416             <summary>
6417             Writes the beginning of a JSON object.
6418             </summary>
6419         </member>
6420         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartArray">
6421             <summary>
6422             Writes the beginning of a JSON array.
6423             </summary>
6424         </member>
6425         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartConstructor(System.String)">
6426             <summary>
6427             Writes the start of a constructor with the given name.
6428             </summary>
6429             <param name="name">The name of the constructor.</param>
6430         </member>
6431         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
6432             <summary>
6433             Writes the end.
6434             </summary>
6435             <param name="token">The token.</param>
6436         </member>
6437         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WritePropertyName(System.String)">
6438             <summary>
6439             Writes the property name of a name/value pair on a JSON object.
6440             </summary>
6441             <param name="name">The name of the property.</param>
6442         </member>
6443         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Object)">
6444             <summary>
6445             Writes a <see cref="T:System.Object"/> value.
6446             An error will raised if the value cannot be written as a single JSON token.
6447             </summary>
6448             <param name="value">The <see cref="T:System.Object"/> value to write.</param>
6449         </member>
6450         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteNull">
6451             <summary>
6452             Writes a null value.
6453             </summary>
6454         </member>
6455         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteUndefined">
6456             <summary>
6457             Writes an undefined value.
6458             </summary>
6459         </member>
6460         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteRaw(System.String)">
6461             <summary>
6462             Writes raw JSON.
6463             </summary>
6464             <param name="json">The raw JSON to write.</param>
6465         </member>
6466         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteComment(System.String)">
6467             <summary>
6468             Writes out a comment <code>/*...*/</code> containing the specified text.
6469             </summary>
6470             <param name="text">Text to place inside the comment.</param>
6471         </member>
6472         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.String)">
6473             <summary>
6474             Writes a <see cref="T:System.String"/> value.
6475             </summary>
6476             <param name="value">The <see cref="T:System.String"/> value to write.</param>
6477         </member>
6478         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int32)">
6479             <summary>
6480             Writes a <see cref="T:System.Int32"/> value.
6481             </summary>
6482             <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
6483         </member>
6484         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt32)">
6485             <summary>
6486             Writes a <see cref="T:System.UInt32"/> value.
6487             </summary>
6488             <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
6489         </member>
6490         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int64)">
6491             <summary>
6492             Writes a <see cref="T:System.Int64"/> value.
6493             </summary>
6494             <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
6495         </member>
6496         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt64)">
6497             <summary>
6498             Writes a <see cref="T:System.UInt64"/> value.
6499             </summary>
6500             <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
6501         </member>
6502         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Single)">
6503             <summary>
6504             Writes a <see cref="T:System.Single"/> value.
6505             </summary>
6506             <param name="value">The <see cref="T:System.Single"/> value to write.</param>
6507         </member>
6508         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Double)">
6509             <summary>
6510             Writes a <see cref="T:System.Double"/> value.
6511             </summary>
6512             <param name="value">The <see cref="T:System.Double"/> value to write.</param>
6513         </member>
6514         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Boolean)">
6515             <summary>
6516             Writes a <see cref="T:System.Boolean"/> value.
6517             </summary>
6518             <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
6519         </member>
6520         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int16)">
6521             <summary>
6522             Writes a <see cref="T:System.Int16"/> value.
6523             </summary>
6524             <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
6525         </member>
6526         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt16)">
6527             <summary>
6528             Writes a <see cref="T:System.UInt16"/> value.
6529             </summary>
6530             <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
6531         </member>
6532         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Char)">
6533             <summary>
6534             Writes a <see cref="T:System.Char"/> value.
6535             </summary>
6536             <param name="value">The <see cref="T:System.Char"/> value to write.</param>
6537         </member>
6538         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Byte)">
6539             <summary>
6540             Writes a <see cref="T:System.Byte"/> value.
6541             </summary>
6542             <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
6543         </member>
6544         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.SByte)">
6545             <summary>
6546             Writes a <see cref="T:System.SByte"/> value.
6547             </summary>
6548             <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
6549         </member>
6550         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Decimal)">
6551             <summary>
6552             Writes a <see cref="T:System.Decimal"/> value.
6553             </summary>
6554             <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
6555         </member>
6556         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.DateTime)">
6557             <summary>
6558             Writes a <see cref="T:System.DateTime"/> value.
6559             </summary>
6560             <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
6561         </member>
6562         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.DateTimeOffset)">
6563             <summary>
6564             Writes a <see cref="T:System.DateTimeOffset"/> value.
6565             </summary>
6566             <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>
6567         </member>
6568         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Byte[])">
6569             <summary>
6570             Writes a <see cref="T:System.Byte"/>[] value.
6571             </summary>
6572             <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param>
6573         </member>
6574         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.TimeSpan)">
6575             <summary>
6576             Writes a <see cref="T:System.TimeSpan"/> value.
6577             </summary>
6578             <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>
6579         </member>
6580         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Guid)">
6581             <summary>
6582             Writes a <see cref="T:System.Guid"/> value.
6583             </summary>
6584             <param name="value">The <see cref="T:System.Guid"/> value to write.</param>
6585         </member>
6586         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Uri)">
6587             <summary>
6588             Writes a <see cref="T:System.Uri"/> value.
6589             </summary>
6590             <param name="value">The <see cref="T:System.Uri"/> value to write.</param>
6591         </member>
6592         <member name="T:Newtonsoft.Json.Linq.JValue">
6593             <summary>
6594             Represents a value in JSON (string, integer, date, etc).
6595             </summary>
6596         </member>
6597         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(Newtonsoft.Json.Linq.JValue)">
6598             <summary>
6599             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class from another <see cref="T:Newtonsoft.Json.Linq.JValue"/> object.
6600             </summary>
6601             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JValue"/> object to copy from.</param>
6602         </member>
6603         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Int64)">
6604             <summary>
6605             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6606             </summary>
6607             <param name="value">The value.</param>
6608         </member>
6609         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Decimal)">
6610             <summary>
6611             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6612             </summary>
6613             <param name="value">The value.</param>
6614         </member>
6615         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Char)">
6616             <summary>
6617             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6618             </summary>
6619             <param name="value">The value.</param>
6620         </member>
6621         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.UInt64)">
6622             <summary>
6623             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6624             </summary>
6625             <param name="value">The value.</param>
6626         </member>
6627         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Double)">
6628             <summary>
6629             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6630             </summary>
6631             <param name="value">The value.</param>
6632         </member>
6633         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Single)">
6634             <summary>
6635             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6636             </summary>
6637             <param name="value">The value.</param>
6638         </member>
6639         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.DateTime)">
6640             <summary>
6641             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6642             </summary>
6643             <param name="value">The value.</param>
6644         </member>
6645         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.DateTimeOffset)">
6646             <summary>
6647             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6648             </summary>
6649             <param name="value">The value.</param>
6650         </member>
6651         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Boolean)">
6652             <summary>
6653             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6654             </summary>
6655             <param name="value">The value.</param>
6656         </member>
6657         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.String)">
6658             <summary>
6659             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6660             </summary>
6661             <param name="value">The value.</param>
6662         </member>
6663         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Guid)">
6664             <summary>
6665             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6666             </summary>
6667             <param name="value">The value.</param>
6668         </member>
6669         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Uri)">
6670             <summary>
6671             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6672             </summary>
6673             <param name="value">The value.</param>
6674         </member>
6675         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.TimeSpan)">
6676             <summary>
6677             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6678             </summary>
6679             <param name="value">The value.</param>
6680         </member>
6681         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Object)">
6682             <summary>
6683             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6684             </summary>
6685             <param name="value">The value.</param>
6686         </member>
6687         <member name="P:Newtonsoft.Json.Linq.JValue.HasValues">
6688             <summary>
6689             Gets a value indicating whether this token has child tokens.
6690             </summary>
6691             <value>
6692                 <c>true</c> if this token has child values; otherwise, <c>false</c>.
6693             </value>
6694         </member>
6695         <member name="M:Newtonsoft.Json.Linq.JValue.CreateComment(System.String)">
6696             <summary>
6697             Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> comment with the given value.
6698             </summary>
6699             <param name="value">The value.</param>
6700             <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> comment with the given value.</returns>
6701         </member>
6702         <member name="M:Newtonsoft.Json.Linq.JValue.CreateString(System.String)">
6703             <summary>
6704             Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> string with the given value.
6705             </summary>
6706             <param name="value">The value.</param>
6707             <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> string with the given value.</returns>
6708         </member>
6709         <member name="M:Newtonsoft.Json.Linq.JValue.CreateNull">
6710             <summary>
6711             Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value.
6712             </summary>
6713             <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value.</returns>
6714         </member>
6715         <member name="M:Newtonsoft.Json.Linq.JValue.CreateUndefined">
6716             <summary>
6717             Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> undefined value.
6718             </summary>
6719             <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> undefined value.</returns>
6720         </member>
6721         <member name="P:Newtonsoft.Json.Linq.JValue.Type">
6722             <summary>
6723             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6724             </summary>
6725             <value>The type.</value>
6726         </member>
6727         <member name="P:Newtonsoft.Json.Linq.JValue.Value">
6728             <summary>
6729             Gets or sets the underlying token value.
6730             </summary>
6731             <value>The underlying token value.</value>
6732         </member>
6733         <member name="M:Newtonsoft.Json.Linq.JValue.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
6734             <summary>
6735             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
6736             </summary>
6737             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
6738             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
6739         </member>
6740         <member name="M:Newtonsoft.Json.Linq.JValue.Equals(Newtonsoft.Json.Linq.JValue)">
6741             <summary>
6742             Indicates whether the current object is equal to another object of the same type.
6743             </summary>
6744             <returns>
6745             <c>true</c> if the current object is equal to the <paramref name="other"/> parameter; otherwise, <c>false</c>.
6746             </returns>
6747             <param name="other">An object to compare with this object.</param>
6748         </member>
6749         <member name="M:Newtonsoft.Json.Linq.JValue.Equals(System.Object)">
6750             <summary>
6751             Determines whether the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:System.Object"/>.
6752             </summary>
6753             <param name="obj">The <see cref="T:System.Object"/> to compare with the current <see cref="T:System.Object"/>.</param>
6754             <returns>
6755             <c>true</c> if the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:System.Object"/>; otherwise, <c>false</c>.
6756             </returns>
6757             <exception cref="T:System.NullReferenceException">
6758             The <paramref name="obj"/> parameter is null.
6759             </exception>
6760         </member>
6761         <member name="M:Newtonsoft.Json.Linq.JValue.GetHashCode">
6762             <summary>
6763             Serves as a hash function for a particular type.
6764             </summary>
6765             <returns>
6766             A hash code for the current <see cref="T:System.Object"/>.
6767             </returns>
6768         </member>
6769         <member name="M:Newtonsoft.Json.Linq.JValue.ToString">
6770             <summary>
6771             Returns a <see cref="T:System.String"/> that represents this instance.
6772             </summary>
6773             <returns>
6774             A <see cref="T:System.String"/> that represents this instance.
6775             </returns>
6776         </member>
6777         <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.String)">
6778             <summary>
6779             Returns a <see cref="T:System.String"/> that represents this instance.
6780             </summary>
6781             <param name="format">The format.</param>
6782             <returns>
6783             A <see cref="T:System.String"/> that represents this instance.
6784             </returns>
6785         </member>
6786         <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.IFormatProvider)">
6787             <summary>
6788             Returns a <see cref="T:System.String"/> that represents this instance.
6789             </summary>
6790             <param name="formatProvider">The format provider.</param>
6791             <returns>
6792             A <see cref="T:System.String"/> that represents this instance.
6793             </returns>
6794         </member>
6795         <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.String,System.IFormatProvider)">
6796             <summary>
6797             Returns a <see cref="T:System.String"/> that represents this instance.
6798             </summary>
6799             <param name="format">The format.</param>
6800             <param name="formatProvider">The format provider.</param>
6801             <returns>
6802             A <see cref="T:System.String"/> that represents this instance.
6803             </returns>
6804         </member>
6805         <member name="M:Newtonsoft.Json.Linq.JValue.GetMetaObject(System.Linq.Expressions.Expression)">
6806             <summary>
6807             Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.
6808             </summary>
6809             <param name="parameter">The expression tree representation of the runtime value.</param>
6810             <returns>
6811             The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.
6812             </returns>
6813         </member>
6814         <member name="M:Newtonsoft.Json.Linq.JValue.CompareTo(Newtonsoft.Json.Linq.JValue)">
6815             <summary>
6816             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.
6817             </summary>
6818             <param name="obj">An object to compare with this instance.</param>
6819             <returns>
6820             A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings:
6821             Value
6822             Meaning
6823             Less than zero
6824             This instance is less than <paramref name="obj"/>.
6825             Zero
6826             This instance is equal to <paramref name="obj"/>.
6827             Greater than zero
6828             This instance is greater than <paramref name="obj"/>.
6829             </returns>
6830             <exception cref="T:System.ArgumentException">
6831                 <paramref name="obj"/> is not the same type as this instance.
6832             </exception>
6833         </member>
6834         <member name="T:Newtonsoft.Json.Linq.JsonLoadSettings">
6835             <summary>
6836             Specifies the settings used when loading JSON.
6837             </summary>
6838         </member>
6839         <member name="P:Newtonsoft.Json.Linq.JsonLoadSettings.CommentHandling">
6840             <summary>
6841             Gets or sets how JSON comments are handled when loading JSON.
6842             </summary>
6843             <value>The JSON comment handling.</value>
6844         </member>
6845         <member name="P:Newtonsoft.Json.Linq.JsonLoadSettings.LineInfoHandling">
6846             <summary>
6847             Gets or sets how JSON line info is handled when loading JSON.
6848             </summary>
6849             <value>The JSON line info handling.</value>
6850         </member>
6851         <member name="T:Newtonsoft.Json.Linq.MergeArrayHandling">
6852             <summary>
6853             Specifies how JSON arrays are merged together.
6854             </summary>
6855         </member>
6856         <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Concat">
6857             <summary>Concatenate arrays.</summary>
6858         </member>
6859         <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Union">
6860             <summary>Union arrays, skipping items that already exist.</summary>
6861         </member>
6862         <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Replace">
6863             <summary>Replace all array items.</summary>
6864         </member>
6865         <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Merge">
6866             <summary>Merge array items together, matched by index.</summary>
6867         </member>
6868         <member name="T:Newtonsoft.Json.Linq.MergeNullValueHandling">
6869             <summary>
6870             Specifies how null value properties are merged.
6871             </summary>
6872         </member>
6873         <member name="F:Newtonsoft.Json.Linq.MergeNullValueHandling.Ignore">
6874             <summary>
6875             The content's null value properties will be ignored during merging.
6876             </summary>
6877         </member>
6878         <member name="F:Newtonsoft.Json.Linq.MergeNullValueHandling.Merge">
6879             <summary>
6880             The content's null value properties will be merged.
6881             </summary>
6882         </member>
6883         <member name="T:Newtonsoft.Json.MemberSerialization">
6884             <summary>
6885             Specifies the member serialization options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6886             </summary>
6887         </member>
6888         <member name="F:Newtonsoft.Json.MemberSerialization.OptOut">
6889             <summary>
6890             All public members are serialized by default. Members can be excluded using <see cref="T:Newtonsoft.Json.JsonIgnoreAttribute"/> or <see cref="T:System.NonSerializedAttribute"/>.
6891             This is the default member serialization mode.
6892             </summary>
6893         </member>
6894         <member name="F:Newtonsoft.Json.MemberSerialization.OptIn">
6895             <summary>
6896             Only members marked with <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> or <see cref="T:System.Runtime.Serialization.DataMemberAttribute"/> are serialized.
6897             This member serialization mode can also be set by marking the class with <see cref="T:System.Runtime.Serialization.DataContractAttribute"/>.
6898             </summary>
6899         </member>
6900         <member name="F:Newtonsoft.Json.MemberSerialization.Fields">
6901             <summary>
6902             All public and private fields are serialized. Members can be excluded using <see cref="T:Newtonsoft.Json.JsonIgnoreAttribute"/> or <see cref="T:System.NonSerializedAttribute"/>.
6903             This member serialization mode can also be set by marking the class with <see cref="T:System.SerializableAttribute"/>
6904             and setting IgnoreSerializableAttribute on <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> to false.
6905             </summary>
6906         </member>
6907         <member name="T:Newtonsoft.Json.MetadataPropertyHandling">
6908             <summary>
6909             Specifies metadata property handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6910             </summary>
6911         </member>
6912         <member name="F:Newtonsoft.Json.MetadataPropertyHandling.Default">
6913             <summary>
6914             Read metadata properties located at the start of a JSON object.
6915             </summary>
6916         </member>
6917         <member name="F:Newtonsoft.Json.MetadataPropertyHandling.ReadAhead">
6918             <summary>
6919             Read metadata properties located anywhere in a JSON object. Note that this setting will impact performance.
6920             </summary>
6921         </member>
6922         <member name="F:Newtonsoft.Json.MetadataPropertyHandling.Ignore">
6923             <summary>
6924             Do not try to read metadata properties.
6925             </summary>
6926         </member>
6927         <member name="T:Newtonsoft.Json.MissingMemberHandling">
6928             <summary>
6929             Specifies missing member handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6930             </summary>
6931         </member>
6932         <member name="F:Newtonsoft.Json.MissingMemberHandling.Ignore">
6933             <summary>
6934             Ignore a missing member and do not attempt to deserialize it.
6935             </summary>
6936         </member>
6937         <member name="F:Newtonsoft.Json.MissingMemberHandling.Error">
6938             <summary>
6939             Throw a <see cref="T:Newtonsoft.Json.JsonSerializationException"/> when a missing member is encountered during deserialization.
6940             </summary>
6941         </member>
6942         <member name="T:Newtonsoft.Json.NullValueHandling">
6943             <summary>
6944             Specifies null value handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6945             </summary>
6946             <example>
6947               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeNullValueHandlingObject" title="NullValueHandling Class" />
6948               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeNullValueHandlingExample" title="NullValueHandling Ignore Example" />
6949             </example>
6950         </member>
6951         <member name="F:Newtonsoft.Json.NullValueHandling.Include">
6952             <summary>
6953             Include null values when serializing and deserializing objects.
6954             </summary>
6955         </member>
6956         <member name="F:Newtonsoft.Json.NullValueHandling.Ignore">
6957             <summary>
6958             Ignore null values when serializing and deserializing objects.
6959             </summary>
6960         </member>
6961         <member name="T:Newtonsoft.Json.ObjectCreationHandling">
6962             <summary>
6963             Specifies how object creation is handled by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6964             </summary>
6965         </member>
6966         <member name="F:Newtonsoft.Json.ObjectCreationHandling.Auto">
6967             <summary>
6968             Reuse existing objects, create new objects when needed.
6969             </summary>
6970         </member>
6971         <member name="F:Newtonsoft.Json.ObjectCreationHandling.Reuse">
6972             <summary>
6973             Only reuse existing objects.
6974             </summary>
6975         </member>
6976         <member name="F:Newtonsoft.Json.ObjectCreationHandling.Replace">
6977             <summary>
6978             Always create new objects.
6979             </summary>
6980         </member>
6981         <member name="T:Newtonsoft.Json.PreserveReferencesHandling">
6982             <summary>
6983             Specifies reference handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6984             Note that references cannot be preserved when a value is set via a non-default constructor such as types that implement ISerializable.
6985             </summary>
6986             <example>
6987               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="PreservingObjectReferencesOn" title="Preserve Object References" />       
6988             </example>
6989         </member>
6990         <member name="F:Newtonsoft.Json.PreserveReferencesHandling.None">
6991             <summary>
6992             Do not preserve references when serializing types.
6993             </summary>
6994         </member>
6995         <member name="F:Newtonsoft.Json.PreserveReferencesHandling.Objects">
6996             <summary>
6997             Preserve references when serializing into a JSON object structure.
6998             </summary>
6999         </member>
7000         <member name="F:Newtonsoft.Json.PreserveReferencesHandling.Arrays">
7001             <summary>
7002             Preserve references when serializing into a JSON array structure.
7003             </summary>
7004         </member>
7005         <member name="F:Newtonsoft.Json.PreserveReferencesHandling.All">
7006             <summary>
7007             Preserve references when serializing.
7008             </summary>
7009         </member>
7010         <member name="T:Newtonsoft.Json.ReferenceLoopHandling">
7011             <summary>
7012             Specifies reference loop handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7013             </summary>
7014         </member>
7015         <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Error">
7016             <summary>
7017             Throw a <see cref="T:Newtonsoft.Json.JsonSerializationException"/> when a loop is encountered.
7018             </summary>
7019         </member>
7020         <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Ignore">
7021             <summary>
7022             Ignore loop references and do not serialize.
7023             </summary>
7024         </member>
7025         <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Serialize">
7026             <summary>
7027             Serialize loop references.
7028             </summary>
7029         </member>
7030         <member name="T:Newtonsoft.Json.Required">
7031             <summary>
7032             Indicating whether a property is required.
7033             </summary>
7034         </member>
7035         <member name="F:Newtonsoft.Json.Required.Default">
7036             <summary>
7037             The property is not required. The default state.
7038             </summary>
7039         </member>
7040         <member name="F:Newtonsoft.Json.Required.AllowNull">
7041             <summary>
7042             The property must be defined in JSON but can be a null value.
7043             </summary>
7044         </member>
7045         <member name="F:Newtonsoft.Json.Required.Always">
7046             <summary>
7047             The property must be defined in JSON and cannot be a null value.
7048             </summary>
7049         </member>
7050         <member name="F:Newtonsoft.Json.Required.DisallowNull">
7051             <summary>
7052             The property is not required but it cannot be a null value.
7053             </summary>
7054         </member>
7055         <member name="T:Newtonsoft.Json.Schema.Extensions">
7056             <summary>
7057             <para>
7058             Contains the JSON schema extension methods.
7059             </para>
7060             <note type="caution">
7061             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.
7062             </note>
7063             </summary>
7064         </member>
7065         <member name="M:Newtonsoft.Json.Schema.Extensions.IsValid(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema)">
7066             <summary>
7067             <para>
7068             Determines whether the <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid.
7069             </para>
7070             <note type="caution">
7071             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.
7072             </note>
7073             </summary>
7074             <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
7075             <param name="schema">The schema to test with.</param>
7076             <returns>
7077                 <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid; otherwise, <c>false</c>.
7078             </returns>
7079         </member>
7080         <member name="M:Newtonsoft.Json.Schema.Extensions.IsValid(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema,System.Collections.Generic.IList{System.String}@)">
7081             <summary>
7082             <para>
7083             Determines whether the <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid.
7084             </para>
7085             <note type="caution">
7086             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.
7087             </note>
7088             </summary>
7089             <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
7090             <param name="schema">The schema to test with.</param>
7091             <param name="errorMessages">When this method returns, contains any error messages generated while validating. </param>
7092             <returns>
7093                 <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid; otherwise, <c>false</c>.
7094             </returns>
7095         </member>
7096         <member name="M:Newtonsoft.Json.Schema.Extensions.Validate(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema)">
7097             <summary>
7098             <para>
7099             Validates the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
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             <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
7106             <param name="schema">The schema to test with.</param>
7107         </member>
7108         <member name="M:Newtonsoft.Json.Schema.Extensions.Validate(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema,Newtonsoft.Json.Schema.ValidationEventHandler)">
7109             <summary>
7110             <para>
7111             Validates the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
7112             </para>
7113             <note type="caution">
7114             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.
7115             </note>
7116             </summary>
7117             <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
7118             <param name="schema">The schema to test with.</param>
7119             <param name="validationEventHandler">The validation event handler.</param>
7120         </member>
7121         <member name="T:Newtonsoft.Json.Schema.JsonSchema">
7122             <summary>
7123             <para>
7124             An in-memory representation of a JSON Schema.
7125             </para>
7126             <note type="caution">
7127             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.
7128             </note>
7129             </summary>
7130         </member>
7131         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Id">
7132             <summary>
7133             Gets or sets the id.
7134             </summary>
7135         </member>
7136         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Title">
7137             <summary>
7138             Gets or sets the title.
7139             </summary>
7140         </member>
7141         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Required">
7142             <summary>
7143             Gets or sets whether the object is required.
7144             </summary>
7145         </member>
7146         <member name="P:Newtonsoft.Json.Schema.JsonSchema.ReadOnly">
7147             <summary>
7148             Gets or sets whether the object is read only.
7149             </summary>
7150         </member>
7151         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Hidden">
7152             <summary>
7153             Gets or sets whether the object is visible to users.
7154             </summary>
7155         </member>
7156         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Transient">
7157             <summary>
7158             Gets or sets whether the object is transient.
7159             </summary>
7160         </member>
7161         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Description">
7162             <summary>
7163             Gets or sets the description of the object.
7164             </summary>
7165         </member>
7166         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Type">
7167             <summary>
7168             Gets or sets the types of values allowed by the object.
7169             </summary>
7170             <value>The type.</value>
7171         </member>
7172         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Pattern">
7173             <summary>
7174             Gets or sets the pattern.
7175             </summary>
7176             <value>The pattern.</value>
7177         </member>
7178         <member name="P:Newtonsoft.Json.Schema.JsonSchema.MinimumLength">
7179             <summary>
7180             Gets or sets the minimum length.
7181             </summary>
7182             <value>The minimum length.</value>
7183         </member>
7184         <member name="P:Newtonsoft.Json.Schema.JsonSchema.MaximumLength">
7185             <summary>
7186             Gets or sets the maximum length.
7187             </summary>
7188             <value>The maximum length.</value>
7189         </member>
7190         <member name="P:Newtonsoft.Json.Schema.JsonSchema.DivisibleBy">
7191             <summary>
7192             Gets or sets a number that the value should be divisble by.
7193             </summary>
7194             <value>A number that the value should be divisble by.</value>
7195         </member>
7196         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Minimum">
7197             <summary>
7198             Gets or sets the minimum.
7199             </summary>
7200             <value>The minimum.</value>
7201         </member>
7202         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Maximum">
7203             <summary>
7204             Gets or sets the maximum.
7205             </summary>
7206             <value>The maximum.</value>
7207         </member>
7208         <member name="P:Newtonsoft.Json.Schema.JsonSchema.ExclusiveMinimum">
7209             <summary>
7210             Gets or sets a flag indicating whether the value can not equal the number defined by the "minimum" attribute.
7211             </summary>
7212             <value>A flag indicating whether the value can not equal the number defined by the "minimum" attribute.</value>
7213         </member>
7214         <member name="P:Newtonsoft.Json.Schema.JsonSchema.ExclusiveMaximum">
7215             <summary>
7216             Gets or sets a flag indicating whether the value can not equal the number defined by the "maximum" attribute.
7217             </summary>
7218             <value>A flag indicating whether the value can not equal the number defined by the "maximum" attribute.</value>
7219         </member>
7220         <member name="P:Newtonsoft.Json.Schema.JsonSchema.MinimumItems">
7221             <summary>
7222             Gets or sets the minimum number of items.
7223             </summary>
7224             <value>The minimum number of items.</value>
7225         </member>
7226         <member name="P:Newtonsoft.Json.Schema.JsonSchema.MaximumItems">
7227             <summary>
7228             Gets or sets the maximum number of items.
7229             </summary>
7230             <value>The maximum number of items.</value>
7231         </member>
7232         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Items">
7233             <summary>
7234             Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of items.
7235             </summary>
7236             <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of items.</value>
7237         </member>
7238         <member name="P:Newtonsoft.Json.Schema.JsonSchema.PositionalItemsValidation">
7239             <summary>
7240             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"/>.
7241             </summary>
7242             <value>
7243                 <c>true</c> if items are validated using their array position; otherwise, <c>false</c>.
7244             </value>
7245         </member>
7246         <member name="P:Newtonsoft.Json.Schema.JsonSchema.AdditionalItems">
7247             <summary>
7248             Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional items.
7249             </summary>
7250             <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional items.</value>
7251         </member>
7252         <member name="P:Newtonsoft.Json.Schema.JsonSchema.AllowAdditionalItems">
7253             <summary>
7254             Gets or sets a value indicating whether additional items are allowed.
7255             </summary>
7256             <value>
7257                 <c>true</c> if additional items are allowed; otherwise, <c>false</c>.
7258             </value>
7259         </member>
7260         <member name="P:Newtonsoft.Json.Schema.JsonSchema.UniqueItems">
7261             <summary>
7262             Gets or sets whether the array items must be unique.
7263             </summary>
7264         </member>
7265         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Properties">
7266             <summary>
7267             Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of properties.
7268             </summary>
7269             <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of properties.</value>
7270         </member>
7271         <member name="P:Newtonsoft.Json.Schema.JsonSchema.AdditionalProperties">
7272             <summary>
7273             Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional properties.
7274             </summary>
7275             <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional properties.</value>
7276         </member>
7277         <member name="P:Newtonsoft.Json.Schema.JsonSchema.PatternProperties">
7278             <summary>
7279             Gets or sets the pattern properties.
7280             </summary>
7281             <value>The pattern properties.</value>
7282         </member>
7283         <member name="P:Newtonsoft.Json.Schema.JsonSchema.AllowAdditionalProperties">
7284             <summary>
7285             Gets or sets a value indicating whether additional properties are allowed.
7286             </summary>
7287             <value>
7288                 <c>true</c> if additional properties are allowed; otherwise, <c>false</c>.
7289             </value>
7290         </member>
7291         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Requires">
7292             <summary>
7293             Gets or sets the required property if this property is present.
7294             </summary>
7295             <value>The required property if this property is present.</value>
7296         </member>
7297         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Enum">
7298             <summary>
7299             Gets or sets the a collection of valid enum values allowed.
7300             </summary>
7301             <value>A collection of valid enum values allowed.</value>
7302         </member>
7303         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Disallow">
7304             <summary>
7305             Gets or sets disallowed types.
7306             </summary>
7307             <value>The disallow types.</value>
7308         </member>
7309         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Default">
7310             <summary>
7311             Gets or sets the default value.
7312             </summary>
7313             <value>The default value.</value>
7314         </member>
7315         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Extends">
7316             <summary>
7317             Gets or sets the collection of <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> that this schema extends.
7318             </summary>
7319             <value>The collection of <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> that this schema extends.</value>
7320         </member>
7321         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Format">
7322             <summary>
7323             Gets or sets the format.
7324             </summary>
7325             <value>The format.</value>
7326         </member>
7327         <member name="M:Newtonsoft.Json.Schema.JsonSchema.#ctor">
7328             <summary>
7329             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> class.
7330             </summary>
7331         </member>
7332         <member name="M:Newtonsoft.Json.Schema.JsonSchema.Read(Newtonsoft.Json.JsonReader)">
7333             <summary>
7334             Reads a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.
7335             </summary>
7336             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the JSON Schema to read.</param>
7337             <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> object representing the JSON Schema.</returns>
7338         </member>
7339         <member name="M:Newtonsoft.Json.Schema.JsonSchema.Read(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Schema.JsonSchemaResolver)">
7340             <summary>
7341             Reads a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.
7342             </summary>
7343             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the JSON Schema to read.</param>
7344             <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> to use when resolving schema references.</param>
7345             <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> object representing the JSON Schema.</returns>
7346         </member>
7347         <member name="M:Newtonsoft.Json.Schema.JsonSchema.Parse(System.String)">
7348             <summary>
7349             Load a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from a string that contains schema JSON.
7350             </summary>
7351             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
7352             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> populated from the string that contains JSON.</returns>
7353         </member>
7354         <member name="M:Newtonsoft.Json.Schema.JsonSchema.Parse(System.String,Newtonsoft.Json.Schema.JsonSchemaResolver)">
7355             <summary>
7356             Parses the specified json.
7357             </summary>
7358             <param name="json">The json.</param>
7359             <param name="resolver">The resolver.</param>
7360             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> populated from the string that contains JSON.</returns>
7361         </member>
7362         <member name="M:Newtonsoft.Json.Schema.JsonSchema.WriteTo(Newtonsoft.Json.JsonWriter)">
7363             <summary>
7364             Writes this schema to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
7365             </summary>
7366             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
7367         </member>
7368         <member name="M:Newtonsoft.Json.Schema.JsonSchema.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.Schema.JsonSchemaResolver)">
7369             <summary>
7370             Writes this schema to a <see cref="T:Newtonsoft.Json.JsonWriter"/> using the specified <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/>.
7371             </summary>
7372             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
7373             <param name="resolver">The resolver used.</param>
7374         </member>
7375         <member name="M:Newtonsoft.Json.Schema.JsonSchema.ToString">
7376             <summary>
7377             Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
7378             </summary>
7379             <returns>
7380             A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
7381             </returns>
7382         </member>
7383         <member name="T:Newtonsoft.Json.Schema.JsonSchemaException">
7384             <summary>
7385             <para>
7386             Returns detailed information about the schema exception.
7387             </para>
7388             <note type="caution">
7389             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.
7390             </note>
7391             </summary>
7392         </member>
7393         <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.LineNumber">
7394             <summary>
7395             Gets the line number indicating where the error occurred.
7396             </summary>
7397             <value>The line number indicating where the error occurred.</value>
7398         </member>
7399         <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.LinePosition">
7400             <summary>
7401             Gets the line position indicating where the error occurred.
7402             </summary>
7403             <value>The line position indicating where the error occurred.</value>
7404         </member>
7405         <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.Path">
7406             <summary>
7407             Gets the path to the JSON where the error occurred.
7408             </summary>
7409             <value>The path to the JSON where the error occurred.</value>
7410         </member>
7411         <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor">
7412             <summary>
7413             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class.
7414             </summary>
7415         </member>
7416         <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.String)">
7417             <summary>
7418             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class
7419             with a specified error message.
7420             </summary>
7421             <param name="message">The error message that explains the reason for the exception.</param>
7422         </member>
7423         <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.String,System.Exception)">
7424             <summary>
7425             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class
7426             with a specified error message and a reference to the inner exception that is the cause of this exception.
7427             </summary>
7428             <param name="message">The error message that explains the reason for the exception.</param>
7429             <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>
7430         </member>
7431         <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
7432             <summary>
7433             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class.
7434             </summary>
7435             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
7436             <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
7437             <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception>
7438             <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception>
7439         </member>
7440         <member name="T:Newtonsoft.Json.Schema.JsonSchemaGenerator">
7441             <summary>
7442             <para>
7443             Generates a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from a specified <see cref="T:System.Type"/>.
7444             </para>
7445             <note type="caution">
7446             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.
7447             </note>
7448             </summary>
7449         </member>
7450         <member name="P:Newtonsoft.Json.Schema.JsonSchemaGenerator.UndefinedSchemaIdHandling">
7451             <summary>
7452             Gets or sets how undefined schemas are handled by the serializer.
7453             </summary>
7454         </member>
7455         <member name="P:Newtonsoft.Json.Schema.JsonSchemaGenerator.ContractResolver">
7456             <summary>
7457             Gets or sets the contract resolver.
7458             </summary>
7459             <value>The contract resolver.</value>
7460         </member>
7461         <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type)">
7462             <summary>
7463             Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
7464             </summary>
7465             <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
7466             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
7467         </member>
7468         <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,Newtonsoft.Json.Schema.JsonSchemaResolver)">
7469             <summary>
7470             Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
7471             </summary>
7472             <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
7473             <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> used to resolve schema references.</param>
7474             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
7475         </member>
7476         <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,System.Boolean)">
7477             <summary>
7478             Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
7479             </summary>
7480             <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
7481             <param name="rootSchemaNullable">Specify whether the generated root <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> will be nullable.</param>
7482             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
7483         </member>
7484         <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,Newtonsoft.Json.Schema.JsonSchemaResolver,System.Boolean)">
7485             <summary>
7486             Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
7487             </summary>
7488             <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
7489             <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> used to resolve schema references.</param>
7490             <param name="rootSchemaNullable">Specify whether the generated root <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> will be nullable.</param>
7491             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
7492         </member>
7493         <member name="T:Newtonsoft.Json.Schema.JsonSchemaResolver">
7494             <summary>
7495             <para>
7496             Resolves <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from an id.
7497             </para>
7498             <note type="caution">
7499             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.
7500             </note>
7501             </summary>
7502         </member>
7503         <member name="P:Newtonsoft.Json.Schema.JsonSchemaResolver.LoadedSchemas">
7504             <summary>
7505             Gets or sets the loaded schemas.
7506             </summary>
7507             <value>The loaded schemas.</value>
7508         </member>
7509         <member name="M:Newtonsoft.Json.Schema.JsonSchemaResolver.#ctor">
7510             <summary>
7511             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> class.
7512             </summary>
7513         </member>
7514         <member name="M:Newtonsoft.Json.Schema.JsonSchemaResolver.GetSchema(System.String)">
7515             <summary>
7516             Gets a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> for the specified reference.
7517             </summary>
7518             <param name="reference">The id.</param>
7519             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> for the specified reference.</returns>
7520         </member>
7521         <member name="T:Newtonsoft.Json.Schema.JsonSchemaType">
7522             <summary>
7523             <para>
7524             The value types allowed by the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/>.
7525             </para>
7526             <note type="caution">
7527             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.
7528             </note>
7529             </summary>
7530         </member>
7531         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.None">
7532             <summary>
7533             No type specified.
7534             </summary>
7535         </member>
7536         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.String">
7537             <summary>
7538             String type.
7539             </summary>
7540         </member>
7541         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Float">
7542             <summary>
7543             Float type.
7544             </summary>
7545         </member>
7546         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Integer">
7547             <summary>
7548             Integer type.
7549             </summary>
7550         </member>
7551         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Boolean">
7552             <summary>
7553             Boolean type.
7554             </summary>
7555         </member>
7556         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Object">
7557             <summary>
7558             Object type.
7559             </summary>
7560         </member>
7561         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Array">
7562             <summary>
7563             Array type.
7564             </summary>
7565         </member>
7566         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Null">
7567             <summary>
7568             Null type.
7569             </summary>
7570         </member>
7571         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Any">
7572             <summary>
7573             Any type.
7574             </summary>
7575         </member>
7576         <member name="T:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling">
7577             <summary>
7578             <para>
7579             Specifies undefined schema Id handling options for the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaGenerator"/>.
7580             </para>
7581             <note type="caution">
7582             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.
7583             </note>
7584             </summary>
7585         </member>
7586         <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.None">
7587             <summary>
7588             Do not infer a schema Id.
7589             </summary>
7590         </member>
7591         <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.UseTypeName">
7592             <summary>
7593             Use the .NET type name as the schema Id.
7594             </summary>
7595         </member>
7596         <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.UseAssemblyQualifiedName">
7597             <summary>
7598             Use the assembly qualified .NET type name as the schema Id.
7599             </summary>
7600         </member>
7601         <member name="T:Newtonsoft.Json.Schema.ValidationEventArgs">
7602             <summary>
7603             <para>
7604             Returns detailed information related to the <see cref="T:Newtonsoft.Json.Schema.ValidationEventHandler"/>.
7605             </para>
7606             <note type="caution">
7607             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.
7608             </note>
7609             </summary>
7610         </member>
7611         <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Exception">
7612             <summary>
7613             Gets the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> associated with the validation error.
7614             </summary>
7615             <value>The JsonSchemaException associated with the validation error.</value>
7616         </member>
7617         <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Path">
7618             <summary>
7619             Gets the path of the JSON location where the validation error occurred.
7620             </summary>
7621             <value>The path of the JSON location where the validation error occurred.</value>
7622         </member>
7623         <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Message">
7624             <summary>
7625             Gets the text description corresponding to the validation error.
7626             </summary>
7627             <value>The text description.</value>
7628         </member>
7629         <member name="T:Newtonsoft.Json.Schema.ValidationEventHandler">
7630             <summary>
7631             <para>
7632             Represents the callback method that will handle JSON schema validation events and the <see cref="T:Newtonsoft.Json.Schema.ValidationEventArgs"/>.
7633             </para>
7634             <note type="caution">
7635             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.
7636             </note>
7637             </summary>
7638         </member>
7639         <member name="T:Newtonsoft.Json.Serialization.SnakeCaseNamingStrategy">
7640             <summary>
7641             A snake case naming strategy.
7642             </summary>
7643         </member>
7644         <member name="M:Newtonsoft.Json.Serialization.SnakeCaseNamingStrategy.#ctor(System.Boolean,System.Boolean)">
7645             <summary>
7646             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.SnakeCaseNamingStrategy"/> class.
7647             </summary>
7648             <param name="processDictionaryKeys">
7649             A flag indicating whether dictionary keys should be processed.
7650             </param>
7651             <param name="overrideSpecifiedNames">
7652             A flag indicating whether explicitly specified property names should be processed,
7653             e.g. a property name customized with a <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/>.
7654             </param>
7655         </member>
7656         <member name="M:Newtonsoft.Json.Serialization.SnakeCaseNamingStrategy.#ctor">
7657             <summary>
7658             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.SnakeCaseNamingStrategy"/> class.
7659             </summary>
7660         </member>
7661         <member name="M:Newtonsoft.Json.Serialization.SnakeCaseNamingStrategy.ResolvePropertyName(System.String)">
7662             <summary>
7663             Resolves the specified property name.
7664             </summary>
7665             <param name="name">The property name to resolve.</param>
7666             <returns>The resolved property name.</returns>
7667         </member>
7668         <member name="T:Newtonsoft.Json.Serialization.CamelCaseNamingStrategy">
7669             <summary>
7670             A camel case naming strategy.
7671             </summary>
7672         </member>
7673         <member name="M:Newtonsoft.Json.Serialization.CamelCaseNamingStrategy.#ctor(System.Boolean,System.Boolean)">
7674             <summary>
7675             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.CamelCaseNamingStrategy"/> class.
7676             </summary>
7677             <param name="processDictionaryKeys">
7678             A flag indicating whether dictionary keys should be processed.
7679             </param>
7680             <param name="overrideSpecifiedNames">
7681             A flag indicating whether explicitly specified property names should be processed,
7682             e.g. a property name customized with a <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/>.
7683             </param>
7684         </member>
7685         <member name="M:Newtonsoft.Json.Serialization.CamelCaseNamingStrategy.#ctor">
7686             <summary>
7687             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.CamelCaseNamingStrategy"/> class.
7688             </summary>
7689         </member>
7690         <member name="M:Newtonsoft.Json.Serialization.CamelCaseNamingStrategy.ResolvePropertyName(System.String)">
7691             <summary>
7692             Resolves the specified property name.
7693             </summary>
7694             <param name="name">The property name to resolve.</param>
7695             <returns>The resolved property name.</returns>
7696         </member>
7697         <member name="T:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver">
7698             <summary>
7699             Resolves member mappings for a type, camel casing property names.
7700             </summary>
7701         </member>
7702         <member name="M:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver.#ctor">
7703             <summary>
7704             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver"/> class.
7705             </summary>
7706         </member>
7707         <member name="T:Newtonsoft.Json.Serialization.DefaultContractResolver">
7708             <summary>
7709             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"/>.
7710             </summary>
7711         </member>
7712         <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.DynamicCodeGeneration">
7713             <summary>
7714             Gets a value indicating whether members are being get and set using dynamic code generation.
7715             This value is determined by the runtime permissions available.
7716             </summary>
7717             <value>
7718                 <c>true</c> if using dynamic code generation; otherwise, <c>false</c>.
7719             </value>
7720         </member>
7721         <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.DefaultMembersSearchFlags">
7722             <summary>
7723             Gets or sets the default members search flags.
7724             </summary>
7725             <value>The default members search flags.</value>
7726         </member>
7727         <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.SerializeCompilerGeneratedMembers">
7728             <summary>
7729             Gets or sets a value indicating whether compiler generated members should be serialized.
7730             </summary>
7731             <value>
7732                 <c>true</c> if serialized compiler generated members; otherwise, <c>false</c>.
7733             </value>
7734         </member>
7735         <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.IgnoreSerializableInterface">
7736             <summary>
7737             Gets or sets a value indicating whether to ignore the <see cref="T:System.Runtime.Serialization.ISerializable"/> interface when serializing and deserializing types.
7738             </summary>
7739             <value>
7740                 <c>true</c> if the <see cref="T:System.Runtime.Serialization.ISerializable"/> interface will be ignored when serializing and deserializing types; otherwise, <c>false</c>.
7741             </value>
7742         </member>
7743         <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.IgnoreSerializableAttribute">
7744             <summary>
7745             Gets or sets a value indicating whether to ignore the <see cref="T:System.SerializableAttribute"/> attribute when serializing and deserializing types.
7746             </summary>
7747             <value>
7748                 <c>true</c> if the <see cref="T:System.SerializableAttribute"/> attribute will be ignored when serializing and deserializing types; otherwise, <c>false</c>.
7749             </value>
7750         </member>
7751         <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.NamingStrategy">
7752             <summary>
7753             Gets or sets the naming strategy used to resolve how property names and dictionary keys are serialized.
7754             </summary>
7755             <value>The naming strategy used to resolve how property names and dictionary keys are serialized.</value>
7756         </member>
7757         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.#ctor">
7758             <summary>
7759             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> class.
7760             </summary>
7761         </member>
7762         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.#ctor(System.Boolean)">
7763             <summary>
7764             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> class.
7765             </summary>
7766             <param name="shareCache">
7767             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.
7768             Sharing the cache will significantly improve performance with multiple resolver instances because expensive reflection will only
7769             happen once. This setting can cause unexpected behavior if different instances of the resolver are suppose to produce different
7770             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"/>.
7771             </param>
7772         </member>
7773         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContract(System.Type)">
7774             <summary>
7775             Resolves the contract for a given type.
7776             </summary>
7777             <param name="type">The type to resolve a contract for.</param>
7778             <returns>The contract for a given type.</returns>
7779         </member>
7780         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.GetSerializableMembers(System.Type)">
7781             <summary>
7782             Gets the serializable members for the type.
7783             </summary>
7784             <param name="objectType">The type to get serializable members for.</param>
7785             <returns>The serializable members for the type.</returns>
7786         </member>
7787         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateObjectContract(System.Type)">
7788             <summary>
7789             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> for the given type.
7790             </summary>
7791             <param name="objectType">Type of the object.</param>
7792             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> for the given type.</returns>
7793         </member>
7794         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateConstructorParameters(System.Reflection.ConstructorInfo,Newtonsoft.Json.Serialization.JsonPropertyCollection)">
7795             <summary>
7796             Creates the constructor parameters.
7797             </summary>
7798             <param name="constructor">The constructor to create properties for.</param>
7799             <param name="memberProperties">The type's member properties.</param>
7800             <returns>Properties for the given <see cref="T:System.Reflection.ConstructorInfo"/>.</returns>
7801         </member>
7802         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreatePropertyFromConstructorParameter(Newtonsoft.Json.Serialization.JsonProperty,System.Reflection.ParameterInfo)">
7803             <summary>
7804             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.ParameterInfo"/>.
7805             </summary>
7806             <param name="matchingMemberProperty">The matching member property.</param>
7807             <param name="parameterInfo">The constructor parameter.</param>
7808             <returns>A created <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.ParameterInfo"/>.</returns>
7809         </member>
7810         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContractConverter(System.Type)">
7811             <summary>
7812             Resolves the default <see cref="T:Newtonsoft.Json.JsonConverter" /> for the contract.
7813             </summary>
7814             <param name="objectType">Type of the object.</param>
7815             <returns>The contract's default <see cref="T:Newtonsoft.Json.JsonConverter" />.</returns>
7816         </member>
7817         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateDictionaryContract(System.Type)">
7818             <summary>
7819             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> for the given type.
7820             </summary>
7821             <param name="objectType">Type of the object.</param>
7822             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> for the given type.</returns>
7823         </member>
7824         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateArrayContract(System.Type)">
7825             <summary>
7826             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> for the given type.
7827             </summary>
7828             <param name="objectType">Type of the object.</param>
7829             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> for the given type.</returns>
7830         </member>
7831         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreatePrimitiveContract(System.Type)">
7832             <summary>
7833             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> for the given type.
7834             </summary>
7835             <param name="objectType">Type of the object.</param>
7836             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> for the given type.</returns>
7837         </member>
7838         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateLinqContract(System.Type)">
7839             <summary>
7840             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> for the given type.
7841             </summary>
7842             <param name="objectType">Type of the object.</param>
7843             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> for the given type.</returns>
7844         </member>
7845         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateISerializableContract(System.Type)">
7846             <summary>
7847             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonISerializableContract"/> for the given type.
7848             </summary>
7849             <param name="objectType">Type of the object.</param>
7850             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonISerializableContract"/> for the given type.</returns>
7851         </member>
7852         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateDynamicContract(System.Type)">
7853             <summary>
7854             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonDynamicContract"/> for the given type.
7855             </summary>
7856             <param name="objectType">Type of the object.</param>
7857             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonDynamicContract"/> for the given type.</returns>
7858         </member>
7859         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateStringContract(System.Type)">
7860             <summary>
7861             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> for the given type.
7862             </summary>
7863             <param name="objectType">Type of the object.</param>
7864             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> for the given type.</returns>
7865         </member>
7866         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateContract(System.Type)">
7867             <summary>
7868             Determines which contract type is created for the given type.
7869             </summary>
7870             <param name="objectType">Type of the object.</param>
7871             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/> for the given type.</returns>
7872         </member>
7873         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateProperties(System.Type,Newtonsoft.Json.MemberSerialization)">
7874             <summary>
7875             Creates properties for the given <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/>.
7876             </summary>
7877             <param name="type">The type to create properties for.</param>
7878             /// <param name="memberSerialization">The member serialization mode for the type.</param>
7879             <returns>Properties for the given <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/>.</returns>
7880         </member>
7881         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateMemberValueProvider(System.Reflection.MemberInfo)">
7882             <summary>
7883             Creates the <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> used by the serializer to get and set values from a member.
7884             </summary>
7885             <param name="member">The member.</param>
7886             <returns>The <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> used by the serializer to get and set values from a member.</returns>
7887         </member>
7888         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateProperty(System.Reflection.MemberInfo,Newtonsoft.Json.MemberSerialization)">
7889             <summary>
7890             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.MemberInfo"/>.
7891             </summary>
7892             <param name="memberSerialization">The member's parent <see cref="T:Newtonsoft.Json.MemberSerialization"/>.</param>
7893             <param name="member">The member to create a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for.</param>
7894             <returns>A created <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.MemberInfo"/>.</returns>
7895         </member>
7896         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolvePropertyName(System.String)">
7897             <summary>
7898             Resolves the name of the property.
7899             </summary>
7900             <param name="propertyName">Name of the property.</param>
7901             <returns>Resolved name of the property.</returns>
7902         </member>
7903         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveDictionaryKey(System.String)">
7904             <summary>
7905             Resolves the key of the dictionary. By default <see cref="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolvePropertyName(System.String)"/> is used to resolve dictionary keys.
7906             </summary>
7907             <param name="dictionaryKey">Key of the dictionary.</param>
7908             <returns>Resolved key of the dictionary.</returns>
7909         </member>
7910         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.GetResolvedPropertyName(System.String)">
7911             <summary>
7912             Gets the resolved name of the property.
7913             </summary>
7914             <param name="propertyName">Name of the property.</param>
7915             <returns>Name of the property.</returns>
7916         </member>
7917         <member name="T:Newtonsoft.Json.Serialization.DefaultNamingStrategy">
7918             <summary>
7919             The default naming strategy. Property names and dictionary keys are unchanged.
7920             </summary>
7921         </member>
7922         <member name="M:Newtonsoft.Json.Serialization.DefaultNamingStrategy.ResolvePropertyName(System.String)">
7923             <summary>
7924             Resolves the specified property name.
7925             </summary>
7926             <param name="name">The property name to resolve.</param>
7927             <returns>The resolved property name.</returns>
7928         </member>
7929         <member name="T:Newtonsoft.Json.Serialization.DefaultSerializationBinder">
7930             <summary>
7931             The default serialization binder used when resolving and loading classes from type names.
7932             </summary>
7933         </member>
7934         <member name="M:Newtonsoft.Json.Serialization.DefaultSerializationBinder.BindToType(System.String,System.String)">
7935             <summary>
7936             When overridden in a derived class, controls the binding of a serialized object to a type.
7937             </summary>
7938             <param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object.</param>
7939             <param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object.</param>
7940             <returns>
7941             The type of the object the formatter creates a new instance of.
7942             </returns>
7943         </member>
7944         <member name="M:Newtonsoft.Json.Serialization.DefaultSerializationBinder.BindToName(System.Type,System.String@,System.String@)">
7945             <summary>
7946             When overridden in a derived class, controls the binding of a serialized object to a type.
7947             </summary>
7948             <param name="serializedType">The type of the object the formatter creates a new instance of.</param>
7949             <param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object. </param>
7950             <param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object. </param>
7951         </member>
7952         <member name="T:Newtonsoft.Json.Serialization.DiagnosticsTraceWriter">
7953             <summary>
7954             Represents a trace writer that writes to the application's <see cref="T:System.Diagnostics.TraceListener"/> instances.
7955             </summary>
7956         </member>
7957         <member name="P:Newtonsoft.Json.Serialization.DiagnosticsTraceWriter.LevelFilter">
7958             <summary>
7959             Gets the <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.
7960             For example a filter level of <code>Info</code> will exclude <code>Verbose</code> messages and include <code>Info</code>,
7961             <code>Warning</code> and <code>Error</code> messages.
7962             </summary>
7963             <value>
7964             The <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.
7965             </value>
7966         </member>
7967         <member name="M:Newtonsoft.Json.Serialization.DiagnosticsTraceWriter.Trace(System.Diagnostics.TraceLevel,System.String,System.Exception)">
7968             <summary>
7969             Writes the specified trace level, message and optional exception.
7970             </summary>
7971             <param name="level">The <see cref="T:System.Diagnostics.TraceLevel"/> at which to write this trace.</param>
7972             <param name="message">The trace message.</param>
7973             <param name="ex">The trace exception. This parameter is optional.</param>
7974         </member>
7975         <member name="T:Newtonsoft.Json.Serialization.DynamicValueProvider">
7976             <summary>
7977             Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using dynamic methods.
7978             </summary>
7979         </member>
7980         <member name="M:Newtonsoft.Json.Serialization.DynamicValueProvider.#ctor(System.Reflection.MemberInfo)">
7981             <summary>
7982             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DynamicValueProvider"/> class.
7983             </summary>
7984             <param name="memberInfo">The member info.</param>
7985         </member>
7986         <member name="M:Newtonsoft.Json.Serialization.DynamicValueProvider.SetValue(System.Object,System.Object)">
7987             <summary>
7988             Sets the value.
7989             </summary>
7990             <param name="target">The target to set the value on.</param>
7991             <param name="value">The value to set on the target.</param>
7992         </member>
7993         <member name="M:Newtonsoft.Json.Serialization.DynamicValueProvider.GetValue(System.Object)">
7994             <summary>
7995             Gets the value.
7996             </summary>
7997             <param name="target">The target to get the value from.</param>
7998             <returns>The value.</returns>
7999         </member>
8000         <member name="T:Newtonsoft.Json.Serialization.ErrorContext">
8001             <summary>
8002             Provides information surrounding an error.
8003             </summary>
8004         </member>
8005         <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Error">
8006             <summary>
8007             Gets the error.
8008             </summary>
8009             <value>The error.</value>
8010         </member>
8011         <member name="P:Newtonsoft.Json.Serialization.ErrorContext.OriginalObject">
8012             <summary>
8013             Gets the original object that caused the error.
8014             </summary>
8015             <value>The original object that caused the error.</value>
8016         </member>
8017         <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Member">
8018             <summary>
8019             Gets the member that caused the error.
8020             </summary>
8021             <value>The member that caused the error.</value>
8022         </member>
8023         <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Path">
8024             <summary>
8025             Gets the path of the JSON location where the error occurred.
8026             </summary>
8027             <value>The path of the JSON location where the error occurred.</value>
8028         </member>
8029         <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Handled">
8030             <summary>
8031             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.ErrorContext"/> is handled.
8032             </summary>
8033             <value><c>true</c> if handled; otherwise, <c>false</c>.</value>
8034         </member>
8035         <member name="T:Newtonsoft.Json.Serialization.ErrorEventArgs">
8036             <summary>
8037             Provides data for the Error event.
8038             </summary>
8039         </member>
8040         <member name="P:Newtonsoft.Json.Serialization.ErrorEventArgs.CurrentObject">
8041             <summary>
8042             Gets the current object the error event is being raised against.
8043             </summary>
8044             <value>The current object the error event is being raised against.</value>
8045         </member>
8046         <member name="P:Newtonsoft.Json.Serialization.ErrorEventArgs.ErrorContext">
8047             <summary>
8048             Gets the error context.
8049             </summary>
8050             <value>The error context.</value>
8051         </member>
8052         <member name="M:Newtonsoft.Json.Serialization.ErrorEventArgs.#ctor(System.Object,Newtonsoft.Json.Serialization.ErrorContext)">
8053             <summary>
8054             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ErrorEventArgs"/> class.
8055             </summary>
8056             <param name="currentObject">The current object.</param>
8057             <param name="errorContext">The error context.</param>
8058         </member>
8059         <member name="T:Newtonsoft.Json.Serialization.ExpressionValueProvider">
8060             <summary>
8061             Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using dynamic methods.
8062             </summary>
8063         </member>
8064         <member name="M:Newtonsoft.Json.Serialization.ExpressionValueProvider.#ctor(System.Reflection.MemberInfo)">
8065             <summary>
8066             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ExpressionValueProvider"/> class.
8067             </summary>
8068             <param name="memberInfo">The member info.</param>
8069         </member>
8070         <member name="M:Newtonsoft.Json.Serialization.ExpressionValueProvider.SetValue(System.Object,System.Object)">
8071             <summary>
8072             Sets the value.
8073             </summary>
8074             <param name="target">The target to set the value on.</param>
8075             <param name="value">The value to set on the target.</param>
8076         </member>
8077         <member name="M:Newtonsoft.Json.Serialization.ExpressionValueProvider.GetValue(System.Object)">
8078             <summary>
8079             Gets the value.
8080             </summary>
8081             <param name="target">The target to get the value from.</param>
8082             <returns>The value.</returns>
8083         </member>
8084         <member name="T:Newtonsoft.Json.Serialization.IAttributeProvider">
8085             <summary>
8086             Provides methods to get attributes.
8087             </summary>
8088         </member>
8089         <member name="M:Newtonsoft.Json.Serialization.IAttributeProvider.GetAttributes(System.Boolean)">
8090             <summary>
8091             Returns a collection of all of the attributes, or an empty collection if there are no attributes.
8092             </summary>
8093             <param name="inherit">When true, look up the hierarchy chain for the inherited custom attribute.</param>
8094             <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns>
8095         </member>
8096         <member name="M:Newtonsoft.Json.Serialization.IAttributeProvider.GetAttributes(System.Type,System.Boolean)">
8097             <summary>
8098             Returns a collection of attributes, identified by type, or an empty collection if there are no attributes.
8099             </summary>
8100             <param name="attributeType">The type of the attributes.</param>
8101             <param name="inherit">When true, look up the hierarchy chain for the inherited custom attribute.</param>
8102             <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns>
8103         </member>
8104         <member name="T:Newtonsoft.Json.Serialization.IContractResolver">
8105             <summary>
8106             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"/>.
8107             </summary>
8108             <example>
8109               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeContractResolverObject" title="IContractResolver Class" />
8110               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeContractResolverExample" title="IContractResolver Example" />
8111             </example>
8112         </member>
8113         <member name="M:Newtonsoft.Json.Serialization.IContractResolver.ResolveContract(System.Type)">
8114             <summary>
8115             Resolves the contract for a given type.
8116             </summary>
8117             <param name="type">The type to resolve a contract for.</param>
8118             <returns>The contract for a given type.</returns>
8119         </member>
8120         <member name="T:Newtonsoft.Json.Serialization.NamingStrategy">
8121             <summary>
8122             A base class for resolving how property names and dictionary keys are serialized.
8123             </summary>
8124         </member>
8125         <member name="P:Newtonsoft.Json.Serialization.NamingStrategy.ProcessDictionaryKeys">
8126             <summary>
8127             A flag indicating whether dictionary keys should be processed.
8128             Defaults to <c>false</c>.
8129             </summary>
8130         </member>
8131         <member name="P:Newtonsoft.Json.Serialization.NamingStrategy.OverrideSpecifiedNames">
8132             <summary>
8133             A flag indicating whether explicitly specified property names,
8134             e.g. a property name customized with a <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/>, should be processed.
8135             Defaults to <c>false</c>.
8136             </summary>
8137         </member>
8138         <member name="M:Newtonsoft.Json.Serialization.NamingStrategy.GetPropertyName(System.String,System.Boolean)">
8139             <summary>
8140             Gets the serialized name for a given property name.
8141             </summary>
8142             <param name="name">The initial property name.</param>
8143             <param name="hasSpecifiedName">A flag indicating whether the property has had a name explicitly specfied.</param>
8144             <returns>The serialized property name.</returns>
8145         </member>
8146         <member name="M:Newtonsoft.Json.Serialization.NamingStrategy.GetDictionaryKey(System.String)">
8147             <summary>
8148             Gets the serialized key for a given dictionary key.
8149             </summary>
8150             <param name="key">The initial dictionary key.</param>
8151             <returns>The serialized dictionary key.</returns>
8152         </member>
8153         <member name="M:Newtonsoft.Json.Serialization.NamingStrategy.ResolvePropertyName(System.String)">
8154             <summary>
8155             Resolves the specified property name.
8156             </summary>
8157             <param name="name">The property name to resolve.</param>
8158             <returns>The resolved property name.</returns>
8159         </member>
8160         <member name="T:Newtonsoft.Json.Serialization.IReferenceResolver">
8161             <summary>
8162             Used to resolve references when serializing and deserializing JSON by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8163             </summary>
8164         </member>
8165         <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.ResolveReference(System.Object,System.String)">
8166             <summary>
8167             Resolves a reference to its object.
8168             </summary>
8169             <param name="context">The serialization context.</param>
8170             <param name="reference">The reference to resolve.</param>
8171             <returns>The object that</returns>
8172         </member>
8173         <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.GetReference(System.Object,System.Object)">
8174             <summary>
8175             Gets the reference for the sepecified object.
8176             </summary>
8177             <param name="context">The serialization context.</param>
8178             <param name="value">The object to get a reference for.</param>
8179             <returns>The reference to the object.</returns>
8180         </member>
8181         <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.IsReferenced(System.Object,System.Object)">
8182             <summary>
8183             Determines whether the specified object is referenced.
8184             </summary>
8185             <param name="context">The serialization context.</param>
8186             <param name="value">The object to test for a reference.</param>
8187             <returns>
8188                 <c>true</c> if the specified object is referenced; otherwise, <c>false</c>.
8189             </returns>
8190         </member>
8191         <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.AddReference(System.Object,System.String,System.Object)">
8192             <summary>
8193             Adds a reference to the specified object.
8194             </summary>
8195             <param name="context">The serialization context.</param>
8196             <param name="reference">The reference.</param>
8197             <param name="value">The object to reference.</param>
8198         </member>
8199         <member name="T:Newtonsoft.Json.Serialization.ITraceWriter">
8200             <summary>
8201             Represents a trace writer.
8202             </summary>
8203         </member>
8204         <member name="P:Newtonsoft.Json.Serialization.ITraceWriter.LevelFilter">
8205             <summary>
8206             Gets the <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.
8207             For example a filter level of <code>Info</code> will exclude <code>Verbose</code> messages and include <code>Info</code>,
8208             <code>Warning</code> and <code>Error</code> messages.
8209             </summary>
8210             <value>The <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.</value>
8211         </member>
8212         <member name="M:Newtonsoft.Json.Serialization.ITraceWriter.Trace(System.Diagnostics.TraceLevel,System.String,System.Exception)">
8213             <summary>
8214             Writes the specified trace level, message and optional exception.
8215             </summary>
8216             <param name="level">The <see cref="T:System.Diagnostics.TraceLevel"/> at which to write this trace.</param>
8217             <param name="message">The trace message.</param>
8218             <param name="ex">The trace exception. This parameter is optional.</param>
8219         </member>
8220         <member name="T:Newtonsoft.Json.Serialization.IValueProvider">
8221             <summary>
8222             Provides methods to get and set values.
8223             </summary>
8224         </member>
8225         <member name="M:Newtonsoft.Json.Serialization.IValueProvider.SetValue(System.Object,System.Object)">
8226             <summary>
8227             Sets the value.
8228             </summary>
8229             <param name="target">The target to set the value on.</param>
8230             <param name="value">The value to set on the target.</param>
8231         </member>
8232         <member name="M:Newtonsoft.Json.Serialization.IValueProvider.GetValue(System.Object)">
8233             <summary>
8234             Gets the value.
8235             </summary>
8236             <param name="target">The target to get the value from.</param>
8237             <returns>The value.</returns>
8238         </member>
8239         <member name="T:Newtonsoft.Json.Serialization.JsonArrayContract">
8240             <summary>
8241             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8242             </summary>
8243         </member>
8244         <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.CollectionItemType">
8245             <summary>
8246             Gets the <see cref="T:System.Type"/> of the collection items.
8247             </summary>
8248             <value>The <see cref="T:System.Type"/> of the collection items.</value>
8249         </member>
8250         <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.IsMultidimensionalArray">
8251             <summary>
8252             Gets a value indicating whether the collection type is a multidimensional array.
8253             </summary>
8254             <value><c>true</c> if the collection type is a multidimensional array; otherwise, <c>false</c>.</value>
8255         </member>
8256         <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.OverrideCreator">
8257             <summary>
8258             Gets or sets the function used to create the object. When set this function will override <see cref="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator"/>.
8259             </summary>
8260             <value>The function used to create the object.</value>
8261         </member>
8262         <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.HasParameterizedCreator">
8263             <summary>
8264             Gets a value indicating whether the creator has a parameter with the collection values.
8265             </summary>
8266             <value><c>true</c> if the creator has a parameter with the collection values; otherwise, <c>false</c>.</value>
8267         </member>
8268         <member name="M:Newtonsoft.Json.Serialization.JsonArrayContract.#ctor(System.Type)">
8269             <summary>
8270             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> class.
8271             </summary>
8272             <param name="underlyingType">The underlying type for the contract.</param>
8273         </member>
8274         <member name="T:Newtonsoft.Json.Serialization.JsonContainerContract">
8275             <summary>
8276             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8277             </summary>
8278         </member>
8279         <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemConverter">
8280             <summary>
8281             Gets or sets the default collection items <see cref="T:Newtonsoft.Json.JsonConverter" />.
8282             </summary>
8283             <value>The converter.</value>
8284         </member>
8285         <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemIsReference">
8286             <summary>
8287             Gets or sets a value indicating whether the collection items preserve object references.
8288             </summary>
8289             <value><c>true</c> if collection items preserve object references; otherwise, <c>false</c>.</value>
8290         </member>
8291         <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemReferenceLoopHandling">
8292             <summary>
8293             Gets or sets the collection item reference loop handling.
8294             </summary>
8295             <value>The reference loop handling.</value>
8296         </member>
8297         <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemTypeNameHandling">
8298             <summary>
8299             Gets or sets the collection item type name handling.
8300             </summary>
8301             <value>The type name handling.</value>
8302         </member>
8303         <member name="M:Newtonsoft.Json.Serialization.JsonContainerContract.#ctor(System.Type)">
8304             <summary>
8305             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonContainerContract"/> class.
8306             </summary>
8307             <param name="underlyingType">The underlying type for the contract.</param>
8308         </member>
8309         <member name="T:Newtonsoft.Json.Serialization.SerializationCallback">
8310             <summary>
8311             Handles <see cref="T:Newtonsoft.Json.JsonSerializer"/> serialization callback events.
8312             </summary>
8313             <param name="o">The object that raised the callback event.</param>
8314             <param name="context">The streaming context.</param>
8315         </member>
8316         <member name="T:Newtonsoft.Json.Serialization.SerializationErrorCallback">
8317             <summary>
8318             Handles <see cref="T:Newtonsoft.Json.JsonSerializer"/> serialization error callback events.
8319             </summary>
8320             <param name="o">The object that raised the callback event.</param>
8321             <param name="context">The streaming context.</param>
8322             <param name="errorContext">The error context.</param>
8323         </member>
8324         <member name="T:Newtonsoft.Json.Serialization.ExtensionDataSetter">
8325             <summary>
8326             Sets extension data for an object during deserialization.
8327             </summary>
8328             <param name="o">The object to set extension data on.</param>
8329             <param name="key">The extension data key.</param>
8330             <param name="value">The extension data value.</param>
8331         </member>
8332         <member name="T:Newtonsoft.Json.Serialization.ExtensionDataGetter">
8333             <summary>
8334             Gets extension data for an object during serialization.
8335             </summary>
8336             <param name="o">The object to set extension data on.</param>
8337         </member>
8338         <member name="T:Newtonsoft.Json.Serialization.JsonContract">
8339             <summary>
8340             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8341             </summary>
8342         </member>
8343         <member name="P:Newtonsoft.Json.Serialization.JsonContract.UnderlyingType">
8344             <summary>
8345             Gets the underlying type for the contract.
8346             </summary>
8347             <value>The underlying type for the contract.</value>
8348         </member>
8349         <member name="P:Newtonsoft.Json.Serialization.JsonContract.CreatedType">
8350             <summary>
8351             Gets or sets the type created during deserialization.
8352             </summary>
8353             <value>The type created during deserialization.</value>
8354         </member>
8355         <member name="P:Newtonsoft.Json.Serialization.JsonContract.IsReference">
8356             <summary>
8357             Gets or sets whether this type contract is serialized as a reference.
8358             </summary>
8359             <value>Whether this type contract is serialized as a reference.</value>
8360         </member>
8361         <member name="P:Newtonsoft.Json.Serialization.JsonContract.Converter">
8362             <summary>
8363             Gets or sets the default <see cref="T:Newtonsoft.Json.JsonConverter" /> for this contract.
8364             </summary>
8365             <value>The converter.</value>
8366         </member>
8367         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserializedCallbacks">
8368             <summary>
8369             Gets or sets all methods called immediately after deserialization of the object.
8370             </summary>
8371             <value>The methods called immediately after deserialization of the object.</value>
8372         </member>
8373         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserializingCallbacks">
8374             <summary>
8375             Gets or sets all methods called during deserialization of the object.
8376             </summary>
8377             <value>The methods called during deserialization of the object.</value>
8378         </member>
8379         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerializedCallbacks">
8380             <summary>
8381             Gets or sets all methods called after serialization of the object graph.
8382             </summary>
8383             <value>The methods called after serialization of the object graph.</value>
8384         </member>
8385         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerializingCallbacks">
8386             <summary>
8387             Gets or sets all methods called before serialization of the object.
8388             </summary>
8389             <value>The methods called before serialization of the object.</value>
8390         </member>
8391         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnErrorCallbacks">
8392             <summary>
8393             Gets or sets all method called when an error is thrown during the serialization of the object.
8394             </summary>
8395             <value>The methods called when an error is thrown during the serialization of the object.</value>
8396         </member>
8397         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserialized">
8398             <summary>
8399             Gets or sets the method called immediately after deserialization of the object.
8400             </summary>
8401             <value>The method called immediately after deserialization of the object.</value>
8402         </member>
8403         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserializing">
8404             <summary>
8405             Gets or sets the method called during deserialization of the object.
8406             </summary>
8407             <value>The method called during deserialization of the object.</value>
8408         </member>
8409         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerialized">
8410             <summary>
8411             Gets or sets the method called after serialization of the object graph.
8412             </summary>
8413             <value>The method called after serialization of the object graph.</value>
8414         </member>
8415         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerializing">
8416             <summary>
8417             Gets or sets the method called before serialization of the object.
8418             </summary>
8419             <value>The method called before serialization of the object.</value>
8420         </member>
8421         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnError">
8422             <summary>
8423             Gets or sets the method called when an error is thrown during the serialization of the object.
8424             </summary>
8425             <value>The method called when an error is thrown during the serialization of the object.</value>
8426         </member>
8427         <member name="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator">
8428             <summary>
8429             Gets or sets the default creator method used to create the object.
8430             </summary>
8431             <value>The default creator method used to create the object.</value>
8432         </member>
8433         <member name="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreatorNonPublic">
8434             <summary>
8435             Gets or sets a value indicating whether the default creator is non public.
8436             </summary>
8437             <value><c>true</c> if the default object creator is non-public; otherwise, <c>false</c>.</value>
8438         </member>
8439         <member name="T:Newtonsoft.Json.Serialization.JsonDictionaryContract">
8440             <summary>
8441             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8442             </summary>
8443         </member>
8444         <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.PropertyNameResolver">
8445             <summary>
8446             Gets or sets the property name resolver.
8447             </summary>
8448             <value>The property name resolver.</value>
8449         </member>
8450         <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.DictionaryKeyResolver">
8451             <summary>
8452             Gets or sets the dictionary key resolver.
8453             </summary>
8454             <value>The dictionary key resolver.</value>
8455         </member>
8456         <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.DictionaryKeyType">
8457             <summary>
8458             Gets the <see cref="T:System.Type"/> of the dictionary keys.
8459             </summary>
8460             <value>The <see cref="T:System.Type"/> of the dictionary keys.</value>
8461         </member>
8462         <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.DictionaryValueType">
8463             <summary>
8464             Gets the <see cref="T:System.Type"/> of the dictionary values.
8465             </summary>
8466             <value>The <see cref="T:System.Type"/> of the dictionary values.</value>
8467         </member>
8468         <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.OverrideCreator">
8469             <summary>
8470             Gets or sets the function used to create the object. When set this function will override <see cref="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator"/>.
8471             </summary>
8472             <value>The function used to create the object.</value>
8473         </member>
8474         <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.HasParameterizedCreator">
8475             <summary>
8476             Gets a value indicating whether the creator has a parameter with the dictionary values.
8477             </summary>
8478             <value><c>true</c> if the creator has a parameter with the dictionary values; otherwise, <c>false</c>.</value>
8479         </member>
8480         <member name="M:Newtonsoft.Json.Serialization.JsonDictionaryContract.#ctor(System.Type)">
8481             <summary>
8482             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> class.
8483             </summary>
8484             <param name="underlyingType">The underlying type for the contract.</param>
8485         </member>
8486         <member name="T:Newtonsoft.Json.Serialization.JsonDynamicContract">
8487             <summary>
8488             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8489             </summary>
8490         </member>
8491         <member name="P:Newtonsoft.Json.Serialization.JsonDynamicContract.Properties">
8492             <summary>
8493             Gets the object's properties.
8494             </summary>
8495             <value>The object's properties.</value>
8496         </member>
8497         <member name="P:Newtonsoft.Json.Serialization.JsonDynamicContract.PropertyNameResolver">
8498             <summary>
8499             Gets or sets the property name resolver.
8500             </summary>
8501             <value>The property name resolver.</value>
8502         </member>
8503         <member name="M:Newtonsoft.Json.Serialization.JsonDynamicContract.#ctor(System.Type)">
8504             <summary>
8505             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonDynamicContract"/> class.
8506             </summary>
8507             <param name="underlyingType">The underlying type for the contract.</param>
8508         </member>
8509         <member name="T:Newtonsoft.Json.Serialization.JsonISerializableContract">
8510             <summary>
8511             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8512             </summary>
8513         </member>
8514         <member name="P:Newtonsoft.Json.Serialization.JsonISerializableContract.ISerializableCreator">
8515             <summary>
8516             Gets or sets the ISerializable object constructor.
8517             </summary>
8518             <value>The ISerializable object constructor.</value>
8519         </member>
8520         <member name="M:Newtonsoft.Json.Serialization.JsonISerializableContract.#ctor(System.Type)">
8521             <summary>
8522             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonISerializableContract"/> class.
8523             </summary>
8524             <param name="underlyingType">The underlying type for the contract.</param>
8525         </member>
8526         <member name="T:Newtonsoft.Json.Serialization.JsonLinqContract">
8527             <summary>
8528             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8529             </summary>
8530         </member>
8531         <member name="M:Newtonsoft.Json.Serialization.JsonLinqContract.#ctor(System.Type)">
8532             <summary>
8533             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> class.
8534             </summary>
8535             <param name="underlyingType">The underlying type for the contract.</param>
8536         </member>
8537         <member name="T:Newtonsoft.Json.Serialization.JsonObjectContract">
8538             <summary>
8539             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8540             </summary>
8541         </member>
8542         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.MemberSerialization">
8543             <summary>
8544             Gets or sets the object member serialization.
8545             </summary>
8546             <value>The member object serialization.</value>
8547         </member>
8548         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ItemRequired">
8549             <summary>
8550             Gets or sets a value that indicates whether the object's properties are required.
8551             </summary>
8552             <value>
8553                 A value indicating whether the object's properties are required.
8554             </value>
8555         </member>
8556         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.Properties">
8557             <summary>
8558             Gets the object's properties.
8559             </summary>
8560             <value>The object's properties.</value>
8561         </member>
8562         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ConstructorParameters">
8563             <summary>
8564             Gets the constructor parameters required for any non-default constructor
8565             </summary>
8566         </member>
8567         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.CreatorParameters">
8568             <summary>
8569             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"/>.
8570             </summary>
8571         </member>
8572         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.OverrideConstructor">
8573             <summary>
8574             Gets or sets the override constructor used to create the object.
8575             This is set when a constructor is marked up using the
8576             JsonConstructor attribute.
8577             </summary>
8578             <value>The override constructor.</value>
8579         </member>
8580         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ParametrizedConstructor">
8581             <summary>
8582             Gets or sets the parametrized constructor used to create the object.
8583             </summary>
8584             <value>The parametrized constructor.</value>
8585         </member>
8586         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.OverrideCreator">
8587             <summary>
8588             Gets or sets the function used to create the object. When set this function will override <see cref="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator"/>.
8589             This function is called with a collection of arguments which are defined by the <see cref="P:Newtonsoft.Json.Serialization.JsonObjectContract.CreatorParameters"/> collection.
8590             </summary>
8591             <value>The function used to create the object.</value>
8592         </member>
8593         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ExtensionDataSetter">
8594             <summary>
8595             Gets or sets the extension data setter.
8596             </summary>
8597         </member>
8598         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ExtensionDataGetter">
8599             <summary>
8600             Gets or sets the extension data getter.
8601             </summary>
8602         </member>
8603         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ExtensionDataValueType">
8604             <summary>
8605             Gets or sets the extension data value type.
8606             </summary>
8607         </member>
8608         <member name="M:Newtonsoft.Json.Serialization.JsonObjectContract.#ctor(System.Type)">
8609             <summary>
8610             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> class.
8611             </summary>
8612             <param name="underlyingType">The underlying type for the contract.</param>
8613         </member>
8614         <member name="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract">
8615             <summary>
8616             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8617             </summary>
8618         </member>
8619         <member name="M:Newtonsoft.Json.Serialization.JsonPrimitiveContract.#ctor(System.Type)">
8620             <summary>
8621             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> class.
8622             </summary>
8623             <param name="underlyingType">The underlying type for the contract.</param>
8624         </member>
8625         <member name="T:Newtonsoft.Json.Serialization.JsonProperty">
8626             <summary>
8627             Maps a JSON property to a .NET member or constructor parameter.
8628             </summary>
8629         </member>
8630         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.PropertyName">
8631             <summary>
8632             Gets or sets the name of the property.
8633             </summary>
8634             <value>The name of the property.</value>
8635         </member>
8636         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DeclaringType">
8637             <summary>
8638             Gets or sets the type that declared this property.
8639             </summary>
8640             <value>The type that declared this property.</value>
8641         </member>
8642         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Order">
8643             <summary>
8644             Gets or sets the order of serialization of a member.
8645             </summary>
8646             <value>The numeric order of serialization.</value>
8647         </member>
8648         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.UnderlyingName">
8649             <summary>
8650             Gets or sets the name of the underlying member or parameter.
8651             </summary>
8652             <value>The name of the underlying member or parameter.</value>
8653         </member>
8654         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ValueProvider">
8655             <summary>
8656             Gets the <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> that will get and set the <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> during serialization.
8657             </summary>
8658             <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>
8659         </member>
8660         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.AttributeProvider">
8661             <summary>
8662             Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IAttributeProvider"/> for this property.
8663             </summary>
8664             <value>The <see cref="T:Newtonsoft.Json.Serialization.IAttributeProvider"/> for this property.</value>
8665         </member>
8666         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.PropertyType">
8667             <summary>
8668             Gets or sets the type of the property.
8669             </summary>
8670             <value>The type of the property.</value>
8671         </member>
8672         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Converter">
8673             <summary>
8674             Gets or sets the <see cref="T:Newtonsoft.Json.JsonConverter" /> for the property.
8675             If set this converter takes presidence over the contract converter for the property type.
8676             </summary>
8677             <value>The converter.</value>
8678         </member>
8679         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.MemberConverter">
8680             <summary>
8681             Gets or sets the member converter.
8682             </summary>
8683             <value>The member converter.</value>
8684         </member>
8685         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Ignored">
8686             <summary>
8687             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is ignored.
8688             </summary>
8689             <value><c>true</c> if ignored; otherwise, <c>false</c>.</value>
8690         </member>
8691         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Readable">
8692             <summary>
8693             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is readable.
8694             </summary>
8695             <value><c>true</c> if readable; otherwise, <c>false</c>.</value>
8696         </member>
8697         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Writable">
8698             <summary>
8699             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is writable.
8700             </summary>
8701             <value><c>true</c> if writable; otherwise, <c>false</c>.</value>
8702         </member>
8703         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.HasMemberAttribute">
8704             <summary>
8705             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> has a member attribute.
8706             </summary>
8707             <value><c>true</c> if has a member attribute; otherwise, <c>false</c>.</value>
8708         </member>
8709         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DefaultValue">
8710             <summary>
8711             Gets the default value.
8712             </summary>
8713             <value>The default value.</value>
8714         </member>
8715         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Required">
8716             <summary>
8717             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is required.
8718             </summary>
8719             <value>A value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is required.</value>
8720         </member>
8721         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.IsReference">
8722             <summary>
8723             Gets or sets a value indicating whether this property preserves object references.
8724             </summary>
8725             <value>
8726                 <c>true</c> if this instance is reference; otherwise, <c>false</c>.
8727             </value>
8728         </member>
8729         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.NullValueHandling">
8730             <summary>
8731             Gets or sets the property null value handling.
8732             </summary>
8733             <value>The null value handling.</value>
8734         </member>
8735         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DefaultValueHandling">
8736             <summary>
8737             Gets or sets the property default value handling.
8738             </summary>
8739             <value>The default value handling.</value>
8740         </member>
8741         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ReferenceLoopHandling">
8742             <summary>
8743             Gets or sets the property reference loop handling.
8744             </summary>
8745             <value>The reference loop handling.</value>
8746         </member>
8747         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ObjectCreationHandling">
8748             <summary>
8749             Gets or sets the property object creation handling.
8750             </summary>
8751             <value>The object creation handling.</value>
8752         </member>
8753         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.TypeNameHandling">
8754             <summary>
8755             Gets or sets or sets the type name handling.
8756             </summary>
8757             <value>The type name handling.</value>
8758         </member>
8759         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ShouldSerialize">
8760             <summary>
8761             Gets or sets a predicate used to determine whether the property should be serialize.
8762             </summary>
8763             <value>A predicate used to determine whether the property should be serialize.</value>
8764         </member>
8765         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ShouldDeserialize">
8766             <summary>
8767             Gets or sets a predicate used to determine whether the property should be deserialized.
8768             </summary>
8769             <value>A predicate used to determine whether the property should be deserialized.</value>
8770         </member>
8771         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.GetIsSpecified">
8772             <summary>
8773             Gets or sets a predicate used to determine whether the property should be serialized.
8774             </summary>
8775             <value>A predicate used to determine whether the property should be serialized.</value>
8776         </member>
8777         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.SetIsSpecified">
8778             <summary>
8779             Gets or sets an action used to set whether the property has been deserialized.
8780             </summary>
8781             <value>An action used to set whether the property has been deserialized.</value>
8782         </member>
8783         <member name="M:Newtonsoft.Json.Serialization.JsonProperty.ToString">
8784             <summary>
8785             Returns a <see cref="T:System.String"/> that represents this instance.
8786             </summary>
8787             <returns>
8788             A <see cref="T:System.String"/> that represents this instance.
8789             </returns>
8790         </member>
8791         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemConverter">
8792             <summary>
8793             Gets or sets the converter used when serializing the property's collection items.
8794             </summary>
8795             <value>The collection's items converter.</value>
8796         </member>
8797         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemIsReference">
8798             <summary>
8799             Gets or sets whether this property's collection items are serialized as a reference.
8800             </summary>
8801             <value>Whether this property's collection items are serialized as a reference.</value>
8802         </member>
8803         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemTypeNameHandling">
8804             <summary>
8805             Gets or sets the the type name handling used when serializing the property's collection items.
8806             </summary>
8807             <value>The collection's items type name handling.</value>
8808         </member>
8809         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemReferenceLoopHandling">
8810             <summary>
8811             Gets or sets the the reference loop handling used when serializing the property's collection items.
8812             </summary>
8813             <value>The collection's items reference loop handling.</value>
8814         </member>
8815         <member name="T:Newtonsoft.Json.Serialization.JsonPropertyCollection">
8816             <summary>
8817             A collection of <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> objects.
8818             </summary>
8819         </member>
8820         <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.#ctor(System.Type)">
8821             <summary>
8822             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonPropertyCollection"/> class.
8823             </summary>
8824             <param name="type">The type.</param>
8825         </member>
8826         <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetKeyForItem(Newtonsoft.Json.Serialization.JsonProperty)">
8827             <summary>
8828             When implemented in a derived class, extracts the key from the specified element.
8829             </summary>
8830             <param name="item">The element from which to extract the key.</param>
8831             <returns>The key for the specified element.</returns>
8832         </member>
8833         <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.AddProperty(Newtonsoft.Json.Serialization.JsonProperty)">
8834             <summary>
8835             Adds a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> object.
8836             </summary>
8837             <param name="property">The property to add to the collection.</param>
8838         </member>
8839         <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetClosestMatchProperty(System.String)">
8840             <summary>
8841             Gets the closest matching <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> object.
8842             First attempts to get an exact case match of propertyName and then
8843             a case insensitive match.
8844             </summary>
8845             <param name="propertyName">Name of the property.</param>
8846             <returns>A matching property if found.</returns>
8847         </member>
8848         <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetProperty(System.String,System.StringComparison)">
8849             <summary>
8850             Gets a property by property name.
8851             </summary>
8852             <param name="propertyName">The name of the property to get.</param>
8853             <param name="comparisonType">Type property name string comparison.</param>
8854             <returns>A matching property if found.</returns>
8855         </member>
8856         <member name="T:Newtonsoft.Json.Serialization.JsonStringContract">
8857             <summary>
8858             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8859             </summary>
8860         </member>
8861         <member name="M:Newtonsoft.Json.Serialization.JsonStringContract.#ctor(System.Type)">
8862             <summary>
8863             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> class.
8864             </summary>
8865             <param name="underlyingType">The underlying type for the contract.</param>
8866         </member>
8867         <member name="M:Newtonsoft.Json.Serialization.JsonTypeReflector.CreateJsonConverterInstance(System.Type,System.Object[])">
8868             <summary>
8869             Lookup and create an instance of the JsonConverter type described by the argument.
8870             </summary>
8871             <param name="converterType">The JsonConverter type to create.</param>
8872             <param name="converterArgs">Optional arguments to pass to an initializing constructor of the JsonConverter.
8873             If null, the default constructor is used.</param>
8874         </member>
8875         <member name="T:Newtonsoft.Json.Serialization.MemoryTraceWriter">
8876             <summary>
8877             Represents a trace writer that writes to memory. When the trace message limit is
8878             reached then old trace messages will be removed as new messages are added.
8879             </summary>
8880         </member>
8881         <member name="P:Newtonsoft.Json.Serialization.MemoryTraceWriter.LevelFilter">
8882             <summary>
8883             Gets the <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.
8884             For example a filter level of <code>Info</code> will exclude <code>Verbose</code> messages and include <code>Info</code>,
8885             <code>Warning</code> and <code>Error</code> messages.
8886             </summary>
8887             <value>
8888             The <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.
8889             </value>
8890         </member>
8891         <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.#ctor">
8892             <summary>
8893             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.MemoryTraceWriter"/> class.
8894             </summary>
8895         </member>
8896         <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.Trace(System.Diagnostics.TraceLevel,System.String,System.Exception)">
8897             <summary>
8898             Writes the specified trace level, message and optional exception.
8899             </summary>
8900             <param name="level">The <see cref="T:System.Diagnostics.TraceLevel"/> at which to write this trace.</param>
8901             <param name="message">The trace message.</param>
8902             <param name="ex">The trace exception. This parameter is optional.</param>
8903         </member>
8904         <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.GetTraceMessages">
8905             <summary>
8906             Returns an enumeration of the most recent trace messages.
8907             </summary>
8908             <returns>An enumeration of the most recent trace messages.</returns>
8909         </member>
8910         <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.ToString">
8911             <summary>
8912             Returns a <see cref="T:System.String"/> of the most recent trace messages.
8913             </summary>
8914             <returns>
8915             A <see cref="T:System.String"/> of the most recent trace messages.
8916             </returns>
8917         </member>
8918         <member name="T:Newtonsoft.Json.Serialization.ObjectConstructor`1">
8919             <summary>
8920             Represents a method that constructs an object.
8921             </summary>
8922             <typeparam name="T">The object type to create.</typeparam>
8923         </member>
8924         <member name="T:Newtonsoft.Json.Serialization.OnErrorAttribute">
8925             <summary>
8926             When applied to a method, specifies that the method is called when an error occurs serializing an object.
8927             </summary>
8928         </member>
8929         <member name="T:Newtonsoft.Json.Serialization.ReflectionAttributeProvider">
8930             <summary>
8931             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"/>.
8932             </summary>
8933         </member>
8934         <member name="M:Newtonsoft.Json.Serialization.ReflectionAttributeProvider.#ctor(System.Object)">
8935             <summary>
8936             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ReflectionAttributeProvider"/> class.
8937             </summary>
8938             <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>
8939         </member>
8940         <member name="M:Newtonsoft.Json.Serialization.ReflectionAttributeProvider.GetAttributes(System.Boolean)">
8941             <summary>
8942             Returns a collection of all of the attributes, or an empty collection if there are no attributes.
8943             </summary>
8944             <param name="inherit">When true, look up the hierarchy chain for the inherited custom attribute.</param>
8945             <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns>
8946         </member>
8947         <member name="M:Newtonsoft.Json.Serialization.ReflectionAttributeProvider.GetAttributes(System.Type,System.Boolean)">
8948             <summary>
8949             Returns a collection of attributes, identified by type, or an empty collection if there are no attributes.
8950             </summary>
8951             <param name="attributeType">The type of the attributes.</param>
8952             <param name="inherit">When true, look up the hierarchy chain for the inherited custom attribute.</param>
8953             <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns>
8954         </member>
8955         <member name="T:Newtonsoft.Json.Serialization.ReflectionValueProvider">
8956             <summary>
8957             Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using reflection.
8958             </summary>
8959         </member>
8960         <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.#ctor(System.Reflection.MemberInfo)">
8961             <summary>
8962             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ReflectionValueProvider"/> class.
8963             </summary>
8964             <param name="memberInfo">The member info.</param>
8965         </member>
8966         <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.SetValue(System.Object,System.Object)">
8967             <summary>
8968             Sets the value.
8969             </summary>
8970             <param name="target">The target to set the value on.</param>
8971             <param name="value">The value to set on the target.</param>
8972         </member>
8973         <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.GetValue(System.Object)">
8974             <summary>
8975             Gets the value.
8976             </summary>
8977             <param name="target">The target to get the value from.</param>
8978             <returns>The value.</returns>
8979         </member>
8980         <member name="T:Newtonsoft.Json.StringEscapeHandling">
8981             <summary>
8982             Specifies how strings are escaped when writing JSON text.
8983             </summary>
8984         </member>
8985         <member name="F:Newtonsoft.Json.StringEscapeHandling.Default">
8986             <summary>
8987             Only control characters (e.g. newline) are escaped.
8988             </summary>
8989         </member>
8990         <member name="F:Newtonsoft.Json.StringEscapeHandling.EscapeNonAscii">
8991             <summary>
8992             All non-ASCII and control characters (e.g. newline) are escaped.
8993             </summary>
8994         </member>
8995         <member name="F:Newtonsoft.Json.StringEscapeHandling.EscapeHtml">
8996             <summary>
8997             HTML (&lt;, &gt;, &amp;, &apos;, &quot;) and control characters (e.g. newline) are escaped.
8998             </summary>
8999         </member>
9000         <member name="T:Newtonsoft.Json.TypeNameHandling">
9001             <summary>
9002             Specifies type name handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
9003             </summary>
9004             <remarks>
9005             <see cref="T:Newtonsoft.Json.TypeNameHandling"/> should be used with caution when your application deserializes JSON from an external source.
9006             Incoming types should be validated with a custom <see cref="T:System.Runtime.Serialization.SerializationBinder"/>
9007             when deserializing with a value other than <c>TypeNameHandling.None</c>.
9008             </remarks>
9009         </member>
9010         <member name="F:Newtonsoft.Json.TypeNameHandling.None">
9011             <summary>
9012             Do not include the .NET type name when serializing types.
9013             </summary>
9014         </member>
9015         <member name="F:Newtonsoft.Json.TypeNameHandling.Objects">
9016             <summary>
9017             Include the .NET type name when serializing into a JSON object structure.
9018             </summary>
9019         </member>
9020         <member name="F:Newtonsoft.Json.TypeNameHandling.Arrays">
9021             <summary>
9022             Include the .NET type name when serializing into a JSON array structure.
9023             </summary>
9024         </member>
9025         <member name="F:Newtonsoft.Json.TypeNameHandling.All">
9026             <summary>
9027             Always include the .NET type name when serializing.
9028             </summary>
9029         </member>
9030         <member name="F:Newtonsoft.Json.TypeNameHandling.Auto">
9031             <summary>
9032             Include the .NET type name when the type of the object being serialized is not the same as its declared type.
9033             </summary>
9034         </member>
9035         <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.IsNullOrEmpty``1(System.Collections.Generic.ICollection{``0})">
9036             <summary>
9037             Determines whether the collection is null or empty.
9038             </summary>
9039             <param name="collection">The collection.</param>
9040             <returns>
9041                 <c>true</c> if the collection is null or empty; otherwise, <c>false</c>.
9042             </returns>
9043         </member>
9044         <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.AddRange``1(System.Collections.Generic.IList{``0},System.Collections.Generic.IEnumerable{``0})">
9045             <summary>
9046             Adds the elements of the specified collection to the specified generic IList.
9047             </summary>
9048             <param name="initial">The list to add to.</param>
9049             <param name="collection">The collection of elements to add.</param>
9050         </member>
9051         <member name="M:Newtonsoft.Json.Utilities.ConvertUtils.ConvertOrCast(System.Object,System.Globalization.CultureInfo,System.Type)">
9052             <summary>
9053             Converts the value to the specified type. If the value is unable to be converted, the
9054             value is checked whether it assignable to the specified type.
9055             </summary>
9056             <param name="initialValue">The value to convert.</param>
9057             <param name="culture">The culture to use when converting.</param>
9058             <param name="targetType">The type to convert or cast the value to.</param>
9059             <returns>
9060             The converted type. If conversion was unsuccessful, the initial value
9061             is returned if assignable to the target type.
9062             </returns>
9063         </member>
9064         <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)">
9065             <summary>
9066             Helper method for generating a MetaObject which calls a
9067             specific method on Dynamic that returns a result
9068             </summary>
9069         </member>
9070         <member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.CallMethodReturnLast(System.String,System.Dynamic.DynamicMetaObjectBinder,System.Linq.Expressions.Expression[],Newtonsoft.Json.Utilities.DynamicProxyMetaObject{`0}.Fallback)">
9071             <summary>
9072             Helper method for generating a MetaObject which calls a
9073             specific method on Dynamic, but uses one of the arguments for
9074             the result.
9075             </summary>
9076         </member>
9077         <member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.CallMethodNoResult(System.String,System.Dynamic.DynamicMetaObjectBinder,System.Linq.Expressions.Expression[],Newtonsoft.Json.Utilities.DynamicProxyMetaObject{`0}.Fallback)">
9078             <summary>
9079             Helper method for generating a MetaObject which calls a
9080             specific method on Dynamic, but uses one of the arguments for
9081             the result.
9082             </summary>
9083         </member>
9084         <member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.GetRestrictions">
9085             <summary>
9086             Returns a Restrictions object which includes our current restrictions merged
9087             with a restriction limiting our type
9088             </summary>
9089         </member>
9090         <member name="M:Newtonsoft.Json.Utilities.EnumUtils.GetNamesAndValues``1">
9091             <summary>
9092             Gets a dictionary of the names and values of an Enum type.
9093             </summary>
9094             <returns></returns>
9095         </member>
9096         <member name="M:Newtonsoft.Json.Utilities.EnumUtils.GetNamesAndValues``1(System.Type)">
9097             <summary>
9098             Gets a dictionary of the names and values of an Enum type.
9099             </summary>
9100             <param name="enumType">The enum type to get names and values for.</param>
9101             <returns></returns>
9102         </member>
9103         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetCollectionItemType(System.Type)">
9104             <summary>
9105             Gets the type of the typed collection's items.
9106             </summary>
9107             <param name="type">The type.</param>
9108             <returns>The type of the typed collection's items.</returns>
9109         </member>
9110         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetMemberUnderlyingType(System.Reflection.MemberInfo)">
9111             <summary>
9112             Gets the member's underlying type.
9113             </summary>
9114             <param name="member">The member.</param>
9115             <returns>The underlying type of the member.</returns>
9116         </member>
9117         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.IsIndexedProperty(System.Reflection.MemberInfo)">
9118             <summary>
9119             Determines whether the member is an indexed property.
9120             </summary>
9121             <param name="member">The member.</param>
9122             <returns>
9123                 <c>true</c> if the member is an indexed property; otherwise, <c>false</c>.
9124             </returns>
9125         </member>
9126         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.IsIndexedProperty(System.Reflection.PropertyInfo)">
9127             <summary>
9128             Determines whether the property is an indexed property.
9129             </summary>
9130             <param name="property">The property.</param>
9131             <returns>
9132                 <c>true</c> if the property is an indexed property; otherwise, <c>false</c>.
9133             </returns>
9134         </member>
9135         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetMemberValue(System.Reflection.MemberInfo,System.Object)">
9136             <summary>
9137             Gets the member's value on the object.
9138             </summary>
9139             <param name="member">The member.</param>
9140             <param name="target">The target object.</param>
9141             <returns>The member's value on the object.</returns>
9142         </member>
9143         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.SetMemberValue(System.Reflection.MemberInfo,System.Object,System.Object)">
9144             <summary>
9145             Sets the member's value on the target object.
9146             </summary>
9147             <param name="member">The member.</param>
9148             <param name="target">The target.</param>
9149             <param name="value">The value.</param>
9150         </member>
9151         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.CanReadMemberValue(System.Reflection.MemberInfo,System.Boolean)">
9152             <summary>
9153             Determines whether the specified MemberInfo can be read.
9154             </summary>
9155             <param name="member">The MemberInfo to determine whether can be read.</param>
9156             /// <param name="nonPublic">if set to <c>true</c> then allow the member to be gotten non-publicly.</param>
9157             <returns>
9158                 <c>true</c> if the specified MemberInfo can be read; otherwise, <c>false</c>.
9159             </returns>
9160         </member>
9161         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.CanSetMemberValue(System.Reflection.MemberInfo,System.Boolean,System.Boolean)">
9162             <summary>
9163             Determines whether the specified MemberInfo can be set.
9164             </summary>
9165             <param name="member">The MemberInfo to determine whether can be set.</param>
9166             <param name="nonPublic">if set to <c>true</c> then allow the member to be set non-publicly.</param>
9167             <param name="canSetReadOnly">if set to <c>true</c> then allow the member to be set if read-only.</param>
9168             <returns>
9169                 <c>true</c> if the specified MemberInfo can be set; otherwise, <c>false</c>.
9170             </returns>
9171         </member>
9172         <member name="T:Newtonsoft.Json.Utilities.StringBuffer">
9173             <summary>
9174             Builds a string. Unlike StringBuilder this class lets you reuse it's internal buffer.
9175             </summary>
9176         </member>
9177         <member name="M:Newtonsoft.Json.Utilities.StringUtils.IsWhiteSpace(System.String)">
9178             <summary>
9179             Determines whether the string is all white space. Empty string will return false.
9180             </summary>
9181             <param name="s">The string to test whether it is all white space.</param>
9182             <returns>
9183                 <c>true</c> if the string is all white space; otherwise, <c>false</c>.
9184             </returns>
9185         </member>
9186         <member name="T:Newtonsoft.Json.WriteState">
9187             <summary>
9188             Specifies the state of the <see cref="T:Newtonsoft.Json.JsonWriter"/>.
9189             </summary>
9190         </member>
9191         <member name="F:Newtonsoft.Json.WriteState.Error">
9192             <summary>
9193             An exception has been thrown, which has left the <see cref="T:Newtonsoft.Json.JsonWriter"/> in an invalid state.
9194             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.
9195             Any other <see cref="T:Newtonsoft.Json.JsonWriter"/> method calls results in an <see cref="T:System.InvalidOperationException"/> being thrown. 
9196             </summary>
9197         </member>
9198         <member name="F:Newtonsoft.Json.WriteState.Closed">
9199             <summary>
9200             The <see cref="M:Newtonsoft.Json.JsonWriter.Close"/> method has been called. 
9201             </summary>
9202         </member>
9203         <member name="F:Newtonsoft.Json.WriteState.Object">
9204             <summary>
9205             An object is being written. 
9206             </summary>
9207         </member>
9208         <member name="F:Newtonsoft.Json.WriteState.Array">
9209             <summary>
9210             A array is being written.
9211             </summary>
9212         </member>
9213         <member name="F:Newtonsoft.Json.WriteState.Constructor">
9214             <summary>
9215             A constructor is being written.
9216             </summary>
9217         </member>
9218         <member name="F:Newtonsoft.Json.WriteState.Property">
9219             <summary>
9220             A property is being written.
9221             </summary>
9222         </member>
9223         <member name="F:Newtonsoft.Json.WriteState.Start">
9224             <summary>
9225             A write method has not been called.
9226             </summary>
9227         </member>
9228     </members>
9229 </doc>