Implement update check on startup
[ArchiSteamFarm.git] / packages / Newtonsoft.Json.8.0.1-beta1 / lib / portable-net40+sl5+wp80+win8+wpa81 / Newtonsoft.Json.xml
blobbd254d79eb0750edef86ab8230a3f2fa234e1bb2
1 <?xml version="1.0"?>
2 <doc>
3     <assembly>
4         <name>Newtonsoft.Json</name>
5     </assembly>
6     <members>
7         <member name="T:Newtonsoft.Json.Bson.BsonObjectId">
8             <summary>
9             Represents a BSON Oid (object id).
10             </summary>
11         </member>
12         <member name="P:Newtonsoft.Json.Bson.BsonObjectId.Value">
13             <summary>
14             Gets or sets the value of the Oid.
15             </summary>
16             <value>The value of the Oid.</value>
17         </member>
18         <member name="M:Newtonsoft.Json.Bson.BsonObjectId.#ctor(System.Byte[])">
19             <summary>
20             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonObjectId"/> class.
21             </summary>
22             <param name="value">The Oid value.</param>
23         </member>
24         <member name="T:Newtonsoft.Json.Bson.BsonReader">
25             <summary>
26             Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data.
27             </summary>
28         </member>
29         <member name="P:Newtonsoft.Json.Bson.BsonReader.JsonNet35BinaryCompatibility">
30             <summary>
31             Gets or sets a value indicating whether binary data reading should compatible with incorrect Json.NET 3.5 written binary.
32             </summary>
33             <value>
34                 <c>true</c> if binary data reading will be compatible with incorrect Json.NET 3.5 written binary; otherwise, <c>false</c>.
35             </value>
36         </member>
37         <member name="P:Newtonsoft.Json.Bson.BsonReader.ReadRootValueAsArray">
38             <summary>
39             Gets or sets a value indicating whether the root object will be read as a JSON array.
40             </summary>
41             <value>
42                 <c>true</c> if the root object will be read as a JSON array; otherwise, <c>false</c>.
43             </value>
44         </member>
45         <member name="P:Newtonsoft.Json.Bson.BsonReader.DateTimeKindHandling">
46             <summary>
47             Gets or sets the <see cref="T:System.DateTimeKind" /> used when reading <see cref="T:System.DateTime"/> values from BSON.
48             </summary>
49             <value>The <see cref="T:System.DateTimeKind" /> used when reading <see cref="T:System.DateTime"/> values from BSON.</value>
50         </member>
51         <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.Stream)">
52             <summary>
53             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.
54             </summary>
55             <param name="stream">The stream.</param>
56         </member>
57         <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.BinaryReader)">
58             <summary>
59             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.
60             </summary>
61             <param name="reader">The reader.</param>
62         </member>
63         <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.Stream,System.Boolean,System.DateTimeKind)">
64             <summary>
65             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.
66             </summary>
67             <param name="stream">The stream.</param>
68             <param name="readRootValueAsArray">if set to <c>true</c> the root object will be read as a JSON array.</param>
69             <param name="dateTimeKindHandling">The <see cref="T:System.DateTimeKind" /> used when reading <see cref="T:System.DateTime"/> values from BSON.</param>
70         </member>
71         <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.BinaryReader,System.Boolean,System.DateTimeKind)">
72             <summary>
73             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.
74             </summary>
75             <param name="reader">The reader.</param>
76             <param name="readRootValueAsArray">if set to <c>true</c> the root object will be read as a JSON array.</param>
77             <param name="dateTimeKindHandling">The <see cref="T:System.DateTimeKind" /> used when reading <see cref="T:System.DateTime"/> values from BSON.</param>
78         </member>
79         <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsBytes">
80             <summary>
81             Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].
82             </summary>
83             <returns>
84             A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.
85             </returns>
86         </member>
87         <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDecimal">
88             <summary>
89             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
90             </summary>
91             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
92         </member>
93         <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsInt32">
94             <summary>
95             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
96             </summary>
97             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
98         </member>
99         <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsString">
100             <summary>
101             Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
102             </summary>
103             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
104         </member>
105         <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDateTime">
106             <summary>
107             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
108             </summary>
109             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
110         </member>
111         <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDateTimeOffset">
112             <summary>
113             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
114             </summary>
115             <returns>
116             A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.
117             </returns>
118         </member>
119         <member name="M:Newtonsoft.Json.Bson.BsonReader.Read">
120             <summary>
121             Reads the next JSON token from the stream.
122             </summary>
123             <returns>
124             true if the next token was read successfully; false if there are no more tokens to read.
125             </returns>
126         </member>
127         <member name="M:Newtonsoft.Json.Bson.BsonReader.Close">
128             <summary>
129             Changes the <see cref="T:Newtonsoft.Json.JsonReader.State"/> to Closed.
130             </summary>
131         </member>
132         <member name="T:Newtonsoft.Json.Bson.BsonWriter">
133             <summary>
134             Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
135             </summary>
136         </member>
137         <member name="P:Newtonsoft.Json.Bson.BsonWriter.DateTimeKindHandling">
138             <summary>
139             Gets or sets the <see cref="T:System.DateTimeKind" /> used when writing <see cref="T:System.DateTime"/> values to BSON.
140             When set to <see cref="F:System.DateTimeKind.Unspecified" /> no conversion will occur.
141             </summary>
142             <value>The <see cref="T:System.DateTimeKind" /> used when writing <see cref="T:System.DateTime"/> values to BSON.</value>
143         </member>
144         <member name="M:Newtonsoft.Json.Bson.BsonWriter.#ctor(System.IO.Stream)">
145             <summary>
146             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonWriter"/> class.
147             </summary>
148             <param name="stream">The stream.</param>
149         </member>
150         <member name="M:Newtonsoft.Json.Bson.BsonWriter.#ctor(System.IO.BinaryWriter)">
151             <summary>
152             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonWriter"/> class.
153             </summary>
154             <param name="writer">The writer.</param>
155         </member>
156         <member name="M:Newtonsoft.Json.Bson.BsonWriter.Flush">
157             <summary>
158             Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
159             </summary>
160         </member>
161         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
162             <summary>
163             Writes the end.
164             </summary>
165             <param name="token">The token.</param>
166         </member>
167         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteComment(System.String)">
168             <summary>
169             Writes out a comment <code>/*...*/</code> containing the specified text.
170             </summary>
171             <param name="text">Text to place inside the comment.</param>
172         </member>
173         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartConstructor(System.String)">
174             <summary>
175             Writes the start of a constructor with the given name.
176             </summary>
177             <param name="name">The name of the constructor.</param>
178         </member>
179         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRaw(System.String)">
180             <summary>
181             Writes raw JSON.
182             </summary>
183             <param name="json">The raw JSON to write.</param>
184         </member>
185         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRawValue(System.String)">
186             <summary>
187             Writes raw JSON where a value is expected and updates the writer's state.
188             </summary>
189             <param name="json">The raw JSON to write.</param>
190         </member>
191         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartArray">
192             <summary>
193             Writes the beginning of a JSON array.
194             </summary>
195         </member>
196         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartObject">
197             <summary>
198             Writes the beginning of a JSON object.
199             </summary>
200         </member>
201         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WritePropertyName(System.String)">
202             <summary>
203             Writes the property name of a name/value pair on a JSON object.
204             </summary>
205             <param name="name">The name of the property.</param>
206         </member>
207         <member name="M:Newtonsoft.Json.Bson.BsonWriter.Close">
208             <summary>
209             Closes this stream and the underlying stream.
210             </summary>
211         </member>
212         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Object)">
213             <summary>
214             Writes a <see cref="T:System.Object"/> value.
215             An error will raised if the value cannot be written as a single JSON token.
216             </summary>
217             <param name="value">The <see cref="T:System.Object"/> value to write.</param>
218         </member>
219         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteNull">
220             <summary>
221             Writes a null value.
222             </summary>
223         </member>
224         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteUndefined">
225             <summary>
226             Writes an undefined value.
227             </summary>
228         </member>
229         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.String)">
230             <summary>
231             Writes a <see cref="T:System.String"/> value.
232             </summary>
233             <param name="value">The <see cref="T:System.String"/> value to write.</param>
234         </member>
235         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int32)">
236             <summary>
237             Writes a <see cref="T:System.Int32"/> value.
238             </summary>
239             <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
240         </member>
241         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt32)">
242             <summary>
243             Writes a <see cref="T:System.UInt32"/> value.
244             </summary>
245             <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
246         </member>
247         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int64)">
248             <summary>
249             Writes a <see cref="T:System.Int64"/> value.
250             </summary>
251             <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
252         </member>
253         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt64)">
254             <summary>
255             Writes a <see cref="T:System.UInt64"/> value.
256             </summary>
257             <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
258         </member>
259         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Single)">
260             <summary>
261             Writes a <see cref="T:System.Single"/> value.
262             </summary>
263             <param name="value">The <see cref="T:System.Single"/> value to write.</param>
264         </member>
265         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Double)">
266             <summary>
267             Writes a <see cref="T:System.Double"/> value.
268             </summary>
269             <param name="value">The <see cref="T:System.Double"/> value to write.</param>
270         </member>
271         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Boolean)">
272             <summary>
273             Writes a <see cref="T:System.Boolean"/> value.
274             </summary>
275             <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
276         </member>
277         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int16)">
278             <summary>
279             Writes a <see cref="T:System.Int16"/> value.
280             </summary>
281             <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
282         </member>
283         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt16)">
284             <summary>
285             Writes a <see cref="T:System.UInt16"/> value.
286             </summary>
287             <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
288         </member>
289         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Char)">
290             <summary>
291             Writes a <see cref="T:System.Char"/> value.
292             </summary>
293             <param name="value">The <see cref="T:System.Char"/> value to write.</param>
294         </member>
295         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Byte)">
296             <summary>
297             Writes a <see cref="T:System.Byte"/> value.
298             </summary>
299             <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
300         </member>
301         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.SByte)">
302             <summary>
303             Writes a <see cref="T:System.SByte"/> value.
304             </summary>
305             <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
306         </member>
307         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Decimal)">
308             <summary>
309             Writes a <see cref="T:System.Decimal"/> value.
310             </summary>
311             <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
312         </member>
313         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.DateTime)">
314             <summary>
315             Writes a <see cref="T:System.DateTime"/> value.
316             </summary>
317             <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
318         </member>
319         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.DateTimeOffset)">
320             <summary>
321             Writes a <see cref="T:System.DateTimeOffset"/> value.
322             </summary>
323             <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>
324         </member>
325         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Byte[])">
326             <summary>
327             Writes a <see cref="T:System.Byte"/>[] value.
328             </summary>
329             <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param>
330         </member>
331         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Guid)">
332             <summary>
333             Writes a <see cref="T:System.Guid"/> value.
334             </summary>
335             <param name="value">The <see cref="T:System.Guid"/> value to write.</param>
336         </member>
337         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.TimeSpan)">
338             <summary>
339             Writes a <see cref="T:System.TimeSpan"/> value.
340             </summary>
341             <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>
342         </member>
343         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Uri)">
344             <summary>
345             Writes a <see cref="T:System.Uri"/> value.
346             </summary>
347             <param name="value">The <see cref="T:System.Uri"/> value to write.</param>
348         </member>
349         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteObjectId(System.Byte[])">
350             <summary>
351             Writes a <see cref="T:System.Byte"/>[] value that represents a BSON object id.
352             </summary>
353             <param name="value">The Object ID value to write.</param>
354         </member>
355         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRegex(System.String,System.String)">
356             <summary>
357             Writes a BSON regex.
358             </summary>
359             <param name="pattern">The regex pattern.</param>
360             <param name="options">The regex options.</param>
361         </member>
362         <member name="T:Newtonsoft.Json.ConstructorHandling">
363             <summary>
364             Specifies how constructors are used when initializing objects during deserialization by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
365             </summary>
366         </member>
367         <member name="F:Newtonsoft.Json.ConstructorHandling.Default">
368             <summary>
369             First attempt to use the public default constructor, then fall back to single paramatized constructor, then the non-public default constructor.
370             </summary>
371         </member>
372         <member name="F:Newtonsoft.Json.ConstructorHandling.AllowNonPublicDefaultConstructor">
373             <summary>
374             Json.NET will use a non-public default constructor before falling back to a paramatized constructor.
375             </summary>
376         </member>
377         <member name="T:Newtonsoft.Json.Converters.BsonObjectIdConverter">
378             <summary>
379             Converts a <see cref="T:Newtonsoft.Json.Bson.BsonObjectId"/> to and from JSON and BSON.
380             </summary>
381         </member>
382         <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
383             <summary>
384             Writes the JSON representation of the object.
385             </summary>
386             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
387             <param name="value">The value.</param>
388             <param name="serializer">The calling serializer.</param>
389         </member>
390         <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
391             <summary>
392             Reads the JSON representation of the object.
393             </summary>
394             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
395             <param name="objectType">Type of the object.</param>
396             <param name="existingValue">The existing value of object being read.</param>
397             <param name="serializer">The calling serializer.</param>
398             <returns>The object value.</returns>
399         </member>
400         <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.CanConvert(System.Type)">
401             <summary>
402             Determines whether this instance can convert the specified object type.
403             </summary>
404             <param name="objectType">Type of the object.</param>
405             <returns>
406                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
407             </returns>
408         </member>
409         <member name="T:Newtonsoft.Json.Converters.CustomCreationConverter`1">
410             <summary>
411             Create a custom object
412             </summary>
413             <typeparam name="T">The object type to convert.</typeparam>
414         </member>
415         <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
416             <summary>
417             Writes the JSON representation of the object.
418             </summary>
419             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
420             <param name="value">The value.</param>
421             <param name="serializer">The calling serializer.</param>
422         </member>
423         <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
424             <summary>
425             Reads the JSON representation of the object.
426             </summary>
427             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
428             <param name="objectType">Type of the object.</param>
429             <param name="existingValue">The existing value of object being read.</param>
430             <param name="serializer">The calling serializer.</param>
431             <returns>The object value.</returns>
432         </member>
433         <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.Create(System.Type)">
434             <summary>
435             Creates an object which will then be populated by the serializer.
436             </summary>
437             <param name="objectType">Type of the object.</param>
438             <returns>The created object.</returns>
439         </member>
440         <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.CanConvert(System.Type)">
441             <summary>
442             Determines whether this instance can convert the specified object type.
443             </summary>
444             <param name="objectType">Type of the object.</param>
445             <returns>
446                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
447             </returns>
448         </member>
449         <member name="P:Newtonsoft.Json.Converters.CustomCreationConverter`1.CanWrite">
450             <summary>
451             Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON.
452             </summary>
453             <value>
454                 <c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.
455             </value>
456         </member>
457         <member name="T:Newtonsoft.Json.Converters.DateTimeConverterBase">
458             <summary>
459             Provides a base class for converting a <see cref="T:System.DateTime"/> to and from JSON.
460             </summary>
461         </member>
462         <member name="M:Newtonsoft.Json.Converters.DateTimeConverterBase.CanConvert(System.Type)">
463             <summary>
464             Determines whether this instance can convert the specified object type.
465             </summary>
466             <param name="objectType">Type of the object.</param>
467             <returns>
468                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
469             </returns>
470         </member>
471         <member name="T:Newtonsoft.Json.Converters.DiscriminatedUnionConverter">
472             <summary>
473             Converts a F# discriminated union type to and from JSON.
474             </summary>
475         </member>
476         <member name="M:Newtonsoft.Json.Converters.DiscriminatedUnionConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
477             <summary>
478             Writes the JSON representation of the object.
479             </summary>
480             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
481             <param name="value">The value.</param>
482             <param name="serializer">The calling serializer.</param>
483         </member>
484         <member name="M:Newtonsoft.Json.Converters.DiscriminatedUnionConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
485             <summary>
486             Reads the JSON representation of the object.
487             </summary>
488             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
489             <param name="objectType">Type of the object.</param>
490             <param name="existingValue">The existing value of object being read.</param>
491             <param name="serializer">The calling serializer.</param>
492             <returns>The object value.</returns>
493         </member>
494         <member name="M:Newtonsoft.Json.Converters.DiscriminatedUnionConverter.CanConvert(System.Type)">
495             <summary>
496             Determines whether this instance can convert the specified object type.
497             </summary>
498             <param name="objectType">Type of the object.</param>
499             <returns>
500                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
501             </returns>
502         </member>
503         <member name="T:Newtonsoft.Json.Converters.IsoDateTimeConverter">
504             <summary>
505             Converts a <see cref="T:System.DateTime"/> to and from the ISO 8601 date format (e.g. 2008-04-12T12:53Z).
506             </summary>
507         </member>
508         <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.DateTimeStyles">
509             <summary>
510             Gets or sets the date time styles used when converting a date to and from JSON.
511             </summary>
512             <value>The date time styles used when converting a date to and from JSON.</value>
513         </member>
514         <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.DateTimeFormat">
515             <summary>
516             Gets or sets the date time format used when converting a date to and from JSON.
517             </summary>
518             <value>The date time format used when converting a date to and from JSON.</value>
519         </member>
520         <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.Culture">
521             <summary>
522             Gets or sets the culture used when converting a date to and from JSON.
523             </summary>
524             <value>The culture used when converting a date to and from JSON.</value>
525         </member>
526         <member name="M:Newtonsoft.Json.Converters.IsoDateTimeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
527             <summary>
528             Writes the JSON representation of the object.
529             </summary>
530             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
531             <param name="value">The value.</param>
532             <param name="serializer">The calling serializer.</param>
533         </member>
534         <member name="M:Newtonsoft.Json.Converters.IsoDateTimeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
535             <summary>
536             Reads the JSON representation of the object.
537             </summary>
538             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
539             <param name="objectType">Type of the object.</param>
540             <param name="existingValue">The existing value of object being read.</param>
541             <param name="serializer">The calling serializer.</param>
542             <returns>The object value.</returns>
543         </member>
544         <member name="T:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter">
545             <summary>
546             Converts a <see cref="T:System.DateTime"/> to and from a JavaScript date constructor (e.g. new Date(52231943)).
547             </summary>
548         </member>
549         <member name="M:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
550             <summary>
551             Writes the JSON representation of the object.
552             </summary>
553             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
554             <param name="value">The value.</param>
555             <param name="serializer">The calling serializer.</param>
556         </member>
557         <member name="M:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
558             <summary>
559             Reads the JSON representation of the object.
560             </summary>
561             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
562             <param name="objectType">Type of the object.</param>
563             <param name="existingValue">The existing property value of the JSON that is being converted.</param>
564             <param name="serializer">The calling serializer.</param>
565             <returns>The object value.</returns>
566         </member>
567         <member name="T:Newtonsoft.Json.Converters.KeyValuePairConverter">
568             <summary>
569             Converts a <see cref="T:System.Collections.Generic.KeyValuePair`2"/> to and from JSON.
570             </summary>
571         </member>
572         <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
573             <summary>
574             Writes the JSON representation of the object.
575             </summary>
576             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
577             <param name="value">The value.</param>
578             <param name="serializer">The calling serializer.</param>
579         </member>
580         <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
581             <summary>
582             Reads the JSON representation of the object.
583             </summary>
584             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
585             <param name="objectType">Type of the object.</param>
586             <param name="existingValue">The existing value of object being read.</param>
587             <param name="serializer">The calling serializer.</param>
588             <returns>The object value.</returns>
589         </member>
590         <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.CanConvert(System.Type)">
591             <summary>
592             Determines whether this instance can convert the specified object type.
593             </summary>
594             <param name="objectType">Type of the object.</param>
595             <returns>
596                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
597             </returns>
598         </member>
599         <member name="T:Newtonsoft.Json.Converters.RegexConverter">
600             <summary>
601             Converts a <see cref="T:System.Text.RegularExpressions.Regex"/> to and from JSON and BSON.
602             </summary>
603         </member>
604         <member name="M:Newtonsoft.Json.Converters.RegexConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
605             <summary>
606             Writes the JSON representation of the object.
607             </summary>
608             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
609             <param name="value">The value.</param>
610             <param name="serializer">The calling serializer.</param>
611         </member>
612         <member name="M:Newtonsoft.Json.Converters.RegexConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
613             <summary>
614             Reads the JSON representation of the object.
615             </summary>
616             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
617             <param name="objectType">Type of the object.</param>
618             <param name="existingValue">The existing value of object being read.</param>
619             <param name="serializer">The calling serializer.</param>
620             <returns>The object value.</returns>
621         </member>
622         <member name="M:Newtonsoft.Json.Converters.RegexConverter.CanConvert(System.Type)">
623             <summary>
624             Determines whether this instance can convert the specified object type.
625             </summary>
626             <param name="objectType">Type of the object.</param>
627             <returns>
628                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
629             </returns>
630         </member>
631         <member name="T:Newtonsoft.Json.Converters.StringEnumConverter">
632             <summary>
633             Converts an <see cref="T:System.Enum"/> to and from its name string value.
634             </summary>
635         </member>
636         <member name="P:Newtonsoft.Json.Converters.StringEnumConverter.CamelCaseText">
637             <summary>
638             Gets or sets a value indicating whether the written enum text should be camel case.
639             </summary>
640             <value><c>true</c> if the written enum text will be camel case; otherwise, <c>false</c>.</value>
641         </member>
642         <member name="P:Newtonsoft.Json.Converters.StringEnumConverter.AllowIntegerValues">
643             <summary>
644             Gets or sets a value indicating whether integer values are allowed.
645             </summary>
646             <value><c>true</c> if integers are allowed; otherwise, <c>false</c>.</value>
647         </member>
648         <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.#ctor">
649             <summary>
650             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Converters.StringEnumConverter"/> class.
651             </summary>
652         </member>
653         <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
654             <summary>
655             Writes the JSON representation of the object.
656             </summary>
657             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
658             <param name="value">The value.</param>
659             <param name="serializer">The calling serializer.</param>
660         </member>
661         <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
662             <summary>
663             Reads the JSON representation of the object.
664             </summary>
665             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
666             <param name="objectType">Type of the object.</param>
667             <param name="existingValue">The existing value of object being read.</param>
668             <param name="serializer">The calling serializer.</param>
669             <returns>The object value.</returns>
670         </member>
671         <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.CanConvert(System.Type)">
672             <summary>
673             Determines whether this instance can convert the specified object type.
674             </summary>
675             <param name="objectType">Type of the object.</param>
676             <returns>
677             <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
678             </returns>
679         </member>
680         <member name="T:Newtonsoft.Json.Converters.VersionConverter">
681             <summary>
682             Converts a <see cref="T:System.Version"/> to and from a string (e.g. "1.2.3.4").
683             </summary>
684         </member>
685         <member name="M:Newtonsoft.Json.Converters.VersionConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
686             <summary>
687             Writes the JSON representation of the object.
688             </summary>
689             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
690             <param name="value">The value.</param>
691             <param name="serializer">The calling serializer.</param>
692         </member>
693         <member name="M:Newtonsoft.Json.Converters.VersionConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
694             <summary>
695             Reads the JSON representation of the object.
696             </summary>
697             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
698             <param name="objectType">Type of the object.</param>
699             <param name="existingValue">The existing property value of the JSON that is being converted.</param>
700             <param name="serializer">The calling serializer.</param>
701             <returns>The object value.</returns>
702         </member>
703         <member name="M:Newtonsoft.Json.Converters.VersionConverter.CanConvert(System.Type)">
704             <summary>
705             Determines whether this instance can convert the specified object type.
706             </summary>
707             <param name="objectType">Type of the object.</param>
708             <returns>
709                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
710             </returns>
711         </member>
712         <member name="T:Newtonsoft.Json.DateFormatHandling">
713             <summary>
714             Specifies how dates are formatted when writing JSON text.
715             </summary>
716         </member>
717         <member name="F:Newtonsoft.Json.DateFormatHandling.IsoDateFormat">
718             <summary>
719             Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z".
720             </summary>
721         </member>
722         <member name="F:Newtonsoft.Json.DateFormatHandling.MicrosoftDateFormat">
723             <summary>
724             Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/".
725             </summary>
726         </member>
727         <member name="T:Newtonsoft.Json.DateParseHandling">
728             <summary>
729             Specifies how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON text.
730             </summary>
731         </member>
732         <member name="F:Newtonsoft.Json.DateParseHandling.None">
733             <summary>
734             Date formatted strings are not parsed to a date type and are read as strings.
735             </summary>
736         </member>
737         <member name="F:Newtonsoft.Json.DateParseHandling.DateTime">
738             <summary>
739             Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to <see cref="F:Newtonsoft.Json.DateParseHandling.DateTime"/>.
740             </summary>
741         </member>
742         <member name="F:Newtonsoft.Json.DateParseHandling.DateTimeOffset">
743             <summary>
744             Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to <see cref="F:Newtonsoft.Json.DateParseHandling.DateTimeOffset"/>.
745             </summary>
746         </member>
747         <member name="T:Newtonsoft.Json.DateTimeZoneHandling">
748             <summary>
749             Specifies how to treat the time value when converting between string and <see cref="T:System.DateTime"/>.
750             </summary>
751         </member>
752         <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Local">
753             <summary>
754             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.
755             </summary>
756         </member>
757         <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Utc">
758             <summary>
759             Treat as a UTC. If the <see cref="T:System.DateTime"/> object represents a local time, it is converted to a UTC.
760             </summary>
761         </member>
762         <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Unspecified">
763             <summary>
764             Treat as a local time if a <see cref="T:System.DateTime"/> is being converted to a string.
765             If a string is being converted to <see cref="T:System.DateTime"/>, convert to a local time if a time zone is specified.
766             </summary>
767         </member>
768         <member name="F:Newtonsoft.Json.DateTimeZoneHandling.RoundtripKind">
769             <summary>
770             Time zone information should be preserved when converting.
771             </summary>
772         </member>
773         <member name="T:Newtonsoft.Json.DefaultValueHandling">
774             <summary>
775             Specifies default value handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
776             </summary>
777             <example>
778               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeDefaultValueHandlingObject" title="DefaultValueHandling Class" />
779               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeDefaultValueHandlingExample" title="DefaultValueHandling Ignore Example" />
780             </example>
781         </member>
782         <member name="F:Newtonsoft.Json.DefaultValueHandling.Include">
783             <summary>
784             Include members where the member value is the same as the member's default value when serializing objects.
785             Included members are written to JSON. Has no effect when deserializing.
786             </summary>
787         </member>
788         <member name="F:Newtonsoft.Json.DefaultValueHandling.Ignore">
789             <summary>
790             Ignore members where the member value is the same as the member's default value when serializing objects
791             so that is is not written to JSON.
792             This option will ignore all default values (e.g. <c>null</c> for objects and nullable types; <c>0</c> for integers,
793             decimals and floating point numbers; and <c>false</c> for booleans). The default value ignored can be changed by
794             placing the <see cref="T:System.ComponentModel.DefaultValueAttribute"/> on the property.
795             </summary>
796         </member>
797         <member name="F:Newtonsoft.Json.DefaultValueHandling.Populate">
798             <summary>
799             Members with a default value but no JSON will be set to their default value when deserializing.
800             </summary>
801         </member>
802         <member name="F:Newtonsoft.Json.DefaultValueHandling.IgnoreAndPopulate">
803             <summary>
804             Ignore members where the member value is the same as the member's default value when serializing objects
805             and sets members to their default value when deserializing.
806             </summary>
807         </member>
808         <member name="T:Newtonsoft.Json.FloatFormatHandling">
809             <summary>
810             Specifies float format handling options when writing special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>,
811             <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/> with <see cref="T:Newtonsoft.Json.JsonWriter"/>.
812             </summary>
813         </member>
814         <member name="F:Newtonsoft.Json.FloatFormatHandling.String">
815             <summary>
816             Write special floating point values as strings in JSON, e.g. "NaN", "Infinity", "-Infinity".
817             </summary>
818         </member>
819         <member name="F:Newtonsoft.Json.FloatFormatHandling.Symbol">
820             <summary>
821             Write special floating point values as symbols in JSON, e.g. NaN, Infinity, -Infinity.
822             Note that this will produce non-valid JSON.
823             </summary>
824         </member>
825         <member name="F:Newtonsoft.Json.FloatFormatHandling.DefaultValue">
826             <summary>
827             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.
828             </summary>
829         </member>
830         <member name="T:Newtonsoft.Json.FloatParseHandling">
831             <summary>
832             Specifies how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
833             </summary>
834         </member>
835         <member name="F:Newtonsoft.Json.FloatParseHandling.Double">
836             <summary>
837             Floating point numbers are parsed to <see cref="F:Newtonsoft.Json.FloatParseHandling.Double"/>.
838             </summary>
839         </member>
840         <member name="F:Newtonsoft.Json.FloatParseHandling.Decimal">
841             <summary>
842             Floating point numbers are parsed to <see cref="F:Newtonsoft.Json.FloatParseHandling.Decimal"/>.
843             </summary>
844         </member>
845         <member name="T:Newtonsoft.Json.Formatting">
846             <summary>
847             Specifies formatting options for the <see cref="T:Newtonsoft.Json.JsonTextWriter"/>.
848             </summary>
849         </member>
850         <member name="F:Newtonsoft.Json.Formatting.None">
851             <summary>
852             No special formatting is applied. This is the default.
853             </summary>
854         </member>
855         <member name="F:Newtonsoft.Json.Formatting.Indented">
856             <summary>
857             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.
858             </summary>
859         </member>
860         <member name="T:Newtonsoft.Json.IJsonLineInfo">
861             <summary>
862             Provides an interface to enable a class to return line and position information.
863             </summary>
864         </member>
865         <member name="M:Newtonsoft.Json.IJsonLineInfo.HasLineInfo">
866             <summary>
867             Gets a value indicating whether the class can return line information.
868             </summary>
869             <returns>
870                 <c>true</c> if LineNumber and LinePosition can be provided; otherwise, <c>false</c>.
871             </returns>
872         </member>
873         <member name="P:Newtonsoft.Json.IJsonLineInfo.LineNumber">
874             <summary>
875             Gets the current line number.
876             </summary>
877             <value>The current line number or 0 if no line information is available (for example, HasLineInfo returns false).</value>
878         </member>
879         <member name="P:Newtonsoft.Json.IJsonLineInfo.LinePosition">
880             <summary>
881             Gets the current line position.
882             </summary>
883             <value>The current line position or 0 if no line information is available (for example, HasLineInfo returns false).</value>
884         </member>
885         <member name="T:Newtonsoft.Json.JsonArrayAttribute">
886             <summary>
887             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the collection.
888             </summary>
889         </member>
890         <member name="P:Newtonsoft.Json.JsonArrayAttribute.AllowNullItems">
891             <summary>
892             Gets or sets a value indicating whether null items are allowed in the collection.
893             </summary>
894             <value><c>true</c> if null items are allowed in the collection; otherwise, <c>false</c>.</value>
895         </member>
896         <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor">
897             <summary>
898             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonArrayAttribute"/> class.
899             </summary>
900         </member>
901         <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor(System.Boolean)">
902             <summary>
903             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with a flag indicating whether the array can contain null items
904             </summary>
905             <param name="allowNullItems">A flag indicating whether the array can contain null items.</param>
906         </member>
907         <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor(System.String)">
908             <summary>
909             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonArrayAttribute"/> class with the specified container Id.
910             </summary>
911             <param name="id">The container Id.</param>
912         </member>
913         <member name="T:Newtonsoft.Json.JsonConstructorAttribute">
914             <summary>
915             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to use the specified constructor when deserializing that object.
916             </summary>
917         </member>
918         <member name="T:Newtonsoft.Json.JsonContainerAttribute">
919             <summary>
920             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the object.
921             </summary>
922         </member>
923         <member name="P:Newtonsoft.Json.JsonContainerAttribute.Id">
924             <summary>
925             Gets or sets the id.
926             </summary>
927             <value>The id.</value>
928         </member>
929         <member name="P:Newtonsoft.Json.JsonContainerAttribute.Title">
930             <summary>
931             Gets or sets the title.
932             </summary>
933             <value>The title.</value>
934         </member>
935         <member name="P:Newtonsoft.Json.JsonContainerAttribute.Description">
936             <summary>
937             Gets or sets the description.
938             </summary>
939             <value>The description.</value>
940         </member>
941         <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemConverterType">
942             <summary>
943             Gets the collection's items converter.
944             </summary>
945             <value>The collection's items converter.</value>
946         </member>
947         <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemConverterParameters">
948             <summary>
949             The parameter list to use when constructing the JsonConverter described by ItemConverterType.
950             If null, the default constructor is used.
951             When non-null, there must be a constructor defined in the JsonConverter that exactly matches the number,
952             order, and type of these parameters.
953             </summary>
954             <example>
955             [JsonContainer(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })]
956             </example>
957         </member>
958         <member name="P:Newtonsoft.Json.JsonContainerAttribute.IsReference">
959             <summary>
960             Gets or sets a value that indicates whether to preserve object references.
961             </summary>
962             <value>
963                 <c>true</c> to keep object reference; otherwise, <c>false</c>. The default is <c>false</c>.
964             </value>
965         </member>
966         <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemIsReference">
967             <summary>
968             Gets or sets a value that indicates whether to preserve collection's items references.
969             </summary>
970             <value>
971                 <c>true</c> to keep collection's items object references; otherwise, <c>false</c>. The default is <c>false</c>.
972             </value>
973         </member>
974         <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemReferenceLoopHandling">
975             <summary>
976             Gets or sets the reference loop handling used when serializing the collection's items.
977             </summary>
978             <value>The reference loop handling.</value>
979         </member>
980         <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemTypeNameHandling">
981             <summary>
982             Gets or sets the type name handling used when serializing the collection's items.
983             </summary>
984             <value>The type name handling.</value>
985         </member>
986         <member name="M:Newtonsoft.Json.JsonContainerAttribute.#ctor">
987             <summary>
988             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonContainerAttribute"/> class.
989             </summary>
990         </member>
991         <member name="M:Newtonsoft.Json.JsonContainerAttribute.#ctor(System.String)">
992             <summary>
993             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonContainerAttribute"/> class with the specified container Id.
994             </summary>
995             <param name="id">The container Id.</param>
996         </member>
997         <member name="T:Newtonsoft.Json.JsonConvert">
998             <summary>
999             Provides methods for converting between common language runtime types and JSON types.
1000             </summary>
1001             <example>
1002               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="SerializeObject" title="Serializing and Deserializing JSON with JsonConvert" />
1003             </example>
1004         </member>
1005         <member name="P:Newtonsoft.Json.JsonConvert.DefaultSettings">
1006             <summary>
1007             Gets or sets a function that creates default <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1008             Default settings are automatically used by serialization methods on <see cref="T:Newtonsoft.Json.JsonConvert"/>,
1009             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"/>.
1010             To serialize without using any default settings create a <see cref="T:Newtonsoft.Json.JsonSerializer"/> with
1011             <see cref="M:Newtonsoft.Json.JsonSerializer.Create"/>.
1012             </summary>
1013         </member>
1014         <member name="F:Newtonsoft.Json.JsonConvert.True">
1015             <summary>
1016             Represents JavaScript's boolean value true as a string. This field is read-only.
1017             </summary>
1018         </member>
1019         <member name="F:Newtonsoft.Json.JsonConvert.False">
1020             <summary>
1021             Represents JavaScript's boolean value false as a string. This field is read-only.
1022             </summary>
1023         </member>
1024         <member name="F:Newtonsoft.Json.JsonConvert.Null">
1025             <summary>
1026             Represents JavaScript's null as a string. This field is read-only.
1027             </summary>
1028         </member>
1029         <member name="F:Newtonsoft.Json.JsonConvert.Undefined">
1030             <summary>
1031             Represents JavaScript's undefined as a string. This field is read-only.
1032             </summary>
1033         </member>
1034         <member name="F:Newtonsoft.Json.JsonConvert.PositiveInfinity">
1035             <summary>
1036             Represents JavaScript's positive infinity as a string. This field is read-only.
1037             </summary>
1038         </member>
1039         <member name="F:Newtonsoft.Json.JsonConvert.NegativeInfinity">
1040             <summary>
1041             Represents JavaScript's negative infinity as a string. This field is read-only.
1042             </summary>
1043         </member>
1044         <member name="F:Newtonsoft.Json.JsonConvert.NaN">
1045             <summary>
1046             Represents JavaScript's NaN as a string. This field is read-only.
1047             </summary>
1048         </member>
1049         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTime)">
1050             <summary>
1051             Converts the <see cref="T:System.DateTime"/> to its JSON string representation.
1052             </summary>
1053             <param name="value">The value to convert.</param>
1054             <returns>A JSON string representation of the <see cref="T:System.DateTime"/>.</returns>
1055         </member>
1056         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTime,Newtonsoft.Json.DateFormatHandling,Newtonsoft.Json.DateTimeZoneHandling)">
1057             <summary>
1058             Converts the <see cref="T:System.DateTime"/> to its JSON string representation using the <see cref="T:Newtonsoft.Json.DateFormatHandling"/> specified.
1059             </summary>
1060             <param name="value">The value to convert.</param>
1061             <param name="format">The format the date will be converted to.</param>
1062             <param name="timeZoneHandling">The time zone handling when the date is converted to a string.</param>
1063             <returns>A JSON string representation of the <see cref="T:System.DateTime"/>.</returns>
1064         </member>
1065         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTimeOffset)">
1066             <summary>
1067             Converts the <see cref="T:System.DateTimeOffset"/> to its JSON string representation.
1068             </summary>
1069             <param name="value">The value to convert.</param>
1070             <returns>A JSON string representation of the <see cref="T:System.DateTimeOffset"/>.</returns>
1071         </member>
1072         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTimeOffset,Newtonsoft.Json.DateFormatHandling)">
1073             <summary>
1074             Converts the <see cref="T:System.DateTimeOffset"/> to its JSON string representation using the <see cref="T:Newtonsoft.Json.DateFormatHandling"/> specified.
1075             </summary>
1076             <param name="value">The value to convert.</param>
1077             <param name="format">The format the date will be converted to.</param>
1078             <returns>A JSON string representation of the <see cref="T:System.DateTimeOffset"/>.</returns>
1079         </member>
1080         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Boolean)">
1081             <summary>
1082             Converts the <see cref="T:System.Boolean"/> to its JSON string representation.
1083             </summary>
1084             <param name="value">The value to convert.</param>
1085             <returns>A JSON string representation of the <see cref="T:System.Boolean"/>.</returns>
1086         </member>
1087         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Char)">
1088             <summary>
1089             Converts the <see cref="T:System.Char"/> to its JSON string representation.
1090             </summary>
1091             <param name="value">The value to convert.</param>
1092             <returns>A JSON string representation of the <see cref="T:System.Char"/>.</returns>
1093         </member>
1094         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Enum)">
1095             <summary>
1096             Converts the <see cref="T:System.Enum"/> to its JSON string representation.
1097             </summary>
1098             <param name="value">The value to convert.</param>
1099             <returns>A JSON string representation of the <see cref="T:System.Enum"/>.</returns>
1100         </member>
1101         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int32)">
1102             <summary>
1103             Converts the <see cref="T:System.Int32"/> to its JSON string representation.
1104             </summary>
1105             <param name="value">The value to convert.</param>
1106             <returns>A JSON string representation of the <see cref="T:System.Int32"/>.</returns>
1107         </member>
1108         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int16)">
1109             <summary>
1110             Converts the <see cref="T:System.Int16"/> to its JSON string representation.
1111             </summary>
1112             <param name="value">The value to convert.</param>
1113             <returns>A JSON string representation of the <see cref="T:System.Int16"/>.</returns>
1114         </member>
1115         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt16)">
1116             <summary>
1117             Converts the <see cref="T:System.UInt16"/> to its JSON string representation.
1118             </summary>
1119             <param name="value">The value to convert.</param>
1120             <returns>A JSON string representation of the <see cref="T:System.UInt16"/>.</returns>
1121         </member>
1122         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt32)">
1123             <summary>
1124             Converts the <see cref="T:System.UInt32"/> to its JSON string representation.
1125             </summary>
1126             <param name="value">The value to convert.</param>
1127             <returns>A JSON string representation of the <see cref="T:System.UInt32"/>.</returns>
1128         </member>
1129         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int64)">
1130             <summary>
1131             Converts the <see cref="T:System.Int64"/>  to its JSON string representation.
1132             </summary>
1133             <param name="value">The value to convert.</param>
1134             <returns>A JSON string representation of the <see cref="T:System.Int64"/>.</returns>
1135         </member>
1136         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt64)">
1137             <summary>
1138             Converts the <see cref="T:System.UInt64"/> to its JSON string representation.
1139             </summary>
1140             <param name="value">The value to convert.</param>
1141             <returns>A JSON string representation of the <see cref="T:System.UInt64"/>.</returns>
1142         </member>
1143         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Single)">
1144             <summary>
1145             Converts the <see cref="T:System.Single"/> to its JSON string representation.
1146             </summary>
1147             <param name="value">The value to convert.</param>
1148             <returns>A JSON string representation of the <see cref="T:System.Single"/>.</returns>
1149         </member>
1150         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Double)">
1151             <summary>
1152             Converts the <see cref="T:System.Double"/> to its JSON string representation.
1153             </summary>
1154             <param name="value">The value to convert.</param>
1155             <returns>A JSON string representation of the <see cref="T:System.Double"/>.</returns>
1156         </member>
1157         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Byte)">
1158             <summary>
1159             Converts the <see cref="T:System.Byte"/> to its JSON string representation.
1160             </summary>
1161             <param name="value">The value to convert.</param>
1162             <returns>A JSON string representation of the <see cref="T:System.Byte"/>.</returns>
1163         </member>
1164         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.SByte)">
1165             <summary>
1166             Converts the <see cref="T:System.SByte"/> to its JSON string representation.
1167             </summary>
1168             <param name="value">The value to convert.</param>
1169             <returns>A JSON string representation of the <see cref="T:System.SByte"/>.</returns>
1170         </member>
1171         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Decimal)">
1172             <summary>
1173             Converts the <see cref="T:System.Decimal"/> to its JSON string representation.
1174             </summary>
1175             <param name="value">The value to convert.</param>
1176             <returns>A JSON string representation of the <see cref="T:System.SByte"/>.</returns>
1177         </member>
1178         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Guid)">
1179             <summary>
1180             Converts the <see cref="T:System.Guid"/> to its JSON string representation.
1181             </summary>
1182             <param name="value">The value to convert.</param>
1183             <returns>A JSON string representation of the <see cref="T:System.Guid"/>.</returns>
1184         </member>
1185         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.TimeSpan)">
1186             <summary>
1187             Converts the <see cref="T:System.TimeSpan"/> to its JSON string representation.
1188             </summary>
1189             <param name="value">The value to convert.</param>
1190             <returns>A JSON string representation of the <see cref="T:System.TimeSpan"/>.</returns>
1191         </member>
1192         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Uri)">
1193             <summary>
1194             Converts the <see cref="T:System.Uri"/> to its JSON string representation.
1195             </summary>
1196             <param name="value">The value to convert.</param>
1197             <returns>A JSON string representation of the <see cref="T:System.Uri"/>.</returns>
1198         </member>
1199         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String)">
1200             <summary>
1201             Converts the <see cref="T:System.String"/> to its JSON string representation.
1202             </summary>
1203             <param name="value">The value to convert.</param>
1204             <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns>
1205         </member>
1206         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String,System.Char)">
1207             <summary>
1208             Converts the <see cref="T:System.String"/> to its JSON string representation.
1209             </summary>
1210             <param name="value">The value to convert.</param>
1211             <param name="delimiter">The string delimiter character.</param>
1212             <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns>
1213         </member>
1214         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String,System.Char,Newtonsoft.Json.StringEscapeHandling)">
1215             <summary>
1216             Converts the <see cref="T:System.String"/> to its JSON string representation.
1217             </summary>
1218             <param name="value">The value to convert.</param>
1219             <param name="delimiter">The string delimiter character.</param>
1220             <param name="stringEscapeHandling">The string escape handling.</param>
1221             <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns>
1222         </member>
1223         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Object)">
1224             <summary>
1225             Converts the <see cref="T:System.Object"/> to its JSON string representation.
1226             </summary>
1227             <param name="value">The value to convert.</param>
1228             <returns>A JSON string representation of the <see cref="T:System.Object"/>.</returns>
1229         </member>
1230         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object)">
1231             <summary>
1232             Serializes the specified object to a JSON string.
1233             </summary>
1234             <param name="value">The object to serialize.</param>
1235             <returns>A JSON string representation of the object.</returns>
1236         </member>
1237         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting)">
1238             <summary>
1239             Serializes the specified object to a JSON string using formatting.
1240             </summary>
1241             <param name="value">The object to serialize.</param>
1242             <param name="formatting">Indicates how the output is formatted.</param>
1243             <returns>
1244             A JSON string representation of the object.
1245             </returns>
1246         </member>
1247         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.JsonConverter[])">
1248             <summary>
1249             Serializes the specified object to a JSON string using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1250             </summary>
1251             <param name="value">The object to serialize.</param>
1252             <param name="converters">A collection converters used while serializing.</param>
1253             <returns>A JSON string representation of the object.</returns>
1254         </member>
1255         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[])">
1256             <summary>
1257             Serializes the specified object to a JSON string using formatting and a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1258             </summary>
1259             <param name="value">The object to serialize.</param>
1260             <param name="formatting">Indicates how the output is formatted.</param>
1261             <param name="converters">A collection converters used while serializing.</param>
1262             <returns>A JSON string representation of the object.</returns>
1263         </member>
1264         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.JsonSerializerSettings)">
1265             <summary>
1266             Serializes the specified object to a JSON string using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1267             </summary>
1268             <param name="value">The object to serialize.</param>
1269             <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.
1270             If this is null, default serialization settings will be used.</param>
1271             <returns>
1272             A JSON string representation of the object.
1273             </returns>
1274         </member>
1275         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,System.Type,Newtonsoft.Json.JsonSerializerSettings)">
1276             <summary>
1277             Serializes the specified object to a JSON string using a type, formatting and <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1278             </summary>
1279             <param name="value">The object to serialize.</param>
1280             <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.
1281             If this is null, default serialization settings will be used.</param>
1282             <param name="type">
1283             The type of the value being serialized.
1284             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.
1285             Specifing the type is optional.
1286             </param>
1287             <returns>
1288             A JSON string representation of the object.
1289             </returns>
1290         </member>
1291         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)">
1292             <summary>
1293             Serializes the specified object to a JSON string using formatting and <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1294             </summary>
1295             <param name="value">The object to serialize.</param>
1296             <param name="formatting">Indicates how the output is formatted.</param>
1297             <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.
1298             If this is null, default serialization settings will be used.</param>
1299             <returns>
1300             A JSON string representation of the object.
1301             </returns>
1302         </member>
1303         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,System.Type,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)">
1304             <summary>
1305             Serializes the specified object to a JSON string using a type, formatting and <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1306             </summary>
1307             <param name="value">The object to serialize.</param>
1308             <param name="formatting">Indicates how the output is formatted.</param>
1309             <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.
1310             If this is null, default serialization settings will be used.</param>
1311             <param name="type">
1312             The type of the value being serialized.
1313             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.
1314             Specifing the type is optional.
1315             </param>
1316             <returns>
1317             A JSON string representation of the object.
1318             </returns>
1319         </member>
1320         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String)">
1321             <summary>
1322             Deserializes the JSON to a .NET object.
1323             </summary>
1324             <param name="value">The JSON to deserialize.</param>
1325             <returns>The deserialized object from the JSON string.</returns>
1326         </member>
1327         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,Newtonsoft.Json.JsonSerializerSettings)">
1328             <summary>
1329             Deserializes the JSON to a .NET object using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1330             </summary>
1331             <param name="value">The JSON to deserialize.</param>
1332             <param name="settings">
1333             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1334             If this is null, default serialization settings will be used.
1335             </param>
1336             <returns>The deserialized object from the JSON string.</returns>
1337         </member>
1338         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type)">
1339             <summary>
1340             Deserializes the JSON to the specified .NET type.
1341             </summary>
1342             <param name="value">The JSON to deserialize.</param>
1343             <param name="type">The <see cref="T:System.Type"/> of object being deserialized.</param>
1344             <returns>The deserialized object from the JSON string.</returns>
1345         </member>
1346         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String)">
1347             <summary>
1348             Deserializes the JSON to the specified .NET type.
1349             </summary>
1350             <typeparam name="T">The type of the object to deserialize to.</typeparam>
1351             <param name="value">The JSON to deserialize.</param>
1352             <returns>The deserialized object from the JSON string.</returns>
1353         </member>
1354         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeAnonymousType``1(System.String,``0)">
1355             <summary>
1356             Deserializes the JSON to the given anonymous type.
1357             </summary>
1358             <typeparam name="T">
1359             The anonymous type to deserialize to. This can't be specified
1360             traditionally and must be infered from the anonymous type passed
1361             as a parameter.
1362             </typeparam>
1363             <param name="value">The JSON to deserialize.</param>
1364             <param name="anonymousTypeObject">The anonymous type object.</param>
1365             <returns>The deserialized anonymous type from the JSON string.</returns>
1366         </member>
1367         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeAnonymousType``1(System.String,``0,Newtonsoft.Json.JsonSerializerSettings)">
1368             <summary>
1369             Deserializes the JSON to the given anonymous type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1370             </summary>
1371             <typeparam name="T">
1372             The anonymous type to deserialize to. This can't be specified
1373             traditionally and must be infered from the anonymous type passed
1374             as a parameter.
1375             </typeparam>
1376             <param name="value">The JSON to deserialize.</param>
1377             <param name="anonymousTypeObject">The anonymous type object.</param>
1378             <param name="settings">
1379             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1380             If this is null, default serialization settings will be used.
1381             </param>
1382             <returns>The deserialized anonymous type from the JSON string.</returns>
1383         </member>
1384         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String,Newtonsoft.Json.JsonConverter[])">
1385             <summary>
1386             Deserializes the JSON to the specified .NET type using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1387             </summary>
1388             <typeparam name="T">The type of the object to deserialize to.</typeparam>
1389             <param name="value">The JSON to deserialize.</param>
1390             <param name="converters">Converters to use while deserializing.</param>
1391             <returns>The deserialized object from the JSON string.</returns>
1392         </member>
1393         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String,Newtonsoft.Json.JsonSerializerSettings)">
1394             <summary>
1395             Deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1396             </summary>
1397             <typeparam name="T">The type of the object to deserialize to.</typeparam>
1398             <param name="value">The object to deserialize.</param>
1399             <param name="settings">
1400             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1401             If this is null, default serialization settings will be used.
1402             </param>
1403             <returns>The deserialized object from the JSON string.</returns>
1404         </member>
1405         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type,Newtonsoft.Json.JsonConverter[])">
1406             <summary>
1407             Deserializes the JSON to the specified .NET type using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1408             </summary>
1409             <param name="value">The JSON to deserialize.</param>
1410             <param name="type">The type of the object to deserialize.</param>
1411             <param name="converters">Converters to use while deserializing.</param>
1412             <returns>The deserialized object from the JSON string.</returns>
1413         </member>
1414         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type,Newtonsoft.Json.JsonSerializerSettings)">
1415             <summary>
1416             Deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1417             </summary>
1418             <param name="value">The JSON to deserialize.</param>
1419             <param name="type">The type of the object to deserialize to.</param>
1420             <param name="settings">
1421             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1422             If this is null, default serialization settings will be used.
1423             </param>
1424             <returns>The deserialized object from the JSON string.</returns>
1425         </member>
1426         <member name="M:Newtonsoft.Json.JsonConvert.PopulateObject(System.String,System.Object)">
1427             <summary>
1428             Populates the object with values from the JSON string.
1429             </summary>
1430             <param name="value">The JSON to populate values from.</param>
1431             <param name="target">The target object to populate values onto.</param>
1432         </member>
1433         <member name="M:Newtonsoft.Json.JsonConvert.PopulateObject(System.String,System.Object,Newtonsoft.Json.JsonSerializerSettings)">
1434             <summary>
1435             Populates the object with values from the JSON string using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1436             </summary>
1437             <param name="value">The JSON to populate values from.</param>
1438             <param name="target">The target object to populate values onto.</param>
1439             <param name="settings">
1440             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1441             If this is null, default serialization settings will be used.
1442             </param>
1443         </member>
1444         <member name="T:Newtonsoft.Json.JsonConverter">
1445             <summary>
1446             Converts an object to and from JSON.
1447             </summary>
1448         </member>
1449         <member name="M:Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1450             <summary>
1451             Writes the JSON representation of the object.
1452             </summary>
1453             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1454             <param name="value">The value.</param>
1455             <param name="serializer">The calling serializer.</param>
1456         </member>
1457         <member name="M:Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1458             <summary>
1459             Reads the JSON representation of the object.
1460             </summary>
1461             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1462             <param name="objectType">Type of the object.</param>
1463             <param name="existingValue">The existing value of object being read.</param>
1464             <param name="serializer">The calling serializer.</param>
1465             <returns>The object value.</returns>
1466         </member>
1467         <member name="M:Newtonsoft.Json.JsonConverter.CanConvert(System.Type)">
1468             <summary>
1469             Determines whether this instance can convert the specified object type.
1470             </summary>
1471             <param name="objectType">Type of the object.</param>
1472             <returns>
1473                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1474             </returns>
1475         </member>
1476         <member name="M:Newtonsoft.Json.JsonConverter.GetSchema">
1477             <summary>
1478             <para>
1479             Gets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of the JSON produced by the JsonConverter.
1480             </para>
1481             <note type="caution">
1482             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.
1483             </note>
1484             </summary>
1485             <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of the JSON produced by the JsonConverter.</returns>
1486         </member>
1487         <member name="P:Newtonsoft.Json.JsonConverter.CanRead">
1488             <summary>
1489             Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can read JSON.
1490             </summary>
1491             <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can read JSON; otherwise, <c>false</c>.</value>
1492         </member>
1493         <member name="P:Newtonsoft.Json.JsonConverter.CanWrite">
1494             <summary>
1495             Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON.
1496             </summary>
1497             <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.</value>
1498         </member>
1499         <member name="T:Newtonsoft.Json.JsonConverterAttribute">
1500             <summary>
1501             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to use the specified <see cref="T:Newtonsoft.Json.JsonConverter"/> when serializing the member or class.
1502             </summary>
1503         </member>
1504         <member name="P:Newtonsoft.Json.JsonConverterAttribute.ConverterType">
1505             <summary>
1506             Gets the <see cref="T:System.Type"/> of the converter.
1507             </summary>
1508             <value>The <see cref="T:System.Type"/> of the converter.</value>
1509         </member>
1510         <member name="P:Newtonsoft.Json.JsonConverterAttribute.ConverterParameters">
1511             <summary>
1512             The parameter list to use when constructing the JsonConverter described by ConverterType.  
1513             If null, the default constructor is used.
1514             </summary>
1515         </member>
1516         <member name="M:Newtonsoft.Json.JsonConverterAttribute.#ctor(System.Type)">
1517             <summary>
1518             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonConverterAttribute"/> class.
1519             </summary>
1520             <param name="converterType">Type of the converter.</param>
1521         </member>
1522         <member name="M:Newtonsoft.Json.JsonConverterAttribute.#ctor(System.Type,System.Object[])">
1523             <summary>
1524             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonConverterAttribute"/> class.
1525             </summary>
1526             <param name="converterType">Type of the converter.</param>
1527             <param name="converterParameters">Parameter list to use when constructing the JsonConverter. Can be null.</param>
1528         </member>
1529         <member name="T:Newtonsoft.Json.JsonConverterCollection">
1530             <summary>
1531             Represents a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1532             </summary>
1533         </member>
1534         <member name="T:Newtonsoft.Json.JsonDictionaryAttribute">
1535             <summary>
1536             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the collection.
1537             </summary>
1538         </member>
1539         <member name="M:Newtonsoft.Json.JsonDictionaryAttribute.#ctor">
1540             <summary>
1541             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonDictionaryAttribute"/> class.
1542             </summary>
1543         </member>
1544         <member name="M:Newtonsoft.Json.JsonDictionaryAttribute.#ctor(System.String)">
1545             <summary>
1546             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonDictionaryAttribute"/> class with the specified container Id.
1547             </summary>
1548             <param name="id">The container Id.</param>
1549         </member>
1550         <member name="T:Newtonsoft.Json.JsonException">
1551             <summary>
1552             The exception thrown when an error occurs during JSON serialization or deserialization.
1553             </summary>
1554         </member>
1555         <member name="M:Newtonsoft.Json.JsonException.#ctor">
1556             <summary>
1557             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class.
1558             </summary>
1559         </member>
1560         <member name="M:Newtonsoft.Json.JsonException.#ctor(System.String)">
1561             <summary>
1562             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class
1563             with a specified error message.
1564             </summary>
1565             <param name="message">The error message that explains the reason for the exception.</param>
1566         </member>
1567         <member name="M:Newtonsoft.Json.JsonException.#ctor(System.String,System.Exception)">
1568             <summary>
1569             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class
1570             with a specified error message and a reference to the inner exception that is the cause of this exception.
1571             </summary>
1572             <param name="message">The error message that explains the reason for the exception.</param>
1573             <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>
1574         </member>
1575         <member name="T:Newtonsoft.Json.JsonExtensionDataAttribute">
1576             <summary>
1577             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to deserialize properties with no matching class member into the specified collection
1578             and write values during serialization.
1579             </summary>
1580         </member>
1581         <member name="P:Newtonsoft.Json.JsonExtensionDataAttribute.WriteData">
1582             <summary>
1583             Gets or sets a value that indicates whether to write extension data when serializing the object.
1584             </summary>
1585             <value>
1586                 <c>true</c> to write extension data when serializing the object; otherwise, <c>false</c>. The default is <c>true</c>.
1587             </value>
1588         </member>
1589         <member name="P:Newtonsoft.Json.JsonExtensionDataAttribute.ReadData">
1590             <summary>
1591             Gets or sets a value that indicates whether to read extension data when deserializing the object.
1592             </summary>
1593             <value>
1594                 <c>true</c> to read extension data when deserializing the object; otherwise, <c>false</c>. The default is <c>true</c>.
1595             </value>
1596         </member>
1597         <member name="M:Newtonsoft.Json.JsonExtensionDataAttribute.#ctor">
1598             <summary>
1599             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonExtensionDataAttribute"/> class.
1600             </summary>
1601         </member>
1602         <member name="T:Newtonsoft.Json.JsonIgnoreAttribute">
1603             <summary>
1604             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> not to serialize the public field or public read/write property value.
1605             </summary>
1606         </member>
1607         <member name="T:Newtonsoft.Json.JsonObjectAttribute">
1608             <summary>
1609             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the object.
1610             </summary>
1611         </member>
1612         <member name="P:Newtonsoft.Json.JsonObjectAttribute.MemberSerialization">
1613             <summary>
1614             Gets or sets the member serialization.
1615             </summary>
1616             <value>The member serialization.</value>
1617         </member>
1618         <member name="P:Newtonsoft.Json.JsonObjectAttribute.ItemRequired">
1619             <summary>
1620             Gets or sets a value that indicates whether the object's properties are required.
1621             </summary>
1622             <value>
1623                 A value indicating whether the object's properties are required.
1624             </value>
1625         </member>
1626         <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor">
1627             <summary>
1628             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class.
1629             </summary>
1630         </member>
1631         <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor(Newtonsoft.Json.MemberSerialization)">
1632             <summary>
1633             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with the specified member serialization.
1634             </summary>
1635             <param name="memberSerialization">The member serialization.</param>
1636         </member>
1637         <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor(System.String)">
1638             <summary>
1639             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with the specified container Id.
1640             </summary>
1641             <param name="id">The container Id.</param>
1642         </member>
1643         <member name="T:Newtonsoft.Json.JsonPropertyAttribute">
1644             <summary>
1645             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to always serialize the member with the specified name.
1646             </summary>
1647         </member>
1648         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemConverterType">
1649             <summary>
1650             Gets or sets the converter used when serializing the property's collection items.
1651             </summary>
1652             <value>The collection's items converter.</value>
1653         </member>
1654         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemConverterParameters">
1655             <summary>
1656             The parameter list to use when constructing the JsonConverter described by ItemConverterType.
1657             If null, the default constructor is used.
1658             When non-null, there must be a constructor defined in the JsonConverter that exactly matches the number,
1659             order, and type of these parameters.
1660             </summary>
1661             <example>
1662             [JsonProperty(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })]
1663             </example>
1664         </member>
1665         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.NullValueHandling">
1666             <summary>
1667             Gets or sets the null value handling used when serializing this property.
1668             </summary>
1669             <value>The null value handling.</value>
1670         </member>
1671         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.DefaultValueHandling">
1672             <summary>
1673             Gets or sets the default value handling used when serializing this property.
1674             </summary>
1675             <value>The default value handling.</value>
1676         </member>
1677         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ReferenceLoopHandling">
1678             <summary>
1679             Gets or sets the reference loop handling used when serializing this property.
1680             </summary>
1681             <value>The reference loop handling.</value>
1682         </member>
1683         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ObjectCreationHandling">
1684             <summary>
1685             Gets or sets the object creation handling used when deserializing this property.
1686             </summary>
1687             <value>The object creation handling.</value>
1688         </member>
1689         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.TypeNameHandling">
1690             <summary>
1691             Gets or sets the type name handling used when serializing this property.
1692             </summary>
1693             <value>The type name handling.</value>
1694         </member>
1695         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.IsReference">
1696             <summary>
1697             Gets or sets whether this property's value is serialized as a reference.
1698             </summary>
1699             <value>Whether this property's value is serialized as a reference.</value>
1700         </member>
1701         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.Order">
1702             <summary>
1703             Gets or sets the order of serialization and deserialization of a member.
1704             </summary>
1705             <value>The numeric order of serialization or deserialization.</value>
1706         </member>
1707         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.Required">
1708             <summary>
1709             Gets or sets a value indicating whether this property is required.
1710             </summary>
1711             <value>
1712                 A value indicating whether this property is required.
1713             </value>
1714         </member>
1715         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.PropertyName">
1716             <summary>
1717             Gets or sets the name of the property.
1718             </summary>
1719             <value>The name of the property.</value>
1720         </member>
1721         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemReferenceLoopHandling">
1722             <summary>
1723             Gets or sets the the reference loop handling used when serializing the property's collection items.
1724             </summary>
1725             <value>The collection's items reference loop handling.</value>
1726         </member>
1727         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemTypeNameHandling">
1728             <summary>
1729             Gets or sets the the type name handling used when serializing the property's collection items.
1730             </summary>
1731             <value>The collection's items type name handling.</value>
1732         </member>
1733         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemIsReference">
1734             <summary>
1735             Gets or sets whether this property's collection items are serialized as a reference.
1736             </summary>
1737             <value>Whether this property's collection items are serialized as a reference.</value>
1738         </member>
1739         <member name="M:Newtonsoft.Json.JsonPropertyAttribute.#ctor">
1740             <summary>
1741             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> class.
1742             </summary>
1743         </member>
1744         <member name="M:Newtonsoft.Json.JsonPropertyAttribute.#ctor(System.String)">
1745             <summary>
1746             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> class with the specified name.
1747             </summary>
1748             <param name="propertyName">Name of the property.</param>
1749         </member>
1750         <member name="T:Newtonsoft.Json.JsonReader">
1751             <summary>
1752             Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data.
1753             </summary>
1754         </member>
1755         <member name="T:Newtonsoft.Json.JsonReader.State">
1756             <summary>
1757             Specifies the state of the reader.
1758             </summary>
1759         </member>
1760         <member name="F:Newtonsoft.Json.JsonReader.State.Start">
1761             <summary>
1762             The Read method has not been called.
1763             </summary>
1764         </member>
1765         <member name="F:Newtonsoft.Json.JsonReader.State.Complete">
1766             <summary>
1767             The end of the file has been reached successfully.
1768             </summary>
1769         </member>
1770         <member name="F:Newtonsoft.Json.JsonReader.State.Property">
1771             <summary>
1772             Reader is at a property.
1773             </summary>
1774         </member>
1775         <member name="F:Newtonsoft.Json.JsonReader.State.ObjectStart">
1776             <summary>
1777             Reader is at the start of an object.
1778             </summary>
1779         </member>
1780         <member name="F:Newtonsoft.Json.JsonReader.State.Object">
1781             <summary>
1782             Reader is in an object.
1783             </summary>
1784         </member>
1785         <member name="F:Newtonsoft.Json.JsonReader.State.ArrayStart">
1786             <summary>
1787             Reader is at the start of an array.
1788             </summary>
1789         </member>
1790         <member name="F:Newtonsoft.Json.JsonReader.State.Array">
1791             <summary>
1792             Reader is in an array.
1793             </summary>
1794         </member>
1795         <member name="F:Newtonsoft.Json.JsonReader.State.Closed">
1796             <summary>
1797             The Close method has been called.
1798             </summary>
1799         </member>
1800         <member name="F:Newtonsoft.Json.JsonReader.State.PostValue">
1801             <summary>
1802             Reader has just read a value.
1803             </summary>
1804         </member>
1805         <member name="F:Newtonsoft.Json.JsonReader.State.ConstructorStart">
1806             <summary>
1807             Reader is at the start of a constructor.
1808             </summary>
1809         </member>
1810         <member name="F:Newtonsoft.Json.JsonReader.State.Constructor">
1811             <summary>
1812             Reader in a constructor.
1813             </summary>
1814         </member>
1815         <member name="F:Newtonsoft.Json.JsonReader.State.Error">
1816             <summary>
1817             An error occurred that prevents the read operation from continuing.
1818             </summary>
1819         </member>
1820         <member name="F:Newtonsoft.Json.JsonReader.State.Finished">
1821             <summary>
1822             The end of the file has been reached successfully.
1823             </summary>
1824         </member>
1825         <member name="P:Newtonsoft.Json.JsonReader.CurrentState">
1826             <summary>
1827             Gets the current reader state.
1828             </summary>
1829             <value>The current reader state.</value>
1830         </member>
1831         <member name="P:Newtonsoft.Json.JsonReader.CloseInput">
1832             <summary>
1833             Gets or sets a value indicating whether the underlying stream or
1834             <see cref="T:System.IO.TextReader"/> should be closed when the reader is closed.
1835             </summary>
1836             <value>
1837             true to close the underlying stream or <see cref="T:System.IO.TextReader"/> when
1838             the reader is closed; otherwise false. The default is true.
1839             </value>
1840         </member>
1841         <member name="P:Newtonsoft.Json.JsonReader.SupportMultipleContent">
1842             <summary>
1843             Gets or sets a value indicating whether multiple pieces of JSON content can
1844             be read from a continuous stream without erroring.
1845             </summary>
1846             <value>
1847             true to support reading multiple pieces of JSON content; otherwise false. The default is false.
1848             </value>
1849         </member>
1850         <member name="P:Newtonsoft.Json.JsonReader.QuoteChar">
1851             <summary>
1852             Gets the quotation mark character used to enclose the value of a string.
1853             </summary>
1854         </member>
1855         <member name="P:Newtonsoft.Json.JsonReader.DateTimeZoneHandling">
1856             <summary>
1857             Get or set how <see cref="T:System.DateTime"/> time zones are handling when reading JSON.
1858             </summary>
1859         </member>
1860         <member name="P:Newtonsoft.Json.JsonReader.DateParseHandling">
1861             <summary>
1862             Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
1863             </summary>
1864         </member>
1865         <member name="P:Newtonsoft.Json.JsonReader.FloatParseHandling">
1866             <summary>
1867             Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
1868             </summary>
1869         </member>
1870         <member name="P:Newtonsoft.Json.JsonReader.DateFormatString">
1871             <summary>
1872             Get or set how custom date formatted strings are parsed when reading JSON.
1873             </summary>
1874         </member>
1875         <member name="P:Newtonsoft.Json.JsonReader.MaxDepth">
1876             <summary>
1877             Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>.
1878             </summary>
1879         </member>
1880         <member name="P:Newtonsoft.Json.JsonReader.TokenType">
1881             <summary>
1882             Gets the type of the current JSON token. 
1883             </summary>
1884         </member>
1885         <member name="P:Newtonsoft.Json.JsonReader.Value">
1886             <summary>
1887             Gets the text value of the current JSON token.
1888             </summary>
1889         </member>
1890         <member name="P:Newtonsoft.Json.JsonReader.ValueType">
1891             <summary>
1892             Gets The Common Language Runtime (CLR) type for the current JSON token.
1893             </summary>
1894         </member>
1895         <member name="P:Newtonsoft.Json.JsonReader.Depth">
1896             <summary>
1897             Gets the depth of the current token in the JSON document.
1898             </summary>
1899             <value>The depth of the current token in the JSON document.</value>
1900         </member>
1901         <member name="P:Newtonsoft.Json.JsonReader.Path">
1902             <summary>
1903             Gets the path of the current JSON token. 
1904             </summary>
1905         </member>
1906         <member name="P:Newtonsoft.Json.JsonReader.Culture">
1907             <summary>
1908             Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.
1909             </summary>
1910         </member>
1911         <member name="M:Newtonsoft.Json.JsonReader.#ctor">
1912             <summary>
1913             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReader"/> class with the specified <see cref="T:System.IO.TextReader"/>.
1914             </summary>
1915         </member>
1916         <member name="M:Newtonsoft.Json.JsonReader.Read">
1917             <summary>
1918             Reads the next JSON token from the stream.
1919             </summary>
1920             <returns>true if the next token was read successfully; false if there are no more tokens to read.</returns>
1921         </member>
1922         <member name="M:Newtonsoft.Json.JsonReader.ReadAsInt32">
1923             <summary>
1924             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
1925             </summary>
1926             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
1927         </member>
1928         <member name="M:Newtonsoft.Json.JsonReader.ReadAsString">
1929             <summary>
1930             Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
1931             </summary>
1932             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
1933         </member>
1934         <member name="M:Newtonsoft.Json.JsonReader.ReadAsBytes">
1935             <summary>
1936             Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].
1937             </summary>
1938             <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>
1939         </member>
1940         <member name="M:Newtonsoft.Json.JsonReader.ReadAsDecimal">
1941             <summary>
1942             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
1943             </summary>
1944             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
1945         </member>
1946         <member name="M:Newtonsoft.Json.JsonReader.ReadAsDateTime">
1947             <summary>
1948             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
1949             </summary>
1950             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
1951         </member>
1952         <member name="M:Newtonsoft.Json.JsonReader.ReadAsDateTimeOffset">
1953             <summary>
1954             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
1955             </summary>
1956             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
1957         </member>
1958         <member name="M:Newtonsoft.Json.JsonReader.Skip">
1959             <summary>
1960             Skips the children of the current token.
1961             </summary>
1962         </member>
1963         <member name="M:Newtonsoft.Json.JsonReader.SetToken(Newtonsoft.Json.JsonToken)">
1964             <summary>
1965             Sets the current token.
1966             </summary>
1967             <param name="newToken">The new token.</param>
1968         </member>
1969         <member name="M:Newtonsoft.Json.JsonReader.SetToken(Newtonsoft.Json.JsonToken,System.Object)">
1970             <summary>
1971             Sets the current token and value.
1972             </summary>
1973             <param name="newToken">The new token.</param>
1974             <param name="value">The value.</param>
1975         </member>
1976         <member name="M:Newtonsoft.Json.JsonReader.SetStateBasedOnCurrent">
1977             <summary>
1978             Sets the state based on current token type.
1979             </summary>
1980         </member>
1981         <member name="M:Newtonsoft.Json.JsonReader.System#IDisposable#Dispose">
1982             <summary>
1983             Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
1984             </summary>
1985         </member>
1986         <member name="M:Newtonsoft.Json.JsonReader.Dispose(System.Boolean)">
1987             <summary>
1988             Releases unmanaged and - optionally - managed resources
1989             </summary>
1990             <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
1991         </member>
1992         <member name="M:Newtonsoft.Json.JsonReader.Close">
1993             <summary>
1994             Changes the <see cref="T:Newtonsoft.Json.JsonReader.State"/> to Closed. 
1995             </summary>
1996         </member>
1997         <member name="T:Newtonsoft.Json.JsonReaderException">
1998             <summary>
1999             The exception thrown when an error occurs while reading JSON text.
2000             </summary>
2001         </member>
2002         <member name="P:Newtonsoft.Json.JsonReaderException.LineNumber">
2003             <summary>
2004             Gets the line number indicating where the error occurred.
2005             </summary>
2006             <value>The line number indicating where the error occurred.</value>
2007         </member>
2008         <member name="P:Newtonsoft.Json.JsonReaderException.LinePosition">
2009             <summary>
2010             Gets the line position indicating where the error occurred.
2011             </summary>
2012             <value>The line position indicating where the error occurred.</value>
2013         </member>
2014         <member name="P:Newtonsoft.Json.JsonReaderException.Path">
2015             <summary>
2016             Gets the path to the JSON where the error occurred.
2017             </summary>
2018             <value>The path to the JSON where the error occurred.</value>
2019         </member>
2020         <member name="M:Newtonsoft.Json.JsonReaderException.#ctor">
2021             <summary>
2022             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class.
2023             </summary>
2024         </member>
2025         <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.String)">
2026             <summary>
2027             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class
2028             with a specified error message.
2029             </summary>
2030             <param name="message">The error message that explains the reason for the exception.</param>
2031         </member>
2032         <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.String,System.Exception)">
2033             <summary>
2034             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class
2035             with a specified error message and a reference to the inner exception that is the cause of this exception.
2036             </summary>
2037             <param name="message">The error message that explains the reason for the exception.</param>
2038             <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>
2039         </member>
2040         <member name="T:Newtonsoft.Json.JsonRequiredAttribute">
2041             <summary>
2042             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to always serialize the member, and require the member has a value.
2043             </summary>
2044         </member>
2045         <member name="T:Newtonsoft.Json.JsonSerializationException">
2046             <summary>
2047             The exception thrown when an error occurs during JSON serialization or deserialization.
2048             </summary>
2049         </member>
2050         <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor">
2051             <summary>
2052             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class.
2053             </summary>
2054         </member>
2055         <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.String)">
2056             <summary>
2057             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class
2058             with a specified error message.
2059             </summary>
2060             <param name="message">The error message that explains the reason for the exception.</param>
2061         </member>
2062         <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.String,System.Exception)">
2063             <summary>
2064             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class
2065             with a specified error message and a reference to the inner exception that is the cause of this exception.
2066             </summary>
2067             <param name="message">The error message that explains the reason for the exception.</param>
2068             <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>
2069         </member>
2070         <member name="T:Newtonsoft.Json.JsonSerializer">
2071             <summary>
2072             Serializes and deserializes objects into and from the JSON format.
2073             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> enables you to control how objects are encoded into JSON.
2074             </summary>
2075         </member>
2076         <member name="E:Newtonsoft.Json.JsonSerializer.Error">
2077             <summary>
2078             Occurs when the <see cref="T:Newtonsoft.Json.JsonSerializer"/> errors during serialization and deserialization.
2079             </summary>
2080         </member>
2081         <member name="P:Newtonsoft.Json.JsonSerializer.ReferenceResolver">
2082             <summary>
2083             Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.
2084             </summary>
2085         </member>
2086         <member name="P:Newtonsoft.Json.JsonSerializer.Binder">
2087             <summary>
2088             Gets or sets the <see cref="T:Newtonsoft.Json.SerializationBinder"/> used by the serializer when resolving type names.
2089             </summary>
2090         </member>
2091         <member name="P:Newtonsoft.Json.JsonSerializer.TraceWriter">
2092             <summary>
2093             Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.ITraceWriter"/> used by the serializer when writing trace messages.
2094             </summary>
2095             <value>The trace writer.</value>
2096         </member>
2097         <member name="P:Newtonsoft.Json.JsonSerializer.EqualityComparer">
2098             <summary>
2099             Gets or sets the equality comparer used by the serializer when comparing references.
2100             </summary>
2101             <value>The equality comparer.</value>
2102         </member>
2103         <member name="P:Newtonsoft.Json.JsonSerializer.TypeNameHandling">
2104             <summary>
2105             Gets or sets how type name writing and reading is handled by the serializer.
2106             </summary>
2107         </member>
2108         <member name="P:Newtonsoft.Json.JsonSerializer.TypeNameAssemblyFormat">
2109             <summary>
2110             Gets or sets how a type name assembly is written and resolved by the serializer.
2111             </summary>
2112             <value>The type name assembly format.</value>
2113         </member>
2114         <member name="P:Newtonsoft.Json.JsonSerializer.PreserveReferencesHandling">
2115             <summary>
2116             Gets or sets how object references are preserved by the serializer.
2117             </summary>
2118         </member>
2119         <member name="P:Newtonsoft.Json.JsonSerializer.ReferenceLoopHandling">
2120             <summary>
2121             Get or set how reference loops (e.g. a class referencing itself) is handled.
2122             </summary>
2123         </member>
2124         <member name="P:Newtonsoft.Json.JsonSerializer.MissingMemberHandling">
2125             <summary>
2126             Get or set how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
2127             </summary>
2128         </member>
2129         <member name="P:Newtonsoft.Json.JsonSerializer.NullValueHandling">
2130             <summary>
2131             Get or set how null values are handled during serialization and deserialization.
2132             </summary>
2133         </member>
2134         <member name="P:Newtonsoft.Json.JsonSerializer.DefaultValueHandling">
2135             <summary>
2136             Get or set how null default are handled during serialization and deserialization.
2137             </summary>
2138         </member>
2139         <member name="P:Newtonsoft.Json.JsonSerializer.ObjectCreationHandling">
2140             <summary>
2141             Gets or sets how objects are created during deserialization.
2142             </summary>
2143             <value>The object creation handling.</value>
2144         </member>
2145         <member name="P:Newtonsoft.Json.JsonSerializer.ConstructorHandling">
2146             <summary>
2147             Gets or sets how constructors are used during deserialization.
2148             </summary>
2149             <value>The constructor handling.</value>
2150         </member>
2151         <member name="P:Newtonsoft.Json.JsonSerializer.MetadataPropertyHandling">
2152             <summary>
2153             Gets or sets how metadata properties are used during deserialization.
2154             </summary>
2155             <value>The metadata properties handling.</value>
2156         </member>
2157         <member name="P:Newtonsoft.Json.JsonSerializer.Converters">
2158             <summary>
2159             Gets a collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.
2160             </summary>
2161             <value>Collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.</value>
2162         </member>
2163         <member name="P:Newtonsoft.Json.JsonSerializer.ContractResolver">
2164             <summary>
2165             Gets or sets the contract resolver used by the serializer when
2166             serializing .NET objects to JSON and vice versa.
2167             </summary>
2168         </member>
2169         <member name="P:Newtonsoft.Json.JsonSerializer.Context">
2170             <summary>
2171             Gets or sets the <see cref="T:System.Runtime.Serialization.StreamingContext"/> used by the serializer when invoking serialization callback methods.
2172             </summary>
2173             <value>The context.</value>
2174         </member>
2175         <member name="P:Newtonsoft.Json.JsonSerializer.Formatting">
2176             <summary>
2177             Indicates how JSON text output is formatted.
2178             </summary>
2179         </member>
2180         <member name="P:Newtonsoft.Json.JsonSerializer.DateFormatHandling">
2181             <summary>
2182             Get or set how dates are written to JSON text.
2183             </summary>
2184         </member>
2185         <member name="P:Newtonsoft.Json.JsonSerializer.DateTimeZoneHandling">
2186             <summary>
2187             Get or set how <see cref="T:System.DateTime"/> time zones are handling during serialization and deserialization.
2188             </summary>
2189         </member>
2190         <member name="P:Newtonsoft.Json.JsonSerializer.DateParseHandling">
2191             <summary>
2192             Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
2193             </summary>
2194         </member>
2195         <member name="P:Newtonsoft.Json.JsonSerializer.FloatParseHandling">
2196             <summary>
2197             Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
2198             </summary>
2199         </member>
2200         <member name="P:Newtonsoft.Json.JsonSerializer.FloatFormatHandling">
2201             <summary>
2202             Get or set how special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>,
2203             <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/>,
2204             are written as JSON text.
2205             </summary>
2206         </member>
2207         <member name="P:Newtonsoft.Json.JsonSerializer.StringEscapeHandling">
2208             <summary>
2209             Get or set how strings are escaped when writing JSON text.
2210             </summary>
2211         </member>
2212         <member name="P:Newtonsoft.Json.JsonSerializer.DateFormatString">
2213             <summary>
2214             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.
2215             </summary>
2216         </member>
2217         <member name="P:Newtonsoft.Json.JsonSerializer.Culture">
2218             <summary>
2219             Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.
2220             </summary>
2221         </member>
2222         <member name="P:Newtonsoft.Json.JsonSerializer.MaxDepth">
2223             <summary>
2224             Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>.
2225             </summary>
2226         </member>
2227         <member name="P:Newtonsoft.Json.JsonSerializer.CheckAdditionalContent">
2228             <summary>
2229             Gets a value indicating whether there will be a check for additional JSON content after deserializing an object.
2230             </summary>
2231             <value>
2232                 <c>true</c> if there will be a check for additional JSON content after deserializing an object; otherwise, <c>false</c>.
2233             </value>
2234         </member>
2235         <member name="M:Newtonsoft.Json.JsonSerializer.#ctor">
2236             <summary>
2237             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializer"/> class.
2238             </summary>
2239         </member>
2240         <member name="M:Newtonsoft.Json.JsonSerializer.Create">
2241             <summary>
2242             Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance.
2243             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings 
2244             from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>.
2245             </summary>
2246             <returns>
2247             A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance.
2248             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings 
2249             from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>.
2250             </returns>
2251         </member>
2252         <member name="M:Newtonsoft.Json.JsonSerializer.Create(Newtonsoft.Json.JsonSerializerSettings)">
2253             <summary>
2254             Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2255             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings 
2256             from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>.
2257             </summary>
2258             <param name="settings">The settings to be applied to the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.</param>
2259             <returns>
2260             A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2261             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings 
2262             from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>.
2263             </returns>
2264         </member>
2265         <member name="M:Newtonsoft.Json.JsonSerializer.CreateDefault">
2266             <summary>
2267             Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance.
2268             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings 
2269             from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>.
2270             </summary>
2271             <returns>
2272             A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance.
2273             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings 
2274             from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>.
2275             </returns>
2276         </member>
2277         <member name="M:Newtonsoft.Json.JsonSerializer.CreateDefault(Newtonsoft.Json.JsonSerializerSettings)">
2278             <summary>
2279             Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2280             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings 
2281             from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/> as well as the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2282             </summary>
2283             <param name="settings">The settings to be applied to the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.</param>
2284             <returns>
2285             A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2286             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings 
2287             from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/> as well as the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2288             </returns>
2289         </member>
2290         <member name="M:Newtonsoft.Json.JsonSerializer.Populate(System.IO.TextReader,System.Object)">
2291             <summary>
2292             Populates the JSON values onto the target object.
2293             </summary>
2294             <param name="reader">The <see cref="T:System.IO.TextReader"/> that contains the JSON structure to reader values from.</param>
2295             <param name="target">The target object to populate values onto.</param>
2296         </member>
2297         <member name="M:Newtonsoft.Json.JsonSerializer.Populate(Newtonsoft.Json.JsonReader,System.Object)">
2298             <summary>
2299             Populates the JSON values onto the target object.
2300             </summary>
2301             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> that contains the JSON structure to reader values from.</param>
2302             <param name="target">The target object to populate values onto.</param>
2303         </member>
2304         <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(Newtonsoft.Json.JsonReader)">
2305             <summary>
2306             Deserializes the JSON structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.
2307             </summary>
2308             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> that contains the JSON structure to deserialize.</param>
2309             <returns>The <see cref="T:System.Object"/> being deserialized.</returns>
2310         </member>
2311         <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(System.IO.TextReader,System.Type)">
2312             <summary>
2313             Deserializes the JSON structure contained by the specified <see cref="T:System.IO.StringReader"/>
2314             into an instance of the specified type.
2315             </summary>
2316             <param name="reader">The <see cref="T:System.IO.TextReader"/> containing the object.</param>
2317             <param name="objectType">The <see cref="T:System.Type"/> of object being deserialized.</param>
2318             <returns>The instance of <paramref name="objectType"/> being deserialized.</returns>
2319         </member>
2320         <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize``1(Newtonsoft.Json.JsonReader)">
2321             <summary>
2322             Deserializes the JSON structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>
2323             into an instance of the specified type.
2324             </summary>
2325             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the object.</param>
2326             <typeparam name="T">The type of the object to deserialize.</typeparam>
2327             <returns>The instance of <typeparamref name="T"/> being deserialized.</returns>
2328         </member>
2329         <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(Newtonsoft.Json.JsonReader,System.Type)">
2330             <summary>
2331             Deserializes the JSON structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>
2332             into an instance of the specified type.
2333             </summary>
2334             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the object.</param>
2335             <param name="objectType">The <see cref="T:System.Type"/> of object being deserialized.</param>
2336             <returns>The instance of <paramref name="objectType"/> being deserialized.</returns>
2337         </member>
2338         <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(System.IO.TextWriter,System.Object)">
2339             <summary>
2340             Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure
2341             to a <c>Stream</c> using the specified <see cref="T:System.IO.TextWriter"/>. 
2342             </summary>
2343             <param name="textWriter">The <see cref="T:System.IO.TextWriter"/> used to write the JSON structure.</param>
2344             <param name="value">The <see cref="T:System.Object"/> to serialize.</param>
2345         </member>
2346         <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(Newtonsoft.Json.JsonWriter,System.Object,System.Type)">
2347             <summary>
2348             Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure
2349             to a <c>Stream</c> using the specified <see cref="T:System.IO.TextWriter"/>. 
2350             </summary>
2351             <param name="jsonWriter">The <see cref="T:Newtonsoft.Json.JsonWriter"/> used to write the JSON structure.</param>
2352             <param name="value">The <see cref="T:System.Object"/> to serialize.</param>
2353             <param name="objectType">
2354             The type of the value being serialized.
2355             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.
2356             Specifing the type is optional.
2357             </param>
2358         </member>
2359         <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(System.IO.TextWriter,System.Object,System.Type)">
2360             <summary>
2361             Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure
2362             to a <c>Stream</c> using the specified <see cref="T:System.IO.TextWriter"/>. 
2363             </summary>
2364             <param name="textWriter">The <see cref="T:System.IO.TextWriter"/> used to write the JSON structure.</param>
2365             <param name="value">The <see cref="T:System.Object"/> to serialize.</param>
2366             <param name="objectType">
2367             The type of the value being serialized.
2368             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.
2369             Specifing the type is optional.
2370             </param>
2371         </member>
2372         <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(Newtonsoft.Json.JsonWriter,System.Object)">
2373             <summary>
2374             Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure
2375             to a <c>Stream</c> using the specified <see cref="T:Newtonsoft.Json.JsonWriter"/>. 
2376             </summary>
2377             <param name="jsonWriter">The <see cref="T:Newtonsoft.Json.JsonWriter"/> used to write the JSON structure.</param>
2378             <param name="value">The <see cref="T:System.Object"/> to serialize.</param>
2379         </member>
2380         <member name="T:Newtonsoft.Json.JsonSerializerSettings">
2381             <summary>
2382             Specifies the settings on a <see cref="T:Newtonsoft.Json.JsonSerializer"/> object.
2383             </summary>
2384         </member>
2385         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceLoopHandling">
2386             <summary>
2387             Gets or sets how reference loops (e.g. a class referencing itself) is handled.
2388             </summary>
2389             <value>Reference loop handling.</value>
2390         </member>
2391         <member name="P:Newtonsoft.Json.JsonSerializerSettings.MissingMemberHandling">
2392             <summary>
2393             Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
2394             </summary>
2395             <value>Missing member handling.</value>
2396         </member>
2397         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ObjectCreationHandling">
2398             <summary>
2399             Gets or sets how objects are created during deserialization.
2400             </summary>
2401             <value>The object creation handling.</value>
2402         </member>
2403         <member name="P:Newtonsoft.Json.JsonSerializerSettings.NullValueHandling">
2404             <summary>
2405             Gets or sets how null values are handled during serialization and deserialization.
2406             </summary>
2407             <value>Null value handling.</value>
2408         </member>
2409         <member name="P:Newtonsoft.Json.JsonSerializerSettings.DefaultValueHandling">
2410             <summary>
2411             Gets or sets how null default are handled during serialization and deserialization.
2412             </summary>
2413             <value>The default value handling.</value>
2414         </member>
2415         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Converters">
2416             <summary>
2417             Gets or sets a collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.
2418             </summary>
2419             <value>The converters.</value>
2420         </member>
2421         <member name="P:Newtonsoft.Json.JsonSerializerSettings.PreserveReferencesHandling">
2422             <summary>
2423             Gets or sets how object references are preserved by the serializer.
2424             </summary>
2425             <value>The preserve references handling.</value>
2426         </member>
2427         <member name="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameHandling">
2428             <summary>
2429             Gets or sets how type name writing and reading is handled by the serializer.
2430             </summary>
2431             <value>The type name handling.</value>
2432         </member>
2433         <member name="P:Newtonsoft.Json.JsonSerializerSettings.MetadataPropertyHandling">
2434             <summary>
2435             Gets or sets how metadata properties are used during deserialization.
2436             </summary>
2437             <value>The metadata properties handling.</value>
2438         </member>
2439         <member name="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameAssemblyFormat">
2440             <summary>
2441             Gets or sets how a type name assembly is written and resolved by the serializer.
2442             </summary>
2443             <value>The type name assembly format.</value>
2444         </member>
2445         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ConstructorHandling">
2446             <summary>
2447             Gets or sets how constructors are used during deserialization.
2448             </summary>
2449             <value>The constructor handling.</value>
2450         </member>
2451         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ContractResolver">
2452             <summary>
2453             Gets or sets the contract resolver used by the serializer when
2454             serializing .NET objects to JSON and vice versa.
2455             </summary>
2456             <value>The contract resolver.</value>
2457         </member>
2458         <member name="P:Newtonsoft.Json.JsonSerializerSettings.EqualityComparer">
2459             <summary>
2460             Gets or sets the equality comparer used by the serializer when comparing references.
2461             </summary>
2462             <value>The equality comparer.</value>
2463         </member>
2464         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceResolver">
2465             <summary>
2466             Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.
2467             </summary>
2468             <value>The reference resolver.</value>
2469         </member>
2470         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceResolverProvider">
2471             <summary>
2472             Gets or sets a function that creates the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.
2473             </summary>
2474             <value>A function that creates the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.</value>
2475         </member>
2476         <member name="P:Newtonsoft.Json.JsonSerializerSettings.TraceWriter">
2477             <summary>
2478             Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.ITraceWriter"/> used by the serializer when writing trace messages.
2479             </summary>
2480             <value>The trace writer.</value>
2481         </member>
2482         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Binder">
2483             <summary>
2484             Gets or sets the <see cref="T:Newtonsoft.Json.SerializationBinder"/> used by the serializer when resolving type names.
2485             </summary>
2486             <value>The binder.</value>
2487         </member>
2488         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Error">
2489             <summary>
2490             Gets or sets the error handler called during serialization and deserialization.
2491             </summary>
2492             <value>The error handler called during serialization and deserialization.</value>
2493         </member>
2494         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Context">
2495             <summary>
2496             Gets or sets the <see cref="T:System.Runtime.Serialization.StreamingContext"/> used by the serializer when invoking serialization callback methods.
2497             </summary>
2498             <value>The context.</value>
2499         </member>
2500         <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateFormatString">
2501             <summary>
2502             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.
2503             </summary>
2504         </member>
2505         <member name="P:Newtonsoft.Json.JsonSerializerSettings.MaxDepth">
2506             <summary>
2507             Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>.
2508             </summary>
2509         </member>
2510         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Formatting">
2511             <summary>
2512             Indicates how JSON text output is formatted.
2513             </summary>
2514         </member>
2515         <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateFormatHandling">
2516             <summary>
2517             Get or set how dates are written to JSON text.
2518             </summary>
2519         </member>
2520         <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateTimeZoneHandling">
2521             <summary>
2522             Get or set how <see cref="T:System.DateTime"/> time zones are handling during serialization and deserialization.
2523             </summary>
2524         </member>
2525         <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateParseHandling">
2526             <summary>
2527             Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
2528             </summary>
2529         </member>
2530         <member name="P:Newtonsoft.Json.JsonSerializerSettings.FloatFormatHandling">
2531             <summary>
2532             Get or set how special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>,
2533             <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/>,
2534             are written as JSON.
2535             </summary>
2536         </member>
2537         <member name="P:Newtonsoft.Json.JsonSerializerSettings.FloatParseHandling">
2538             <summary>
2539             Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
2540             </summary>
2541         </member>
2542         <member name="P:Newtonsoft.Json.JsonSerializerSettings.StringEscapeHandling">
2543             <summary>
2544             Get or set how strings are escaped when writing JSON text.
2545             </summary>
2546         </member>
2547         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Culture">
2548             <summary>
2549             Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.
2550             </summary>
2551         </member>
2552         <member name="P:Newtonsoft.Json.JsonSerializerSettings.CheckAdditionalContent">
2553             <summary>
2554             Gets a value indicating whether there will be a check for additional content after deserializing an object.
2555             </summary>
2556             <value>
2557                 <c>true</c> if there will be a check for additional content after deserializing an object; otherwise, <c>false</c>.
2558             </value>
2559         </member>
2560         <member name="M:Newtonsoft.Json.JsonSerializerSettings.#ctor">
2561             <summary>
2562             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> class.
2563             </summary>
2564         </member>
2565         <member name="T:Newtonsoft.Json.JsonTextReader">
2566             <summary>
2567             Represents a reader that provides fast, non-cached, forward-only access to JSON text data.
2568             </summary>
2569         </member>
2570         <member name="M:Newtonsoft.Json.JsonTextReader.#ctor(System.IO.TextReader)">
2571             <summary>
2572             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReader"/> class with the specified <see cref="T:System.IO.TextReader"/>.
2573             </summary>
2574             <param name="reader">The <c>TextReader</c> containing the XML data to read.</param>
2575         </member>
2576         <member name="M:Newtonsoft.Json.JsonTextReader.Read">
2577             <summary>
2578             Reads the next JSON token from the stream.
2579             </summary>
2580             <returns>
2581             true if the next token was read successfully; false if there are no more tokens to read.
2582             </returns>
2583         </member>
2584         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsBytes">
2585             <summary>
2586             Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].
2587             </summary>
2588             <returns>
2589             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.
2590             </returns>
2591         </member>
2592         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDecimal">
2593             <summary>
2594             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
2595             </summary>
2596             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
2597         </member>
2598         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsInt32">
2599             <summary>
2600             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
2601             </summary>
2602             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
2603         </member>
2604         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsString">
2605             <summary>
2606             Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
2607             </summary>
2608             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
2609         </member>
2610         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTime">
2611             <summary>
2612             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
2613             </summary>
2614             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
2615         </member>
2616         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTimeOffset">
2617             <summary>
2618             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
2619             </summary>
2620             <returns>A <see cref="T:System.DateTimeOffset"/>. This method will return <c>null</c> at the end of an array.</returns>
2621         </member>
2622         <member name="M:Newtonsoft.Json.JsonTextReader.Close">
2623             <summary>
2624             Changes the state to closed. 
2625             </summary>
2626         </member>
2627         <member name="M:Newtonsoft.Json.JsonTextReader.HasLineInfo">
2628             <summary>
2629             Gets a value indicating whether the class can return line information.
2630             </summary>
2631             <returns>
2632                 <c>true</c> if LineNumber and LinePosition can be provided; otherwise, <c>false</c>.
2633             </returns>
2634         </member>
2635         <member name="P:Newtonsoft.Json.JsonTextReader.LineNumber">
2636             <summary>
2637             Gets the current line number.
2638             </summary>
2639             <value>
2640             The current line number or 0 if no line information is available (for example, HasLineInfo returns false).
2641             </value>
2642         </member>
2643         <member name="P:Newtonsoft.Json.JsonTextReader.LinePosition">
2644             <summary>
2645             Gets the current line position.
2646             </summary>
2647             <value>
2648             The current line position or 0 if no line information is available (for example, HasLineInfo returns false).
2649             </value>
2650         </member>
2651         <member name="T:Newtonsoft.Json.JsonTextWriter">
2652             <summary>
2653             Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
2654             </summary>
2655         </member>
2656         <member name="P:Newtonsoft.Json.JsonTextWriter.Indentation">
2657             <summary>
2658             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>.
2659             </summary>
2660         </member>
2661         <member name="P:Newtonsoft.Json.JsonTextWriter.QuoteChar">
2662             <summary>
2663             Gets or sets which character to use to quote attribute values.
2664             </summary>
2665         </member>
2666         <member name="P:Newtonsoft.Json.JsonTextWriter.IndentChar">
2667             <summary>
2668             Gets or sets which character to use for indenting when <see cref="T:Newtonsoft.Json.Formatting"/> is set to <c>Formatting.Indented</c>.
2669             </summary>
2670         </member>
2671         <member name="P:Newtonsoft.Json.JsonTextWriter.QuoteName">
2672             <summary>
2673             Gets or sets a value indicating whether object names will be surrounded with quotes.
2674             </summary>
2675         </member>
2676         <member name="M:Newtonsoft.Json.JsonTextWriter.#ctor(System.IO.TextWriter)">
2677             <summary>
2678             Creates an instance of the <c>JsonWriter</c> class using the specified <see cref="T:System.IO.TextWriter"/>. 
2679             </summary>
2680             <param name="textWriter">The <c>TextWriter</c> to write to.</param>
2681         </member>
2682         <member name="M:Newtonsoft.Json.JsonTextWriter.Flush">
2683             <summary>
2684             Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
2685             </summary>
2686         </member>
2687         <member name="M:Newtonsoft.Json.JsonTextWriter.Close">
2688             <summary>
2689             Closes this stream and the underlying stream.
2690             </summary>
2691         </member>
2692         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartObject">
2693             <summary>
2694             Writes the beginning of a JSON object.
2695             </summary>
2696         </member>
2697         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartArray">
2698             <summary>
2699             Writes the beginning of a JSON array.
2700             </summary>
2701         </member>
2702         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartConstructor(System.String)">
2703             <summary>
2704             Writes the start of a constructor with the given name.
2705             </summary>
2706             <param name="name">The name of the constructor.</param>
2707         </member>
2708         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
2709             <summary>
2710             Writes the specified end token.
2711             </summary>
2712             <param name="token">The end token to write.</param>
2713         </member>
2714         <member name="M:Newtonsoft.Json.JsonTextWriter.WritePropertyName(System.String)">
2715             <summary>
2716             Writes the property name of a name/value pair on a JSON object.
2717             </summary>
2718             <param name="name">The name of the property.</param>
2719         </member>
2720         <member name="M:Newtonsoft.Json.JsonTextWriter.WritePropertyName(System.String,System.Boolean)">
2721             <summary>
2722             Writes the property name of a name/value pair on a JSON object.
2723             </summary>
2724             <param name="name">The name of the property.</param>
2725             <param name="escape">A flag to indicate whether the text should be escaped when it is written as a JSON property name.</param>
2726         </member>
2727         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteIndent">
2728             <summary>
2729             Writes indent characters.
2730             </summary>
2731         </member>
2732         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValueDelimiter">
2733             <summary>
2734             Writes the JSON value delimiter.
2735             </summary>
2736         </member>
2737         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteIndentSpace">
2738             <summary>
2739             Writes an indent space.
2740             </summary>
2741         </member>
2742         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Object)">
2743             <summary>
2744             Writes a <see cref="T:System.Object"/> value.
2745             An error will raised if the value cannot be written as a single JSON token.
2746             </summary>
2747             <param name="value">The <see cref="T:System.Object"/> value to write.</param>
2748         </member>
2749         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteNull">
2750             <summary>
2751             Writes a null value.
2752             </summary>
2753         </member>
2754         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteUndefined">
2755             <summary>
2756             Writes an undefined value.
2757             </summary>
2758         </member>
2759         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteRaw(System.String)">
2760             <summary>
2761             Writes raw JSON.
2762             </summary>
2763             <param name="json">The raw JSON to write.</param>
2764         </member>
2765         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.String)">
2766             <summary>
2767             Writes a <see cref="T:System.String"/> value.
2768             </summary>
2769             <param name="value">The <see cref="T:System.String"/> value to write.</param>
2770         </member>
2771         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int32)">
2772             <summary>
2773             Writes a <see cref="T:System.Int32"/> value.
2774             </summary>
2775             <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
2776         </member>
2777         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt32)">
2778             <summary>
2779             Writes a <see cref="T:System.UInt32"/> value.
2780             </summary>
2781             <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
2782         </member>
2783         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int64)">
2784             <summary>
2785             Writes a <see cref="T:System.Int64"/> value.
2786             </summary>
2787             <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
2788         </member>
2789         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt64)">
2790             <summary>
2791             Writes a <see cref="T:System.UInt64"/> value.
2792             </summary>
2793             <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
2794         </member>
2795         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Single)">
2796             <summary>
2797             Writes a <see cref="T:System.Single"/> value.
2798             </summary>
2799             <param name="value">The <see cref="T:System.Single"/> value to write.</param>
2800         </member>
2801         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Nullable{System.Single})">
2802             <summary>
2803             Writes a <see cref="T:System.Nullable`1"/> value.
2804             </summary>
2805             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
2806         </member>
2807         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Double)">
2808             <summary>
2809             Writes a <see cref="T:System.Double"/> value.
2810             </summary>
2811             <param name="value">The <see cref="T:System.Double"/> value to write.</param>
2812         </member>
2813         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Nullable{System.Double})">
2814             <summary>
2815             Writes a <see cref="T:System.Nullable`1"/> value.
2816             </summary>
2817             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
2818         </member>
2819         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Boolean)">
2820             <summary>
2821             Writes a <see cref="T:System.Boolean"/> value.
2822             </summary>
2823             <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
2824         </member>
2825         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int16)">
2826             <summary>
2827             Writes a <see cref="T:System.Int16"/> value.
2828             </summary>
2829             <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
2830         </member>
2831         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt16)">
2832             <summary>
2833             Writes a <see cref="T:System.UInt16"/> value.
2834             </summary>
2835             <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
2836         </member>
2837         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Char)">
2838             <summary>
2839             Writes a <see cref="T:System.Char"/> value.
2840             </summary>
2841             <param name="value">The <see cref="T:System.Char"/> value to write.</param>
2842         </member>
2843         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Byte)">
2844             <summary>
2845             Writes a <see cref="T:System.Byte"/> value.
2846             </summary>
2847             <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
2848         </member>
2849         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.SByte)">
2850             <summary>
2851             Writes a <see cref="T:System.SByte"/> value.
2852             </summary>
2853             <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
2854         </member>
2855         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Decimal)">
2856             <summary>
2857             Writes a <see cref="T:System.Decimal"/> value.
2858             </summary>
2859             <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
2860         </member>
2861         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.DateTime)">
2862             <summary>
2863             Writes a <see cref="T:System.DateTime"/> value.
2864             </summary>
2865             <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
2866         </member>
2867         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Byte[])">
2868             <summary>
2869             Writes a <see cref="T:System.Byte"/>[] value.
2870             </summary>
2871             <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param>
2872         </member>
2873         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.DateTimeOffset)">
2874             <summary>
2875             Writes a <see cref="T:System.DateTimeOffset"/> value.
2876             </summary>
2877             <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>
2878         </member>
2879         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Guid)">
2880             <summary>
2881             Writes a <see cref="T:System.Guid"/> value.
2882             </summary>
2883             <param name="value">The <see cref="T:System.Guid"/> value to write.</param>
2884         </member>
2885         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.TimeSpan)">
2886             <summary>
2887             Writes a <see cref="T:System.TimeSpan"/> value.
2888             </summary>
2889             <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>
2890         </member>
2891         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Uri)">
2892             <summary>
2893             Writes a <see cref="T:System.Uri"/> value.
2894             </summary>
2895             <param name="value">The <see cref="T:System.Uri"/> value to write.</param>
2896         </member>
2897         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteComment(System.String)">
2898             <summary>
2899             Writes out a comment <code>/*...*/</code> containing the specified text. 
2900             </summary>
2901             <param name="text">Text to place inside the comment.</param>
2902         </member>
2903         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteWhitespace(System.String)">
2904             <summary>
2905             Writes out the given white space.
2906             </summary>
2907             <param name="ws">The string of white space characters.</param>
2908         </member>
2909         <member name="T:Newtonsoft.Json.JsonToken">
2910             <summary>
2911             Specifies the type of JSON token.
2912             </summary>
2913         </member>
2914         <member name="F:Newtonsoft.Json.JsonToken.None">
2915             <summary>
2916             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. 
2917             </summary>
2918         </member>
2919         <member name="F:Newtonsoft.Json.JsonToken.StartObject">
2920             <summary>
2921             An object start token.
2922             </summary>
2923         </member>
2924         <member name="F:Newtonsoft.Json.JsonToken.StartArray">
2925             <summary>
2926             An array start token.
2927             </summary>
2928         </member>
2929         <member name="F:Newtonsoft.Json.JsonToken.StartConstructor">
2930             <summary>
2931             A constructor start token.
2932             </summary>
2933         </member>
2934         <member name="F:Newtonsoft.Json.JsonToken.PropertyName">
2935             <summary>
2936             An object property name.
2937             </summary>
2938         </member>
2939         <member name="F:Newtonsoft.Json.JsonToken.Comment">
2940             <summary>
2941             A comment.
2942             </summary>
2943         </member>
2944         <member name="F:Newtonsoft.Json.JsonToken.Raw">
2945             <summary>
2946             Raw JSON.
2947             </summary>
2948         </member>
2949         <member name="F:Newtonsoft.Json.JsonToken.Integer">
2950             <summary>
2951             An integer.
2952             </summary>
2953         </member>
2954         <member name="F:Newtonsoft.Json.JsonToken.Float">
2955             <summary>
2956             A float.
2957             </summary>
2958         </member>
2959         <member name="F:Newtonsoft.Json.JsonToken.String">
2960             <summary>
2961             A string.
2962             </summary>
2963         </member>
2964         <member name="F:Newtonsoft.Json.JsonToken.Boolean">
2965             <summary>
2966             A boolean.
2967             </summary>
2968         </member>
2969         <member name="F:Newtonsoft.Json.JsonToken.Null">
2970             <summary>
2971             A null token.
2972             </summary>
2973         </member>
2974         <member name="F:Newtonsoft.Json.JsonToken.Undefined">
2975             <summary>
2976             An undefined token.
2977             </summary>
2978         </member>
2979         <member name="F:Newtonsoft.Json.JsonToken.EndObject">
2980             <summary>
2981             An object end token.
2982             </summary>
2983         </member>
2984         <member name="F:Newtonsoft.Json.JsonToken.EndArray">
2985             <summary>
2986             An array end token.
2987             </summary>
2988         </member>
2989         <member name="F:Newtonsoft.Json.JsonToken.EndConstructor">
2990             <summary>
2991             A constructor end token.
2992             </summary>
2993         </member>
2994         <member name="F:Newtonsoft.Json.JsonToken.Date">
2995             <summary>
2996             A Date.
2997             </summary>
2998         </member>
2999         <member name="F:Newtonsoft.Json.JsonToken.Bytes">
3000             <summary>
3001             Byte data.
3002             </summary>
3003         </member>
3004         <member name="T:Newtonsoft.Json.JsonValidatingReader">
3005             <summary>
3006             <para>
3007             Represents a reader that provides <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> validation.
3008             </para>
3009             <note type="caution">
3010             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.
3011             </note>
3012             </summary>
3013         </member>
3014         <member name="E:Newtonsoft.Json.JsonValidatingReader.ValidationEventHandler">
3015             <summary>
3016             Sets an event handler for receiving schema validation errors.
3017             </summary>
3018         </member>
3019         <member name="P:Newtonsoft.Json.JsonValidatingReader.Value">
3020             <summary>
3021             Gets the text value of the current JSON token.
3022             </summary>
3023             <value></value>
3024         </member>
3025         <member name="P:Newtonsoft.Json.JsonValidatingReader.Depth">
3026             <summary>
3027             Gets the depth of the current token in the JSON document.
3028             </summary>
3029             <value>The depth of the current token in the JSON document.</value>
3030         </member>
3031         <member name="P:Newtonsoft.Json.JsonValidatingReader.Path">
3032             <summary>
3033             Gets the path of the current JSON token. 
3034             </summary>
3035         </member>
3036         <member name="P:Newtonsoft.Json.JsonValidatingReader.QuoteChar">
3037             <summary>
3038             Gets the quotation mark character used to enclose the value of a string.
3039             </summary>
3040             <value></value>
3041         </member>
3042         <member name="P:Newtonsoft.Json.JsonValidatingReader.TokenType">
3043             <summary>
3044             Gets the type of the current JSON token.
3045             </summary>
3046             <value></value>
3047         </member>
3048         <member name="P:Newtonsoft.Json.JsonValidatingReader.ValueType">
3049             <summary>
3050             Gets the Common Language Runtime (CLR) type for the current JSON token.
3051             </summary>
3052             <value></value>
3053         </member>
3054         <member name="M:Newtonsoft.Json.JsonValidatingReader.#ctor(Newtonsoft.Json.JsonReader)">
3055             <summary>
3056             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonValidatingReader"/> class that
3057             validates the content returned from the given <see cref="T:Newtonsoft.Json.JsonReader"/>.
3058             </summary>
3059             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from while validating.</param>
3060         </member>
3061         <member name="P:Newtonsoft.Json.JsonValidatingReader.Schema">
3062             <summary>
3063             Gets or sets the schema.
3064             </summary>
3065             <value>The schema.</value>
3066         </member>
3067         <member name="P:Newtonsoft.Json.JsonValidatingReader.Reader">
3068             <summary>
3069             Gets the <see cref="T:Newtonsoft.Json.JsonReader"/> used to construct this <see cref="T:Newtonsoft.Json.JsonValidatingReader"/>.
3070             </summary>
3071             <value>The <see cref="T:Newtonsoft.Json.JsonReader"/> specified in the constructor.</value>
3072         </member>
3073         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsInt32">
3074             <summary>
3075             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
3076             </summary>
3077             <returns>A <see cref="T:System.Nullable`1"/>.</returns>
3078         </member>
3079         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsBytes">
3080             <summary>
3081             Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].
3082             </summary>
3083             <returns>
3084             A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null.
3085             </returns>
3086         </member>
3087         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDecimal">
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"/>.</returns>
3092         </member>
3093         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsString">
3094             <summary>
3095             Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
3096             </summary>
3097             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
3098         </member>
3099         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDateTime">
3100             <summary>
3101             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
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.JsonValidatingReader.ReadAsDateTimeOffset">
3106             <summary>
3107             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
3108             </summary>
3109             <returns>A <see cref="T:System.Nullable`1"/>.</returns>
3110         </member>
3111         <member name="M:Newtonsoft.Json.JsonValidatingReader.Read">
3112             <summary>
3113             Reads the next JSON token from the stream.
3114             </summary>
3115             <returns>
3116             true if the next token was read successfully; false if there are no more tokens to read.
3117             </returns>
3118         </member>
3119         <member name="T:Newtonsoft.Json.JsonWriter">
3120             <summary>
3121             Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
3122             </summary>
3123         </member>
3124         <member name="P:Newtonsoft.Json.JsonWriter.CloseOutput">
3125             <summary>
3126             Gets or sets a value indicating whether the underlying stream or
3127             <see cref="T:System.IO.TextReader"/> should be closed when the writer is closed.
3128             </summary>
3129             <value>
3130             true to close the underlying stream or <see cref="T:System.IO.TextReader"/> when
3131             the writer is closed; otherwise false. The default is true.
3132             </value>
3133         </member>
3134         <member name="P:Newtonsoft.Json.JsonWriter.Top">
3135             <summary>
3136             Gets the top.
3137             </summary>
3138             <value>The top.</value>
3139         </member>
3140         <member name="P:Newtonsoft.Json.JsonWriter.WriteState">
3141             <summary>
3142             Gets the state of the writer.
3143             </summary>
3144         </member>
3145         <member name="P:Newtonsoft.Json.JsonWriter.Path">
3146             <summary>
3147             Gets the path of the writer. 
3148             </summary>
3149         </member>
3150         <member name="P:Newtonsoft.Json.JsonWriter.Formatting">
3151             <summary>
3152             Indicates how JSON text output is formatted.
3153             </summary>
3154         </member>
3155         <member name="P:Newtonsoft.Json.JsonWriter.DateFormatHandling">
3156             <summary>
3157             Get or set how dates are written to JSON text.
3158             </summary>
3159         </member>
3160         <member name="P:Newtonsoft.Json.JsonWriter.DateTimeZoneHandling">
3161             <summary>
3162             Get or set how <see cref="T:System.DateTime"/> time zones are handling when writing JSON text.
3163             </summary>
3164         </member>
3165         <member name="P:Newtonsoft.Json.JsonWriter.StringEscapeHandling">
3166             <summary>
3167             Get or set how strings are escaped when writing JSON text.
3168             </summary>
3169         </member>
3170         <member name="P:Newtonsoft.Json.JsonWriter.FloatFormatHandling">
3171             <summary>
3172             Get or set how special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>,
3173             <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/>,
3174             are written to JSON text.
3175             </summary>
3176         </member>
3177         <member name="P:Newtonsoft.Json.JsonWriter.DateFormatString">
3178             <summary>
3179             Get or set how <see cref="T:System.DateTime"/> and <see cref="T:System.DateTimeOffset"/> values are formatting when writing JSON text.
3180             </summary>
3181         </member>
3182         <member name="P:Newtonsoft.Json.JsonWriter.Culture">
3183             <summary>
3184             Gets or sets the culture used when writing JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.
3185             </summary>
3186         </member>
3187         <member name="M:Newtonsoft.Json.JsonWriter.#ctor">
3188             <summary>
3189             Creates an instance of the <c>JsonWriter</c> class. 
3190             </summary>
3191         </member>
3192         <member name="M:Newtonsoft.Json.JsonWriter.Flush">
3193             <summary>
3194             Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
3195             </summary>
3196         </member>
3197         <member name="M:Newtonsoft.Json.JsonWriter.Close">
3198             <summary>
3199             Closes this stream and the underlying stream.
3200             </summary>
3201         </member>
3202         <member name="M:Newtonsoft.Json.JsonWriter.WriteStartObject">
3203             <summary>
3204             Writes the beginning of a JSON object.
3205             </summary>
3206         </member>
3207         <member name="M:Newtonsoft.Json.JsonWriter.WriteEndObject">
3208             <summary>
3209             Writes the end of a JSON object.
3210             </summary>
3211         </member>
3212         <member name="M:Newtonsoft.Json.JsonWriter.WriteStartArray">
3213             <summary>
3214             Writes the beginning of a JSON array.
3215             </summary>
3216         </member>
3217         <member name="M:Newtonsoft.Json.JsonWriter.WriteEndArray">
3218             <summary>
3219             Writes the end of an array.
3220             </summary>
3221         </member>
3222         <member name="M:Newtonsoft.Json.JsonWriter.WriteStartConstructor(System.String)">
3223             <summary>
3224             Writes the start of a constructor with the given name.
3225             </summary>
3226             <param name="name">The name of the constructor.</param>
3227         </member>
3228         <member name="M:Newtonsoft.Json.JsonWriter.WriteEndConstructor">
3229             <summary>
3230             Writes the end constructor.
3231             </summary>
3232         </member>
3233         <member name="M:Newtonsoft.Json.JsonWriter.WritePropertyName(System.String)">
3234             <summary>
3235             Writes the property name of a name/value pair on a JSON object.
3236             </summary>
3237             <param name="name">The name of the property.</param>
3238         </member>
3239         <member name="M:Newtonsoft.Json.JsonWriter.WritePropertyName(System.String,System.Boolean)">
3240             <summary>
3241             Writes the property name of a name/value pair on a JSON object.
3242             </summary>
3243             <param name="name">The name of the property.</param>
3244             <param name="escape">A flag to indicate whether the text should be escaped when it is written as a JSON property name.</param>
3245         </member>
3246         <member name="M:Newtonsoft.Json.JsonWriter.WriteEnd">
3247             <summary>
3248             Writes the end of the current JSON object or array.
3249             </summary>
3250         </member>
3251         <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonReader)">
3252             <summary>
3253             Writes the current <see cref="T:Newtonsoft.Json.JsonReader"/> token and its children.
3254             </summary>
3255             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read the token from.</param>
3256         </member>
3257         <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonReader,System.Boolean)">
3258             <summary>
3259             Writes the current <see cref="T:Newtonsoft.Json.JsonReader"/> token.
3260             </summary>
3261             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read the token from.</param>
3262             <param name="writeChildren">A flag indicating whether the current token's children should be written.</param>
3263         </member>
3264         <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonToken,System.Object)">
3265             <summary>
3266             Writes the <see cref="T:Newtonsoft.Json.JsonToken"/> token and its value.
3267             </summary>
3268             <param name="token">The <see cref="T:Newtonsoft.Json.JsonToken"/> to write.</param>
3269             <param name="value">
3270             The value to write.
3271             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"/>.
3272             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>
3273         </member>
3274         <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonToken)">
3275             <summary>
3276             Writes the <see cref="T:Newtonsoft.Json.JsonToken"/> token.
3277             </summary>
3278             <param name="token">The <see cref="T:Newtonsoft.Json.JsonToken"/> to write.</param>
3279         </member>
3280         <member name="M:Newtonsoft.Json.JsonWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
3281             <summary>
3282             Writes the specified end token.
3283             </summary>
3284             <param name="token">The end token to write.</param>
3285         </member>
3286         <member name="M:Newtonsoft.Json.JsonWriter.WriteIndent">
3287             <summary>
3288             Writes indent characters.
3289             </summary>
3290         </member>
3291         <member name="M:Newtonsoft.Json.JsonWriter.WriteValueDelimiter">
3292             <summary>
3293             Writes the JSON value delimiter.
3294             </summary>
3295         </member>
3296         <member name="M:Newtonsoft.Json.JsonWriter.WriteIndentSpace">
3297             <summary>
3298             Writes an indent space.
3299             </summary>
3300         </member>
3301         <member name="M:Newtonsoft.Json.JsonWriter.WriteNull">
3302             <summary>
3303             Writes a null value.
3304             </summary>
3305         </member>
3306         <member name="M:Newtonsoft.Json.JsonWriter.WriteUndefined">
3307             <summary>
3308             Writes an undefined value.
3309             </summary>
3310         </member>
3311         <member name="M:Newtonsoft.Json.JsonWriter.WriteRaw(System.String)">
3312             <summary>
3313             Writes raw JSON without changing the writer's state.
3314             </summary>
3315             <param name="json">The raw JSON to write.</param>
3316         </member>
3317         <member name="M:Newtonsoft.Json.JsonWriter.WriteRawValue(System.String)">
3318             <summary>
3319             Writes raw JSON where a value is expected and updates the writer's state.
3320             </summary>
3321             <param name="json">The raw JSON to write.</param>
3322         </member>
3323         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.String)">
3324             <summary>
3325             Writes a <see cref="T:System.String"/> value.
3326             </summary>
3327             <param name="value">The <see cref="T:System.String"/> value to write.</param>
3328         </member>
3329         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int32)">
3330             <summary>
3331             Writes a <see cref="T:System.Int32"/> value.
3332             </summary>
3333             <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
3334         </member>
3335         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt32)">
3336             <summary>
3337             Writes a <see cref="T:System.UInt32"/> value.
3338             </summary>
3339             <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
3340         </member>
3341         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int64)">
3342             <summary>
3343             Writes a <see cref="T:System.Int64"/> value.
3344             </summary>
3345             <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
3346         </member>
3347         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt64)">
3348             <summary>
3349             Writes a <see cref="T:System.UInt64"/> value.
3350             </summary>
3351             <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
3352         </member>
3353         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Single)">
3354             <summary>
3355             Writes a <see cref="T:System.Single"/> value.
3356             </summary>
3357             <param name="value">The <see cref="T:System.Single"/> value to write.</param>
3358         </member>
3359         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Double)">
3360             <summary>
3361             Writes a <see cref="T:System.Double"/> value.
3362             </summary>
3363             <param name="value">The <see cref="T:System.Double"/> value to write.</param>
3364         </member>
3365         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Boolean)">
3366             <summary>
3367             Writes a <see cref="T:System.Boolean"/> value.
3368             </summary>
3369             <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
3370         </member>
3371         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int16)">
3372             <summary>
3373             Writes a <see cref="T:System.Int16"/> value.
3374             </summary>
3375             <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
3376         </member>
3377         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt16)">
3378             <summary>
3379             Writes a <see cref="T:System.UInt16"/> value.
3380             </summary>
3381             <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
3382         </member>
3383         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Char)">
3384             <summary>
3385             Writes a <see cref="T:System.Char"/> value.
3386             </summary>
3387             <param name="value">The <see cref="T:System.Char"/> value to write.</param>
3388         </member>
3389         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Byte)">
3390             <summary>
3391             Writes a <see cref="T:System.Byte"/> value.
3392             </summary>
3393             <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
3394         </member>
3395         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.SByte)">
3396             <summary>
3397             Writes a <see cref="T:System.SByte"/> value.
3398             </summary>
3399             <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
3400         </member>
3401         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Decimal)">
3402             <summary>
3403             Writes a <see cref="T:System.Decimal"/> value.
3404             </summary>
3405             <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
3406         </member>
3407         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.DateTime)">
3408             <summary>
3409             Writes a <see cref="T:System.DateTime"/> value.
3410             </summary>
3411             <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
3412         </member>
3413         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.DateTimeOffset)">
3414             <summary>
3415             Writes a <see cref="T:System.DateTimeOffset"/> value.
3416             </summary>
3417             <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>
3418         </member>
3419         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Guid)">
3420             <summary>
3421             Writes a <see cref="T:System.Guid"/> value.
3422             </summary>
3423             <param name="value">The <see cref="T:System.Guid"/> value to write.</param>
3424         </member>
3425         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.TimeSpan)">
3426             <summary>
3427             Writes a <see cref="T:System.TimeSpan"/> value.
3428             </summary>
3429             <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>
3430         </member>
3431         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int32})">
3432             <summary>
3433             Writes a <see cref="T:System.Nullable`1"/> value.
3434             </summary>
3435             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3436         </member>
3437         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt32})">
3438             <summary>
3439             Writes a <see cref="T:System.Nullable`1"/> value.
3440             </summary>
3441             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3442         </member>
3443         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int64})">
3444             <summary>
3445             Writes a <see cref="T:System.Nullable`1"/> value.
3446             </summary>
3447             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3448         </member>
3449         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt64})">
3450             <summary>
3451             Writes a <see cref="T:System.Nullable`1"/> value.
3452             </summary>
3453             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3454         </member>
3455         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Single})">
3456             <summary>
3457             Writes a <see cref="T:System.Nullable`1"/> value.
3458             </summary>
3459             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3460         </member>
3461         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Double})">
3462             <summary>
3463             Writes a <see cref="T:System.Nullable`1"/> value.
3464             </summary>
3465             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3466         </member>
3467         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Boolean})">
3468             <summary>
3469             Writes a <see cref="T:System.Nullable`1"/> value.
3470             </summary>
3471             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3472         </member>
3473         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int16})">
3474             <summary>
3475             Writes a <see cref="T:System.Nullable`1"/> value.
3476             </summary>
3477             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3478         </member>
3479         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt16})">
3480             <summary>
3481             Writes a <see cref="T:System.Nullable`1"/> value.
3482             </summary>
3483             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3484         </member>
3485         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Char})">
3486             <summary>
3487             Writes a <see cref="T:System.Nullable`1"/> value.
3488             </summary>
3489             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3490         </member>
3491         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Byte})">
3492             <summary>
3493             Writes a <see cref="T:System.Nullable`1"/> value.
3494             </summary>
3495             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3496         </member>
3497         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.SByte})">
3498             <summary>
3499             Writes a <see cref="T:System.Nullable`1"/> value.
3500             </summary>
3501             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3502         </member>
3503         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Decimal})">
3504             <summary>
3505             Writes a <see cref="T:System.Nullable`1"/> value.
3506             </summary>
3507             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3508         </member>
3509         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.DateTime})">
3510             <summary>
3511             Writes a <see cref="T:System.Nullable`1"/> value.
3512             </summary>
3513             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3514         </member>
3515         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.DateTimeOffset})">
3516             <summary>
3517             Writes a <see cref="T:System.Nullable`1"/> value.
3518             </summary>
3519             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3520         </member>
3521         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Guid})">
3522             <summary>
3523             Writes a <see cref="T:System.Nullable`1"/> value.
3524             </summary>
3525             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3526         </member>
3527         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.TimeSpan})">
3528             <summary>
3529             Writes a <see cref="T:System.Nullable`1"/> value.
3530             </summary>
3531             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3532         </member>
3533         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Byte[])">
3534             <summary>
3535             Writes a <see cref="T:System.Byte"/>[] value.
3536             </summary>
3537             <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param>
3538         </member>
3539         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Uri)">
3540             <summary>
3541             Writes a <see cref="T:System.Uri"/> value.
3542             </summary>
3543             <param name="value">The <see cref="T:System.Uri"/> value to write.</param>
3544         </member>
3545         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Object)">
3546             <summary>
3547             Writes a <see cref="T:System.Object"/> value.
3548             An error will raised if the value cannot be written as a single JSON token.
3549             </summary>
3550             <param name="value">The <see cref="T:System.Object"/> value to write.</param>
3551         </member>
3552         <member name="M:Newtonsoft.Json.JsonWriter.WriteComment(System.String)">
3553             <summary>
3554             Writes out a comment <code>/*...*/</code> containing the specified text. 
3555             </summary>
3556             <param name="text">Text to place inside the comment.</param>
3557         </member>
3558         <member name="M:Newtonsoft.Json.JsonWriter.WriteWhitespace(System.String)">
3559             <summary>
3560             Writes out the given white space.
3561             </summary>
3562             <param name="ws">The string of white space characters.</param>
3563         </member>
3564         <member name="M:Newtonsoft.Json.JsonWriter.SetWriteState(Newtonsoft.Json.JsonToken,System.Object)">
3565             <summary>
3566             Sets the state of the JsonWriter,
3567             </summary>
3568             <param name="token">The JsonToken being written.</param>
3569             <param name="value">The value being written.</param>
3570         </member>
3571         <member name="T:Newtonsoft.Json.JsonWriterException">
3572             <summary>
3573             The exception thrown when an error occurs while reading JSON text.
3574             </summary>
3575         </member>
3576         <member name="P:Newtonsoft.Json.JsonWriterException.Path">
3577             <summary>
3578             Gets the path to the JSON where the error occurred.
3579             </summary>
3580             <value>The path to the JSON where the error occurred.</value>
3581         </member>
3582         <member name="M:Newtonsoft.Json.JsonWriterException.#ctor">
3583             <summary>
3584             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class.
3585             </summary>
3586         </member>
3587         <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.String)">
3588             <summary>
3589             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class
3590             with a specified error message.
3591             </summary>
3592             <param name="message">The error message that explains the reason for the exception.</param>
3593         </member>
3594         <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.String,System.Exception)">
3595             <summary>
3596             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class
3597             with a specified error message and a reference to the inner exception that is the cause of this exception.
3598             </summary>
3599             <param name="message">The error message that explains the reason for the exception.</param>
3600             <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>
3601         </member>
3602         <member name="T:Newtonsoft.Json.Linq.CommentHandling">
3603             <summary>
3604             Specifies how JSON comments are handled when loading JSON.
3605             </summary>
3606         </member>
3607         <member name="F:Newtonsoft.Json.Linq.CommentHandling.Ignore">
3608             <summary>
3609             Ignore comments.
3610             </summary>
3611         </member>
3612         <member name="F:Newtonsoft.Json.Linq.CommentHandling.Load">
3613             <summary>
3614             Load comments as a <see cref="T:Newtonsoft.Json.Linq.JValue"/> with type <see cref="F:Newtonsoft.Json.Linq.JTokenType.Comment"/>.
3615             </summary>
3616         </member>
3617         <member name="T:Newtonsoft.Json.Linq.Extensions">
3618             <summary>
3619             Contains the LINQ to JSON extension methods.
3620             </summary>
3621         </member>
3622         <member name="M:Newtonsoft.Json.Linq.Extensions.Ancestors``1(System.Collections.Generic.IEnumerable{``0})">
3623             <summary>
3624             Returns a collection of tokens that contains the ancestors of every token in the source collection.
3625             </summary>
3626             <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</typeparam>
3627             <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>
3628             <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>
3629         </member>
3630         <member name="M:Newtonsoft.Json.Linq.Extensions.AncestorsAndSelf``1(System.Collections.Generic.IEnumerable{``0})">
3631             <summary>
3632             Returns a collection of tokens that contains every token in the source collection, and the ancestors of every token in the source collection.
3633             </summary>
3634             <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</typeparam>
3635             <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>
3636             <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>
3637         </member>
3638         <member name="M:Newtonsoft.Json.Linq.Extensions.Descendants``1(System.Collections.Generic.IEnumerable{``0})">
3639             <summary>
3640             Returns a collection of tokens that contains the descendants of every token in the source collection.
3641             </summary>
3642             <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JContainer"/>.</typeparam>
3643             <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>
3644             <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>
3645         </member>
3646         <member name="M:Newtonsoft.Json.Linq.Extensions.DescendantsAndSelf``1(System.Collections.Generic.IEnumerable{``0})">
3647             <summary>
3648             Returns a collection of tokens that contains every token in the source collection, and the descendants of every token in the source collection.
3649             </summary>
3650             <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JContainer"/>.</typeparam>
3651             <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>
3652             <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>
3653         </member>
3654         <member name="M:Newtonsoft.Json.Linq.Extensions.Properties(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JObject})">
3655             <summary>
3656             Returns a collection of child properties of every object in the source collection.
3657             </summary>
3658             <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>
3659             <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>
3660         </member>
3661         <member name="M:Newtonsoft.Json.Linq.Extensions.Values(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken},System.Object)">
3662             <summary>
3663             Returns a collection of child values of every object in the source collection with the given key.
3664             </summary>
3665             <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>
3666             <param name="key">The token key.</param>
3667             <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>
3668         </member>
3669         <member name="M:Newtonsoft.Json.Linq.Extensions.Values(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
3670             <summary>
3671             Returns a collection of child values of every object in the source collection.
3672             </summary>
3673             <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>
3674             <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>
3675         </member>
3676         <member name="M:Newtonsoft.Json.Linq.Extensions.Values``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken},System.Object)">
3677             <summary>
3678             Returns a collection of converted child values of every object in the source collection with the given key.
3679             </summary>
3680             <typeparam name="U">The type to convert the values to.</typeparam>
3681             <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>
3682             <param name="key">The token key.</param>
3683             <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>
3684         </member>
3685         <member name="M:Newtonsoft.Json.Linq.Extensions.Values``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
3686             <summary>
3687             Returns a collection of converted child values of every object in the source collection.
3688             </summary>
3689             <typeparam name="U">The type to convert the values to.</typeparam>
3690             <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>
3691             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the converted values of every token in the source collection.</returns>
3692         </member>
3693         <member name="M:Newtonsoft.Json.Linq.Extensions.Value``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
3694             <summary>
3695             Converts the value.
3696             </summary>
3697             <typeparam name="U">The type to convert the value to.</typeparam>
3698             <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>
3699             <returns>A converted value.</returns>
3700         </member>
3701         <member name="M:Newtonsoft.Json.Linq.Extensions.Value``2(System.Collections.Generic.IEnumerable{``0})">
3702             <summary>
3703             Converts the value.
3704             </summary>
3705             <typeparam name="T">The source collection type.</typeparam>
3706             <typeparam name="U">The type to convert the value to.</typeparam>
3707             <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>
3708             <returns>A converted value.</returns>
3709         </member>
3710         <member name="M:Newtonsoft.Json.Linq.Extensions.Children``1(System.Collections.Generic.IEnumerable{``0})">
3711             <summary>
3712             Returns a collection of child tokens of every array in the source collection.
3713             </summary>
3714             <typeparam name="T">The source collection type.</typeparam>
3715             <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>
3716             <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>
3717         </member>
3718         <member name="M:Newtonsoft.Json.Linq.Extensions.Children``2(System.Collections.Generic.IEnumerable{``0})">
3719             <summary>
3720             Returns a collection of converted child tokens of every array in the source collection.
3721             </summary>
3722             <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>
3723             <typeparam name="U">The type to convert the values to.</typeparam>
3724             <typeparam name="T">The source collection type.</typeparam>
3725             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the converted values of every token in the source collection.</returns>
3726         </member>
3727         <member name="M:Newtonsoft.Json.Linq.Extensions.AsJEnumerable(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
3728             <summary>
3729             Returns the input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.
3730             </summary>
3731             <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>
3732             <returns>The input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.</returns>
3733         </member>
3734         <member name="M:Newtonsoft.Json.Linq.Extensions.AsJEnumerable``1(System.Collections.Generic.IEnumerable{``0})">
3735             <summary>
3736             Returns the input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.
3737             </summary>
3738             <typeparam name="T">The source collection type.</typeparam>
3739             <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>
3740             <returns>The input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.</returns>
3741         </member>
3742         <member name="T:Newtonsoft.Json.Linq.IJEnumerable`1">
3743             <summary>
3744             Represents a collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.
3745             </summary>
3746             <typeparam name="T">The type of token</typeparam>
3747         </member>
3748         <member name="P:Newtonsoft.Json.Linq.IJEnumerable`1.Item(System.Object)">
3749             <summary>
3750             Gets the <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/> with the specified key.
3751             </summary>
3752             <value></value>
3753         </member>
3754         <member name="T:Newtonsoft.Json.Linq.JArray">
3755             <summary>
3756             Represents a JSON array.
3757             </summary>
3758             <example>
3759               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParseArray" title="Parsing a JSON Array from Text" />
3760             </example>
3761         </member>
3762         <member name="P:Newtonsoft.Json.Linq.JArray.ChildrenTokens">
3763             <summary>
3764             Gets the container's children tokens.
3765             </summary>
3766             <value>The container's children tokens.</value>
3767         </member>
3768         <member name="P:Newtonsoft.Json.Linq.JArray.Type">
3769             <summary>
3770             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3771             </summary>
3772             <value>The type.</value>
3773         </member>
3774         <member name="M:Newtonsoft.Json.Linq.JArray.#ctor">
3775             <summary>
3776             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class.
3777             </summary>
3778         </member>
3779         <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(Newtonsoft.Json.Linq.JArray)">
3780             <summary>
3781             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class from another <see cref="T:Newtonsoft.Json.Linq.JArray"/> object.
3782             </summary>
3783             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JArray"/> object to copy from.</param>
3784         </member>
3785         <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(System.Object[])">
3786             <summary>
3787             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class with the specified content.
3788             </summary>
3789             <param name="content">The contents of the array.</param>
3790         </member>
3791         <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(System.Object)">
3792             <summary>
3793             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class with the specified content.
3794             </summary>
3795             <param name="content">The contents of the array.</param>
3796         </member>
3797         <member name="M:Newtonsoft.Json.Linq.JArray.Load(Newtonsoft.Json.JsonReader)">
3798             <summary>
3799             Loads an <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
3800             </summary>
3801             <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>
3802             <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>
3803         </member>
3804         <member name="M:Newtonsoft.Json.Linq.JArray.Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)">
3805             <summary>
3806             Loads an <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
3807             </summary>
3808             <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>
3809             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
3810             If this is null, default load settings will be used.</param>
3811             <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>
3812         </member>
3813         <member name="M:Newtonsoft.Json.Linq.JArray.Parse(System.String)">
3814             <summary>
3815             Load a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a string that contains JSON.
3816             </summary>
3817             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
3818             <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> populated from the string that contains JSON.</returns>
3819             <example>
3820               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParseArray" title="Parsing a JSON Array from Text" />
3821             </example>
3822         </member>
3823         <member name="M:Newtonsoft.Json.Linq.JArray.Parse(System.String,Newtonsoft.Json.Linq.JsonLoadSettings)">
3824             <summary>
3825             Load a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a string that contains JSON.
3826             </summary>
3827             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
3828             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
3829             If this is null, default load settings will be used.</param>
3830             <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> populated from the string that contains JSON.</returns>
3831             <example>
3832               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParseArray" title="Parsing a JSON Array from Text" />
3833             </example>
3834         </member>
3835         <member name="M:Newtonsoft.Json.Linq.JArray.FromObject(System.Object)">
3836             <summary>
3837             Creates a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from an object.
3838             </summary>
3839             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>
3840             <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> with the values of the specified object</returns>
3841         </member>
3842         <member name="M:Newtonsoft.Json.Linq.JArray.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">
3843             <summary>
3844             Creates a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from an object.
3845             </summary>
3846             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>
3847             <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used to read the object.</param>
3848             <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> with the values of the specified object</returns>
3849         </member>
3850         <member name="M:Newtonsoft.Json.Linq.JArray.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
3851             <summary>
3852             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
3853             </summary>
3854             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
3855             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
3856         </member>
3857         <member name="P:Newtonsoft.Json.Linq.JArray.Item(System.Object)">
3858             <summary>
3859             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
3860             </summary>
3861             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
3862         </member>
3863         <member name="P:Newtonsoft.Json.Linq.JArray.Item(System.Int32)">
3864             <summary>
3865             Gets or sets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> at the specified index.
3866             </summary>
3867             <value></value>
3868         </member>
3869         <member name="M:Newtonsoft.Json.Linq.JArray.IndexOf(Newtonsoft.Json.Linq.JToken)">
3870             <summary>
3871             Determines the index of a specific item in the <see cref="T:System.Collections.Generic.IList`1"/>.
3872             </summary>
3873             <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.IList`1"/>.</param>
3874             <returns>
3875             The index of <paramref name="item"/> if found in the list; otherwise, -1.
3876             </returns>
3877         </member>
3878         <member name="M:Newtonsoft.Json.Linq.JArray.Insert(System.Int32,Newtonsoft.Json.Linq.JToken)">
3879             <summary>
3880             Inserts an item to the <see cref="T:System.Collections.Generic.IList`1"/> at the specified index.
3881             </summary>
3882             <param name="index">The zero-based index at which <paramref name="item"/> should be inserted.</param>
3883             <param name="item">The object to insert into the <see cref="T:System.Collections.Generic.IList`1"/>.</param>
3884             <exception cref="T:System.ArgumentOutOfRangeException">
3885                 <paramref name="index"/> is not a valid index in the <see cref="T:System.Collections.Generic.IList`1"/>.</exception>
3886             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IList`1"/> is read-only.</exception>
3887         </member>
3888         <member name="M:Newtonsoft.Json.Linq.JArray.RemoveAt(System.Int32)">
3889             <summary>
3890             Removes the <see cref="T:System.Collections.Generic.IList`1"/> item at the specified index.
3891             </summary>
3892             <param name="index">The zero-based index of the item to remove.</param>
3893             <exception cref="T:System.ArgumentOutOfRangeException">
3894                 <paramref name="index"/> is not a valid index in the <see cref="T:System.Collections.Generic.IList`1"/>.</exception>
3895             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IList`1"/> is read-only.</exception>
3896         </member>
3897         <member name="M:Newtonsoft.Json.Linq.JArray.GetEnumerator">
3898             <summary>
3899             Returns an enumerator that iterates through the collection.
3900             </summary>
3901             <returns>
3902             A <see cref="T:System.Collections.Generic.IEnumerator`1" /> that can be used to iterate through the collection.
3903             </returns>
3904         </member>
3905         <member name="M:Newtonsoft.Json.Linq.JArray.Add(Newtonsoft.Json.Linq.JToken)">
3906             <summary>
3907             Adds an item to the <see cref="T:System.Collections.Generic.ICollection`1"/>.
3908             </summary>
3909             <param name="item">The object to add to the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>
3910             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only.</exception>
3911         </member>
3912         <member name="M:Newtonsoft.Json.Linq.JArray.Clear">
3913             <summary>
3914             Removes all items from the <see cref="T:System.Collections.Generic.ICollection`1"/>.
3915             </summary>
3916             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only. </exception>
3917         </member>
3918         <member name="M:Newtonsoft.Json.Linq.JArray.Contains(Newtonsoft.Json.Linq.JToken)">
3919             <summary>
3920             Determines whether the <see cref="T:System.Collections.Generic.ICollection`1"/> contains a specific value.
3921             </summary>
3922             <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>
3923             <returns>
3924             true if <paramref name="item"/> is found in the <see cref="T:System.Collections.Generic.ICollection`1"/>; otherwise, false.
3925             </returns>
3926         </member>
3927         <member name="M:Newtonsoft.Json.Linq.JArray.CopyTo(Newtonsoft.Json.Linq.JToken[],System.Int32)">
3928             <summary>
3929             Copies to.
3930             </summary>
3931             <param name="array">The array.</param>
3932             <param name="arrayIndex">Index of the array.</param>
3933         </member>
3934         <member name="P:Newtonsoft.Json.Linq.JArray.IsReadOnly">
3935             <summary>
3936             Gets a value indicating whether the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only.
3937             </summary>
3938             <returns>true if the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only; otherwise, false.</returns>
3939         </member>
3940         <member name="M:Newtonsoft.Json.Linq.JArray.Remove(Newtonsoft.Json.Linq.JToken)">
3941             <summary>
3942             Removes the first occurrence of a specific object from the <see cref="T:System.Collections.Generic.ICollection`1"/>.
3943             </summary>
3944             <param name="item">The object to remove from the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>
3945             <returns>
3946             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"/>.
3947             </returns>
3948             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only.</exception>
3949         </member>
3950         <member name="T:Newtonsoft.Json.Linq.JConstructor">
3951             <summary>
3952             Represents a JSON constructor.
3953             </summary>
3954         </member>
3955         <member name="P:Newtonsoft.Json.Linq.JConstructor.ChildrenTokens">
3956             <summary>
3957             Gets the container's children tokens.
3958             </summary>
3959             <value>The container's children tokens.</value>
3960         </member>
3961         <member name="P:Newtonsoft.Json.Linq.JConstructor.Name">
3962             <summary>
3963             Gets or sets the name of this constructor.
3964             </summary>
3965             <value>The constructor name.</value>
3966         </member>
3967         <member name="P:Newtonsoft.Json.Linq.JConstructor.Type">
3968             <summary>
3969             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3970             </summary>
3971             <value>The type.</value>
3972         </member>
3973         <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor">
3974             <summary>
3975             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class.
3976             </summary>
3977         </member>
3978         <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(Newtonsoft.Json.Linq.JConstructor)">
3979             <summary>
3980             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class from another <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> object.
3981             </summary>
3982             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> object to copy from.</param>
3983         </member>
3984         <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String,System.Object[])">
3985             <summary>
3986             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name and content.
3987             </summary>
3988             <param name="name">The constructor name.</param>
3989             <param name="content">The contents of the constructor.</param>
3990         </member>
3991         <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String,System.Object)">
3992             <summary>
3993             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name and content.
3994             </summary>
3995             <param name="name">The constructor name.</param>
3996             <param name="content">The contents of the constructor.</param>
3997         </member>
3998         <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String)">
3999             <summary>
4000             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name.
4001             </summary>
4002             <param name="name">The constructor name.</param>
4003         </member>
4004         <member name="M:Newtonsoft.Json.Linq.JConstructor.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
4005             <summary>
4006             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
4007             </summary>
4008             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
4009             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
4010         </member>
4011         <member name="P:Newtonsoft.Json.Linq.JConstructor.Item(System.Object)">
4012             <summary>
4013             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
4014             </summary>
4015             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
4016         </member>
4017         <member name="M:Newtonsoft.Json.Linq.JConstructor.Load(Newtonsoft.Json.JsonReader)">
4018             <summary>
4019             Loads an <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
4020             </summary>
4021             <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>
4022             <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>
4023         </member>
4024         <member name="M:Newtonsoft.Json.Linq.JConstructor.Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)">
4025             <summary>
4026             Loads an <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
4027             </summary>
4028             <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>
4029             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
4030             If this is null, default load settings will be used.</param>
4031             <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>
4032         </member>
4033         <member name="T:Newtonsoft.Json.Linq.JContainer">
4034             <summary>
4035             Represents a token that can contain other tokens.
4036             </summary>
4037         </member>
4038         <member name="P:Newtonsoft.Json.Linq.JContainer.ChildrenTokens">
4039             <summary>
4040             Gets the container's children tokens.
4041             </summary>
4042             <value>The container's children tokens.</value>
4043         </member>
4044         <member name="P:Newtonsoft.Json.Linq.JContainer.HasValues">
4045             <summary>
4046             Gets a value indicating whether this token has child tokens.
4047             </summary>
4048             <value>
4049                 <c>true</c> if this token has child values; otherwise, <c>false</c>.
4050             </value>
4051         </member>
4052         <member name="P:Newtonsoft.Json.Linq.JContainer.First">
4053             <summary>
4054             Get the first child token of this token.
4055             </summary>
4056             <value>
4057             A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the first child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4058             </value>
4059         </member>
4060         <member name="P:Newtonsoft.Json.Linq.JContainer.Last">
4061             <summary>
4062             Get the last child token of this token.
4063             </summary>
4064             <value>
4065             A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the last child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4066             </value>
4067         </member>
4068         <member name="M:Newtonsoft.Json.Linq.JContainer.Children">
4069             <summary>
4070             Returns a collection of the child tokens of this token, in document order.
4071             </summary>
4072             <returns>
4073             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.
4074             </returns>
4075         </member>
4076         <member name="M:Newtonsoft.Json.Linq.JContainer.Values``1">
4077             <summary>
4078             Returns a collection of the child values of this token, in document order.
4079             </summary>
4080             <typeparam name="T">The type to convert the values to.</typeparam>
4081             <returns>
4082             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.
4083             </returns>
4084         </member>
4085         <member name="M:Newtonsoft.Json.Linq.JContainer.Descendants">
4086             <summary>
4087             Returns a collection of the descendant tokens for this token in document order.
4088             </summary>
4089             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> containing the descendant tokens of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>
4090         </member>
4091         <member name="M:Newtonsoft.Json.Linq.JContainer.DescendantsAndSelf">
4092             <summary>
4093             Returns a collection of the tokens that contain this token, and all descendant tokens of this token, in document order.
4094             </summary>
4095             <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>
4096         </member>
4097         <member name="M:Newtonsoft.Json.Linq.JContainer.Add(System.Object)">
4098             <summary>
4099             Adds the specified content as children of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4100             </summary>
4101             <param name="content">The content to be added.</param>
4102         </member>
4103         <member name="M:Newtonsoft.Json.Linq.JContainer.AddFirst(System.Object)">
4104             <summary>
4105             Adds the specified content as the first children of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4106             </summary>
4107             <param name="content">The content to be added.</param>
4108         </member>
4109         <member name="M:Newtonsoft.Json.Linq.JContainer.CreateWriter">
4110             <summary>
4111             Creates an <see cref="T:Newtonsoft.Json.JsonWriter"/> that can be used to add tokens to the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4112             </summary>
4113             <returns>An <see cref="T:Newtonsoft.Json.JsonWriter"/> that is ready to have content written to it.</returns>
4114         </member>
4115         <member name="M:Newtonsoft.Json.Linq.JContainer.ReplaceAll(System.Object)">
4116             <summary>
4117             Replaces the children nodes of this token with the specified content.
4118             </summary>
4119             <param name="content">The content.</param>
4120         </member>
4121         <member name="M:Newtonsoft.Json.Linq.JContainer.RemoveAll">
4122             <summary>
4123             Removes the child nodes from this token.
4124             </summary>
4125         </member>
4126         <member name="M:Newtonsoft.Json.Linq.JContainer.Merge(System.Object)">
4127             <summary>
4128             Merge the specified content into this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4129             </summary>
4130             <param name="content">The content to be merged.</param>
4131         </member>
4132         <member name="M:Newtonsoft.Json.Linq.JContainer.Merge(System.Object,Newtonsoft.Json.Linq.JsonMergeSettings)">
4133             <summary>
4134             Merge the specified content into this <see cref="T:Newtonsoft.Json.Linq.JToken"/> using <see cref="T:Newtonsoft.Json.Linq.JsonMergeSettings"/>.
4135             </summary>
4136             <param name="content">The content to be merged.</param>
4137             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonMergeSettings"/> used to merge the content.</param>
4138         </member>
4139         <member name="P:Newtonsoft.Json.Linq.JContainer.Count">
4140             <summary>
4141             Gets the count of child JSON tokens.
4142             </summary>
4143             <value>The count of child JSON tokens</value>
4144         </member>
4145         <member name="T:Newtonsoft.Json.Linq.JEnumerable`1">
4146             <summary>
4147             Represents a collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.
4148             </summary>
4149             <typeparam name="T">The type of token</typeparam>
4150         </member>
4151         <member name="F:Newtonsoft.Json.Linq.JEnumerable`1.Empty">
4152             <summary>
4153             An empty collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.
4154             </summary>
4155         </member>
4156         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.#ctor(System.Collections.Generic.IEnumerable{`0})">
4157             <summary>
4158             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> struct.
4159             </summary>
4160             <param name="enumerable">The enumerable.</param>
4161         </member>
4162         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.GetEnumerator">
4163             <summary>
4164             Returns an enumerator that iterates through the collection.
4165             </summary>
4166             <returns>
4167             A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
4168             </returns>
4169         </member>
4170         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.System#Collections#IEnumerable#GetEnumerator">
4171             <summary>
4172             Returns an enumerator that iterates through a collection.
4173             </summary>
4174             <returns>
4175             An <see cref="T:System.Collections.IEnumerator"/> object that can be used to iterate through the collection.
4176             </returns>
4177         </member>
4178         <member name="P:Newtonsoft.Json.Linq.JEnumerable`1.Item(System.Object)">
4179             <summary>
4180             Gets the <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/> with the specified key.
4181             </summary>
4182             <value></value>
4183         </member>
4184         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.Equals(Newtonsoft.Json.Linq.JEnumerable{`0})">
4185             <summary>
4186             Determines whether the specified <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> is equal to this instance.
4187             </summary>
4188             <param name="other">The <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> to compare with this instance.</param>
4189             <returns>
4190                 <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> is equal to this instance; otherwise, <c>false</c>.
4191             </returns>
4192         </member>
4193         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.Equals(System.Object)">
4194             <summary>
4195             Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.
4196             </summary>
4197             <param name="obj">The <see cref="T:System.Object"/> to compare with this instance.</param>
4198             <returns>
4199                 <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.
4200             </returns>
4201         </member>
4202         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.GetHashCode">
4203             <summary>
4204             Returns a hash code for this instance.
4205             </summary>
4206             <returns>
4207             A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. 
4208             </returns>
4209         </member>
4210         <member name="T:Newtonsoft.Json.Linq.JObject">
4211             <summary>
4212             Represents a JSON object.
4213             </summary>
4214             <example>
4215               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParse" title="Parsing a JSON Object from Text" />
4216             </example>
4217         </member>
4218         <member name="P:Newtonsoft.Json.Linq.JObject.ChildrenTokens">
4219             <summary>
4220             Gets the container's children tokens.
4221             </summary>
4222             <value>The container's children tokens.</value>
4223         </member>
4224         <member name="E:Newtonsoft.Json.Linq.JObject.PropertyChanged">
4225             <summary>
4226             Occurs when a property value changes.
4227             </summary>
4228         </member>
4229         <member name="M:Newtonsoft.Json.Linq.JObject.#ctor">
4230             <summary>
4231             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class.
4232             </summary>
4233         </member>
4234         <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(Newtonsoft.Json.Linq.JObject)">
4235             <summary>
4236             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class from another <see cref="T:Newtonsoft.Json.Linq.JObject"/> object.
4237             </summary>
4238             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JObject"/> object to copy from.</param>
4239         </member>
4240         <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(System.Object[])">
4241             <summary>
4242             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class with the specified content.
4243             </summary>
4244             <param name="content">The contents of the object.</param>
4245         </member>
4246         <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(System.Object)">
4247             <summary>
4248             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class with the specified content.
4249             </summary>
4250             <param name="content">The contents of the object.</param>
4251         </member>
4252         <member name="P:Newtonsoft.Json.Linq.JObject.Type">
4253             <summary>
4254             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4255             </summary>
4256             <value>The type.</value>
4257         </member>
4258         <member name="M:Newtonsoft.Json.Linq.JObject.Properties">
4259             <summary>
4260             Gets an <see cref="T:System.Collections.Generic.IEnumerable`1"/> of this object's properties.
4261             </summary>
4262             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of this object's properties.</returns>
4263         </member>
4264         <member name="M:Newtonsoft.Json.Linq.JObject.Property(System.String)">
4265             <summary>
4266             Gets a <see cref="T:Newtonsoft.Json.Linq.JProperty"/> the specified name.
4267             </summary>
4268             <param name="name">The property name.</param>
4269             <returns>A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> with the specified name or null.</returns>
4270         </member>
4271         <member name="M:Newtonsoft.Json.Linq.JObject.PropertyValues">
4272             <summary>
4273             Gets an <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> of this object's property values.
4274             </summary>
4275             <returns>An <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> of this object's property values.</returns>
4276         </member>
4277         <member name="P:Newtonsoft.Json.Linq.JObject.Item(System.Object)">
4278             <summary>
4279             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
4280             </summary>
4281             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
4282         </member>
4283         <member name="P:Newtonsoft.Json.Linq.JObject.Item(System.String)">
4284             <summary>
4285             Gets or sets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.
4286             </summary>
4287             <value></value>
4288         </member>
4289         <member name="M:Newtonsoft.Json.Linq.JObject.Load(Newtonsoft.Json.JsonReader)">
4290             <summary>
4291             Loads an <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
4292             </summary>
4293             <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>
4294             <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>
4295         </member>
4296         <member name="M:Newtonsoft.Json.Linq.JObject.Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)">
4297             <summary>
4298             Loads an <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
4299             </summary>
4300             <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>
4301             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
4302             If this is null, default load settings will be used.</param>
4303             <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>
4304         </member>
4305         <member name="M:Newtonsoft.Json.Linq.JObject.Parse(System.String)">
4306             <summary>
4307             Load a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a string that contains JSON.
4308             </summary>
4309             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
4310             <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> populated from the string that contains JSON.</returns>
4311             <example>
4312               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParse" title="Parsing a JSON Object from Text" />
4313             </example>
4314         </member>
4315         <member name="M:Newtonsoft.Json.Linq.JObject.Parse(System.String,Newtonsoft.Json.Linq.JsonLoadSettings)">
4316             <summary>
4317             Load a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a string that contains JSON.
4318             </summary>
4319             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
4320             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
4321             If this is null, default load settings will be used.</param>
4322             <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> populated from the string that contains JSON.</returns>
4323             <example>
4324               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParse" title="Parsing a JSON Object from Text" />
4325             </example>
4326         </member>
4327         <member name="M:Newtonsoft.Json.Linq.JObject.FromObject(System.Object)">
4328             <summary>
4329             Creates a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from an object.
4330             </summary>
4331             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JObject"/>.</param>
4332             <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> with the values of the specified object</returns>
4333         </member>
4334         <member name="M:Newtonsoft.Json.Linq.JObject.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">
4335             <summary>
4336             Creates a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from an object.
4337             </summary>
4338             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JObject"/>.</param>
4339             <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used to read the object.</param>
4340             <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> with the values of the specified object</returns>
4341         </member>
4342         <member name="M:Newtonsoft.Json.Linq.JObject.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
4343             <summary>
4344             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
4345             </summary>
4346             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
4347             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
4348         </member>
4349         <member name="M:Newtonsoft.Json.Linq.JObject.GetValue(System.String)">
4350             <summary>
4351             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.
4352             </summary>
4353             <param name="propertyName">Name of the property.</param>
4354             <returns>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.</returns>
4355         </member>
4356         <member name="M:Newtonsoft.Json.Linq.JObject.GetValue(System.String,System.StringComparison)">
4357             <summary>
4358             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.
4359             The exact property name will be searched for first and if no matching property is found then
4360             the <see cref="T:System.StringComparison"/> will be used to match a property.
4361             </summary>
4362             <param name="propertyName">Name of the property.</param>
4363             <param name="comparison">One of the enumeration values that specifies how the strings will be compared.</param>
4364             <returns>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.</returns>
4365         </member>
4366         <member name="M:Newtonsoft.Json.Linq.JObject.TryGetValue(System.String,System.StringComparison,Newtonsoft.Json.Linq.JToken@)">
4367             <summary>
4368             Tries to get the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.
4369             The exact property name will be searched for first and if no matching property is found then
4370             the <see cref="T:System.StringComparison"/> will be used to match a property.
4371             </summary>
4372             <param name="propertyName">Name of the property.</param>
4373             <param name="value">The value.</param>
4374             <param name="comparison">One of the enumeration values that specifies how the strings will be compared.</param>
4375             <returns>true if a value was successfully retrieved; otherwise, false.</returns>
4376         </member>
4377         <member name="M:Newtonsoft.Json.Linq.JObject.Add(System.String,Newtonsoft.Json.Linq.JToken)">
4378             <summary>
4379             Adds the specified property name.
4380             </summary>
4381             <param name="propertyName">Name of the property.</param>
4382             <param name="value">The value.</param>
4383         </member>
4384         <member name="M:Newtonsoft.Json.Linq.JObject.Remove(System.String)">
4385             <summary>
4386             Removes the property with the specified name.
4387             </summary>
4388             <param name="propertyName">Name of the property.</param>
4389             <returns>true if item was successfully removed; otherwise, false.</returns>
4390         </member>
4391         <member name="M:Newtonsoft.Json.Linq.JObject.TryGetValue(System.String,Newtonsoft.Json.Linq.JToken@)">
4392             <summary>
4393             Tries the get value.
4394             </summary>
4395             <param name="propertyName">Name of the property.</param>
4396             <param name="value">The value.</param>
4397             <returns>true if a value was successfully retrieved; otherwise, false.</returns>
4398         </member>
4399         <member name="M:Newtonsoft.Json.Linq.JObject.GetEnumerator">
4400             <summary>
4401             Returns an enumerator that iterates through the collection.
4402             </summary>
4403             <returns>
4404             A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
4405             </returns>
4406         </member>
4407         <member name="M:Newtonsoft.Json.Linq.JObject.OnPropertyChanged(System.String)">
4408             <summary>
4409             Raises the <see cref="E:Newtonsoft.Json.Linq.JObject.PropertyChanged"/> event with the provided arguments.
4410             </summary>
4411             <param name="propertyName">Name of the property.</param>
4412         </member>
4413         <member name="T:Newtonsoft.Json.Linq.JProperty">
4414             <summary>
4415             Represents a JSON property.
4416             </summary>
4417         </member>
4418         <member name="P:Newtonsoft.Json.Linq.JProperty.ChildrenTokens">
4419             <summary>
4420             Gets the container's children tokens.
4421             </summary>
4422             <value>The container's children tokens.</value>
4423         </member>
4424         <member name="P:Newtonsoft.Json.Linq.JProperty.Name">
4425             <summary>
4426             Gets the property name.
4427             </summary>
4428             <value>The property name.</value>
4429         </member>
4430         <member name="P:Newtonsoft.Json.Linq.JProperty.Value">
4431             <summary>
4432             Gets or sets the property value.
4433             </summary>
4434             <value>The property value.</value>
4435         </member>
4436         <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(Newtonsoft.Json.Linq.JProperty)">
4437             <summary>
4438             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class from another <see cref="T:Newtonsoft.Json.Linq.JProperty"/> object.
4439             </summary>
4440             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> object to copy from.</param>
4441         </member>
4442         <member name="P:Newtonsoft.Json.Linq.JProperty.Type">
4443             <summary>
4444             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4445             </summary>
4446             <value>The type.</value>
4447         </member>
4448         <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(System.String,System.Object[])">
4449             <summary>
4450             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class.
4451             </summary>
4452             <param name="name">The property name.</param>
4453             <param name="content">The property content.</param>
4454         </member>
4455         <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(System.String,System.Object)">
4456             <summary>
4457             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class.
4458             </summary>
4459             <param name="name">The property name.</param>
4460             <param name="content">The property content.</param>
4461         </member>
4462         <member name="M:Newtonsoft.Json.Linq.JProperty.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
4463             <summary>
4464             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
4465             </summary>
4466             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
4467             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
4468         </member>
4469         <member name="M:Newtonsoft.Json.Linq.JProperty.Load(Newtonsoft.Json.JsonReader)">
4470             <summary>
4471             Loads an <see cref="T:Newtonsoft.Json.Linq.JProperty"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
4472             </summary>
4473             <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>
4474             <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>
4475         </member>
4476         <member name="M:Newtonsoft.Json.Linq.JProperty.Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)">
4477             <summary>
4478             Loads an <see cref="T:Newtonsoft.Json.Linq.JProperty"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
4479             </summary>
4480             <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>
4481             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
4482             If this is null, default load settings will be used.</param>
4483             <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>
4484         </member>
4485         <member name="T:Newtonsoft.Json.Linq.JRaw">
4486             <summary>
4487             Represents a raw JSON string.
4488             </summary>
4489         </member>
4490         <member name="M:Newtonsoft.Json.Linq.JRaw.#ctor(Newtonsoft.Json.Linq.JRaw)">
4491             <summary>
4492             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JRaw"/> class from another <see cref="T:Newtonsoft.Json.Linq.JRaw"/> object.
4493             </summary>
4494             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JRaw"/> object to copy from.</param>
4495         </member>
4496         <member name="M:Newtonsoft.Json.Linq.JRaw.#ctor(System.Object)">
4497             <summary>
4498             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JRaw"/> class.
4499             </summary>
4500             <param name="rawJson">The raw json.</param>
4501         </member>
4502         <member name="M:Newtonsoft.Json.Linq.JRaw.Create(Newtonsoft.Json.JsonReader)">
4503             <summary>
4504             Creates an instance of <see cref="T:Newtonsoft.Json.Linq.JRaw"/> with the content of the reader's current token.
4505             </summary>
4506             <param name="reader">The reader.</param>
4507             <returns>An instance of <see cref="T:Newtonsoft.Json.Linq.JRaw"/> with the content of the reader's current token.</returns>
4508         </member>
4509         <member name="T:Newtonsoft.Json.Linq.JsonLoadSettings">
4510             <summary>
4511             Specifies the settings used when loading JSON.
4512             </summary>
4513         </member>
4514         <member name="P:Newtonsoft.Json.Linq.JsonLoadSettings.CommentHandling">
4515             <summary>
4516             Gets or sets how JSON comments are handled when loading JSON.
4517             </summary>
4518             <value>The JSON comment handling.</value>
4519         </member>
4520         <member name="T:Newtonsoft.Json.Linq.JsonMergeSettings">
4521             <summary>
4522             Specifies the settings used when merging JSON.
4523             </summary>
4524         </member>
4525         <member name="P:Newtonsoft.Json.Linq.JsonMergeSettings.MergeArrayHandling">
4526             <summary>
4527             Gets or sets the method used when merging JSON arrays.
4528             </summary>
4529             <value>The method used when merging JSON arrays.</value>
4530         </member>
4531         <member name="T:Newtonsoft.Json.Linq.JToken">
4532             <summary>
4533             Represents an abstract JSON token.
4534             </summary>
4535         </member>
4536         <member name="P:Newtonsoft.Json.Linq.JToken.EqualityComparer">
4537             <summary>
4538             Gets a comparer that can compare two tokens for value equality.
4539             </summary>
4540             <value>A <see cref="T:Newtonsoft.Json.Linq.JTokenEqualityComparer"/> that can compare two nodes for value equality.</value>
4541         </member>
4542         <member name="P:Newtonsoft.Json.Linq.JToken.Parent">
4543             <summary>
4544             Gets or sets the parent.
4545             </summary>
4546             <value>The parent.</value>
4547         </member>
4548         <member name="P:Newtonsoft.Json.Linq.JToken.Root">
4549             <summary>
4550             Gets the root <see cref="T:Newtonsoft.Json.Linq.JToken"/> of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4551             </summary>
4552             <value>The root <see cref="T:Newtonsoft.Json.Linq.JToken"/> of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value>
4553         </member>
4554         <member name="P:Newtonsoft.Json.Linq.JToken.Type">
4555             <summary>
4556             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4557             </summary>
4558             <value>The type.</value>
4559         </member>
4560         <member name="P:Newtonsoft.Json.Linq.JToken.HasValues">
4561             <summary>
4562             Gets a value indicating whether this token has child tokens.
4563             </summary>
4564             <value>
4565                 <c>true</c> if this token has child values; otherwise, <c>false</c>.
4566             </value>
4567         </member>
4568         <member name="M:Newtonsoft.Json.Linq.JToken.DeepEquals(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
4569             <summary>
4570             Compares the values of two tokens, including the values of all descendant tokens.
4571             </summary>
4572             <param name="t1">The first <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
4573             <param name="t2">The second <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
4574             <returns>true if the tokens are equal; otherwise false.</returns>
4575         </member>
4576         <member name="P:Newtonsoft.Json.Linq.JToken.Next">
4577             <summary>
4578             Gets the next sibling token of this node.
4579             </summary>
4580             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the next sibling token.</value>
4581         </member>
4582         <member name="P:Newtonsoft.Json.Linq.JToken.Previous">
4583             <summary>
4584             Gets the previous sibling token of this node.
4585             </summary>
4586             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the previous sibling token.</value>
4587         </member>
4588         <member name="P:Newtonsoft.Json.Linq.JToken.Path">
4589             <summary>
4590             Gets the path of the JSON token. 
4591             </summary>
4592         </member>
4593         <member name="M:Newtonsoft.Json.Linq.JToken.AddAfterSelf(System.Object)">
4594             <summary>
4595             Adds the specified content immediately after this token.
4596             </summary>
4597             <param name="content">A content object that contains simple content or a collection of content objects to be added after this token.</param>
4598         </member>
4599         <member name="M:Newtonsoft.Json.Linq.JToken.AddBeforeSelf(System.Object)">
4600             <summary>
4601             Adds the specified content immediately before this token.
4602             </summary>
4603             <param name="content">A content object that contains simple content or a collection of content objects to be added before this token.</param>
4604         </member>
4605         <member name="M:Newtonsoft.Json.Linq.JToken.Ancestors">
4606             <summary>
4607             Returns a collection of the ancestor tokens of this token.
4608             </summary>
4609             <returns>A collection of the ancestor tokens of this token.</returns>
4610         </member>
4611         <member name="M:Newtonsoft.Json.Linq.JToken.AncestorsAndSelf">
4612             <summary>
4613             Returns a collection of tokens that contain this token, and the ancestors of this token.
4614             </summary>
4615             <returns>A collection of tokens that contain this token, and the ancestors of this token.</returns>
4616         </member>
4617         <member name="M:Newtonsoft.Json.Linq.JToken.AfterSelf">
4618             <summary>
4619             Returns a collection of the sibling tokens after this token, in document order.
4620             </summary>
4621             <returns>A collection of the sibling tokens after this tokens, in document order.</returns>
4622         </member>
4623         <member name="M:Newtonsoft.Json.Linq.JToken.BeforeSelf">
4624             <summary>
4625             Returns a collection of the sibling tokens before this token, in document order.
4626             </summary>
4627             <returns>A collection of the sibling tokens before this token, in document order.</returns>
4628         </member>
4629         <member name="P:Newtonsoft.Json.Linq.JToken.Item(System.Object)">
4630             <summary>
4631             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
4632             </summary>
4633             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
4634         </member>
4635         <member name="M:Newtonsoft.Json.Linq.JToken.Value``1(System.Object)">
4636             <summary>
4637             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key converted to the specified type.
4638             </summary>
4639             <typeparam name="T">The type to convert the token to.</typeparam>
4640             <param name="key">The token key.</param>
4641             <returns>The converted token value.</returns>
4642         </member>
4643         <member name="P:Newtonsoft.Json.Linq.JToken.First">
4644             <summary>
4645             Get the first child token of this token.
4646             </summary>
4647             <value>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the first child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value>
4648         </member>
4649         <member name="P:Newtonsoft.Json.Linq.JToken.Last">
4650             <summary>
4651             Get the last child token of this token.
4652             </summary>
4653             <value>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the last child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value>
4654         </member>
4655         <member name="M:Newtonsoft.Json.Linq.JToken.Children">
4656             <summary>
4657             Returns a collection of the child tokens of this token, in document order.
4658             </summary>
4659             <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>
4660         </member>
4661         <member name="M:Newtonsoft.Json.Linq.JToken.Children``1">
4662             <summary>
4663             Returns a collection of the child tokens of this token, in document order, filtered by the specified type.
4664             </summary>
4665             <typeparam name="T">The type to filter the child tokens on.</typeparam>
4666             <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>
4667         </member>
4668         <member name="M:Newtonsoft.Json.Linq.JToken.Values``1">
4669             <summary>
4670             Returns a collection of the child values of this token, in document order.
4671             </summary>
4672             <typeparam name="T">The type to convert the values to.</typeparam>
4673             <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>
4674         </member>
4675         <member name="M:Newtonsoft.Json.Linq.JToken.Remove">
4676             <summary>
4677             Removes this token from its parent.
4678             </summary>
4679         </member>
4680         <member name="M:Newtonsoft.Json.Linq.JToken.Replace(Newtonsoft.Json.Linq.JToken)">
4681             <summary>
4682             Replaces this token with the specified token.
4683             </summary>
4684             <param name="value">The value.</param>
4685         </member>
4686         <member name="M:Newtonsoft.Json.Linq.JToken.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
4687             <summary>
4688             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
4689             </summary>
4690             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
4691             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
4692         </member>
4693         <member name="M:Newtonsoft.Json.Linq.JToken.ToString">
4694             <summary>
4695             Returns the indented JSON for this token.
4696             </summary>
4697             <returns>
4698             The indented JSON for this token.
4699             </returns>
4700         </member>
4701         <member name="M:Newtonsoft.Json.Linq.JToken.ToString(Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[])">
4702             <summary>
4703             Returns the JSON for this token using the given formatting and converters.
4704             </summary>
4705             <param name="formatting">Indicates how the output is formatted.</param>
4706             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
4707             <returns>The JSON for this token using the given formatting and converters.</returns>
4708         </member>
4709         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Boolean">
4710             <summary>
4711             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Boolean"/>.
4712             </summary>
4713             <param name="value">The value.</param>
4714             <returns>The result of the conversion.</returns>
4715         </member>
4716         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.DateTimeOffset">
4717             <summary>
4718             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.DateTimeOffset"/>.
4719             </summary>
4720             <param name="value">The value.</param>
4721             <returns>The result of the conversion.</returns>
4722         </member>
4723         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Boolean}">
4724             <summary>
4725             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
4726             </summary>
4727             <param name="value">The value.</param>
4728             <returns>The result of the conversion.</returns>
4729         </member>
4730         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int64">
4731             <summary>
4732             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int64"/>.
4733             </summary>
4734             <param name="value">The value.</param>
4735             <returns>The result of the conversion.</returns>
4736         </member>
4737         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.DateTime}">
4738             <summary>
4739             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
4740             </summary>
4741             <param name="value">The value.</param>
4742             <returns>The result of the conversion.</returns>
4743         </member>
4744         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.DateTimeOffset}">
4745             <summary>
4746             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
4747             </summary>
4748             <param name="value">The value.</param>
4749             <returns>The result of the conversion.</returns>
4750         </member>
4751         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Decimal}">
4752             <summary>
4753             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
4754             </summary>
4755             <param name="value">The value.</param>
4756             <returns>The result of the conversion.</returns>
4757         </member>
4758         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Double}">
4759             <summary>
4760             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
4761             </summary>
4762             <param name="value">The value.</param>
4763             <returns>The result of the conversion.</returns>
4764         </member>
4765         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Char}">
4766             <summary>
4767             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
4768             </summary>
4769             <param name="value">The value.</param>
4770             <returns>The result of the conversion.</returns>
4771         </member>
4772         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int32">
4773             <summary>
4774             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int32"/>.
4775             </summary>
4776             <param name="value">The value.</param>
4777             <returns>The result of the conversion.</returns>
4778         </member>
4779         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int16">
4780             <summary>
4781             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int16"/>.
4782             </summary>
4783             <param name="value">The value.</param>
4784             <returns>The result of the conversion.</returns>
4785         </member>
4786         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt16">
4787             <summary>
4788             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt16"/>.
4789             </summary>
4790             <param name="value">The value.</param>
4791             <returns>The result of the conversion.</returns>
4792         </member>
4793         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Char">
4794             <summary>
4795             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Char"/>.
4796             </summary>
4797             <param name="value">The value.</param>
4798             <returns>The result of the conversion.</returns>
4799         </member>
4800         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Byte">
4801             <summary>
4802             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Byte"/>.
4803             </summary>
4804             <param name="value">The value.</param>
4805             <returns>The result of the conversion.</returns>
4806         </member>
4807         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.SByte">
4808             <summary>
4809             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.SByte"/>.
4810             </summary>
4811             <param name="value">The value.</param>
4812             <returns>The result of the conversion.</returns>
4813         </member>
4814         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int32}">
4815             <summary>
4816             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
4817             </summary>
4818             <param name="value">The value.</param>
4819             <returns>The result of the conversion.</returns>
4820         </member>
4821         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int16}">
4822             <summary>
4823             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
4824             </summary>
4825             <param name="value">The value.</param>
4826             <returns>The result of the conversion.</returns>
4827         </member>
4828         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt16}">
4829             <summary>
4830             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
4831             </summary>
4832             <param name="value">The value.</param>
4833             <returns>The result of the conversion.</returns>
4834         </member>
4835         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Byte}">
4836             <summary>
4837             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
4838             </summary>
4839             <param name="value">The value.</param>
4840             <returns>The result of the conversion.</returns>
4841         </member>
4842         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.SByte}">
4843             <summary>
4844             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
4845             </summary>
4846             <param name="value">The value.</param>
4847             <returns>The result of the conversion.</returns>
4848         </member>
4849         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.DateTime">
4850             <summary>
4851             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.DateTime"/>.
4852             </summary>
4853             <param name="value">The value.</param>
4854             <returns>The result of the conversion.</returns>
4855         </member>
4856         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int64}">
4857             <summary>
4858             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
4859             </summary>
4860             <param name="value">The value.</param>
4861             <returns>The result of the conversion.</returns>
4862         </member>
4863         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Single}">
4864             <summary>
4865             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
4866             </summary>
4867             <param name="value">The value.</param>
4868             <returns>The result of the conversion.</returns>
4869         </member>
4870         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Decimal">
4871             <summary>
4872             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Decimal"/>.
4873             </summary>
4874             <param name="value">The value.</param>
4875             <returns>The result of the conversion.</returns>
4876         </member>
4877         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt32}">
4878             <summary>
4879             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
4880             </summary>
4881             <param name="value">The value.</param>
4882             <returns>The result of the conversion.</returns>
4883         </member>
4884         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt64}">
4885             <summary>
4886             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
4887             </summary>
4888             <param name="value">The value.</param>
4889             <returns>The result of the conversion.</returns>
4890         </member>
4891         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Double">
4892             <summary>
4893             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Double"/>.
4894             </summary>
4895             <param name="value">The value.</param>
4896             <returns>The result of the conversion.</returns>
4897         </member>
4898         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Single">
4899             <summary>
4900             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Single"/>.
4901             </summary>
4902             <param name="value">The value.</param>
4903             <returns>The result of the conversion.</returns>
4904         </member>
4905         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.String">
4906             <summary>
4907             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.String"/>.
4908             </summary>
4909             <param name="value">The value.</param>
4910             <returns>The result of the conversion.</returns>
4911         </member>
4912         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt32">
4913             <summary>
4914             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt32"/>.
4915             </summary>
4916             <param name="value">The value.</param>
4917             <returns>The result of the conversion.</returns>
4918         </member>
4919         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt64">
4920             <summary>
4921             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt64"/>.
4922             </summary>
4923             <param name="value">The value.</param>
4924             <returns>The result of the conversion.</returns>
4925         </member>
4926         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Byte[]">
4927             <summary>
4928             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Byte"/>[].
4929             </summary>
4930             <param name="value">The value.</param>
4931             <returns>The result of the conversion.</returns>
4932         </member>
4933         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Guid">
4934             <summary>
4935             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Guid"/>.
4936             </summary>
4937             <param name="value">The value.</param>
4938             <returns>The result of the conversion.</returns>
4939         </member>
4940         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Guid}">
4941             <summary>
4942             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Guid"/>.
4943             </summary>
4944             <param name="value">The value.</param>
4945             <returns>The result of the conversion.</returns>
4946         </member>
4947         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.TimeSpan">
4948             <summary>
4949             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.TimeSpan"/>.
4950             </summary>
4951             <param name="value">The value.</param>
4952             <returns>The result of the conversion.</returns>
4953         </member>
4954         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.TimeSpan}">
4955             <summary>
4956             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.TimeSpan"/>.
4957             </summary>
4958             <param name="value">The value.</param>
4959             <returns>The result of the conversion.</returns>
4960         </member>
4961         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Uri">
4962             <summary>
4963             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Uri"/>.
4964             </summary>
4965             <param name="value">The value.</param>
4966             <returns>The result of the conversion.</returns>
4967         </member>
4968         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Boolean)~Newtonsoft.Json.Linq.JToken">
4969             <summary>
4970             Performs an implicit conversion from <see cref="T:System.Boolean"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4971             </summary>
4972             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4973             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4974         </member>
4975         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.DateTimeOffset)~Newtonsoft.Json.Linq.JToken">
4976             <summary>
4977             Performs an implicit conversion from <see cref="T:System.DateTimeOffset"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4978             </summary>
4979             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4980             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4981         </member>
4982         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Byte)~Newtonsoft.Json.Linq.JToken">
4983             <summary>
4984             Performs an implicit conversion from <see cref="T:System.Byte"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4985             </summary>
4986             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4987             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4988         </member>
4989         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Byte})~Newtonsoft.Json.Linq.JToken">
4990             <summary>
4991             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4992             </summary>
4993             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4994             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4995         </member>
4996         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.SByte)~Newtonsoft.Json.Linq.JToken">
4997             <summary>
4998             Performs an implicit conversion from <see cref="T:System.SByte"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4999             </summary>
5000             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5001             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5002         </member>
5003         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.SByte})~Newtonsoft.Json.Linq.JToken">
5004             <summary>
5005             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5006             </summary>
5007             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5008             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5009         </member>
5010         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Boolean})~Newtonsoft.Json.Linq.JToken">
5011             <summary>
5012             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5013             </summary>
5014             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5015             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5016         </member>
5017         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int64)~Newtonsoft.Json.Linq.JToken">
5018             <summary>
5019             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5020             </summary>
5021             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5022             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5023         </member>
5024         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.DateTime})~Newtonsoft.Json.Linq.JToken">
5025             <summary>
5026             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5027             </summary>
5028             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5029             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5030         </member>
5031         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.DateTimeOffset})~Newtonsoft.Json.Linq.JToken">
5032             <summary>
5033             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5034             </summary>
5035             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5036             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5037         </member>
5038         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Decimal})~Newtonsoft.Json.Linq.JToken">
5039             <summary>
5040             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5041             </summary>
5042             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5043             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5044         </member>
5045         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Double})~Newtonsoft.Json.Linq.JToken">
5046             <summary>
5047             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5048             </summary>
5049             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5050             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5051         </member>
5052         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int16)~Newtonsoft.Json.Linq.JToken">
5053             <summary>
5054             Performs an implicit conversion from <see cref="T:System.Int16"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5055             </summary>
5056             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5057             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5058         </member>
5059         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt16)~Newtonsoft.Json.Linq.JToken">
5060             <summary>
5061             Performs an implicit conversion from <see cref="T:System.UInt16"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5062             </summary>
5063             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5064             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5065         </member>
5066         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int32)~Newtonsoft.Json.Linq.JToken">
5067             <summary>
5068             Performs an implicit conversion from <see cref="T:System.Int32"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5069             </summary>
5070             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5071             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5072         </member>
5073         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int32})~Newtonsoft.Json.Linq.JToken">
5074             <summary>
5075             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5076             </summary>
5077             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5078             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5079         </member>
5080         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.DateTime)~Newtonsoft.Json.Linq.JToken">
5081             <summary>
5082             Performs an implicit conversion from <see cref="T:System.DateTime"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5083             </summary>
5084             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5085             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5086         </member>
5087         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int64})~Newtonsoft.Json.Linq.JToken">
5088             <summary>
5089             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5090             </summary>
5091             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5092             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5093         </member>
5094         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Single})~Newtonsoft.Json.Linq.JToken">
5095             <summary>
5096             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5097             </summary>
5098             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5099             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5100         </member>
5101         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Decimal)~Newtonsoft.Json.Linq.JToken">
5102             <summary>
5103             Performs an implicit conversion from <see cref="T:System.Decimal"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5104             </summary>
5105             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5106             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5107         </member>
5108         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int16})~Newtonsoft.Json.Linq.JToken">
5109             <summary>
5110             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5111             </summary>
5112             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5113             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5114         </member>
5115         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt16})~Newtonsoft.Json.Linq.JToken">
5116             <summary>
5117             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5118             </summary>
5119             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5120             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5121         </member>
5122         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt32})~Newtonsoft.Json.Linq.JToken">
5123             <summary>
5124             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5125             </summary>
5126             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5127             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5128         </member>
5129         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt64})~Newtonsoft.Json.Linq.JToken">
5130             <summary>
5131             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5132             </summary>
5133             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5134             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5135         </member>
5136         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Double)~Newtonsoft.Json.Linq.JToken">
5137             <summary>
5138             Performs an implicit conversion from <see cref="T:System.Double"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5139             </summary>
5140             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5141             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5142         </member>
5143         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Single)~Newtonsoft.Json.Linq.JToken">
5144             <summary>
5145             Performs an implicit conversion from <see cref="T:System.Single"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5146             </summary>
5147             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5148             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5149         </member>
5150         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.String)~Newtonsoft.Json.Linq.JToken">
5151             <summary>
5152             Performs an implicit conversion from <see cref="T:System.String"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5153             </summary>
5154             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5155             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5156         </member>
5157         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt32)~Newtonsoft.Json.Linq.JToken">
5158             <summary>
5159             Performs an implicit conversion from <see cref="T:System.UInt32"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5160             </summary>
5161             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5162             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5163         </member>
5164         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt64)~Newtonsoft.Json.Linq.JToken">
5165             <summary>
5166             Performs an implicit conversion from <see cref="T:System.UInt64"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5167             </summary>
5168             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5169             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5170         </member>
5171         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Byte[])~Newtonsoft.Json.Linq.JToken">
5172             <summary>
5173             Performs an implicit conversion from <see cref="T:System.Byte"/>[] to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5174             </summary>
5175             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5176             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5177         </member>
5178         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Uri)~Newtonsoft.Json.Linq.JToken">
5179             <summary>
5180             Performs an implicit conversion from <see cref="T:System.Uri"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5181             </summary>
5182             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5183             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5184         </member>
5185         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.TimeSpan)~Newtonsoft.Json.Linq.JToken">
5186             <summary>
5187             Performs an implicit conversion from <see cref="T:System.TimeSpan"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5188             </summary>
5189             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5190             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5191         </member>
5192         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.TimeSpan})~Newtonsoft.Json.Linq.JToken">
5193             <summary>
5194             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5195             </summary>
5196             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5197             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5198         </member>
5199         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Guid)~Newtonsoft.Json.Linq.JToken">
5200             <summary>
5201             Performs an implicit conversion from <see cref="T:System.Guid"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5202             </summary>
5203             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5204             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5205         </member>
5206         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Guid})~Newtonsoft.Json.Linq.JToken">
5207             <summary>
5208             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5209             </summary>
5210             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5211             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5212         </member>
5213         <member name="M:Newtonsoft.Json.Linq.JToken.CreateReader">
5214             <summary>
5215             Creates an <see cref="T:Newtonsoft.Json.JsonReader"/> for this token.
5216             </summary>
5217             <returns>An <see cref="T:Newtonsoft.Json.JsonReader"/> that can be used to read this token and its descendants.</returns>
5218         </member>
5219         <member name="M:Newtonsoft.Json.Linq.JToken.FromObject(System.Object)">
5220             <summary>
5221             Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from an object.
5222             </summary>
5223             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
5224             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the value of the specified object</returns>
5225         </member>
5226         <member name="M:Newtonsoft.Json.Linq.JToken.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">
5227             <summary>
5228             Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from an object using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
5229             </summary>
5230             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
5231             <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when reading the object.</param>
5232             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the value of the specified object</returns>
5233         </member>
5234         <member name="M:Newtonsoft.Json.Linq.JToken.ToObject``1">
5235             <summary>
5236             Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5237             </summary>
5238             <typeparam name="T">The object type that the token will be deserialized to.</typeparam>
5239             <returns>The new object created from the JSON value.</returns>
5240         </member>
5241         <member name="M:Newtonsoft.Json.Linq.JToken.ToObject(System.Type)">
5242             <summary>
5243             Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5244             </summary>
5245             <param name="objectType">The object type that the token will be deserialized to.</param>
5246             <returns>The new object created from the JSON value.</returns>
5247         </member>
5248         <member name="M:Newtonsoft.Json.Linq.JToken.ToObject``1(Newtonsoft.Json.JsonSerializer)">
5249             <summary>
5250             Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/> using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
5251             </summary>
5252             <typeparam name="T">The object type that the token will be deserialized to.</typeparam>
5253             <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when creating the object.</param>
5254             <returns>The new object created from the JSON value.</returns>
5255         </member>
5256         <member name="M:Newtonsoft.Json.Linq.JToken.ToObject(System.Type,Newtonsoft.Json.JsonSerializer)">
5257             <summary>
5258             Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/> using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
5259             </summary>
5260             <param name="objectType">The object type that the token will be deserialized to.</param>
5261             <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when creating the object.</param>
5262             <returns>The new object created from the JSON value.</returns>
5263         </member>
5264         <member name="M:Newtonsoft.Json.Linq.JToken.ReadFrom(Newtonsoft.Json.JsonReader)">
5265             <summary>
5266             Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
5267             </summary>
5268             <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>
5269             <returns>
5270             An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens
5271             that were read from the reader. The runtime type of the token is determined
5272             by the token type of the first token encountered in the reader.
5273             </returns>
5274         </member>
5275         <member name="M:Newtonsoft.Json.Linq.JToken.ReadFrom(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)">
5276             <summary>
5277             Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
5278             </summary>
5279             <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>
5280             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
5281             If this is null, default load settings will be used.</param>
5282             <returns>
5283             An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens
5284             that were read from the reader. The runtime type of the token is determined
5285             by the token type of the first token encountered in the reader.
5286             </returns>
5287         </member>
5288         <member name="M:Newtonsoft.Json.Linq.JToken.Parse(System.String)">
5289             <summary>
5290             Load a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a string that contains JSON.
5291             </summary>
5292             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
5293             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> populated from the string that contains JSON.</returns>
5294         </member>
5295         <member name="M:Newtonsoft.Json.Linq.JToken.Parse(System.String,Newtonsoft.Json.Linq.JsonLoadSettings)">
5296             <summary>
5297             Load a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a string that contains JSON.
5298             </summary>
5299             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
5300             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
5301             If this is null, default load settings will be used.</param>
5302             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> populated from the string that contains JSON.</returns>
5303         </member>
5304         <member name="M:Newtonsoft.Json.Linq.JToken.Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)">
5305             <summary>
5306             Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
5307             </summary>
5308             <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>
5309             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
5310             If this is null, default load settings will be used.</param>
5311             <returns>
5312             An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens
5313             that were read from the reader. The runtime type of the token is determined
5314             by the token type of the first token encountered in the reader.
5315             </returns>
5316         </member>
5317         <member name="M:Newtonsoft.Json.Linq.JToken.Load(Newtonsoft.Json.JsonReader)">
5318             <summary>
5319             Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
5320             </summary>
5321             <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>
5322             <returns>
5323             An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens
5324             that were read from the reader. The runtime type of the token is determined
5325             by the token type of the first token encountered in the reader.
5326             </returns>
5327         </member>
5328         <member name="M:Newtonsoft.Json.Linq.JToken.SelectToken(System.String)">
5329             <summary>
5330             Selects a <see cref="T:Newtonsoft.Json.Linq.JToken"/> using a JPath expression. Selects the token that matches the object path.
5331             </summary>
5332             <param name="path">
5333             A <see cref="T:System.String"/> that contains a JPath expression.
5334             </param>
5335             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/>, or null.</returns>
5336         </member>
5337         <member name="M:Newtonsoft.Json.Linq.JToken.SelectToken(System.String,System.Boolean)">
5338             <summary>
5339             Selects a <see cref="T:Newtonsoft.Json.Linq.JToken"/> using a JPath expression. Selects the token that matches the object path.
5340             </summary>
5341             <param name="path">
5342             A <see cref="T:System.String"/> that contains a JPath expression.
5343             </param>
5344             <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>
5345             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>
5346         </member>
5347         <member name="M:Newtonsoft.Json.Linq.JToken.SelectTokens(System.String)">
5348             <summary>
5349             Selects a collection of elements using a JPath expression.
5350             </summary>
5351             <param name="path">
5352             A <see cref="T:System.String"/> that contains a JPath expression.
5353             </param>
5354             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the selected elements.</returns>
5355         </member>
5356         <member name="M:Newtonsoft.Json.Linq.JToken.SelectTokens(System.String,System.Boolean)">
5357             <summary>
5358             Selects a collection of elements using a JPath expression.
5359             </summary>
5360             <param name="path">
5361             A <see cref="T:System.String"/> that contains a JPath expression.
5362             </param>
5363             <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>
5364             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the selected elements.</returns>
5365         </member>
5366         <member name="M:Newtonsoft.Json.Linq.JToken.DeepClone">
5367             <summary>
5368             Creates a new instance of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>. All child tokens are recursively cloned.
5369             </summary>
5370             <returns>A new instance of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>
5371         </member>
5372         <member name="M:Newtonsoft.Json.Linq.JToken.AddAnnotation(System.Object)">
5373             <summary>
5374             Adds an object to the annotation list of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5375             </summary>
5376             <param name="annotation">The annotation to add.</param>
5377         </member>
5378         <member name="M:Newtonsoft.Json.Linq.JToken.Annotation``1">
5379             <summary>
5380             Get the first annotation object of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5381             </summary>
5382             <typeparam name="T">The type of the annotation to retrieve.</typeparam>
5383             <returns>The first annotation object that matches the specified type, or <c>null</c> if no annotation is of the specified type.</returns>
5384         </member>
5385         <member name="M:Newtonsoft.Json.Linq.JToken.Annotation(System.Type)">
5386             <summary>
5387             Gets the first annotation object of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5388             </summary>
5389             <param name="type">The <see cref="P:Newtonsoft.Json.Linq.JToken.Type"/> of the annotation to retrieve.</param>
5390             <returns>The first annotation object that matches the specified type, or <c>null</c> if no annotation is of the specified type.</returns>
5391         </member>
5392         <member name="M:Newtonsoft.Json.Linq.JToken.Annotations``1">
5393             <summary>
5394             Gets a collection of annotations of the specified type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5395             </summary>
5396             <typeparam name="T">The type of the annotations to retrieve.</typeparam>
5397             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/>  that contains the annotations for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>
5398         </member>
5399         <member name="M:Newtonsoft.Json.Linq.JToken.Annotations(System.Type)">
5400             <summary>
5401             Gets a collection of annotations of the specified type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5402             </summary>
5403             <param name="type">The <see cref="P:Newtonsoft.Json.Linq.JToken.Type"/> of the annotations to retrieve.</param>
5404             <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>
5405         </member>
5406         <member name="M:Newtonsoft.Json.Linq.JToken.RemoveAnnotations``1">
5407             <summary>
5408             Removes the annotations of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5409             </summary>
5410             <typeparam name="T">The type of annotations to remove.</typeparam>
5411         </member>
5412         <member name="M:Newtonsoft.Json.Linq.JToken.RemoveAnnotations(System.Type)">
5413             <summary>
5414             Removes the annotations of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5415             </summary>
5416             <param name="type">The <see cref="P:Newtonsoft.Json.Linq.JToken.Type"/> of annotations to remove.</param>
5417         </member>
5418         <member name="T:Newtonsoft.Json.Linq.JTokenEqualityComparer">
5419             <summary>
5420             Compares tokens to determine whether they are equal.
5421             </summary>
5422         </member>
5423         <member name="M:Newtonsoft.Json.Linq.JTokenEqualityComparer.Equals(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
5424             <summary>
5425             Determines whether the specified objects are equal.
5426             </summary>
5427             <param name="x">The first object of type <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
5428             <param name="y">The second object of type <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
5429             <returns>
5430             true if the specified objects are equal; otherwise, false.
5431             </returns>
5432         </member>
5433         <member name="M:Newtonsoft.Json.Linq.JTokenEqualityComparer.GetHashCode(Newtonsoft.Json.Linq.JToken)">
5434             <summary>
5435             Returns a hash code for the specified object.
5436             </summary>
5437             <param name="obj">The <see cref="T:System.Object"/> for which a hash code is to be returned.</param>
5438             <returns>A hash code for the specified object.</returns>
5439             <exception cref="T:System.ArgumentNullException">The type of <paramref name="obj"/> is a reference type and <paramref name="obj"/> is null.</exception>
5440         </member>
5441         <member name="T:Newtonsoft.Json.Linq.JTokenReader">
5442             <summary>
5443             Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data.
5444             </summary>
5445         </member>
5446         <member name="P:Newtonsoft.Json.Linq.JTokenReader.CurrentToken">
5447             <summary>
5448             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> at the reader's current position.
5449             </summary>
5450         </member>
5451         <member name="M:Newtonsoft.Json.Linq.JTokenReader.#ctor(Newtonsoft.Json.Linq.JToken)">
5452             <summary>
5453             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JTokenReader"/> class.
5454             </summary>
5455             <param name="token">The token to read from.</param>
5456         </member>
5457         <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsBytes">
5458             <summary>
5459             Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].
5460             </summary>
5461             <returns>
5462             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.
5463             </returns>
5464         </member>
5465         <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDecimal">
5466             <summary>
5467             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
5468             </summary>
5469             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
5470         </member>
5471         <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsInt32">
5472             <summary>
5473             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
5474             </summary>
5475             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
5476         </member>
5477         <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsString">
5478             <summary>
5479             Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
5480             </summary>
5481             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
5482         </member>
5483         <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDateTime">
5484             <summary>
5485             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
5486             </summary>
5487             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
5488         </member>
5489         <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDateTimeOffset">
5490             <summary>
5491             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
5492             </summary>
5493             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
5494         </member>
5495         <member name="M:Newtonsoft.Json.Linq.JTokenReader.Read">
5496             <summary>
5497             Reads the next JSON token from the stream.
5498             </summary>
5499             <returns>
5500             true if the next token was read successfully; false if there are no more tokens to read.
5501             </returns>
5502         </member>
5503         <member name="P:Newtonsoft.Json.Linq.JTokenReader.Path">
5504             <summary>
5505             Gets the path of the current JSON token. 
5506             </summary>
5507         </member>
5508         <member name="T:Newtonsoft.Json.Linq.JTokenType">
5509             <summary>
5510             Specifies the type of token.
5511             </summary>
5512         </member>
5513         <member name="F:Newtonsoft.Json.Linq.JTokenType.None">
5514             <summary>
5515             No token type has been set.
5516             </summary>
5517         </member>
5518         <member name="F:Newtonsoft.Json.Linq.JTokenType.Object">
5519             <summary>
5520             A JSON object.
5521             </summary>
5522         </member>
5523         <member name="F:Newtonsoft.Json.Linq.JTokenType.Array">
5524             <summary>
5525             A JSON array.
5526             </summary>
5527         </member>
5528         <member name="F:Newtonsoft.Json.Linq.JTokenType.Constructor">
5529             <summary>
5530             A JSON constructor.
5531             </summary>
5532         </member>
5533         <member name="F:Newtonsoft.Json.Linq.JTokenType.Property">
5534             <summary>
5535             A JSON object property.
5536             </summary>
5537         </member>
5538         <member name="F:Newtonsoft.Json.Linq.JTokenType.Comment">
5539             <summary>
5540             A comment.
5541             </summary>
5542         </member>
5543         <member name="F:Newtonsoft.Json.Linq.JTokenType.Integer">
5544             <summary>
5545             An integer value.
5546             </summary>
5547         </member>
5548         <member name="F:Newtonsoft.Json.Linq.JTokenType.Float">
5549             <summary>
5550             A float value.
5551             </summary>
5552         </member>
5553         <member name="F:Newtonsoft.Json.Linq.JTokenType.String">
5554             <summary>
5555             A string value.
5556             </summary>
5557         </member>
5558         <member name="F:Newtonsoft.Json.Linq.JTokenType.Boolean">
5559             <summary>
5560             A boolean value.
5561             </summary>
5562         </member>
5563         <member name="F:Newtonsoft.Json.Linq.JTokenType.Null">
5564             <summary>
5565             A null value.
5566             </summary>
5567         </member>
5568         <member name="F:Newtonsoft.Json.Linq.JTokenType.Undefined">
5569             <summary>
5570             An undefined value.
5571             </summary>
5572         </member>
5573         <member name="F:Newtonsoft.Json.Linq.JTokenType.Date">
5574             <summary>
5575             A date value.
5576             </summary>
5577         </member>
5578         <member name="F:Newtonsoft.Json.Linq.JTokenType.Raw">
5579             <summary>
5580             A raw JSON value.
5581             </summary>
5582         </member>
5583         <member name="F:Newtonsoft.Json.Linq.JTokenType.Bytes">
5584             <summary>
5585             A collection of bytes value.
5586             </summary>
5587         </member>
5588         <member name="F:Newtonsoft.Json.Linq.JTokenType.Guid">
5589             <summary>
5590             A Guid value.
5591             </summary>
5592         </member>
5593         <member name="F:Newtonsoft.Json.Linq.JTokenType.Uri">
5594             <summary>
5595             A Uri value.
5596             </summary>
5597         </member>
5598         <member name="F:Newtonsoft.Json.Linq.JTokenType.TimeSpan">
5599             <summary>
5600             A TimeSpan value.
5601             </summary>
5602         </member>
5603         <member name="T:Newtonsoft.Json.Linq.JTokenWriter">
5604             <summary>
5605             Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
5606             </summary>
5607         </member>
5608         <member name="P:Newtonsoft.Json.Linq.JTokenWriter.CurrentToken">
5609             <summary>
5610             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> at the writer's current position.
5611             </summary>
5612         </member>
5613         <member name="P:Newtonsoft.Json.Linq.JTokenWriter.Token">
5614             <summary>
5615             Gets the token being writen.
5616             </summary>
5617             <value>The token being writen.</value>
5618         </member>
5619         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.#ctor(Newtonsoft.Json.Linq.JContainer)">
5620             <summary>
5621             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"/>.
5622             </summary>
5623             <param name="container">The container being written to.</param>
5624         </member>
5625         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.#ctor">
5626             <summary>
5627             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JTokenWriter"/> class.
5628             </summary>
5629         </member>
5630         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.Flush">
5631             <summary>
5632             Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
5633             </summary>
5634         </member>
5635         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.Close">
5636             <summary>
5637             Closes this stream and the underlying stream.
5638             </summary>
5639         </member>
5640         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartObject">
5641             <summary>
5642             Writes the beginning of a JSON object.
5643             </summary>
5644         </member>
5645         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartArray">
5646             <summary>
5647             Writes the beginning of a JSON array.
5648             </summary>
5649         </member>
5650         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartConstructor(System.String)">
5651             <summary>
5652             Writes the start of a constructor with the given name.
5653             </summary>
5654             <param name="name">The name of the constructor.</param>
5655         </member>
5656         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
5657             <summary>
5658             Writes the end.
5659             </summary>
5660             <param name="token">The token.</param>
5661         </member>
5662         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WritePropertyName(System.String)">
5663             <summary>
5664             Writes the property name of a name/value pair on a JSON object.
5665             </summary>
5666             <param name="name">The name of the property.</param>
5667         </member>
5668         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Object)">
5669             <summary>
5670             Writes a <see cref="T:System.Object"/> value.
5671             An error will raised if the value cannot be written as a single JSON token.
5672             </summary>
5673             <param name="value">The <see cref="T:System.Object"/> value to write.</param>
5674         </member>
5675         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteNull">
5676             <summary>
5677             Writes a null value.
5678             </summary>
5679         </member>
5680         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteUndefined">
5681             <summary>
5682             Writes an undefined value.
5683             </summary>
5684         </member>
5685         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteRaw(System.String)">
5686             <summary>
5687             Writes raw JSON.
5688             </summary>
5689             <param name="json">The raw JSON to write.</param>
5690         </member>
5691         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteComment(System.String)">
5692             <summary>
5693             Writes out a comment <code>/*...*/</code> containing the specified text.
5694             </summary>
5695             <param name="text">Text to place inside the comment.</param>
5696         </member>
5697         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.String)">
5698             <summary>
5699             Writes a <see cref="T:System.String"/> value.
5700             </summary>
5701             <param name="value">The <see cref="T:System.String"/> value to write.</param>
5702         </member>
5703         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int32)">
5704             <summary>
5705             Writes a <see cref="T:System.Int32"/> value.
5706             </summary>
5707             <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
5708         </member>
5709         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt32)">
5710             <summary>
5711             Writes a <see cref="T:System.UInt32"/> value.
5712             </summary>
5713             <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
5714         </member>
5715         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int64)">
5716             <summary>
5717             Writes a <see cref="T:System.Int64"/> value.
5718             </summary>
5719             <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
5720         </member>
5721         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt64)">
5722             <summary>
5723             Writes a <see cref="T:System.UInt64"/> value.
5724             </summary>
5725             <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
5726         </member>
5727         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Single)">
5728             <summary>
5729             Writes a <see cref="T:System.Single"/> value.
5730             </summary>
5731             <param name="value">The <see cref="T:System.Single"/> value to write.</param>
5732         </member>
5733         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Double)">
5734             <summary>
5735             Writes a <see cref="T:System.Double"/> value.
5736             </summary>
5737             <param name="value">The <see cref="T:System.Double"/> value to write.</param>
5738         </member>
5739         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Boolean)">
5740             <summary>
5741             Writes a <see cref="T:System.Boolean"/> value.
5742             </summary>
5743             <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
5744         </member>
5745         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int16)">
5746             <summary>
5747             Writes a <see cref="T:System.Int16"/> value.
5748             </summary>
5749             <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
5750         </member>
5751         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt16)">
5752             <summary>
5753             Writes a <see cref="T:System.UInt16"/> value.
5754             </summary>
5755             <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
5756         </member>
5757         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Char)">
5758             <summary>
5759             Writes a <see cref="T:System.Char"/> value.
5760             </summary>
5761             <param name="value">The <see cref="T:System.Char"/> value to write.</param>
5762         </member>
5763         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Byte)">
5764             <summary>
5765             Writes a <see cref="T:System.Byte"/> value.
5766             </summary>
5767             <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
5768         </member>
5769         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.SByte)">
5770             <summary>
5771             Writes a <see cref="T:System.SByte"/> value.
5772             </summary>
5773             <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
5774         </member>
5775         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Decimal)">
5776             <summary>
5777             Writes a <see cref="T:System.Decimal"/> value.
5778             </summary>
5779             <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
5780         </member>
5781         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.DateTime)">
5782             <summary>
5783             Writes a <see cref="T:System.DateTime"/> value.
5784             </summary>
5785             <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
5786         </member>
5787         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.DateTimeOffset)">
5788             <summary>
5789             Writes a <see cref="T:System.DateTimeOffset"/> value.
5790             </summary>
5791             <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>
5792         </member>
5793         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Byte[])">
5794             <summary>
5795             Writes a <see cref="T:System.Byte"/>[] value.
5796             </summary>
5797             <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param>
5798         </member>
5799         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.TimeSpan)">
5800             <summary>
5801             Writes a <see cref="T:System.TimeSpan"/> value.
5802             </summary>
5803             <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>
5804         </member>
5805         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Guid)">
5806             <summary>
5807             Writes a <see cref="T:System.Guid"/> value.
5808             </summary>
5809             <param name="value">The <see cref="T:System.Guid"/> value to write.</param>
5810         </member>
5811         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Uri)">
5812             <summary>
5813             Writes a <see cref="T:System.Uri"/> value.
5814             </summary>
5815             <param name="value">The <see cref="T:System.Uri"/> value to write.</param>
5816         </member>
5817         <member name="T:Newtonsoft.Json.Linq.JValue">
5818             <summary>
5819             Represents a value in JSON (string, integer, date, etc).
5820             </summary>
5821         </member>
5822         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(Newtonsoft.Json.Linq.JValue)">
5823             <summary>
5824             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class from another <see cref="T:Newtonsoft.Json.Linq.JValue"/> object.
5825             </summary>
5826             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JValue"/> object to copy from.</param>
5827         </member>
5828         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Int64)">
5829             <summary>
5830             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
5831             </summary>
5832             <param name="value">The value.</param>
5833         </member>
5834         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Decimal)">
5835             <summary>
5836             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
5837             </summary>
5838             <param name="value">The value.</param>
5839         </member>
5840         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Char)">
5841             <summary>
5842             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
5843             </summary>
5844             <param name="value">The value.</param>
5845         </member>
5846         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.UInt64)">
5847             <summary>
5848             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
5849             </summary>
5850             <param name="value">The value.</param>
5851         </member>
5852         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Double)">
5853             <summary>
5854             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
5855             </summary>
5856             <param name="value">The value.</param>
5857         </member>
5858         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Single)">
5859             <summary>
5860             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
5861             </summary>
5862             <param name="value">The value.</param>
5863         </member>
5864         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.DateTime)">
5865             <summary>
5866             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
5867             </summary>
5868             <param name="value">The value.</param>
5869         </member>
5870         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.DateTimeOffset)">
5871             <summary>
5872             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
5873             </summary>
5874             <param name="value">The value.</param>
5875         </member>
5876         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Boolean)">
5877             <summary>
5878             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
5879             </summary>
5880             <param name="value">The value.</param>
5881         </member>
5882         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.String)">
5883             <summary>
5884             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
5885             </summary>
5886             <param name="value">The value.</param>
5887         </member>
5888         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Guid)">
5889             <summary>
5890             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
5891             </summary>
5892             <param name="value">The value.</param>
5893         </member>
5894         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Uri)">
5895             <summary>
5896             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
5897             </summary>
5898             <param name="value">The value.</param>
5899         </member>
5900         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.TimeSpan)">
5901             <summary>
5902             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
5903             </summary>
5904             <param name="value">The value.</param>
5905         </member>
5906         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Object)">
5907             <summary>
5908             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
5909             </summary>
5910             <param name="value">The value.</param>
5911         </member>
5912         <member name="P:Newtonsoft.Json.Linq.JValue.HasValues">
5913             <summary>
5914             Gets a value indicating whether this token has child tokens.
5915             </summary>
5916             <value>
5917                 <c>true</c> if this token has child values; otherwise, <c>false</c>.
5918             </value>
5919         </member>
5920         <member name="M:Newtonsoft.Json.Linq.JValue.CreateComment(System.String)">
5921             <summary>
5922             Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> comment with the given value.
5923             </summary>
5924             <param name="value">The value.</param>
5925             <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> comment with the given value.</returns>
5926         </member>
5927         <member name="M:Newtonsoft.Json.Linq.JValue.CreateString(System.String)">
5928             <summary>
5929             Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> string with the given value.
5930             </summary>
5931             <param name="value">The value.</param>
5932             <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> string with the given value.</returns>
5933         </member>
5934         <member name="M:Newtonsoft.Json.Linq.JValue.CreateNull">
5935             <summary>
5936             Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value.
5937             </summary>
5938             <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value.</returns>
5939         </member>
5940         <member name="M:Newtonsoft.Json.Linq.JValue.CreateUndefined">
5941             <summary>
5942             Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value.
5943             </summary>
5944             <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value.</returns>
5945         </member>
5946         <member name="P:Newtonsoft.Json.Linq.JValue.Type">
5947             <summary>
5948             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5949             </summary>
5950             <value>The type.</value>
5951         </member>
5952         <member name="P:Newtonsoft.Json.Linq.JValue.Value">
5953             <summary>
5954             Gets or sets the underlying token value.
5955             </summary>
5956             <value>The underlying token value.</value>
5957         </member>
5958         <member name="M:Newtonsoft.Json.Linq.JValue.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
5959             <summary>
5960             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
5961             </summary>
5962             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
5963             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
5964         </member>
5965         <member name="M:Newtonsoft.Json.Linq.JValue.Equals(Newtonsoft.Json.Linq.JValue)">
5966             <summary>
5967             Indicates whether the current object is equal to another object of the same type.
5968             </summary>
5969             <returns>
5970             true if the current object is equal to the <paramref name="other"/> parameter; otherwise, false.
5971             </returns>
5972             <param name="other">An object to compare with this object.</param>
5973         </member>
5974         <member name="M:Newtonsoft.Json.Linq.JValue.Equals(System.Object)">
5975             <summary>
5976             Determines whether the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:System.Object"/>.
5977             </summary>
5978             <param name="obj">The <see cref="T:System.Object"/> to compare with the current <see cref="T:System.Object"/>.</param>
5979             <returns>
5980             true if the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:System.Object"/>; otherwise, false.
5981             </returns>
5982             <exception cref="T:System.NullReferenceException">
5983             The <paramref name="obj"/> parameter is null.
5984             </exception>
5985         </member>
5986         <member name="M:Newtonsoft.Json.Linq.JValue.GetHashCode">
5987             <summary>
5988             Serves as a hash function for a particular type.
5989             </summary>
5990             <returns>
5991             A hash code for the current <see cref="T:System.Object"/>.
5992             </returns>
5993         </member>
5994         <member name="M:Newtonsoft.Json.Linq.JValue.ToString">
5995             <summary>
5996             Returns a <see cref="T:System.String"/> that represents this instance.
5997             </summary>
5998             <returns>
5999             A <see cref="T:System.String"/> that represents this instance.
6000             </returns>
6001         </member>
6002         <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.String)">
6003             <summary>
6004             Returns a <see cref="T:System.String"/> that represents this instance.
6005             </summary>
6006             <param name="format">The format.</param>
6007             <returns>
6008             A <see cref="T:System.String"/> that represents this instance.
6009             </returns>
6010         </member>
6011         <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.IFormatProvider)">
6012             <summary>
6013             Returns a <see cref="T:System.String"/> that represents this instance.
6014             </summary>
6015             <param name="formatProvider">The format provider.</param>
6016             <returns>
6017             A <see cref="T:System.String"/> that represents this instance.
6018             </returns>
6019         </member>
6020         <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.String,System.IFormatProvider)">
6021             <summary>
6022             Returns a <see cref="T:System.String"/> that represents this instance.
6023             </summary>
6024             <param name="format">The format.</param>
6025             <param name="formatProvider">The format provider.</param>
6026             <returns>
6027             A <see cref="T:System.String"/> that represents this instance.
6028             </returns>
6029         </member>
6030         <member name="M:Newtonsoft.Json.Linq.JValue.CompareTo(Newtonsoft.Json.Linq.JValue)">
6031             <summary>
6032             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.
6033             </summary>
6034             <param name="obj">An object to compare with this instance.</param>
6035             <returns>
6036             A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings:
6037             Value
6038             Meaning
6039             Less than zero
6040             This instance is less than <paramref name="obj"/>.
6041             Zero
6042             This instance is equal to <paramref name="obj"/>.
6043             Greater than zero
6044             This instance is greater than <paramref name="obj"/>.
6045             </returns>
6046             <exception cref="T:System.ArgumentException">
6047                 <paramref name="obj"/> is not the same type as this instance.
6048             </exception>
6049         </member>
6050         <member name="T:Newtonsoft.Json.Linq.MergeArrayHandling">
6051             <summary>
6052             Specifies how JSON arrays are merged together.
6053             </summary>
6054         </member>
6055         <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Concat">
6056             <summary>Concatenate arrays.</summary>
6057         </member>
6058         <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Union">
6059             <summary>Union arrays, skipping items that already exist.</summary>
6060         </member>
6061         <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Replace">
6062             <summary>Replace all array items.</summary>
6063         </member>
6064         <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Merge">
6065             <summary>Merge array items together, matched by index.</summary>
6066         </member>
6067         <member name="T:Newtonsoft.Json.MemberSerialization">
6068             <summary>
6069             Specifies the member serialization options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6070             </summary>
6071         </member>
6072         <member name="F:Newtonsoft.Json.MemberSerialization.OptOut">
6073             <summary>
6074             All public members are serialized by default. Members can be excluded using <see cref="T:Newtonsoft.Json.JsonIgnoreAttribute"/> or <see cref="!:NonSerializedAttribute"/>.
6075             This is the default member serialization mode.
6076             </summary>
6077         </member>
6078         <member name="F:Newtonsoft.Json.MemberSerialization.OptIn">
6079             <summary>
6080             Only members must be marked with <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> or <see cref="T:System.Runtime.Serialization.DataMemberAttribute"/> are serialized.
6081             This member serialization mode can also be set by marking the class with <see cref="T:System.Runtime.Serialization.DataContractAttribute"/>.
6082             </summary>
6083         </member>
6084         <member name="F:Newtonsoft.Json.MemberSerialization.Fields">
6085             <summary>
6086             All public and private fields are serialized. Members can be excluded using <see cref="T:Newtonsoft.Json.JsonIgnoreAttribute"/> or <see cref="!:NonSerializedAttribute"/>.
6087             This member serialization mode can also be set by marking the class with <see cref="!:SerializableAttribute"/>
6088             and setting IgnoreSerializableAttribute on <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> to false.
6089             </summary>
6090         </member>
6091         <member name="T:Newtonsoft.Json.MetadataPropertyHandling">
6092             <summary>
6093             Specifies metadata property handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6094             </summary>
6095         </member>
6096         <member name="F:Newtonsoft.Json.MetadataPropertyHandling.Default">
6097             <summary>
6098             Read metadata properties located at the start of a JSON object.
6099             </summary>
6100         </member>
6101         <member name="F:Newtonsoft.Json.MetadataPropertyHandling.ReadAhead">
6102             <summary>
6103             Read metadata properties located anywhere in a JSON object. Note that this setting will impact performance.
6104             </summary>
6105         </member>
6106         <member name="F:Newtonsoft.Json.MetadataPropertyHandling.Ignore">
6107             <summary>
6108             Do not try to read metadata properties.
6109             </summary>
6110         </member>
6111         <member name="T:Newtonsoft.Json.MissingMemberHandling">
6112             <summary>
6113             Specifies missing member handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6114             </summary>
6115         </member>
6116         <member name="F:Newtonsoft.Json.MissingMemberHandling.Ignore">
6117             <summary>
6118             Ignore a missing member and do not attempt to deserialize it.
6119             </summary>
6120         </member>
6121         <member name="F:Newtonsoft.Json.MissingMemberHandling.Error">
6122             <summary>
6123             Throw a <see cref="T:Newtonsoft.Json.JsonSerializationException"/> when a missing member is encountered during deserialization.
6124             </summary>
6125         </member>
6126         <member name="T:Newtonsoft.Json.NullValueHandling">
6127             <summary>
6128             Specifies null value handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6129             </summary>
6130             <example>
6131               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeNullValueHandlingObject" title="NullValueHandling Class" />
6132               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeNullValueHandlingExample" title="NullValueHandling Ignore Example" />
6133             </example>
6134         </member>
6135         <member name="F:Newtonsoft.Json.NullValueHandling.Include">
6136             <summary>
6137             Include null values when serializing and deserializing objects.
6138             </summary>
6139         </member>
6140         <member name="F:Newtonsoft.Json.NullValueHandling.Ignore">
6141             <summary>
6142             Ignore null values when serializing and deserializing objects.
6143             </summary>
6144         </member>
6145         <member name="T:Newtonsoft.Json.ObjectCreationHandling">
6146             <summary>
6147             Specifies how object creation is handled by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6148             </summary>
6149         </member>
6150         <member name="F:Newtonsoft.Json.ObjectCreationHandling.Auto">
6151             <summary>
6152             Reuse existing objects, create new objects when needed.
6153             </summary>
6154         </member>
6155         <member name="F:Newtonsoft.Json.ObjectCreationHandling.Reuse">
6156             <summary>
6157             Only reuse existing objects.
6158             </summary>
6159         </member>
6160         <member name="F:Newtonsoft.Json.ObjectCreationHandling.Replace">
6161             <summary>
6162             Always create new objects.
6163             </summary>
6164         </member>
6165         <member name="T:Newtonsoft.Json.PreserveReferencesHandling">
6166             <summary>
6167             Specifies reference handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6168             Note that references cannot be preserved when a value is set via a non-default constructor such as types that implement ISerializable.
6169             </summary>
6170             <example>
6171               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="PreservingObjectReferencesOn" title="Preserve Object References" />       
6172             </example>
6173         </member>
6174         <member name="F:Newtonsoft.Json.PreserveReferencesHandling.None">
6175             <summary>
6176             Do not preserve references when serializing types.
6177             </summary>
6178         </member>
6179         <member name="F:Newtonsoft.Json.PreserveReferencesHandling.Objects">
6180             <summary>
6181             Preserve references when serializing into a JSON object structure.
6182             </summary>
6183         </member>
6184         <member name="F:Newtonsoft.Json.PreserveReferencesHandling.Arrays">
6185             <summary>
6186             Preserve references when serializing into a JSON array structure.
6187             </summary>
6188         </member>
6189         <member name="F:Newtonsoft.Json.PreserveReferencesHandling.All">
6190             <summary>
6191             Preserve references when serializing.
6192             </summary>
6193         </member>
6194         <member name="T:Newtonsoft.Json.ReferenceLoopHandling">
6195             <summary>
6196             Specifies reference loop handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6197             </summary>
6198         </member>
6199         <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Error">
6200             <summary>
6201             Throw a <see cref="T:Newtonsoft.Json.JsonSerializationException"/> when a loop is encountered.
6202             </summary>
6203         </member>
6204         <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Ignore">
6205             <summary>
6206             Ignore loop references and do not serialize.
6207             </summary>
6208         </member>
6209         <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Serialize">
6210             <summary>
6211             Serialize loop references.
6212             </summary>
6213         </member>
6214         <member name="T:Newtonsoft.Json.Required">
6215             <summary>
6216             Indicating whether a property is required.
6217             </summary>
6218         </member>
6219         <member name="F:Newtonsoft.Json.Required.Default">
6220             <summary>
6221             The property is not required. The default state.
6222             </summary>
6223         </member>
6224         <member name="F:Newtonsoft.Json.Required.AllowNull">
6225             <summary>
6226             The property must be defined in JSON but can be a null value.
6227             </summary>
6228         </member>
6229         <member name="F:Newtonsoft.Json.Required.Always">
6230             <summary>
6231             The property must be defined in JSON and cannot be a null value.
6232             </summary>
6233         </member>
6234         <member name="T:Newtonsoft.Json.Schema.Extensions">
6235             <summary>
6236             <para>
6237             Contains the JSON schema extension methods.
6238             </para>
6239             <note type="caution">
6240             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.
6241             </note>
6242             </summary>
6243         </member>
6244         <member name="M:Newtonsoft.Json.Schema.Extensions.IsValid(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema)">
6245             <summary>
6246             <para>
6247             Determines whether the <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid.
6248             </para>
6249             <note type="caution">
6250             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.
6251             </note>
6252             </summary>
6253             <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
6254             <param name="schema">The schema to test with.</param>
6255             <returns>
6256                 <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid; otherwise, <c>false</c>.
6257             </returns>
6258         </member>
6259         <member name="M:Newtonsoft.Json.Schema.Extensions.IsValid(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema,System.Collections.Generic.IList{System.String}@)">
6260             <summary>
6261             <para>
6262             Determines whether the <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid.
6263             </para>
6264             <note type="caution">
6265             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.
6266             </note>
6267             </summary>
6268             <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
6269             <param name="schema">The schema to test with.</param>
6270             <param name="errorMessages">When this method returns, contains any error messages generated while validating. </param>
6271             <returns>
6272                 <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid; otherwise, <c>false</c>.
6273             </returns>
6274         </member>
6275         <member name="M:Newtonsoft.Json.Schema.Extensions.Validate(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema)">
6276             <summary>
6277             <para>
6278             Validates the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6279             </para>
6280             <note type="caution">
6281             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.
6282             </note>
6283             </summary>
6284             <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
6285             <param name="schema">The schema to test with.</param>
6286         </member>
6287         <member name="M:Newtonsoft.Json.Schema.Extensions.Validate(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema,Newtonsoft.Json.Schema.ValidationEventHandler)">
6288             <summary>
6289             <para>
6290             Validates the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6291             </para>
6292             <note type="caution">
6293             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.
6294             </note>
6295             </summary>
6296             <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
6297             <param name="schema">The schema to test with.</param>
6298             <param name="validationEventHandler">The validation event handler.</param>
6299         </member>
6300         <member name="T:Newtonsoft.Json.Schema.JsonSchema">
6301             <summary>
6302             <para>
6303             An in-memory representation of a JSON Schema.
6304             </para>
6305             <note type="caution">
6306             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.
6307             </note>
6308             </summary>
6309         </member>
6310         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Id">
6311             <summary>
6312             Gets or sets the id.
6313             </summary>
6314         </member>
6315         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Title">
6316             <summary>
6317             Gets or sets the title.
6318             </summary>
6319         </member>
6320         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Required">
6321             <summary>
6322             Gets or sets whether the object is required.
6323             </summary>
6324         </member>
6325         <member name="P:Newtonsoft.Json.Schema.JsonSchema.ReadOnly">
6326             <summary>
6327             Gets or sets whether the object is read only.
6328             </summary>
6329         </member>
6330         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Hidden">
6331             <summary>
6332             Gets or sets whether the object is visible to users.
6333             </summary>
6334         </member>
6335         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Transient">
6336             <summary>
6337             Gets or sets whether the object is transient.
6338             </summary>
6339         </member>
6340         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Description">
6341             <summary>
6342             Gets or sets the description of the object.
6343             </summary>
6344         </member>
6345         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Type">
6346             <summary>
6347             Gets or sets the types of values allowed by the object.
6348             </summary>
6349             <value>The type.</value>
6350         </member>
6351         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Pattern">
6352             <summary>
6353             Gets or sets the pattern.
6354             </summary>
6355             <value>The pattern.</value>
6356         </member>
6357         <member name="P:Newtonsoft.Json.Schema.JsonSchema.MinimumLength">
6358             <summary>
6359             Gets or sets the minimum length.
6360             </summary>
6361             <value>The minimum length.</value>
6362         </member>
6363         <member name="P:Newtonsoft.Json.Schema.JsonSchema.MaximumLength">
6364             <summary>
6365             Gets or sets the maximum length.
6366             </summary>
6367             <value>The maximum length.</value>
6368         </member>
6369         <member name="P:Newtonsoft.Json.Schema.JsonSchema.DivisibleBy">
6370             <summary>
6371             Gets or sets a number that the value should be divisble by.
6372             </summary>
6373             <value>A number that the value should be divisble by.</value>
6374         </member>
6375         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Minimum">
6376             <summary>
6377             Gets or sets the minimum.
6378             </summary>
6379             <value>The minimum.</value>
6380         </member>
6381         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Maximum">
6382             <summary>
6383             Gets or sets the maximum.
6384             </summary>
6385             <value>The maximum.</value>
6386         </member>
6387         <member name="P:Newtonsoft.Json.Schema.JsonSchema.ExclusiveMinimum">
6388             <summary>
6389             Gets or sets a flag indicating whether the value can not equal the number defined by the "minimum" attribute.
6390             </summary>
6391             <value>A flag indicating whether the value can not equal the number defined by the "minimum" attribute.</value>
6392         </member>
6393         <member name="P:Newtonsoft.Json.Schema.JsonSchema.ExclusiveMaximum">
6394             <summary>
6395             Gets or sets a flag indicating whether the value can not equal the number defined by the "maximum" attribute.
6396             </summary>
6397             <value>A flag indicating whether the value can not equal the number defined by the "maximum" attribute.</value>
6398         </member>
6399         <member name="P:Newtonsoft.Json.Schema.JsonSchema.MinimumItems">
6400             <summary>
6401             Gets or sets the minimum number of items.
6402             </summary>
6403             <value>The minimum number of items.</value>
6404         </member>
6405         <member name="P:Newtonsoft.Json.Schema.JsonSchema.MaximumItems">
6406             <summary>
6407             Gets or sets the maximum number of items.
6408             </summary>
6409             <value>The maximum number of items.</value>
6410         </member>
6411         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Items">
6412             <summary>
6413             Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of items.
6414             </summary>
6415             <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of items.</value>
6416         </member>
6417         <member name="P:Newtonsoft.Json.Schema.JsonSchema.PositionalItemsValidation">
6418             <summary>
6419             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"/>.
6420             </summary>
6421             <value>
6422                 <c>true</c> if items are validated using their array position; otherwise, <c>false</c>.
6423             </value>
6424         </member>
6425         <member name="P:Newtonsoft.Json.Schema.JsonSchema.AdditionalItems">
6426             <summary>
6427             Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional items.
6428             </summary>
6429             <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional items.</value>
6430         </member>
6431         <member name="P:Newtonsoft.Json.Schema.JsonSchema.AllowAdditionalItems">
6432             <summary>
6433             Gets or sets a value indicating whether additional items are allowed.
6434             </summary>
6435             <value>
6436                 <c>true</c> if additional items are allowed; otherwise, <c>false</c>.
6437             </value>
6438         </member>
6439         <member name="P:Newtonsoft.Json.Schema.JsonSchema.UniqueItems">
6440             <summary>
6441             Gets or sets whether the array items must be unique.
6442             </summary>
6443         </member>
6444         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Properties">
6445             <summary>
6446             Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of properties.
6447             </summary>
6448             <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of properties.</value>
6449         </member>
6450         <member name="P:Newtonsoft.Json.Schema.JsonSchema.AdditionalProperties">
6451             <summary>
6452             Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional properties.
6453             </summary>
6454             <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional properties.</value>
6455         </member>
6456         <member name="P:Newtonsoft.Json.Schema.JsonSchema.PatternProperties">
6457             <summary>
6458             Gets or sets the pattern properties.
6459             </summary>
6460             <value>The pattern properties.</value>
6461         </member>
6462         <member name="P:Newtonsoft.Json.Schema.JsonSchema.AllowAdditionalProperties">
6463             <summary>
6464             Gets or sets a value indicating whether additional properties are allowed.
6465             </summary>
6466             <value>
6467                 <c>true</c> if additional properties are allowed; otherwise, <c>false</c>.
6468             </value>
6469         </member>
6470         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Requires">
6471             <summary>
6472             Gets or sets the required property if this property is present.
6473             </summary>
6474             <value>The required property if this property is present.</value>
6475         </member>
6476         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Enum">
6477             <summary>
6478             Gets or sets the a collection of valid enum values allowed.
6479             </summary>
6480             <value>A collection of valid enum values allowed.</value>
6481         </member>
6482         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Disallow">
6483             <summary>
6484             Gets or sets disallowed types.
6485             </summary>
6486             <value>The disallow types.</value>
6487         </member>
6488         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Default">
6489             <summary>
6490             Gets or sets the default value.
6491             </summary>
6492             <value>The default value.</value>
6493         </member>
6494         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Extends">
6495             <summary>
6496             Gets or sets the collection of <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> that this schema extends.
6497             </summary>
6498             <value>The collection of <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> that this schema extends.</value>
6499         </member>
6500         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Format">
6501             <summary>
6502             Gets or sets the format.
6503             </summary>
6504             <value>The format.</value>
6505         </member>
6506         <member name="M:Newtonsoft.Json.Schema.JsonSchema.#ctor">
6507             <summary>
6508             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> class.
6509             </summary>
6510         </member>
6511         <member name="M:Newtonsoft.Json.Schema.JsonSchema.Read(Newtonsoft.Json.JsonReader)">
6512             <summary>
6513             Reads a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.
6514             </summary>
6515             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the JSON Schema to read.</param>
6516             <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> object representing the JSON Schema.</returns>
6517         </member>
6518         <member name="M:Newtonsoft.Json.Schema.JsonSchema.Read(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Schema.JsonSchemaResolver)">
6519             <summary>
6520             Reads a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.
6521             </summary>
6522             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the JSON Schema to read.</param>
6523             <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> to use when resolving schema references.</param>
6524             <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> object representing the JSON Schema.</returns>
6525         </member>
6526         <member name="M:Newtonsoft.Json.Schema.JsonSchema.Parse(System.String)">
6527             <summary>
6528             Load a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from a string that contains schema JSON.
6529             </summary>
6530             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
6531             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> populated from the string that contains JSON.</returns>
6532         </member>
6533         <member name="M:Newtonsoft.Json.Schema.JsonSchema.Parse(System.String,Newtonsoft.Json.Schema.JsonSchemaResolver)">
6534             <summary>
6535             Parses the specified json.
6536             </summary>
6537             <param name="json">The json.</param>
6538             <param name="resolver">The resolver.</param>
6539             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> populated from the string that contains JSON.</returns>
6540         </member>
6541         <member name="M:Newtonsoft.Json.Schema.JsonSchema.WriteTo(Newtonsoft.Json.JsonWriter)">
6542             <summary>
6543             Writes this schema to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
6544             </summary>
6545             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
6546         </member>
6547         <member name="M:Newtonsoft.Json.Schema.JsonSchema.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.Schema.JsonSchemaResolver)">
6548             <summary>
6549             Writes this schema to a <see cref="T:Newtonsoft.Json.JsonWriter"/> using the specified <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/>.
6550             </summary>
6551             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
6552             <param name="resolver">The resolver used.</param>
6553         </member>
6554         <member name="M:Newtonsoft.Json.Schema.JsonSchema.ToString">
6555             <summary>
6556             Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
6557             </summary>
6558             <returns>
6559             A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
6560             </returns>
6561         </member>
6562         <member name="T:Newtonsoft.Json.Schema.JsonSchemaException">
6563             <summary>
6564             <para>
6565             Returns detailed information about the schema exception.
6566             </para>
6567             <note type="caution">
6568             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.
6569             </note>
6570             </summary>
6571         </member>
6572         <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.LineNumber">
6573             <summary>
6574             Gets the line number indicating where the error occurred.
6575             </summary>
6576             <value>The line number indicating where the error occurred.</value>
6577         </member>
6578         <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.LinePosition">
6579             <summary>
6580             Gets the line position indicating where the error occurred.
6581             </summary>
6582             <value>The line position indicating where the error occurred.</value>
6583         </member>
6584         <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.Path">
6585             <summary>
6586             Gets the path to the JSON where the error occurred.
6587             </summary>
6588             <value>The path to the JSON where the error occurred.</value>
6589         </member>
6590         <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor">
6591             <summary>
6592             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class.
6593             </summary>
6594         </member>
6595         <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.String)">
6596             <summary>
6597             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class
6598             with a specified error message.
6599             </summary>
6600             <param name="message">The error message that explains the reason for the exception.</param>
6601         </member>
6602         <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.String,System.Exception)">
6603             <summary>
6604             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class
6605             with a specified error message and a reference to the inner exception that is the cause of this exception.
6606             </summary>
6607             <param name="message">The error message that explains the reason for the exception.</param>
6608             <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>
6609         </member>
6610         <member name="T:Newtonsoft.Json.Schema.JsonSchemaGenerator">
6611             <summary>
6612             <para>
6613             Generates a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from a specified <see cref="T:System.Type"/>.
6614             </para>
6615             <note type="caution">
6616             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.
6617             </note>
6618             </summary>
6619         </member>
6620         <member name="P:Newtonsoft.Json.Schema.JsonSchemaGenerator.UndefinedSchemaIdHandling">
6621             <summary>
6622             Gets or sets how undefined schemas are handled by the serializer.
6623             </summary>
6624         </member>
6625         <member name="P:Newtonsoft.Json.Schema.JsonSchemaGenerator.ContractResolver">
6626             <summary>
6627             Gets or sets the contract resolver.
6628             </summary>
6629             <value>The contract resolver.</value>
6630         </member>
6631         <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type)">
6632             <summary>
6633             Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
6634             </summary>
6635             <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
6636             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
6637         </member>
6638         <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,Newtonsoft.Json.Schema.JsonSchemaResolver)">
6639             <summary>
6640             Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
6641             </summary>
6642             <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
6643             <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> used to resolve schema references.</param>
6644             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
6645         </member>
6646         <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,System.Boolean)">
6647             <summary>
6648             Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
6649             </summary>
6650             <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
6651             <param name="rootSchemaNullable">Specify whether the generated root <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> will be nullable.</param>
6652             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
6653         </member>
6654         <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,Newtonsoft.Json.Schema.JsonSchemaResolver,System.Boolean)">
6655             <summary>
6656             Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
6657             </summary>
6658             <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
6659             <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> used to resolve schema references.</param>
6660             <param name="rootSchemaNullable">Specify whether the generated root <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> will be nullable.</param>
6661             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
6662         </member>
6663         <member name="T:Newtonsoft.Json.Schema.JsonSchemaResolver">
6664             <summary>
6665             <para>
6666             Resolves <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from an id.
6667             </para>
6668             <note type="caution">
6669             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.
6670             </note>
6671             </summary>
6672         </member>
6673         <member name="P:Newtonsoft.Json.Schema.JsonSchemaResolver.LoadedSchemas">
6674             <summary>
6675             Gets or sets the loaded schemas.
6676             </summary>
6677             <value>The loaded schemas.</value>
6678         </member>
6679         <member name="M:Newtonsoft.Json.Schema.JsonSchemaResolver.#ctor">
6680             <summary>
6681             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> class.
6682             </summary>
6683         </member>
6684         <member name="M:Newtonsoft.Json.Schema.JsonSchemaResolver.GetSchema(System.String)">
6685             <summary>
6686             Gets a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> for the specified reference.
6687             </summary>
6688             <param name="reference">The id.</param>
6689             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> for the specified reference.</returns>
6690         </member>
6691         <member name="T:Newtonsoft.Json.Schema.JsonSchemaType">
6692             <summary>
6693             <para>
6694             The value types allowed by the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/>.
6695             </para>
6696             <note type="caution">
6697             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.
6698             </note>
6699             </summary>
6700         </member>
6701         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.None">
6702             <summary>
6703             No type specified.
6704             </summary>
6705         </member>
6706         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.String">
6707             <summary>
6708             String type.
6709             </summary>
6710         </member>
6711         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Float">
6712             <summary>
6713             Float type.
6714             </summary>
6715         </member>
6716         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Integer">
6717             <summary>
6718             Integer type.
6719             </summary>
6720         </member>
6721         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Boolean">
6722             <summary>
6723             Boolean type.
6724             </summary>
6725         </member>
6726         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Object">
6727             <summary>
6728             Object type.
6729             </summary>
6730         </member>
6731         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Array">
6732             <summary>
6733             Array type.
6734             </summary>
6735         </member>
6736         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Null">
6737             <summary>
6738             Null type.
6739             </summary>
6740         </member>
6741         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Any">
6742             <summary>
6743             Any type.
6744             </summary>
6745         </member>
6746         <member name="T:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling">
6747             <summary>
6748             <para>
6749             Specifies undefined schema Id handling options for the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaGenerator"/>.
6750             </para>
6751             <note type="caution">
6752             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.
6753             </note>
6754             </summary>
6755         </member>
6756         <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.None">
6757             <summary>
6758             Do not infer a schema Id.
6759             </summary>
6760         </member>
6761         <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.UseTypeName">
6762             <summary>
6763             Use the .NET type name as the schema Id.
6764             </summary>
6765         </member>
6766         <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.UseAssemblyQualifiedName">
6767             <summary>
6768             Use the assembly qualified .NET type name as the schema Id.
6769             </summary>
6770         </member>
6771         <member name="T:Newtonsoft.Json.Schema.ValidationEventArgs">
6772             <summary>
6773             <para>
6774             Returns detailed information related to the <see cref="T:Newtonsoft.Json.Schema.ValidationEventHandler"/>.
6775             </para>
6776             <note type="caution">
6777             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.
6778             </note>
6779             </summary>
6780         </member>
6781         <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Exception">
6782             <summary>
6783             Gets the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> associated with the validation error.
6784             </summary>
6785             <value>The JsonSchemaException associated with the validation error.</value>
6786         </member>
6787         <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Path">
6788             <summary>
6789             Gets the path of the JSON location where the validation error occurred.
6790             </summary>
6791             <value>The path of the JSON location where the validation error occurred.</value>
6792         </member>
6793         <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Message">
6794             <summary>
6795             Gets the text description corresponding to the validation error.
6796             </summary>
6797             <value>The text description.</value>
6798         </member>
6799         <member name="T:Newtonsoft.Json.Schema.ValidationEventHandler">
6800             <summary>
6801             <para>
6802             Represents the callback method that will handle JSON schema validation events and the <see cref="T:Newtonsoft.Json.Schema.ValidationEventArgs"/>.
6803             </para>
6804             <note type="caution">
6805             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.
6806             </note>
6807             </summary>
6808         </member>
6809         <member name="T:Newtonsoft.Json.SerializationBinder">
6810             <summary>
6811             Allows users to control class loading and mandate what class to load.
6812             </summary>
6813         </member>
6814         <member name="M:Newtonsoft.Json.SerializationBinder.BindToType(System.String,System.String)">
6815             <summary>
6816             When overridden in a derived class, controls the binding of a serialized object to a type.
6817             </summary>
6818             <param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object.</param>
6819             <param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object</param>
6820             <returns>The type of the object the formatter creates a new instance of.</returns>
6821         </member>
6822         <member name="M:Newtonsoft.Json.SerializationBinder.BindToName(System.Type,System.String@,System.String@)">
6823             <summary>
6824             When overridden in a derived class, controls the binding of a serialized object to a type.
6825             </summary>
6826             <param name="serializedType">The type of the object the formatter creates a new instance of.</param>
6827             <param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object.</param>
6828             <param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object.</param>
6829         </member>
6830         <member name="T:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver">
6831             <summary>
6832             Resolves member mappings for a type, camel casing property names.
6833             </summary>
6834         </member>
6835         <member name="M:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver.#ctor">
6836             <summary>
6837             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver"/> class.
6838             </summary>
6839         </member>
6840         <member name="M:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver.ResolvePropertyName(System.String)">
6841             <summary>
6842             Resolves the name of the property.
6843             </summary>
6844             <param name="propertyName">Name of the property.</param>
6845             <returns>The property name camel cased.</returns>
6846         </member>
6847         <member name="T:Newtonsoft.Json.Serialization.DefaultContractResolver">
6848             <summary>
6849             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"/>.
6850             </summary>
6851         </member>
6852         <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.DynamicCodeGeneration">
6853             <summary>
6854             Gets a value indicating whether members are being get and set using dynamic code generation.
6855             This value is determined by the runtime permissions available.
6856             </summary>
6857             <value>
6858                 <c>true</c> if using dynamic code generation; otherwise, <c>false</c>.
6859             </value>
6860         </member>
6861         <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.DefaultMembersSearchFlags">
6862             <summary>
6863             Gets or sets the default members search flags.
6864             </summary>
6865             <value>The default members search flags.</value>
6866         </member>
6867         <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.SerializeCompilerGeneratedMembers">
6868             <summary>
6869             Gets or sets a value indicating whether compiler generated members should be serialized.
6870             </summary>
6871             <value>
6872                 <c>true</c> if serialized compiler generated members; otherwise, <c>false</c>.
6873             </value>
6874         </member>
6875         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.#ctor">
6876             <summary>
6877             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> class.
6878             </summary>
6879         </member>
6880         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.#ctor(System.Boolean)">
6881             <summary>
6882             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> class.
6883             </summary>
6884             <param name="shareCache">
6885             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.
6886             Sharing the cache will significantly improve performance with multiple resolver instances because expensive reflection will only
6887             happen once. This setting can cause unexpected behavior if different instances of the resolver are suppose to produce different
6888             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"/>.
6889             </param>
6890         </member>
6891         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContract(System.Type)">
6892             <summary>
6893             Resolves the contract for a given type.
6894             </summary>
6895             <param name="type">The type to resolve a contract for.</param>
6896             <returns>The contract for a given type.</returns>
6897         </member>
6898         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.GetSerializableMembers(System.Type)">
6899             <summary>
6900             Gets the serializable members for the type.
6901             </summary>
6902             <param name="objectType">The type to get serializable members for.</param>
6903             <returns>The serializable members for the type.</returns>
6904         </member>
6905         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateObjectContract(System.Type)">
6906             <summary>
6907             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> for the given type.
6908             </summary>
6909             <param name="objectType">Type of the object.</param>
6910             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> for the given type.</returns>
6911         </member>
6912         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateConstructorParameters(System.Reflection.ConstructorInfo,Newtonsoft.Json.Serialization.JsonPropertyCollection)">
6913             <summary>
6914             Creates the constructor parameters.
6915             </summary>
6916             <param name="constructor">The constructor to create properties for.</param>
6917             <param name="memberProperties">The type's member properties.</param>
6918             <returns>Properties for the given <see cref="T:System.Reflection.ConstructorInfo"/>.</returns>
6919         </member>
6920         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreatePropertyFromConstructorParameter(Newtonsoft.Json.Serialization.JsonProperty,System.Reflection.ParameterInfo)">
6921             <summary>
6922             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.ParameterInfo"/>.
6923             </summary>
6924             <param name="matchingMemberProperty">The matching member property.</param>
6925             <param name="parameterInfo">The constructor parameter.</param>
6926             <returns>A created <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.ParameterInfo"/>.</returns>
6927         </member>
6928         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContractConverter(System.Type)">
6929             <summary>
6930             Resolves the default <see cref="T:Newtonsoft.Json.JsonConverter" /> for the contract.
6931             </summary>
6932             <param name="objectType">Type of the object.</param>
6933             <returns>The contract's default <see cref="T:Newtonsoft.Json.JsonConverter" />.</returns>
6934         </member>
6935         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateDictionaryContract(System.Type)">
6936             <summary>
6937             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> for the given type.
6938             </summary>
6939             <param name="objectType">Type of the object.</param>
6940             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> for the given type.</returns>
6941         </member>
6942         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateArrayContract(System.Type)">
6943             <summary>
6944             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> for the given type.
6945             </summary>
6946             <param name="objectType">Type of the object.</param>
6947             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> for the given type.</returns>
6948         </member>
6949         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreatePrimitiveContract(System.Type)">
6950             <summary>
6951             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> for the given type.
6952             </summary>
6953             <param name="objectType">Type of the object.</param>
6954             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> for the given type.</returns>
6955         </member>
6956         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateLinqContract(System.Type)">
6957             <summary>
6958             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> for the given type.
6959             </summary>
6960             <param name="objectType">Type of the object.</param>
6961             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> for the given type.</returns>
6962         </member>
6963         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateStringContract(System.Type)">
6964             <summary>
6965             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> for the given type.
6966             </summary>
6967             <param name="objectType">Type of the object.</param>
6968             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> for the given type.</returns>
6969         </member>
6970         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateContract(System.Type)">
6971             <summary>
6972             Determines which contract type is created for the given type.
6973             </summary>
6974             <param name="objectType">Type of the object.</param>
6975             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/> for the given type.</returns>
6976         </member>
6977         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateProperties(System.Type,Newtonsoft.Json.MemberSerialization)">
6978             <summary>
6979             Creates properties for the given <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/>.
6980             </summary>
6981             <param name="type">The type to create properties for.</param>
6982             /// <param name="memberSerialization">The member serialization mode for the type.</param>
6983             <returns>Properties for the given <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/>.</returns>
6984         </member>
6985         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateMemberValueProvider(System.Reflection.MemberInfo)">
6986             <summary>
6987             Creates the <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> used by the serializer to get and set values from a member.
6988             </summary>
6989             <param name="member">The member.</param>
6990             <returns>The <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> used by the serializer to get and set values from a member.</returns>
6991         </member>
6992         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateProperty(System.Reflection.MemberInfo,Newtonsoft.Json.MemberSerialization)">
6993             <summary>
6994             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.MemberInfo"/>.
6995             </summary>
6996             <param name="memberSerialization">The member's parent <see cref="T:Newtonsoft.Json.MemberSerialization"/>.</param>
6997             <param name="member">The member to create a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for.</param>
6998             <returns>A created <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.MemberInfo"/>.</returns>
6999         </member>
7000         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolvePropertyName(System.String)">
7001             <summary>
7002             Resolves the name of the property.
7003             </summary>
7004             <param name="propertyName">Name of the property.</param>
7005             <returns>Resolved name of the property.</returns>
7006         </member>
7007         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveDictionaryKey(System.String)">
7008             <summary>
7009             Resolves the key of the dictionary. By default <see cref="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolvePropertyName(System.String)"/> is used to resolve dictionary keys.
7010             </summary>
7011             <param name="dictionaryKey">Key of the dictionary.</param>
7012             <returns>Resolved key of the dictionary.</returns>
7013         </member>
7014         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.GetResolvedPropertyName(System.String)">
7015             <summary>
7016             Gets the resolved name of the property.
7017             </summary>
7018             <param name="propertyName">Name of the property.</param>
7019             <returns>Name of the property.</returns>
7020         </member>
7021         <member name="T:Newtonsoft.Json.Serialization.DefaultSerializationBinder">
7022             <summary>
7023             The default serialization binder used when resolving and loading classes from type names.
7024             </summary>
7025         </member>
7026         <member name="M:Newtonsoft.Json.Serialization.DefaultSerializationBinder.BindToType(System.String,System.String)">
7027             <summary>
7028             When overridden in a derived class, controls the binding of a serialized object to a type.
7029             </summary>
7030             <param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object.</param>
7031             <param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object.</param>
7032             <returns>
7033             The type of the object the formatter creates a new instance of.
7034             </returns>
7035         </member>
7036         <member name="M:Newtonsoft.Json.Serialization.DefaultSerializationBinder.BindToName(System.Type,System.String@,System.String@)">
7037             <summary>
7038             When overridden in a derived class, controls the binding of a serialized object to a type.
7039             </summary>
7040             <param name="serializedType">The type of the object the formatter creates a new instance of.</param>
7041             <param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object. </param>
7042             <param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object. </param>
7043         </member>
7044         <member name="T:Newtonsoft.Json.Serialization.ErrorContext">
7045             <summary>
7046             Provides information surrounding an error.
7047             </summary>
7048         </member>
7049         <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Error">
7050             <summary>
7051             Gets the error.
7052             </summary>
7053             <value>The error.</value>
7054         </member>
7055         <member name="P:Newtonsoft.Json.Serialization.ErrorContext.OriginalObject">
7056             <summary>
7057             Gets the original object that caused the error.
7058             </summary>
7059             <value>The original object that caused the error.</value>
7060         </member>
7061         <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Member">
7062             <summary>
7063             Gets the member that caused the error.
7064             </summary>
7065             <value>The member that caused the error.</value>
7066         </member>
7067         <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Path">
7068             <summary>
7069             Gets the path of the JSON location where the error occurred.
7070             </summary>
7071             <value>The path of the JSON location where the error occurred.</value>
7072         </member>
7073         <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Handled">
7074             <summary>
7075             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.ErrorContext"/> is handled.
7076             </summary>
7077             <value><c>true</c> if handled; otherwise, <c>false</c>.</value>
7078         </member>
7079         <member name="T:Newtonsoft.Json.Serialization.ErrorEventArgs">
7080             <summary>
7081             Provides data for the Error event.
7082             </summary>
7083         </member>
7084         <member name="P:Newtonsoft.Json.Serialization.ErrorEventArgs.CurrentObject">
7085             <summary>
7086             Gets the current object the error event is being raised against.
7087             </summary>
7088             <value>The current object the error event is being raised against.</value>
7089         </member>
7090         <member name="P:Newtonsoft.Json.Serialization.ErrorEventArgs.ErrorContext">
7091             <summary>
7092             Gets the error context.
7093             </summary>
7094             <value>The error context.</value>
7095         </member>
7096         <member name="M:Newtonsoft.Json.Serialization.ErrorEventArgs.#ctor(System.Object,Newtonsoft.Json.Serialization.ErrorContext)">
7097             <summary>
7098             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ErrorEventArgs"/> class.
7099             </summary>
7100             <param name="currentObject">The current object.</param>
7101             <param name="errorContext">The error context.</param>
7102         </member>
7103         <member name="T:Newtonsoft.Json.Serialization.ExpressionValueProvider">
7104             <summary>
7105             Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using dynamic methods.
7106             </summary>
7107         </member>
7108         <member name="M:Newtonsoft.Json.Serialization.ExpressionValueProvider.#ctor(System.Reflection.MemberInfo)">
7109             <summary>
7110             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ExpressionValueProvider"/> class.
7111             </summary>
7112             <param name="memberInfo">The member info.</param>
7113         </member>
7114         <member name="M:Newtonsoft.Json.Serialization.ExpressionValueProvider.SetValue(System.Object,System.Object)">
7115             <summary>
7116             Sets the value.
7117             </summary>
7118             <param name="target">The target to set the value on.</param>
7119             <param name="value">The value to set on the target.</param>
7120         </member>
7121         <member name="M:Newtonsoft.Json.Serialization.ExpressionValueProvider.GetValue(System.Object)">
7122             <summary>
7123             Gets the value.
7124             </summary>
7125             <param name="target">The target to get the value from.</param>
7126             <returns>The value.</returns>
7127         </member>
7128         <member name="T:Newtonsoft.Json.Serialization.IAttributeProvider">
7129             <summary>
7130             Provides methods to get attributes.
7131             </summary>
7132         </member>
7133         <member name="M:Newtonsoft.Json.Serialization.IAttributeProvider.GetAttributes(System.Boolean)">
7134             <summary>
7135             Returns a collection of all of the attributes, or an empty collection if there are no attributes.
7136             </summary>
7137             <param name="inherit">When true, look up the hierarchy chain for the inherited custom attribute.</param>
7138             <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns>
7139         </member>
7140         <member name="M:Newtonsoft.Json.Serialization.IAttributeProvider.GetAttributes(System.Type,System.Boolean)">
7141             <summary>
7142             Returns a collection of attributes, identified by type, or an empty collection if there are no attributes.
7143             </summary>
7144             <param name="attributeType">The type of the attributes.</param>
7145             <param name="inherit">When true, look up the hierarchy chain for the inherited custom attribute.</param>
7146             <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns>
7147         </member>
7148         <member name="T:Newtonsoft.Json.Serialization.IContractResolver">
7149             <summary>
7150             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"/>.
7151             </summary>
7152             <example>
7153               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeContractResolverObject" title="IContractResolver Class" />
7154               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeContractResolverExample" title="IContractResolver Example" />
7155             </example>
7156         </member>
7157         <member name="M:Newtonsoft.Json.Serialization.IContractResolver.ResolveContract(System.Type)">
7158             <summary>
7159             Resolves the contract for a given type.
7160             </summary>
7161             <param name="type">The type to resolve a contract for.</param>
7162             <returns>The contract for a given type.</returns>
7163         </member>
7164         <member name="T:Newtonsoft.Json.Serialization.IReferenceResolver">
7165             <summary>
7166             Used to resolve references when serializing and deserializing JSON by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7167             </summary>
7168         </member>
7169         <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.ResolveReference(System.Object,System.String)">
7170             <summary>
7171             Resolves a reference to its object.
7172             </summary>
7173             <param name="context">The serialization context.</param>
7174             <param name="reference">The reference to resolve.</param>
7175             <returns>The object that</returns>
7176         </member>
7177         <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.GetReference(System.Object,System.Object)">
7178             <summary>
7179             Gets the reference for the sepecified object.
7180             </summary>
7181             <param name="context">The serialization context.</param>
7182             <param name="value">The object to get a reference for.</param>
7183             <returns>The reference to the object.</returns>
7184         </member>
7185         <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.IsReferenced(System.Object,System.Object)">
7186             <summary>
7187             Determines whether the specified object is referenced.
7188             </summary>
7189             <param name="context">The serialization context.</param>
7190             <param name="value">The object to test for a reference.</param>
7191             <returns>
7192                 <c>true</c> if the specified object is referenced; otherwise, <c>false</c>.
7193             </returns>
7194         </member>
7195         <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.AddReference(System.Object,System.String,System.Object)">
7196             <summary>
7197             Adds a reference to the specified object.
7198             </summary>
7199             <param name="context">The serialization context.</param>
7200             <param name="reference">The reference.</param>
7201             <param name="value">The object to reference.</param>
7202         </member>
7203         <member name="T:Newtonsoft.Json.Serialization.ITraceWriter">
7204             <summary>
7205             Represents a trace writer.
7206             </summary>
7207         </member>
7208         <member name="P:Newtonsoft.Json.Serialization.ITraceWriter.LevelFilter">
7209             <summary>
7210             Gets the <see cref="T:Newtonsoft.Json.TraceLevel"/> that will be used to filter the trace messages passed to the writer.
7211             For example a filter level of <code>Info</code> will exclude <code>Verbose</code> messages and include <code>Info</code>,
7212             <code>Warning</code> and <code>Error</code> messages.
7213             </summary>
7214             <value>The <see cref="T:Newtonsoft.Json.TraceLevel"/> that will be used to filter the trace messages passed to the writer.</value>
7215         </member>
7216         <member name="M:Newtonsoft.Json.Serialization.ITraceWriter.Trace(Newtonsoft.Json.TraceLevel,System.String,System.Exception)">
7217             <summary>
7218             Writes the specified trace level, message and optional exception.
7219             </summary>
7220             <param name="level">The <see cref="T:Newtonsoft.Json.TraceLevel"/> at which to write this trace.</param>
7221             <param name="message">The trace message.</param>
7222             <param name="ex">The trace exception. This parameter is optional.</param>
7223         </member>
7224         <member name="T:Newtonsoft.Json.Serialization.IValueProvider">
7225             <summary>
7226             Provides methods to get and set values.
7227             </summary>
7228         </member>
7229         <member name="M:Newtonsoft.Json.Serialization.IValueProvider.SetValue(System.Object,System.Object)">
7230             <summary>
7231             Sets the value.
7232             </summary>
7233             <param name="target">The target to set the value on.</param>
7234             <param name="value">The value to set on the target.</param>
7235         </member>
7236         <member name="M:Newtonsoft.Json.Serialization.IValueProvider.GetValue(System.Object)">
7237             <summary>
7238             Gets the value.
7239             </summary>
7240             <param name="target">The target to get the value from.</param>
7241             <returns>The value.</returns>
7242         </member>
7243         <member name="T:Newtonsoft.Json.Serialization.JsonArrayContract">
7244             <summary>
7245             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7246             </summary>
7247         </member>
7248         <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.CollectionItemType">
7249             <summary>
7250             Gets the <see cref="T:System.Type"/> of the collection items.
7251             </summary>
7252             <value>The <see cref="T:System.Type"/> of the collection items.</value>
7253         </member>
7254         <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.IsMultidimensionalArray">
7255             <summary>
7256             Gets a value indicating whether the collection type is a multidimensional array.
7257             </summary>
7258             <value><c>true</c> if the collection type is a multidimensional array; otherwise, <c>false</c>.</value>
7259         </member>
7260         <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.OverrideCreator">
7261             <summary>
7262             Gets or sets the function used to create the object. When set this function will override <see cref="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator"/>.
7263             </summary>
7264             <value>The function used to create the object.</value>
7265         </member>
7266         <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.HasParameterizedCreator">
7267             <summary>
7268             Gets a value indicating whether the creator has a parameter with the collection values.
7269             </summary>
7270             <value><c>true</c> if the creator has a parameter with the collection values; otherwise, <c>false</c>.</value>
7271         </member>
7272         <member name="M:Newtonsoft.Json.Serialization.JsonArrayContract.#ctor(System.Type)">
7273             <summary>
7274             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> class.
7275             </summary>
7276             <param name="underlyingType">The underlying type for the contract.</param>
7277         </member>
7278         <member name="T:Newtonsoft.Json.Serialization.JsonContainerContract">
7279             <summary>
7280             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7281             </summary>
7282         </member>
7283         <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemConverter">
7284             <summary>
7285             Gets or sets the default collection items <see cref="T:Newtonsoft.Json.JsonConverter" />.
7286             </summary>
7287             <value>The converter.</value>
7288         </member>
7289         <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemIsReference">
7290             <summary>
7291             Gets or sets a value indicating whether the collection items preserve object references.
7292             </summary>
7293             <value><c>true</c> if collection items preserve object references; otherwise, <c>false</c>.</value>
7294         </member>
7295         <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemReferenceLoopHandling">
7296             <summary>
7297             Gets or sets the collection item reference loop handling.
7298             </summary>
7299             <value>The reference loop handling.</value>
7300         </member>
7301         <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemTypeNameHandling">
7302             <summary>
7303             Gets or sets the collection item type name handling.
7304             </summary>
7305             <value>The type name handling.</value>
7306         </member>
7307         <member name="M:Newtonsoft.Json.Serialization.JsonContainerContract.#ctor(System.Type)">
7308             <summary>
7309             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonContainerContract"/> class.
7310             </summary>
7311             <param name="underlyingType">The underlying type for the contract.</param>
7312         </member>
7313         <member name="T:Newtonsoft.Json.Serialization.SerializationCallback">
7314             <summary>
7315             Handles <see cref="T:Newtonsoft.Json.JsonSerializer"/> serialization callback events.
7316             </summary>
7317             <param name="o">The object that raised the callback event.</param>
7318             <param name="context">The streaming context.</param>
7319         </member>
7320         <member name="T:Newtonsoft.Json.Serialization.SerializationErrorCallback">
7321             <summary>
7322             Handles <see cref="T:Newtonsoft.Json.JsonSerializer"/> serialization error callback events.
7323             </summary>
7324             <param name="o">The object that raised the callback event.</param>
7325             <param name="context">The streaming context.</param>
7326             <param name="errorContext">The error context.</param>
7327         </member>
7328         <member name="T:Newtonsoft.Json.Serialization.ExtensionDataSetter">
7329             <summary>
7330             Sets extension data for an object during deserialization.
7331             </summary>
7332             <param name="o">The object to set extension data on.</param>
7333             <param name="key">The extension data key.</param>
7334             <param name="value">The extension data value.</param>
7335         </member>
7336         <member name="T:Newtonsoft.Json.Serialization.ExtensionDataGetter">
7337             <summary>
7338             Gets extension data for an object during serialization.
7339             </summary>
7340             <param name="o">The object to set extension data on.</param>
7341         </member>
7342         <member name="T:Newtonsoft.Json.Serialization.JsonContract">
7343             <summary>
7344             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7345             </summary>
7346         </member>
7347         <member name="P:Newtonsoft.Json.Serialization.JsonContract.UnderlyingType">
7348             <summary>
7349             Gets the underlying type for the contract.
7350             </summary>
7351             <value>The underlying type for the contract.</value>
7352         </member>
7353         <member name="P:Newtonsoft.Json.Serialization.JsonContract.CreatedType">
7354             <summary>
7355             Gets or sets the type created during deserialization.
7356             </summary>
7357             <value>The type created during deserialization.</value>
7358         </member>
7359         <member name="P:Newtonsoft.Json.Serialization.JsonContract.IsReference">
7360             <summary>
7361             Gets or sets whether this type contract is serialized as a reference.
7362             </summary>
7363             <value>Whether this type contract is serialized as a reference.</value>
7364         </member>
7365         <member name="P:Newtonsoft.Json.Serialization.JsonContract.Converter">
7366             <summary>
7367             Gets or sets the default <see cref="T:Newtonsoft.Json.JsonConverter" /> for this contract.
7368             </summary>
7369             <value>The converter.</value>
7370         </member>
7371         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserializedCallbacks">
7372             <summary>
7373             Gets or sets all methods called immediately after deserialization of the object.
7374             </summary>
7375             <value>The methods called immediately after deserialization of the object.</value>
7376         </member>
7377         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserializingCallbacks">
7378             <summary>
7379             Gets or sets all methods called during deserialization of the object.
7380             </summary>
7381             <value>The methods called during deserialization of the object.</value>
7382         </member>
7383         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerializedCallbacks">
7384             <summary>
7385             Gets or sets all methods called after serialization of the object graph.
7386             </summary>
7387             <value>The methods called after serialization of the object graph.</value>
7388         </member>
7389         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerializingCallbacks">
7390             <summary>
7391             Gets or sets all methods called before serialization of the object.
7392             </summary>
7393             <value>The methods called before serialization of the object.</value>
7394         </member>
7395         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnErrorCallbacks">
7396             <summary>
7397             Gets or sets all method called when an error is thrown during the serialization of the object.
7398             </summary>
7399             <value>The methods called when an error is thrown during the serialization of the object.</value>
7400         </member>
7401         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserialized">
7402             <summary>
7403             Gets or sets the method called immediately after deserialization of the object.
7404             </summary>
7405             <value>The method called immediately after deserialization of the object.</value>
7406         </member>
7407         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserializing">
7408             <summary>
7409             Gets or sets the method called during deserialization of the object.
7410             </summary>
7411             <value>The method called during deserialization of the object.</value>
7412         </member>
7413         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerialized">
7414             <summary>
7415             Gets or sets the method called after serialization of the object graph.
7416             </summary>
7417             <value>The method called after serialization of the object graph.</value>
7418         </member>
7419         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerializing">
7420             <summary>
7421             Gets or sets the method called before serialization of the object.
7422             </summary>
7423             <value>The method called before serialization of the object.</value>
7424         </member>
7425         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnError">
7426             <summary>
7427             Gets or sets the method called when an error is thrown during the serialization of the object.
7428             </summary>
7429             <value>The method called when an error is thrown during the serialization of the object.</value>
7430         </member>
7431         <member name="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator">
7432             <summary>
7433             Gets or sets the default creator method used to create the object.
7434             </summary>
7435             <value>The default creator method used to create the object.</value>
7436         </member>
7437         <member name="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreatorNonPublic">
7438             <summary>
7439             Gets or sets a value indicating whether the default creator is non public.
7440             </summary>
7441             <value><c>true</c> if the default object creator is non-public; otherwise, <c>false</c>.</value>
7442         </member>
7443         <member name="T:Newtonsoft.Json.Serialization.JsonDictionaryContract">
7444             <summary>
7445             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7446             </summary>
7447         </member>
7448         <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.PropertyNameResolver">
7449             <summary>
7450             Gets or sets the property name resolver.
7451             </summary>
7452             <value>The property name resolver.</value>
7453         </member>
7454         <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.DictionaryKeyResolver">
7455             <summary>
7456             Gets or sets the dictionary key resolver.
7457             </summary>
7458             <value>The dictionary key resolver.</value>
7459         </member>
7460         <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.DictionaryKeyType">
7461             <summary>
7462             Gets the <see cref="T:System.Type"/> of the dictionary keys.
7463             </summary>
7464             <value>The <see cref="T:System.Type"/> of the dictionary keys.</value>
7465         </member>
7466         <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.DictionaryValueType">
7467             <summary>
7468             Gets the <see cref="T:System.Type"/> of the dictionary values.
7469             </summary>
7470             <value>The <see cref="T:System.Type"/> of the dictionary values.</value>
7471         </member>
7472         <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.OverrideCreator">
7473             <summary>
7474             Gets or sets the function used to create the object. When set this function will override <see cref="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator"/>.
7475             </summary>
7476             <value>The function used to create the object.</value>
7477         </member>
7478         <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.HasParameterizedCreator">
7479             <summary>
7480             Gets a value indicating whether the creator has a parameter with the dictionary values.
7481             </summary>
7482             <value><c>true</c> if the creator has a parameter with the dictionary values; otherwise, <c>false</c>.</value>
7483         </member>
7484         <member name="M:Newtonsoft.Json.Serialization.JsonDictionaryContract.#ctor(System.Type)">
7485             <summary>
7486             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> class.
7487             </summary>
7488             <param name="underlyingType">The underlying type for the contract.</param>
7489         </member>
7490         <member name="T:Newtonsoft.Json.Serialization.JsonLinqContract">
7491             <summary>
7492             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7493             </summary>
7494         </member>
7495         <member name="M:Newtonsoft.Json.Serialization.JsonLinqContract.#ctor(System.Type)">
7496             <summary>
7497             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> class.
7498             </summary>
7499             <param name="underlyingType">The underlying type for the contract.</param>
7500         </member>
7501         <member name="T:Newtonsoft.Json.Serialization.JsonObjectContract">
7502             <summary>
7503             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7504             </summary>
7505         </member>
7506         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.MemberSerialization">
7507             <summary>
7508             Gets or sets the object member serialization.
7509             </summary>
7510             <value>The member object serialization.</value>
7511         </member>
7512         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ItemRequired">
7513             <summary>
7514             Gets or sets a value that indicates whether the object's properties are required.
7515             </summary>
7516             <value>
7517                 A value indicating whether the object's properties are required.
7518             </value>
7519         </member>
7520         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.Properties">
7521             <summary>
7522             Gets the object's properties.
7523             </summary>
7524             <value>The object's properties.</value>
7525         </member>
7526         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ConstructorParameters">
7527             <summary>
7528             Gets the constructor parameters required for any non-default constructor
7529             </summary>
7530         </member>
7531         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.CreatorParameters">
7532             <summary>
7533             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"/>.
7534             </summary>
7535         </member>
7536         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.OverrideConstructor">
7537             <summary>
7538             Gets or sets the override constructor used to create the object.
7539             This is set when a constructor is marked up using the
7540             JsonConstructor attribute.
7541             </summary>
7542             <value>The override constructor.</value>
7543         </member>
7544         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ParametrizedConstructor">
7545             <summary>
7546             Gets or sets the parametrized constructor used to create the object.
7547             </summary>
7548             <value>The parametrized constructor.</value>
7549         </member>
7550         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.OverrideCreator">
7551             <summary>
7552             Gets or sets the function used to create the object. When set this function will override <see cref="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator"/>.
7553             This function is called with a collection of arguments which are defined by the <see cref="P:Newtonsoft.Json.Serialization.JsonObjectContract.CreatorParameters"/> collection.
7554             </summary>
7555             <value>The function used to create the object.</value>
7556         </member>
7557         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ExtensionDataSetter">
7558             <summary>
7559             Gets or sets the extension data setter.
7560             </summary>
7561         </member>
7562         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ExtensionDataGetter">
7563             <summary>
7564             Gets or sets the extension data getter.
7565             </summary>
7566         </member>
7567         <member name="M:Newtonsoft.Json.Serialization.JsonObjectContract.#ctor(System.Type)">
7568             <summary>
7569             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> class.
7570             </summary>
7571             <param name="underlyingType">The underlying type for the contract.</param>
7572         </member>
7573         <member name="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract">
7574             <summary>
7575             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7576             </summary>
7577         </member>
7578         <member name="M:Newtonsoft.Json.Serialization.JsonPrimitiveContract.#ctor(System.Type)">
7579             <summary>
7580             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> class.
7581             </summary>
7582             <param name="underlyingType">The underlying type for the contract.</param>
7583         </member>
7584         <member name="T:Newtonsoft.Json.Serialization.JsonProperty">
7585             <summary>
7586             Maps a JSON property to a .NET member or constructor parameter.
7587             </summary>
7588         </member>
7589         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.PropertyName">
7590             <summary>
7591             Gets or sets the name of the property.
7592             </summary>
7593             <value>The name of the property.</value>
7594         </member>
7595         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DeclaringType">
7596             <summary>
7597             Gets or sets the type that declared this property.
7598             </summary>
7599             <value>The type that declared this property.</value>
7600         </member>
7601         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Order">
7602             <summary>
7603             Gets or sets the order of serialization and deserialization of a member.
7604             </summary>
7605             <value>The numeric order of serialization or deserialization.</value>
7606         </member>
7607         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.UnderlyingName">
7608             <summary>
7609             Gets or sets the name of the underlying member or parameter.
7610             </summary>
7611             <value>The name of the underlying member or parameter.</value>
7612         </member>
7613         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ValueProvider">
7614             <summary>
7615             Gets the <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> that will get and set the <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> during serialization.
7616             </summary>
7617             <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>
7618         </member>
7619         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.AttributeProvider">
7620             <summary>
7621             Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IAttributeProvider"/> for this property.
7622             </summary>
7623             <value>The <see cref="T:Newtonsoft.Json.Serialization.IAttributeProvider"/> for this property.</value>
7624         </member>
7625         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.PropertyType">
7626             <summary>
7627             Gets or sets the type of the property.
7628             </summary>
7629             <value>The type of the property.</value>
7630         </member>
7631         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Converter">
7632             <summary>
7633             Gets or sets the <see cref="T:Newtonsoft.Json.JsonConverter" /> for the property.
7634             If set this converter takes presidence over the contract converter for the property type.
7635             </summary>
7636             <value>The converter.</value>
7637         </member>
7638         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.MemberConverter">
7639             <summary>
7640             Gets or sets the member converter.
7641             </summary>
7642             <value>The member converter.</value>
7643         </member>
7644         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Ignored">
7645             <summary>
7646             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is ignored.
7647             </summary>
7648             <value><c>true</c> if ignored; otherwise, <c>false</c>.</value>
7649         </member>
7650         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Readable">
7651             <summary>
7652             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is readable.
7653             </summary>
7654             <value><c>true</c> if readable; otherwise, <c>false</c>.</value>
7655         </member>
7656         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Writable">
7657             <summary>
7658             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is writable.
7659             </summary>
7660             <value><c>true</c> if writable; otherwise, <c>false</c>.</value>
7661         </member>
7662         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.HasMemberAttribute">
7663             <summary>
7664             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> has a member attribute.
7665             </summary>
7666             <value><c>true</c> if has a member attribute; otherwise, <c>false</c>.</value>
7667         </member>
7668         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DefaultValue">
7669             <summary>
7670             Gets the default value.
7671             </summary>
7672             <value>The default value.</value>
7673         </member>
7674         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Required">
7675             <summary>
7676             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is required.
7677             </summary>
7678             <value>A value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is required.</value>
7679         </member>
7680         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.IsReference">
7681             <summary>
7682             Gets or sets a value indicating whether this property preserves object references.
7683             </summary>
7684             <value>
7685                 <c>true</c> if this instance is reference; otherwise, <c>false</c>.
7686             </value>
7687         </member>
7688         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.NullValueHandling">
7689             <summary>
7690             Gets or sets the property null value handling.
7691             </summary>
7692             <value>The null value handling.</value>
7693         </member>
7694         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DefaultValueHandling">
7695             <summary>
7696             Gets or sets the property default value handling.
7697             </summary>
7698             <value>The default value handling.</value>
7699         </member>
7700         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ReferenceLoopHandling">
7701             <summary>
7702             Gets or sets the property reference loop handling.
7703             </summary>
7704             <value>The reference loop handling.</value>
7705         </member>
7706         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ObjectCreationHandling">
7707             <summary>
7708             Gets or sets the property object creation handling.
7709             </summary>
7710             <value>The object creation handling.</value>
7711         </member>
7712         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.TypeNameHandling">
7713             <summary>
7714             Gets or sets or sets the type name handling.
7715             </summary>
7716             <value>The type name handling.</value>
7717         </member>
7718         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ShouldSerialize">
7719             <summary>
7720             Gets or sets a predicate used to determine whether the property should be serialize.
7721             </summary>
7722             <value>A predicate used to determine whether the property should be serialize.</value>
7723         </member>
7724         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ShouldDeserialize">
7725             <summary>
7726             Gets or sets a predicate used to determine whether the property should be deserialized.
7727             </summary>
7728             <value>A predicate used to determine whether the property should be deserialized.</value>
7729         </member>
7730         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.GetIsSpecified">
7731             <summary>
7732             Gets or sets a predicate used to determine whether the property should be serialized.
7733             </summary>
7734             <value>A predicate used to determine whether the property should be serialized.</value>
7735         </member>
7736         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.SetIsSpecified">
7737             <summary>
7738             Gets or sets an action used to set whether the property has been deserialized.
7739             </summary>
7740             <value>An action used to set whether the property has been deserialized.</value>
7741         </member>
7742         <member name="M:Newtonsoft.Json.Serialization.JsonProperty.ToString">
7743             <summary>
7744             Returns a <see cref="T:System.String"/> that represents this instance.
7745             </summary>
7746             <returns>
7747             A <see cref="T:System.String"/> that represents this instance.
7748             </returns>
7749         </member>
7750         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemConverter">
7751             <summary>
7752             Gets or sets the converter used when serializing the property's collection items.
7753             </summary>
7754             <value>The collection's items converter.</value>
7755         </member>
7756         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemIsReference">
7757             <summary>
7758             Gets or sets whether this property's collection items are serialized as a reference.
7759             </summary>
7760             <value>Whether this property's collection items are serialized as a reference.</value>
7761         </member>
7762         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemTypeNameHandling">
7763             <summary>
7764             Gets or sets the the type name handling used when serializing the property's collection items.
7765             </summary>
7766             <value>The collection's items type name handling.</value>
7767         </member>
7768         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemReferenceLoopHandling">
7769             <summary>
7770             Gets or sets the the reference loop handling used when serializing the property's collection items.
7771             </summary>
7772             <value>The collection's items reference loop handling.</value>
7773         </member>
7774         <member name="T:Newtonsoft.Json.Serialization.JsonPropertyCollection">
7775             <summary>
7776             A collection of <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> objects.
7777             </summary>
7778         </member>
7779         <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.#ctor(System.Type)">
7780             <summary>
7781             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonPropertyCollection"/> class.
7782             </summary>
7783             <param name="type">The type.</param>
7784         </member>
7785         <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetKeyForItem(Newtonsoft.Json.Serialization.JsonProperty)">
7786             <summary>
7787             When implemented in a derived class, extracts the key from the specified element.
7788             </summary>
7789             <param name="item">The element from which to extract the key.</param>
7790             <returns>The key for the specified element.</returns>
7791         </member>
7792         <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.AddProperty(Newtonsoft.Json.Serialization.JsonProperty)">
7793             <summary>
7794             Adds a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> object.
7795             </summary>
7796             <param name="property">The property to add to the collection.</param>
7797         </member>
7798         <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetClosestMatchProperty(System.String)">
7799             <summary>
7800             Gets the closest matching <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> object.
7801             First attempts to get an exact case match of propertyName and then
7802             a case insensitive match.
7803             </summary>
7804             <param name="propertyName">Name of the property.</param>
7805             <returns>A matching property if found.</returns>
7806         </member>
7807         <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetProperty(System.String,System.StringComparison)">
7808             <summary>
7809             Gets a property by property name.
7810             </summary>
7811             <param name="propertyName">The name of the property to get.</param>
7812             <param name="comparisonType">Type property name string comparison.</param>
7813             <returns>A matching property if found.</returns>
7814         </member>
7815         <member name="T:Newtonsoft.Json.Serialization.JsonStringContract">
7816             <summary>
7817             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7818             </summary>
7819         </member>
7820         <member name="M:Newtonsoft.Json.Serialization.JsonStringContract.#ctor(System.Type)">
7821             <summary>
7822             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> class.
7823             </summary>
7824             <param name="underlyingType">The underlying type for the contract.</param>
7825         </member>
7826         <member name="M:Newtonsoft.Json.Serialization.JsonTypeReflector.CreateJsonConverterInstance(System.Type,System.Object[])">
7827             <summary>
7828             Lookup and create an instance of the JsonConverter type described by the argument.
7829             </summary>
7830             <param name="converterType">The JsonConverter type to create.</param>
7831             <param name="converterArgs">Optional arguments to pass to an initializing constructor of the JsonConverter.
7832             If null, the default constructor is used.</param>
7833         </member>
7834         <member name="M:Newtonsoft.Json.Serialization.JsonTypeReflector.GetJsonConverterCreator(System.Type)">
7835             <summary>
7836             Create a factory function that can be used to create instances of a JsonConverter described by the 
7837             argument type.  The returned function can then be used to either invoke the converter's default ctor, or any 
7838             parameterized constructors by way of an object array.
7839             </summary>
7840         </member>
7841         <member name="T:Newtonsoft.Json.Serialization.MemoryTraceWriter">
7842             <summary>
7843             Represents a trace writer that writes to memory. When the trace message limit is
7844             reached then old trace messages will be removed as new messages are added.
7845             </summary>
7846         </member>
7847         <member name="P:Newtonsoft.Json.Serialization.MemoryTraceWriter.LevelFilter">
7848             <summary>
7849             Gets the <see cref="T:Newtonsoft.Json.TraceLevel"/> that will be used to filter the trace messages passed to the writer.
7850             For example a filter level of <code>Info</code> will exclude <code>Verbose</code> messages and include <code>Info</code>,
7851             <code>Warning</code> and <code>Error</code> messages.
7852             </summary>
7853             <value>
7854             The <see cref="T:Newtonsoft.Json.TraceLevel"/> that will be used to filter the trace messages passed to the writer.
7855             </value>
7856         </member>
7857         <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.#ctor">
7858             <summary>
7859             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.MemoryTraceWriter"/> class.
7860             </summary>
7861         </member>
7862         <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.Trace(Newtonsoft.Json.TraceLevel,System.String,System.Exception)">
7863             <summary>
7864             Writes the specified trace level, message and optional exception.
7865             </summary>
7866             <param name="level">The <see cref="T:Newtonsoft.Json.TraceLevel"/> at which to write this trace.</param>
7867             <param name="message">The trace message.</param>
7868             <param name="ex">The trace exception. This parameter is optional.</param>
7869         </member>
7870         <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.GetTraceMessages">
7871             <summary>
7872             Returns an enumeration of the most recent trace messages.
7873             </summary>
7874             <returns>An enumeration of the most recent trace messages.</returns>
7875         </member>
7876         <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.ToString">
7877             <summary>
7878             Returns a <see cref="T:System.String"/> of the most recent trace messages.
7879             </summary>
7880             <returns>
7881             A <see cref="T:System.String"/> of the most recent trace messages.
7882             </returns>
7883         </member>
7884         <member name="T:Newtonsoft.Json.Serialization.ObjectConstructor`1">
7885             <summary>
7886             Represents a method that constructs an object.
7887             </summary>
7888             <typeparam name="T">The object type to create.</typeparam>
7889         </member>
7890         <member name="T:Newtonsoft.Json.Serialization.OnErrorAttribute">
7891             <summary>
7892             When applied to a method, specifies that the method is called when an error occurs serializing an object.
7893             </summary>
7894         </member>
7895         <member name="T:Newtonsoft.Json.Serialization.ReflectionAttributeProvider">
7896             <summary>
7897             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"/>.
7898             </summary>
7899         </member>
7900         <member name="M:Newtonsoft.Json.Serialization.ReflectionAttributeProvider.#ctor(System.Object)">
7901             <summary>
7902             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ReflectionAttributeProvider"/> class.
7903             </summary>
7904             <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>
7905         </member>
7906         <member name="M:Newtonsoft.Json.Serialization.ReflectionAttributeProvider.GetAttributes(System.Boolean)">
7907             <summary>
7908             Returns a collection of all of the attributes, or an empty collection if there are no attributes.
7909             </summary>
7910             <param name="inherit">When true, look up the hierarchy chain for the inherited custom attribute.</param>
7911             <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns>
7912         </member>
7913         <member name="M:Newtonsoft.Json.Serialization.ReflectionAttributeProvider.GetAttributes(System.Type,System.Boolean)">
7914             <summary>
7915             Returns a collection of attributes, identified by type, or an empty collection if there are no attributes.
7916             </summary>
7917             <param name="attributeType">The type of the attributes.</param>
7918             <param name="inherit">When true, look up the hierarchy chain for the inherited custom attribute.</param>
7919             <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns>
7920         </member>
7921         <member name="T:Newtonsoft.Json.Serialization.ReflectionValueProvider">
7922             <summary>
7923             Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using reflection.
7924             </summary>
7925         </member>
7926         <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.#ctor(System.Reflection.MemberInfo)">
7927             <summary>
7928             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ReflectionValueProvider"/> class.
7929             </summary>
7930             <param name="memberInfo">The member info.</param>
7931         </member>
7932         <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.SetValue(System.Object,System.Object)">
7933             <summary>
7934             Sets the value.
7935             </summary>
7936             <param name="target">The target to set the value on.</param>
7937             <param name="value">The value to set on the target.</param>
7938         </member>
7939         <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.GetValue(System.Object)">
7940             <summary>
7941             Gets the value.
7942             </summary>
7943             <param name="target">The target to get the value from.</param>
7944             <returns>The value.</returns>
7945         </member>
7946         <member name="T:Newtonsoft.Json.StringEscapeHandling">
7947             <summary>
7948             Specifies how strings are escaped when writing JSON text.
7949             </summary>
7950         </member>
7951         <member name="F:Newtonsoft.Json.StringEscapeHandling.Default">
7952             <summary>
7953             Only control characters (e.g. newline) are escaped.
7954             </summary>
7955         </member>
7956         <member name="F:Newtonsoft.Json.StringEscapeHandling.EscapeNonAscii">
7957             <summary>
7958             All non-ASCII and control characters (e.g. newline) are escaped.
7959             </summary>
7960         </member>
7961         <member name="F:Newtonsoft.Json.StringEscapeHandling.EscapeHtml">
7962             <summary>
7963             HTML (&lt;, &gt;, &amp;, &apos;, &quot;) and control characters (e.g. newline) are escaped.
7964             </summary>
7965         </member>
7966         <member name="T:Newtonsoft.Json.TraceLevel">
7967             <summary>
7968             Specifies what messages to output for the <see cref="T:Newtonsoft.Json.Serialization.ITraceWriter"/> class.
7969             </summary>
7970         </member>
7971         <member name="F:Newtonsoft.Json.TraceLevel.Off">
7972             <summary>
7973             Output no tracing and debugging messages.
7974             </summary>
7975         </member>
7976         <member name="F:Newtonsoft.Json.TraceLevel.Error">
7977             <summary>
7978             Output error-handling messages.
7979             </summary>
7980         </member>
7981         <member name="F:Newtonsoft.Json.TraceLevel.Warning">
7982             <summary>
7983             Output warnings and error-handling messages.
7984             </summary>
7985         </member>
7986         <member name="F:Newtonsoft.Json.TraceLevel.Info">
7987             <summary>
7988             Output informational messages, warnings, and error-handling messages.
7989             </summary>
7990         </member>
7991         <member name="F:Newtonsoft.Json.TraceLevel.Verbose">
7992             <summary>
7993             Output all debugging and tracing messages.
7994             </summary>
7995         </member>
7996         <member name="T:Newtonsoft.Json.TypeNameHandling">
7997             <summary>
7998             Specifies type name handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7999             </summary>
8000         </member>
8001         <member name="F:Newtonsoft.Json.TypeNameHandling.None">
8002             <summary>
8003             Do not include the .NET type name when serializing types.
8004             </summary>
8005         </member>
8006         <member name="F:Newtonsoft.Json.TypeNameHandling.Objects">
8007             <summary>
8008             Include the .NET type name when serializing into a JSON object structure.
8009             </summary>
8010         </member>
8011         <member name="F:Newtonsoft.Json.TypeNameHandling.Arrays">
8012             <summary>
8013             Include the .NET type name when serializing into a JSON array structure.
8014             </summary>
8015         </member>
8016         <member name="F:Newtonsoft.Json.TypeNameHandling.All">
8017             <summary>
8018             Always include the .NET type name when serializing.
8019             </summary>
8020         </member>
8021         <member name="F:Newtonsoft.Json.TypeNameHandling.Auto">
8022             <summary>
8023             Include the .NET type name when the type of the object being serialized is not the same as its declared type.
8024             </summary>
8025         </member>
8026         <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.IsNullOrEmpty``1(System.Collections.Generic.ICollection{``0})">
8027             <summary>
8028             Determines whether the collection is null or empty.
8029             </summary>
8030             <param name="collection">The collection.</param>
8031             <returns>
8032                 <c>true</c> if the collection is null or empty; otherwise, <c>false</c>.
8033             </returns>
8034         </member>
8035         <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.AddRange``1(System.Collections.Generic.IList{``0},System.Collections.Generic.IEnumerable{``0})">
8036             <summary>
8037             Adds the elements of the specified collection to the specified generic IList.
8038             </summary>
8039             <param name="initial">The list to add to.</param>
8040             <param name="collection">The collection of elements to add.</param>
8041         </member>
8042         <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.IndexOf``1(System.Collections.Generic.IEnumerable{``0},``0,System.Collections.Generic.IEqualityComparer{``0})">
8043             <summary>
8044             Returns the index of the first occurrence in a sequence by using a specified IEqualityComparer{TSource}.
8045             </summary>
8046             <typeparam name="TSource">The type of the elements of source.</typeparam>
8047             <param name="list">A sequence in which to locate a value.</param>
8048             <param name="value">The object to locate in the sequence</param>
8049             <param name="comparer">An equality comparer to compare values.</param>
8050             <returns>The zero-based index of the first occurrence of value within the entire sequence, if found; otherwise, â€“1.</returns>
8051         </member>
8052         <member name="M:Newtonsoft.Json.Utilities.ConvertUtils.ConvertOrCast(System.Object,System.Globalization.CultureInfo,System.Type)">
8053             <summary>
8054             Converts the value to the specified type. If the value is unable to be converted, the
8055             value is checked whether it assignable to the specified type.
8056             </summary>
8057             <param name="initialValue">The value to convert.</param>
8058             <param name="culture">The culture to use when converting.</param>
8059             <param name="targetType">The type to convert or cast the value to.</param>
8060             <returns>
8061             The converted type. If conversion was unsuccessful, the initial value
8062             is returned if assignable to the target type.
8063             </returns>
8064         </member>
8065         <member name="M:Newtonsoft.Json.Utilities.EnumUtils.GetNamesAndValues``1">
8066             <summary>
8067             Gets a dictionary of the names and values of an Enum type.
8068             </summary>
8069             <returns></returns>
8070         </member>
8071         <member name="M:Newtonsoft.Json.Utilities.EnumUtils.GetNamesAndValues``1(System.Type)">
8072             <summary>
8073             Gets a dictionary of the names and values of an Enum type.
8074             </summary>
8075             <param name="enumType">The enum type to get names and values for.</param>
8076             <returns></returns>
8077         </member>
8078         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetCollectionItemType(System.Type)">
8079             <summary>
8080             Gets the type of the typed collection's items.
8081             </summary>
8082             <param name="type">The type.</param>
8083             <returns>The type of the typed collection's items.</returns>
8084         </member>
8085         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetMemberUnderlyingType(System.Reflection.MemberInfo)">
8086             <summary>
8087             Gets the member's underlying type.
8088             </summary>
8089             <param name="member">The member.</param>
8090             <returns>The underlying type of the member.</returns>
8091         </member>
8092         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.IsIndexedProperty(System.Reflection.MemberInfo)">
8093             <summary>
8094             Determines whether the member is an indexed property.
8095             </summary>
8096             <param name="member">The member.</param>
8097             <returns>
8098                 <c>true</c> if the member is an indexed property; otherwise, <c>false</c>.
8099             </returns>
8100         </member>
8101         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.IsIndexedProperty(System.Reflection.PropertyInfo)">
8102             <summary>
8103             Determines whether the property is an indexed property.
8104             </summary>
8105             <param name="property">The property.</param>
8106             <returns>
8107                 <c>true</c> if the property is an indexed property; otherwise, <c>false</c>.
8108             </returns>
8109         </member>
8110         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetMemberValue(System.Reflection.MemberInfo,System.Object)">
8111             <summary>
8112             Gets the member's value on the object.
8113             </summary>
8114             <param name="member">The member.</param>
8115             <param name="target">The target object.</param>
8116             <returns>The member's value on the object.</returns>
8117         </member>
8118         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.SetMemberValue(System.Reflection.MemberInfo,System.Object,System.Object)">
8119             <summary>
8120             Sets the member's value on the target object.
8121             </summary>
8122             <param name="member">The member.</param>
8123             <param name="target">The target.</param>
8124             <param name="value">The value.</param>
8125         </member>
8126         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.CanReadMemberValue(System.Reflection.MemberInfo,System.Boolean)">
8127             <summary>
8128             Determines whether the specified MemberInfo can be read.
8129             </summary>
8130             <param name="member">The MemberInfo to determine whether can be read.</param>
8131             /// <param name="nonPublic">if set to <c>true</c> then allow the member to be gotten non-publicly.</param>
8132             <returns>
8133                 <c>true</c> if the specified MemberInfo can be read; otherwise, <c>false</c>.
8134             </returns>
8135         </member>
8136         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.CanSetMemberValue(System.Reflection.MemberInfo,System.Boolean,System.Boolean)">
8137             <summary>
8138             Determines whether the specified MemberInfo can be set.
8139             </summary>
8140             <param name="member">The MemberInfo to determine whether can be set.</param>
8141             <param name="nonPublic">if set to <c>true</c> then allow the member to be set non-publicly.</param>
8142             <param name="canSetReadOnly">if set to <c>true</c> then allow the member to be set if read-only.</param>
8143             <returns>
8144                 <c>true</c> if the specified MemberInfo can be set; otherwise, <c>false</c>.
8145             </returns>
8146         </member>
8147         <member name="T:Newtonsoft.Json.Utilities.StringBuffer">
8148             <summary>
8149             Builds a string. Unlike StringBuilder this class lets you reuse it's internal buffer.
8150             </summary>
8151         </member>
8152         <member name="M:Newtonsoft.Json.Utilities.StringUtils.IsWhiteSpace(System.String)">
8153             <summary>
8154             Determines whether the string is all white space. Empty string will return false.
8155             </summary>
8156             <param name="s">The string to test whether it is all white space.</param>
8157             <returns>
8158                 <c>true</c> if the string is all white space; otherwise, <c>false</c>.
8159             </returns>
8160         </member>
8161         <member name="M:Newtonsoft.Json.Utilities.StringUtils.NullEmptyString(System.String)">
8162             <summary>
8163             Nulls an empty string.
8164             </summary>
8165             <param name="s">The string.</param>
8166             <returns>Null if the string was null, otherwise the string unchanged.</returns>
8167         </member>
8168         <member name="T:Newtonsoft.Json.WriteState">
8169             <summary>
8170             Specifies the state of the <see cref="T:Newtonsoft.Json.JsonWriter"/>.
8171             </summary>
8172         </member>
8173         <member name="F:Newtonsoft.Json.WriteState.Error">
8174             <summary>
8175             An exception has been thrown, which has left the <see cref="T:Newtonsoft.Json.JsonWriter"/> in an invalid state.
8176             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.
8177             Any other <see cref="T:Newtonsoft.Json.JsonWriter"/> method calls results in an <see cref="T:System.InvalidOperationException"/> being thrown. 
8178             </summary>
8179         </member>
8180         <member name="F:Newtonsoft.Json.WriteState.Closed">
8181             <summary>
8182             The <see cref="M:Newtonsoft.Json.JsonWriter.Close"/> method has been called. 
8183             </summary>
8184         </member>
8185         <member name="F:Newtonsoft.Json.WriteState.Object">
8186             <summary>
8187             An object is being written. 
8188             </summary>
8189         </member>
8190         <member name="F:Newtonsoft.Json.WriteState.Array">
8191             <summary>
8192             A array is being written.
8193             </summary>
8194         </member>
8195         <member name="F:Newtonsoft.Json.WriteState.Constructor">
8196             <summary>
8197             A constructor is being written.
8198             </summary>
8199         </member>
8200         <member name="F:Newtonsoft.Json.WriteState.Property">
8201             <summary>
8202             A property is being written.
8203             </summary>
8204         </member>
8205         <member name="F:Newtonsoft.Json.WriteState.Start">
8206             <summary>
8207             A write method has not been called.
8208             </summary>
8209         </member>
8210         <member name="T:System.Runtime.Serialization.Formatters.FormatterAssemblyStyle">
8211             <summary>
8212             Indicates the method that will be used during deserialization for locating and loading assemblies.
8213             </summary>
8214         </member>
8215         <member name="F:System.Runtime.Serialization.Formatters.FormatterAssemblyStyle.Simple">
8216             <summary>
8217             In simple mode, the assembly used during deserialization need not match exactly the assembly used during serialization. Specifically, the version numbers need not match as the LoadWithPartialName method is used to load the assembly.
8218             </summary>
8219         </member>
8220         <member name="F:System.Runtime.Serialization.Formatters.FormatterAssemblyStyle.Full">
8221             <summary>
8222             In full mode, the assembly used during deserialization must match exactly the assembly used during serialization. The Load method of the Assembly class is used to load the assembly.
8223             </summary>
8224         </member>
8225     </members>
8226 </doc>