Statistics
| Branch: | Revision:

root / trunk / packages / Newtonsoft.Json.4.5.11 / lib / net20 / Newtonsoft.Json.xml @ 99882980

History | View | Annotate | Download (462.2 kB)

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="M:Newtonsoft.Json.Bson.BsonObjectId.#ctor(System.Byte[])">
13
            <summary>
14
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonObjectId"/> class.
15
            </summary>
16
            <param name="value">The Oid value.</param>
17
        </member>
18
        <member name="P:Newtonsoft.Json.Bson.BsonObjectId.Value">
19
            <summary>
20
            Gets or sets the value of the Oid.
21
            </summary>
22
            <value>The value of the Oid.</value>
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="T:Newtonsoft.Json.JsonReader">
30
            <summary>
31
            Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
32
            </summary>
33
        </member>
34
        <member name="M:Newtonsoft.Json.JsonReader.#ctor">
35
            <summary>
36
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReader"/> class with the specified <see cref="T:System.IO.TextReader"/>.
37
            </summary>
38
        </member>
39
        <member name="M:Newtonsoft.Json.JsonReader.Read">
40
            <summary>
41
            Reads the next JSON token from the stream.
42
            </summary>
43
            <returns>true if the next token was read successfully; false if there are no more tokens to read.</returns>
44
        </member>
45
        <member name="M:Newtonsoft.Json.JsonReader.ReadAsInt32">
46
            <summary>
47
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
48
            </summary>
49
            <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
50
        </member>
51
        <member name="M:Newtonsoft.Json.JsonReader.ReadAsString">
52
            <summary>
53
            Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
54
            </summary>
55
            <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
56
        </member>
57
        <member name="M:Newtonsoft.Json.JsonReader.ReadAsBytes">
58
            <summary>
59
            Reads the next JSON token from the stream as a <see cref="T:Byte[]"/>.
60
            </summary>
61
            <returns>A <see cref="T: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>
62
        </member>
63
        <member name="M:Newtonsoft.Json.JsonReader.ReadAsDecimal">
64
            <summary>
65
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
66
            </summary>
67
            <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
68
        </member>
69
        <member name="M:Newtonsoft.Json.JsonReader.ReadAsDateTime">
70
            <summary>
71
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
72
            </summary>
73
            <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
74
        </member>
75
        <member name="M:Newtonsoft.Json.JsonReader.Skip">
76
            <summary>
77
            Skips the children of the current token.
78
            </summary>
79
        </member>
80
        <member name="M:Newtonsoft.Json.JsonReader.SetToken(Newtonsoft.Json.JsonToken)">
81
            <summary>
82
            Sets the current token.
83
            </summary>
84
            <param name="newToken">The new token.</param>
85
        </member>
86
        <member name="M:Newtonsoft.Json.JsonReader.SetToken(Newtonsoft.Json.JsonToken,System.Object)">
87
            <summary>
88
            Sets the current token and value.
89
            </summary>
90
            <param name="newToken">The new token.</param>
91
            <param name="value">The value.</param>
92
        </member>
93
        <member name="M:Newtonsoft.Json.JsonReader.SetStateBasedOnCurrent">
94
            <summary>
95
            Sets the state based on current token type.
96
            </summary>
97
        </member>
98
        <member name="M:Newtonsoft.Json.JsonReader.System#IDisposable#Dispose">
99
            <summary>
100
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
101
            </summary>
102
        </member>
103
        <member name="M:Newtonsoft.Json.JsonReader.Dispose(System.Boolean)">
104
            <summary>
105
            Releases unmanaged and - optionally - managed resources
106
            </summary>
107
            <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
108
        </member>
109
        <member name="M:Newtonsoft.Json.JsonReader.Close">
110
            <summary>
111
            Changes the <see cref="T:Newtonsoft.Json.JsonReader.State"/> to Closed. 
112
            </summary>
113
        </member>
114
        <member name="P:Newtonsoft.Json.JsonReader.CurrentState">
115
            <summary>
116
            Gets the current reader state.
117
            </summary>
118
            <value>The current reader state.</value>
119
        </member>
120
        <member name="P:Newtonsoft.Json.JsonReader.CloseInput">
121
            <summary>
122
            Gets or sets a value indicating whether the underlying stream or
123
            <see cref="T:System.IO.TextReader"/> should be closed when the reader is closed.
124
            </summary>
125
            <value>
126
            true to close the underlying stream or <see cref="T:System.IO.TextReader"/> when
127
            the reader is closed; otherwise false. The default is true.
128
            </value>
129
        </member>
130
        <member name="P:Newtonsoft.Json.JsonReader.QuoteChar">
131
            <summary>
132
            Gets the quotation mark character used to enclose the value of a string.
133
            </summary>
134
        </member>
135
        <member name="P:Newtonsoft.Json.JsonReader.DateTimeZoneHandling">
136
            <summary>
137
            Get or set how <see cref="T:System.DateTime"/> time zones are handling when reading JSON.
138
            </summary>
139
        </member>
140
        <member name="P:Newtonsoft.Json.JsonReader.DateParseHandling">
141
            <summary>
142
            Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
143
            </summary>
144
        </member>
145
        <member name="P:Newtonsoft.Json.JsonReader.MaxDepth">
146
            <summary>
147
            Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>.
148
            </summary>
149
        </member>
150
        <member name="P:Newtonsoft.Json.JsonReader.TokenType">
151
            <summary>
152
            Gets the type of the current JSON token. 
153
            </summary>
154
        </member>
155
        <member name="P:Newtonsoft.Json.JsonReader.Value">
156
            <summary>
157
            Gets the text value of the current JSON token.
158
            </summary>
159
        </member>
160
        <member name="P:Newtonsoft.Json.JsonReader.ValueType">
161
            <summary>
162
            Gets The Common Language Runtime (CLR) type for the current JSON token.
163
            </summary>
164
        </member>
165
        <member name="P:Newtonsoft.Json.JsonReader.Depth">
166
            <summary>
167
            Gets the depth of the current token in the JSON document.
168
            </summary>
169
            <value>The depth of the current token in the JSON document.</value>
170
        </member>
171
        <member name="P:Newtonsoft.Json.JsonReader.Path">
172
            <summary>
173
            Gets the path of the current JSON token. 
174
            </summary>
175
        </member>
176
        <member name="P:Newtonsoft.Json.JsonReader.Culture">
177
            <summary>
178
            Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.
179
            </summary>
180
        </member>
181
        <member name="T:Newtonsoft.Json.JsonReader.State">
182
            <summary>
183
            Specifies the state of the reader.
184
            </summary>
185
        </member>
186
        <member name="F:Newtonsoft.Json.JsonReader.State.Start">
187
            <summary>
188
            The Read method has not been called.
189
            </summary>
190
        </member>
191
        <member name="F:Newtonsoft.Json.JsonReader.State.Complete">
192
            <summary>
193
            The end of the file has been reached successfully.
194
            </summary>
195
        </member>
196
        <member name="F:Newtonsoft.Json.JsonReader.State.Property">
197
            <summary>
198
            Reader is at a property.
199
            </summary>
200
        </member>
201
        <member name="F:Newtonsoft.Json.JsonReader.State.ObjectStart">
202
            <summary>
203
            Reader is at the start of an object.
204
            </summary>
205
        </member>
206
        <member name="F:Newtonsoft.Json.JsonReader.State.Object">
207
            <summary>
208
            Reader is in an object.
209
            </summary>
210
        </member>
211
        <member name="F:Newtonsoft.Json.JsonReader.State.ArrayStart">
212
            <summary>
213
            Reader is at the start of an array.
214
            </summary>
215
        </member>
216
        <member name="F:Newtonsoft.Json.JsonReader.State.Array">
217
            <summary>
218
            Reader is in an array.
219
            </summary>
220
        </member>
221
        <member name="F:Newtonsoft.Json.JsonReader.State.Closed">
222
            <summary>
223
            The Close method has been called.
224
            </summary>
225
        </member>
226
        <member name="F:Newtonsoft.Json.JsonReader.State.PostValue">
227
            <summary>
228
            Reader has just read a value.
229
            </summary>
230
        </member>
231
        <member name="F:Newtonsoft.Json.JsonReader.State.ConstructorStart">
232
            <summary>
233
            Reader is at the start of a constructor.
234
            </summary>
235
        </member>
236
        <member name="F:Newtonsoft.Json.JsonReader.State.Constructor">
237
            <summary>
238
            Reader in a constructor.
239
            </summary>
240
        </member>
241
        <member name="F:Newtonsoft.Json.JsonReader.State.Error">
242
            <summary>
243
            An error occurred that prevents the read operation from continuing.
244
            </summary>
245
        </member>
246
        <member name="F:Newtonsoft.Json.JsonReader.State.Finished">
247
            <summary>
248
            The end of the file has been reached successfully.
249
            </summary>
250
        </member>
251
        <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.Stream)">
252
            <summary>
253
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.
254
            </summary>
255
            <param name="stream">The stream.</param>
256
        </member>
257
        <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.BinaryReader)">
258
            <summary>
259
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.
260
            </summary>
261
            <param name="reader">The reader.</param>
262
        </member>
263
        <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.Stream,System.Boolean,System.DateTimeKind)">
264
            <summary>
265
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.
266
            </summary>
267
            <param name="stream">The stream.</param>
268
            <param name="readRootValueAsArray">if set to <c>true</c> the root object will be read as a JSON array.</param>
269
            <param name="dateTimeKindHandling">The <see cref="T:System.DateTimeKind"/> used when reading <see cref="T:System.DateTime"/> values from BSON.</param>
270
        </member>
271
        <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.BinaryReader,System.Boolean,System.DateTimeKind)">
272
            <summary>
273
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.
274
            </summary>
275
            <param name="reader">The reader.</param>
276
            <param name="readRootValueAsArray">if set to <c>true</c> the root object will be read as a JSON array.</param>
277
            <param name="dateTimeKindHandling">The <see cref="T:System.DateTimeKind"/> used when reading <see cref="T:System.DateTime"/> values from BSON.</param>
278
        </member>
279
        <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsBytes">
280
            <summary>
281
            Reads the next JSON token from the stream as a <see cref="T:Byte[]"/>.
282
            </summary>
283
            <returns>
284
            A <see cref="T: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.
285
            </returns>
286
        </member>
287
        <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDecimal">
288
            <summary>
289
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
290
            </summary>
291
            <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
292
        </member>
293
        <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsInt32">
294
            <summary>
295
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
296
            </summary>
297
            <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
298
        </member>
299
        <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsString">
300
            <summary>
301
            Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
302
            </summary>
303
            <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
304
        </member>
305
        <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDateTime">
306
            <summary>
307
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
308
            </summary>
309
            <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
310
        </member>
311
        <member name="M:Newtonsoft.Json.Bson.BsonReader.Read">
312
            <summary>
313
            Reads the next JSON token from the stream.
314
            </summary>
315
            <returns>
316
            true if the next token was read successfully; false if there are no more tokens to read.
317
            </returns>
318
        </member>
319
        <member name="M:Newtonsoft.Json.Bson.BsonReader.Close">
320
            <summary>
321
            Changes the <see cref="T:Newtonsoft.Json.JsonReader.State"/> to Closed.
322
            </summary>
323
        </member>
324
        <member name="P:Newtonsoft.Json.Bson.BsonReader.JsonNet35BinaryCompatibility">
325
            <summary>
326
            Gets or sets a value indicating whether binary data reading should compatible with incorrect Json.NET 3.5 written binary.
327
            </summary>
328
            <value>
329
                    <c>true</c> if binary data reading will be compatible with incorrect Json.NET 3.5 written binary; otherwise, <c>false</c>.
330
            </value>
331
        </member>
332
        <member name="P:Newtonsoft.Json.Bson.BsonReader.ReadRootValueAsArray">
333
            <summary>
334
            Gets or sets a value indicating whether the root object will be read as a JSON array.
335
            </summary>
336
            <value>
337
                    <c>true</c> if the root object will be read as a JSON array; otherwise, <c>false</c>.
338
            </value>
339
        </member>
340
        <member name="P:Newtonsoft.Json.Bson.BsonReader.DateTimeKindHandling">
341
            <summary>
342
            Gets or sets the <see cref="T:System.DateTimeKind"/> used when reading <see cref="T:System.DateTime"/> values from BSON.
343
            </summary>
344
            <value>The <see cref="T:System.DateTimeKind"/> used when reading <see cref="T:System.DateTime"/> values from BSON.</value>
345
        </member>
346
        <member name="T:Newtonsoft.Json.Bson.BsonWriter">
347
            <summary>
348
            Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
349
            </summary>
350
        </member>
351
        <member name="T:Newtonsoft.Json.JsonWriter">
352
            <summary>
353
            Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
354
            </summary>
355
        </member>
356
        <member name="M:Newtonsoft.Json.JsonWriter.#ctor">
357
            <summary>
358
            Creates an instance of the <c>JsonWriter</c> class. 
359
            </summary>
360
        </member>
361
        <member name="M:Newtonsoft.Json.JsonWriter.Flush">
362
            <summary>
363
            Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
364
            </summary>
365
        </member>
366
        <member name="M:Newtonsoft.Json.JsonWriter.Close">
367
            <summary>
368
            Closes this stream and the underlying stream.
369
            </summary>
370
        </member>
371
        <member name="M:Newtonsoft.Json.JsonWriter.WriteStartObject">
372
            <summary>
373
            Writes the beginning of a Json object.
374
            </summary>
375
        </member>
376
        <member name="M:Newtonsoft.Json.JsonWriter.WriteEndObject">
377
            <summary>
378
            Writes the end of a Json object.
379
            </summary>
380
        </member>
381
        <member name="M:Newtonsoft.Json.JsonWriter.WriteStartArray">
382
            <summary>
383
            Writes the beginning of a Json array.
384
            </summary>
385
        </member>
386
        <member name="M:Newtonsoft.Json.JsonWriter.WriteEndArray">
387
            <summary>
388
            Writes the end of an array.
389
            </summary>
390
        </member>
391
        <member name="M:Newtonsoft.Json.JsonWriter.WriteStartConstructor(System.String)">
392
            <summary>
393
            Writes the start of a constructor with the given name.
394
            </summary>
395
            <param name="name">The name of the constructor.</param>
396
        </member>
397
        <member name="M:Newtonsoft.Json.JsonWriter.WriteEndConstructor">
398
            <summary>
399
            Writes the end constructor.
400
            </summary>
401
        </member>
402
        <member name="M:Newtonsoft.Json.JsonWriter.WritePropertyName(System.String)">
403
            <summary>
404
            Writes the property name of a name/value pair on a Json object.
405
            </summary>
406
            <param name="name">The name of the property.</param>
407
        </member>
408
        <member name="M:Newtonsoft.Json.JsonWriter.WriteEnd">
409
            <summary>
410
            Writes the end of the current Json object or array.
411
            </summary>
412
        </member>
413
        <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonReader)">
414
            <summary>
415
            Writes the current <see cref="T:Newtonsoft.Json.JsonReader"/> token.
416
            </summary>
417
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read the token from.</param>
418
        </member>
419
        <member name="M:Newtonsoft.Json.JsonWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
420
            <summary>
421
            Writes the specified end token.
422
            </summary>
423
            <param name="token">The end token to write.</param>
424
        </member>
425
        <member name="M:Newtonsoft.Json.JsonWriter.WriteIndent">
426
            <summary>
427
            Writes indent characters.
428
            </summary>
429
        </member>
430
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValueDelimiter">
431
            <summary>
432
            Writes the JSON value delimiter.
433
            </summary>
434
        </member>
435
        <member name="M:Newtonsoft.Json.JsonWriter.WriteIndentSpace">
436
            <summary>
437
            Writes an indent space.
438
            </summary>
439
        </member>
440
        <member name="M:Newtonsoft.Json.JsonWriter.WriteNull">
441
            <summary>
442
            Writes a null value.
443
            </summary>
444
        </member>
445
        <member name="M:Newtonsoft.Json.JsonWriter.WriteUndefined">
446
            <summary>
447
            Writes an undefined value.
448
            </summary>
449
        </member>
450
        <member name="M:Newtonsoft.Json.JsonWriter.WriteRaw(System.String)">
451
            <summary>
452
            Writes raw JSON without changing the writer's state.
453
            </summary>
454
            <param name="json">The raw JSON to write.</param>
455
        </member>
456
        <member name="M:Newtonsoft.Json.JsonWriter.WriteRawValue(System.String)">
457
            <summary>
458
            Writes raw JSON where a value is expected and updates the writer's state.
459
            </summary>
460
            <param name="json">The raw JSON to write.</param>
461
        </member>
462
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.String)">
463
            <summary>
464
            Writes a <see cref="T:System.String"/> value.
465
            </summary>
466
            <param name="value">The <see cref="T:System.String"/> value to write.</param>
467
        </member>
468
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int32)">
469
            <summary>
470
            Writes a <see cref="T:System.Int32"/> value.
471
            </summary>
472
            <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
473
        </member>
474
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt32)">
475
            <summary>
476
            Writes a <see cref="T:System.UInt32"/> value.
477
            </summary>
478
            <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
479
        </member>
480
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int64)">
481
            <summary>
482
            Writes a <see cref="T:System.Int64"/> value.
483
            </summary>
484
            <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
485
        </member>
486
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt64)">
487
            <summary>
488
            Writes a <see cref="T:System.UInt64"/> value.
489
            </summary>
490
            <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
491
        </member>
492
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Single)">
493
            <summary>
494
            Writes a <see cref="T:System.Single"/> value.
495
            </summary>
496
            <param name="value">The <see cref="T:System.Single"/> value to write.</param>
497
        </member>
498
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Double)">
499
            <summary>
500
            Writes a <see cref="T:System.Double"/> value.
501
            </summary>
502
            <param name="value">The <see cref="T:System.Double"/> value to write.</param>
503
        </member>
504
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Boolean)">
505
            <summary>
506
            Writes a <see cref="T:System.Boolean"/> value.
507
            </summary>
508
            <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
509
        </member>
510
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int16)">
511
            <summary>
512
            Writes a <see cref="T:System.Int16"/> value.
513
            </summary>
514
            <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
515
        </member>
516
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt16)">
517
            <summary>
518
            Writes a <see cref="T:System.UInt16"/> value.
519
            </summary>
520
            <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
521
        </member>
522
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Char)">
523
            <summary>
524
            Writes a <see cref="T:System.Char"/> value.
525
            </summary>
526
            <param name="value">The <see cref="T:System.Char"/> value to write.</param>
527
        </member>
528
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Byte)">
529
            <summary>
530
            Writes a <see cref="T:System.Byte"/> value.
531
            </summary>
532
            <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
533
        </member>
534
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.SByte)">
535
            <summary>
536
            Writes a <see cref="T:System.SByte"/> value.
537
            </summary>
538
            <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
539
        </member>
540
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Decimal)">
541
            <summary>
542
            Writes a <see cref="T:System.Decimal"/> value.
543
            </summary>
544
            <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
545
        </member>
546
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.DateTime)">
547
            <summary>
548
            Writes a <see cref="T:System.DateTime"/> value.
549
            </summary>
550
            <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
551
        </member>
552
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Guid)">
553
            <summary>
554
            Writes a <see cref="T:System.Guid"/> value.
555
            </summary>
556
            <param name="value">The <see cref="T:System.Guid"/> value to write.</param>
557
        </member>
558
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.TimeSpan)">
559
            <summary>
560
            Writes a <see cref="T:System.TimeSpan"/> value.
561
            </summary>
562
            <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>
563
        </member>
564
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int32})">
565
            <summary>
566
            Writes a <see cref="T:System.Nullable`1"/> value.
567
            </summary>
568
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
569
        </member>
570
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt32})">
571
            <summary>
572
            Writes a <see cref="T:System.Nullable`1"/> value.
573
            </summary>
574
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
575
        </member>
576
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int64})">
577
            <summary>
578
            Writes a <see cref="T:System.Nullable`1"/> value.
579
            </summary>
580
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
581
        </member>
582
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt64})">
583
            <summary>
584
            Writes a <see cref="T:System.Nullable`1"/> value.
585
            </summary>
586
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
587
        </member>
588
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Single})">
589
            <summary>
590
            Writes a <see cref="T:System.Nullable`1"/> value.
591
            </summary>
592
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
593
        </member>
594
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Double})">
595
            <summary>
596
            Writes a <see cref="T:System.Nullable`1"/> value.
597
            </summary>
598
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
599
        </member>
600
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Boolean})">
601
            <summary>
602
            Writes a <see cref="T:System.Nullable`1"/> value.
603
            </summary>
604
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
605
        </member>
606
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int16})">
607
            <summary>
608
            Writes a <see cref="T:System.Nullable`1"/> value.
609
            </summary>
610
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
611
        </member>
612
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt16})">
613
            <summary>
614
            Writes a <see cref="T:System.Nullable`1"/> value.
615
            </summary>
616
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
617
        </member>
618
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Char})">
619
            <summary>
620
            Writes a <see cref="T:System.Nullable`1"/> value.
621
            </summary>
622
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
623
        </member>
624
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Byte})">
625
            <summary>
626
            Writes a <see cref="T:System.Nullable`1"/> value.
627
            </summary>
628
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
629
        </member>
630
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.SByte})">
631
            <summary>
632
            Writes a <see cref="T:System.Nullable`1"/> value.
633
            </summary>
634
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
635
        </member>
636
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Decimal})">
637
            <summary>
638
            Writes a <see cref="T:System.Nullable`1"/> value.
639
            </summary>
640
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
641
        </member>
642
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.DateTime})">
643
            <summary>
644
            Writes a <see cref="T:System.Nullable`1"/> value.
645
            </summary>
646
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
647
        </member>
648
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Guid})">
649
            <summary>
650
            Writes a <see cref="T:System.Nullable`1"/> value.
651
            </summary>
652
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
653
        </member>
654
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.TimeSpan})">
655
            <summary>
656
            Writes a <see cref="T:System.Nullable`1"/> value.
657
            </summary>
658
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
659
        </member>
660
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Byte[])">
661
            <summary>
662
            Writes a <see cref="T:Byte[]"/> value.
663
            </summary>
664
            <param name="value">The <see cref="T:Byte[]"/> value to write.</param>
665
        </member>
666
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Uri)">
667
            <summary>
668
            Writes a <see cref="T:System.Uri"/> value.
669
            </summary>
670
            <param name="value">The <see cref="T:System.Uri"/> value to write.</param>
671
        </member>
672
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Object)">
673
            <summary>
674
            Writes a <see cref="T:System.Object"/> value.
675
            An error will raised if the value cannot be written as a single JSON token.
676
            </summary>
677
            <param name="value">The <see cref="T:System.Object"/> value to write.</param>
678
        </member>
679
        <member name="M:Newtonsoft.Json.JsonWriter.WriteComment(System.String)">
680
            <summary>
681
            Writes out a comment <code>/*...*/</code> containing the specified text. 
682
            </summary>
683
            <param name="text">Text to place inside the comment.</param>
684
        </member>
685
        <member name="M:Newtonsoft.Json.JsonWriter.WriteWhitespace(System.String)">
686
            <summary>
687
            Writes out the given white space.
688
            </summary>
689
            <param name="ws">The string of white space characters.</param>
690
        </member>
691
        <member name="P:Newtonsoft.Json.JsonWriter.CloseOutput">
692
            <summary>
693
            Gets or sets a value indicating whether the underlying stream or
694
            <see cref="T:System.IO.TextReader"/> should be closed when the writer is closed.
695
            </summary>
696
            <value>
697
            true to close the underlying stream or <see cref="T:System.IO.TextReader"/> when
698
            the writer is closed; otherwise false. The default is true.
699
            </value>
700
        </member>
701
        <member name="P:Newtonsoft.Json.JsonWriter.Top">
702
            <summary>
703
            Gets the top.
704
            </summary>
705
            <value>The top.</value>
706
        </member>
707
        <member name="P:Newtonsoft.Json.JsonWriter.WriteState">
708
            <summary>
709
            Gets the state of the writer.
710
            </summary>
711
        </member>
712
        <member name="P:Newtonsoft.Json.JsonWriter.Path">
713
            <summary>
714
            Gets the path of the writer. 
715
            </summary>
716
        </member>
717
        <member name="P:Newtonsoft.Json.JsonWriter.Formatting">
718
            <summary>
719
            Indicates how JSON text output is formatted.
720
            </summary>
721
        </member>
722
        <member name="P:Newtonsoft.Json.JsonWriter.DateFormatHandling">
723
            <summary>
724
            Get or set how dates are written to JSON text.
725
            </summary>
726
        </member>
727
        <member name="P:Newtonsoft.Json.JsonWriter.DateTimeZoneHandling">
728
            <summary>
729
            Get or set how <see cref="T:System.DateTime"/> time zones are handling when writing JSON text.
730
            </summary>
731
        </member>
732
        <member name="P:Newtonsoft.Json.JsonWriter.StringEscapeHandling">
733
            <summary>
734
            Get or set how strings are escaped when writing JSON text.
735
            </summary>
736
        </member>
737
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.#ctor(System.IO.Stream)">
738
            <summary>
739
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonWriter"/> class.
740
            </summary>
741
            <param name="stream">The stream.</param>
742
        </member>
743
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.#ctor(System.IO.BinaryWriter)">
744
            <summary>
745
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonWriter"/> class.
746
            </summary>
747
            <param name="writer">The writer.</param>
748
        </member>
749
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.Flush">
750
            <summary>
751
            Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
752
            </summary>
753
        </member>
754
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
755
            <summary>
756
            Writes the end.
757
            </summary>
758
            <param name="token">The token.</param>
759
        </member>
760
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteComment(System.String)">
761
            <summary>
762
            Writes out a comment <code>/*...*/</code> containing the specified text.
763
            </summary>
764
            <param name="text">Text to place inside the comment.</param>
765
        </member>
766
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartConstructor(System.String)">
767
            <summary>
768
            Writes the start of a constructor with the given name.
769
            </summary>
770
            <param name="name">The name of the constructor.</param>
771
        </member>
772
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRaw(System.String)">
773
            <summary>
774
            Writes raw JSON.
775
            </summary>
776
            <param name="json">The raw JSON to write.</param>
777
        </member>
778
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRawValue(System.String)">
779
            <summary>
780
            Writes raw JSON where a value is expected and updates the writer's state.
781
            </summary>
782
            <param name="json">The raw JSON to write.</param>
783
        </member>
784
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartArray">
785
            <summary>
786
            Writes the beginning of a Json array.
787
            </summary>
788
        </member>
789
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartObject">
790
            <summary>
791
            Writes the beginning of a Json object.
792
            </summary>
793
        </member>
794
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WritePropertyName(System.String)">
795
            <summary>
796
            Writes the property name of a name/value pair on a Json object.
797
            </summary>
798
            <param name="name">The name of the property.</param>
799
        </member>
800
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.Close">
801
            <summary>
802
            Closes this stream and the underlying stream.
803
            </summary>
804
        </member>
805
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteNull">
806
            <summary>
807
            Writes a null value.
808
            </summary>
809
        </member>
810
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteUndefined">
811
            <summary>
812
            Writes an undefined value.
813
            </summary>
814
        </member>
815
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.String)">
816
            <summary>
817
            Writes a <see cref="T:System.String"/> value.
818
            </summary>
819
            <param name="value">The <see cref="T:System.String"/> value to write.</param>
820
        </member>
821
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int32)">
822
            <summary>
823
            Writes a <see cref="T:System.Int32"/> value.
824
            </summary>
825
            <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
826
        </member>
827
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt32)">
828
            <summary>
829
            Writes a <see cref="T:System.UInt32"/> value.
830
            </summary>
831
            <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
832
        </member>
833
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int64)">
834
            <summary>
835
            Writes a <see cref="T:System.Int64"/> value.
836
            </summary>
837
            <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
838
        </member>
839
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt64)">
840
            <summary>
841
            Writes a <see cref="T:System.UInt64"/> value.
842
            </summary>
843
            <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
844
        </member>
845
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Single)">
846
            <summary>
847
            Writes a <see cref="T:System.Single"/> value.
848
            </summary>
849
            <param name="value">The <see cref="T:System.Single"/> value to write.</param>
850
        </member>
851
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Double)">
852
            <summary>
853
            Writes a <see cref="T:System.Double"/> value.
854
            </summary>
855
            <param name="value">The <see cref="T:System.Double"/> value to write.</param>
856
        </member>
857
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Boolean)">
858
            <summary>
859
            Writes a <see cref="T:System.Boolean"/> value.
860
            </summary>
861
            <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
862
        </member>
863
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int16)">
864
            <summary>
865
            Writes a <see cref="T:System.Int16"/> value.
866
            </summary>
867
            <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
868
        </member>
869
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt16)">
870
            <summary>
871
            Writes a <see cref="T:System.UInt16"/> value.
872
            </summary>
873
            <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
874
        </member>
875
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Char)">
876
            <summary>
877
            Writes a <see cref="T:System.Char"/> value.
878
            </summary>
879
            <param name="value">The <see cref="T:System.Char"/> value to write.</param>
880
        </member>
881
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Byte)">
882
            <summary>
883
            Writes a <see cref="T:System.Byte"/> value.
884
            </summary>
885
            <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
886
        </member>
887
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.SByte)">
888
            <summary>
889
            Writes a <see cref="T:System.SByte"/> value.
890
            </summary>
891
            <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
892
        </member>
893
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Decimal)">
894
            <summary>
895
            Writes a <see cref="T:System.Decimal"/> value.
896
            </summary>
897
            <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
898
        </member>
899
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.DateTime)">
900
            <summary>
901
            Writes a <see cref="T:System.DateTime"/> value.
902
            </summary>
903
            <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
904
        </member>
905
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Byte[])">
906
            <summary>
907
            Writes a <see cref="T:Byte[]"/> value.
908
            </summary>
909
            <param name="value">The <see cref="T:Byte[]"/> value to write.</param>
910
        </member>
911
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Guid)">
912
            <summary>
913
            Writes a <see cref="T:System.Guid"/> value.
914
            </summary>
915
            <param name="value">The <see cref="T:System.Guid"/> value to write.</param>
916
        </member>
917
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.TimeSpan)">
918
            <summary>
919
            Writes a <see cref="T:System.TimeSpan"/> value.
920
            </summary>
921
            <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>
922
        </member>
923
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Uri)">
924
            <summary>
925
            Writes a <see cref="T:System.Uri"/> value.
926
            </summary>
927
            <param name="value">The <see cref="T:System.Uri"/> value to write.</param>
928
        </member>
929
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteObjectId(System.Byte[])">
930
            <summary>
931
            Writes a <see cref="T:Byte[]"/> value that represents a BSON object id.
932
            </summary>
933
            <param name="value">The Object ID value to write.</param>
934
        </member>
935
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRegex(System.String,System.String)">
936
            <summary>
937
            Writes a BSON regex.
938
            </summary>
939
            <param name="pattern">The regex pattern.</param>
940
            <param name="options">The regex options.</param>
941
        </member>
942
        <member name="P:Newtonsoft.Json.Bson.BsonWriter.DateTimeKindHandling">
943
            <summary>
944
            Gets or sets the <see cref="T:System.DateTimeKind"/> used when writing <see cref="T:System.DateTime"/> values to BSON.
945
            When set to <see cref="F:System.DateTimeKind.Unspecified"/> no conversion will occur.
946
            </summary>
947
            <value>The <see cref="T:System.DateTimeKind"/> used when writing <see cref="T:System.DateTime"/> values to BSON.</value>
948
        </member>
949
        <member name="T:Newtonsoft.Json.ConstructorHandling">
950
            <summary>
951
            Specifies how constructors are used when initializing objects during deserialization by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
952
            </summary>
953
        </member>
954
        <member name="F:Newtonsoft.Json.ConstructorHandling.Default">
955
            <summary>
956
            First attempt to use the public default constructor, then fall back to single paramatized constructor, then the non-public default constructor.
957
            </summary>
958
        </member>
959
        <member name="F:Newtonsoft.Json.ConstructorHandling.AllowNonPublicDefaultConstructor">
960
            <summary>
961
            Json.NET will use a non-public default constructor before falling back to a paramatized constructor.
962
            </summary>
963
        </member>
964
        <member name="T:Newtonsoft.Json.Converters.BinaryConverter">
965
            <summary>
966
            Converts a binary value to and from a base 64 string value.
967
            </summary>
968
        </member>
969
        <member name="T:Newtonsoft.Json.JsonConverter">
970
            <summary>
971
            Converts an object to and from JSON.
972
            </summary>
973
        </member>
974
        <member name="M:Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
975
            <summary>
976
            Writes the JSON representation of the object.
977
            </summary>
978
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
979
            <param name="value">The value.</param>
980
            <param name="serializer">The calling serializer.</param>
981
        </member>
982
        <member name="M:Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
983
            <summary>
984
            Reads the JSON representation of the object.
985
            </summary>
986
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
987
            <param name="objectType">Type of the object.</param>
988
            <param name="existingValue">The existing value of object being read.</param>
989
            <param name="serializer">The calling serializer.</param>
990
            <returns>The object value.</returns>
991
        </member>
992
        <member name="M:Newtonsoft.Json.JsonConverter.CanConvert(System.Type)">
993
            <summary>
994
            Determines whether this instance can convert the specified object type.
995
            </summary>
996
            <param name="objectType">Type of the object.</param>
997
            <returns>
998
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
999
            </returns>
1000
        </member>
1001
        <member name="M:Newtonsoft.Json.JsonConverter.GetSchema">
1002
            <summary>
1003
            Gets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of the JSON produced by the JsonConverter.
1004
            </summary>
1005
            <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of the JSON produced by the JsonConverter.</returns>
1006
        </member>
1007
        <member name="P:Newtonsoft.Json.JsonConverter.CanRead">
1008
            <summary>
1009
            Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can read JSON.
1010
            </summary>
1011
            <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can read JSON; otherwise, <c>false</c>.</value>
1012
        </member>
1013
        <member name="P:Newtonsoft.Json.JsonConverter.CanWrite">
1014
            <summary>
1015
            Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON.
1016
            </summary>
1017
            <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.</value>
1018
        </member>
1019
        <member name="M:Newtonsoft.Json.Converters.BinaryConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1020
            <summary>
1021
            Writes the JSON representation of the object.
1022
            </summary>
1023
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1024
            <param name="value">The value.</param>
1025
            <param name="serializer">The calling serializer.</param>
1026
        </member>
1027
        <member name="M:Newtonsoft.Json.Converters.BinaryConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1028
            <summary>
1029
            Reads the JSON representation of the object.
1030
            </summary>
1031
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1032
            <param name="objectType">Type of the object.</param>
1033
            <param name="existingValue">The existing value of object being read.</param>
1034
            <param name="serializer">The calling serializer.</param>
1035
            <returns>The object value.</returns>
1036
        </member>
1037
        <member name="M:Newtonsoft.Json.Converters.BinaryConverter.CanConvert(System.Type)">
1038
            <summary>
1039
            Determines whether this instance can convert the specified object type.
1040
            </summary>
1041
            <param name="objectType">Type of the object.</param>
1042
            <returns>
1043
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1044
            </returns>
1045
        </member>
1046
        <member name="T:Newtonsoft.Json.Converters.BsonObjectIdConverter">
1047
            <summary>
1048
            Converts a <see cref="T:Newtonsoft.Json.Bson.BsonObjectId"/> to and from JSON and BSON.
1049
            </summary>
1050
        </member>
1051
        <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1052
            <summary>
1053
            Writes the JSON representation of the object.
1054
            </summary>
1055
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1056
            <param name="value">The value.</param>
1057
            <param name="serializer">The calling serializer.</param>
1058
        </member>
1059
        <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1060
            <summary>
1061
            Reads the JSON representation of the object.
1062
            </summary>
1063
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1064
            <param name="objectType">Type of the object.</param>
1065
            <param name="existingValue">The existing value of object being read.</param>
1066
            <param name="serializer">The calling serializer.</param>
1067
            <returns>The object value.</returns>
1068
        </member>
1069
        <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.CanConvert(System.Type)">
1070
            <summary>
1071
            Determines whether this instance can convert the specified object type.
1072
            </summary>
1073
            <param name="objectType">Type of the object.</param>
1074
            <returns>
1075
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1076
            </returns>
1077
        </member>
1078
        <member name="T:Newtonsoft.Json.Converters.CustomCreationConverter`1">
1079
            <summary>
1080
            Create a custom object
1081
            </summary>
1082
            <typeparam name="T">The object type to convert.</typeparam>
1083
        </member>
1084
        <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1085
            <summary>
1086
            Writes the JSON representation of the object.
1087
            </summary>
1088
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1089
            <param name="value">The value.</param>
1090
            <param name="serializer">The calling serializer.</param>
1091
        </member>
1092
        <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1093
            <summary>
1094
            Reads the JSON representation of the object.
1095
            </summary>
1096
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1097
            <param name="objectType">Type of the object.</param>
1098
            <param name="existingValue">The existing value of object being read.</param>
1099
            <param name="serializer">The calling serializer.</param>
1100
            <returns>The object value.</returns>
1101
        </member>
1102
        <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.Create(System.Type)">
1103
            <summary>
1104
            Creates an object which will then be populated by the serializer.
1105
            </summary>
1106
            <param name="objectType">Type of the object.</param>
1107
            <returns>The created object.</returns>
1108
        </member>
1109
        <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.CanConvert(System.Type)">
1110
            <summary>
1111
            Determines whether this instance can convert the specified object type.
1112
            </summary>
1113
            <param name="objectType">Type of the object.</param>
1114
            <returns>
1115
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1116
            </returns>
1117
        </member>
1118
        <member name="P:Newtonsoft.Json.Converters.CustomCreationConverter`1.CanWrite">
1119
            <summary>
1120
            Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON.
1121
            </summary>
1122
            <value>
1123
                    <c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.
1124
            </value>
1125
        </member>
1126
        <member name="T:Newtonsoft.Json.Converters.DataSetConverter">
1127
            <summary>
1128
            Converts a <see cref="T:System.Data.DataSet"/> to and from JSON.
1129
            </summary>
1130
        </member>
1131
        <member name="M:Newtonsoft.Json.Converters.DataSetConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1132
            <summary>
1133
            Writes the JSON representation of the object.
1134
            </summary>
1135
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1136
            <param name="value">The value.</param>
1137
            <param name="serializer">The calling serializer.</param>
1138
        </member>
1139
        <member name="M:Newtonsoft.Json.Converters.DataSetConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1140
            <summary>
1141
            Reads the JSON representation of the object.
1142
            </summary>
1143
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1144
            <param name="objectType">Type of the object.</param>
1145
            <param name="existingValue">The existing value of object being read.</param>
1146
            <param name="serializer">The calling serializer.</param>
1147
            <returns>The object value.</returns>
1148
        </member>
1149
        <member name="M:Newtonsoft.Json.Converters.DataSetConverter.CanConvert(System.Type)">
1150
            <summary>
1151
            Determines whether this instance can convert the specified value type.
1152
            </summary>
1153
            <param name="valueType">Type of the value.</param>
1154
            <returns>
1155
                    <c>true</c> if this instance can convert the specified value type; otherwise, <c>false</c>.
1156
            </returns>
1157
        </member>
1158
        <member name="T:Newtonsoft.Json.Converters.DataTableConverter">
1159
            <summary>
1160
            Converts a <see cref="T:System.Data.DataTable"/> to and from JSON.
1161
            </summary>
1162
        </member>
1163
        <member name="M:Newtonsoft.Json.Converters.DataTableConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1164
            <summary>
1165
            Writes the JSON representation of the object.
1166
            </summary>
1167
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1168
            <param name="value">The value.</param>
1169
            <param name="serializer">The calling serializer.</param>
1170
        </member>
1171
        <member name="M:Newtonsoft.Json.Converters.DataTableConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1172
            <summary>
1173
            Reads the JSON representation of the object.
1174
            </summary>
1175
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1176
            <param name="objectType">Type of the object.</param>
1177
            <param name="existingValue">The existing value of object being read.</param>
1178
            <param name="serializer">The calling serializer.</param>
1179
            <returns>The object value.</returns>
1180
        </member>
1181
        <member name="M:Newtonsoft.Json.Converters.DataTableConverter.CanConvert(System.Type)">
1182
            <summary>
1183
            Determines whether this instance can convert the specified value type.
1184
            </summary>
1185
            <param name="valueType">Type of the value.</param>
1186
            <returns>
1187
                    <c>true</c> if this instance can convert the specified value type; otherwise, <c>false</c>.
1188
            </returns>
1189
        </member>
1190
        <member name="T:Newtonsoft.Json.Converters.DateTimeConverterBase">
1191
            <summary>
1192
            Provides a base class for converting a <see cref="T:System.DateTime"/> to and from JSON.
1193
            </summary>
1194
        </member>
1195
        <member name="M:Newtonsoft.Json.Converters.DateTimeConverterBase.CanConvert(System.Type)">
1196
            <summary>
1197
            Determines whether this instance can convert the specified object type.
1198
            </summary>
1199
            <param name="objectType">Type of the object.</param>
1200
            <returns>
1201
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1202
            </returns>
1203
        </member>
1204
        <member name="T:Newtonsoft.Json.Converters.KeyValuePairConverter">
1205
            <summary>
1206
            Converts a <see cref="T:System.Collections.Generic.KeyValuePair`2"/> to and from JSON.
1207
            </summary>
1208
        </member>
1209
        <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1210
            <summary>
1211
            Writes the JSON representation of the object.
1212
            </summary>
1213
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1214
            <param name="value">The value.</param>
1215
            <param name="serializer">The calling serializer.</param>
1216
        </member>
1217
        <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1218
            <summary>
1219
            Reads the JSON representation of the object.
1220
            </summary>
1221
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1222
            <param name="objectType">Type of the object.</param>
1223
            <param name="existingValue">The existing value of object being read.</param>
1224
            <param name="serializer">The calling serializer.</param>
1225
            <returns>The object value.</returns>
1226
        </member>
1227
        <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.CanConvert(System.Type)">
1228
            <summary>
1229
            Determines whether this instance can convert the specified object type.
1230
            </summary>
1231
            <param name="objectType">Type of the object.</param>
1232
            <returns>
1233
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1234
            </returns>
1235
        </member>
1236
        <member name="T:Newtonsoft.Json.Converters.RegexConverter">
1237
            <summary>
1238
            Converts a <see cref="T:System.Text.RegularExpressions.Regex"/> to and from JSON and BSON.
1239
            </summary>
1240
        </member>
1241
        <member name="M:Newtonsoft.Json.Converters.RegexConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1242
            <summary>
1243
            Writes the JSON representation of the object.
1244
            </summary>
1245
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1246
            <param name="value">The value.</param>
1247
            <param name="serializer">The calling serializer.</param>
1248
        </member>
1249
        <member name="M:Newtonsoft.Json.Converters.RegexConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1250
            <summary>
1251
            Reads the JSON representation of the object.
1252
            </summary>
1253
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1254
            <param name="objectType">Type of the object.</param>
1255
            <param name="existingValue">The existing value of object being read.</param>
1256
            <param name="serializer">The calling serializer.</param>
1257
            <returns>The object value.</returns>
1258
        </member>
1259
        <member name="M:Newtonsoft.Json.Converters.RegexConverter.CanConvert(System.Type)">
1260
            <summary>
1261
            Determines whether this instance can convert the specified object type.
1262
            </summary>
1263
            <param name="objectType">Type of the object.</param>
1264
            <returns>
1265
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1266
            </returns>
1267
        </member>
1268
        <member name="T:Newtonsoft.Json.Converters.StringEnumConverter">
1269
            <summary>
1270
            Converts an <see cref="T:System.Enum"/> to and from its name string value.
1271
            </summary>
1272
        </member>
1273
        <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1274
            <summary>
1275
            Writes the JSON representation of the object.
1276
            </summary>
1277
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1278
            <param name="value">The value.</param>
1279
            <param name="serializer">The calling serializer.</param>
1280
        </member>
1281
        <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1282
            <summary>
1283
            Reads the JSON representation of the object.
1284
            </summary>
1285
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1286
            <param name="objectType">Type of the object.</param>
1287
            <param name="existingValue">The existing value of object being read.</param>
1288
            <param name="serializer">The calling serializer.</param>
1289
            <returns>The object value.</returns>
1290
        </member>
1291
        <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.GetEnumNameMap(System.Type)">
1292
            <summary>
1293
            A cached representation of the Enum string representation to respect per Enum field name.
1294
            </summary>
1295
            <param name="t">The type of the Enum.</param>
1296
            <returns>A map of enum field name to either the field name, or the configured enum member name (<see cref="!:EnumMemberAttribute"/>).</returns>
1297
        </member>
1298
        <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.CanConvert(System.Type)">
1299
            <summary>
1300
            Determines whether this instance can convert the specified object type.
1301
            </summary>
1302
            <param name="objectType">Type of the object.</param>
1303
            <returns>
1304
            <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1305
            </returns>
1306
        </member>
1307
        <member name="P:Newtonsoft.Json.Converters.StringEnumConverter.CamelCaseText">
1308
            <summary>
1309
            Gets or sets a value indicating whether the written enum text should be camel case.
1310
            </summary>
1311
            <value><c>true</c> if the written enum text will be camel case; otherwise, <c>false</c>.</value>
1312
        </member>
1313
        <member name="T:Newtonsoft.Json.Converters.VersionConverter">
1314
            <summary>
1315
            Converts a <see cref="T:System.Version"/> to and from a string (e.g. "1.2.3.4").
1316
            </summary>
1317
        </member>
1318
        <member name="M:Newtonsoft.Json.Converters.VersionConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1319
            <summary>
1320
            Writes the JSON representation of the object.
1321
            </summary>
1322
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1323
            <param name="value">The value.</param>
1324
            <param name="serializer">The calling serializer.</param>
1325
        </member>
1326
        <member name="M:Newtonsoft.Json.Converters.VersionConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1327
            <summary>
1328
            Reads the JSON representation of the object.
1329
            </summary>
1330
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1331
            <param name="objectType">Type of the object.</param>
1332
            <param name="existingValue">The existing property value of the JSON that is being converted.</param>
1333
            <param name="serializer">The calling serializer.</param>
1334
            <returns>The object value.</returns>
1335
        </member>
1336
        <member name="M:Newtonsoft.Json.Converters.VersionConverter.CanConvert(System.Type)">
1337
            <summary>
1338
            Determines whether this instance can convert the specified object type.
1339
            </summary>
1340
            <param name="objectType">Type of the object.</param>
1341
            <returns>
1342
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1343
            </returns>
1344
        </member>
1345
        <member name="T:Newtonsoft.Json.DateFormatHandling">
1346
            <summary>
1347
            Specifies how dates are formatted when writing JSON text.
1348
            </summary>
1349
        </member>
1350
        <member name="F:Newtonsoft.Json.DateFormatHandling.IsoDateFormat">
1351
            <summary>
1352
            Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z".
1353
            </summary>
1354
        </member>
1355
        <member name="F:Newtonsoft.Json.DateFormatHandling.MicrosoftDateFormat">
1356
            <summary>
1357
            Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/".
1358
            </summary>
1359
        </member>
1360
        <member name="T:Newtonsoft.Json.DateParseHandling">
1361
            <summary>
1362
            Specifies how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON text.
1363
            </summary>
1364
        </member>
1365
        <member name="F:Newtonsoft.Json.DateParseHandling.None">
1366
            <summary>
1367
            Date formatted strings are not parsed to a date type and are read as strings.
1368
            </summary>
1369
        </member>
1370
        <member name="F:Newtonsoft.Json.DateParseHandling.DateTime">
1371
            <summary>
1372
            Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to <see cref="F:Newtonsoft.Json.DateParseHandling.DateTime"/>.
1373
            </summary>
1374
        </member>
1375
        <member name="T:Newtonsoft.Json.DateTimeZoneHandling">
1376
            <summary>
1377
            Specifies how to treat the time value when converting between string and <see cref="T:System.DateTime"/>.
1378
            </summary>
1379
        </member>
1380
        <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Local">
1381
            <summary>
1382
            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.
1383
            </summary>
1384
        </member>
1385
        <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Utc">
1386
            <summary>
1387
            Treat as a UTC. If the <see cref="T:System.DateTime"/> object represents a local time, it is converted to a UTC.
1388
            </summary>
1389
        </member>
1390
        <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Unspecified">
1391
            <summary>
1392
            Treat as a local time if a <see cref="T:System.DateTime"/> is being converted to a string.
1393
            If a string is being converted to <see cref="T:System.DateTime"/>, convert to a local time if a time zone is specified.
1394
            </summary>
1395
        </member>
1396
        <member name="F:Newtonsoft.Json.DateTimeZoneHandling.RoundtripKind">
1397
            <summary>
1398
            Time zone information should be preserved when converting.
1399
            </summary>
1400
        </member>
1401
        <member name="T:Newtonsoft.Json.Formatting">
1402
            <summary>
1403
            Specifies formatting options for the <see cref="T:Newtonsoft.Json.JsonTextWriter"/>.
1404
            </summary>
1405
        </member>
1406
        <member name="F:Newtonsoft.Json.Formatting.None">
1407
            <summary>
1408
            No special formatting is applied. This is the default.
1409
            </summary>
1410
        </member>
1411
        <member name="F:Newtonsoft.Json.Formatting.Indented">
1412
            <summary>
1413
            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.
1414
            </summary>
1415
        </member>
1416
        <member name="T:Newtonsoft.Json.JsonConstructorAttribute">
1417
            <summary>
1418
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to use the specified constructor when deserializing that object.
1419
            </summary>
1420
        </member>
1421
        <member name="T:Newtonsoft.Json.JsonDictionaryAttribute">
1422
            <summary>
1423
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the collection.
1424
            </summary>
1425
        </member>
1426
        <member name="T:Newtonsoft.Json.JsonContainerAttribute">
1427
            <summary>
1428
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the object.
1429
            </summary>
1430
        </member>
1431
        <member name="M:Newtonsoft.Json.JsonContainerAttribute.#ctor">
1432
            <summary>
1433
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonContainerAttribute"/> class.
1434
            </summary>
1435
        </member>
1436
        <member name="M:Newtonsoft.Json.JsonContainerAttribute.#ctor(System.String)">
1437
            <summary>
1438
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonContainerAttribute"/> class with the specified container Id.
1439
            </summary>
1440
            <param name="id">The container Id.</param>
1441
        </member>
1442
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.Id">
1443
            <summary>
1444
            Gets or sets the id.
1445
            </summary>
1446
            <value>The id.</value>
1447
        </member>
1448
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.Title">
1449
            <summary>
1450
            Gets or sets the title.
1451
            </summary>
1452
            <value>The title.</value>
1453
        </member>
1454
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.Description">
1455
            <summary>
1456
            Gets or sets the description.
1457
            </summary>
1458
            <value>The description.</value>
1459
        </member>
1460
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemConverterType">
1461
            <summary>
1462
            Gets the collection's items converter.
1463
            </summary>
1464
            <value>The collection's items converter.</value>
1465
        </member>
1466
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.IsReference">
1467
            <summary>
1468
            Gets or sets a value that indicates whether to preserve object references.
1469
            </summary>
1470
            <value>
1471
                    <c>true</c> to keep object reference; otherwise, <c>false</c>. The default is <c>false</c>.
1472
            </value>
1473
        </member>
1474
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemIsReference">
1475
            <summary>
1476
            Gets or sets a value that indicates whether to preserve collection's items references.
1477
            </summary>
1478
            <value>
1479
                    <c>true</c> to keep collection's items object references; otherwise, <c>false</c>. The default is <c>false</c>.
1480
            </value>
1481
        </member>
1482
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemReferenceLoopHandling">
1483
            <summary>
1484
            Gets or sets the reference loop handling used when serializing the collection's items.
1485
            </summary>
1486
            <value>The reference loop handling.</value>
1487
        </member>
1488
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemTypeNameHandling">
1489
            <summary>
1490
            Gets or sets the type name handling used when serializing the collection's items.
1491
            </summary>
1492
            <value>The type name handling.</value>
1493
        </member>
1494
        <member name="M:Newtonsoft.Json.JsonDictionaryAttribute.#ctor">
1495
            <summary>
1496
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonDictionaryAttribute"/> class.
1497
            </summary>
1498
        </member>
1499
        <member name="M:Newtonsoft.Json.JsonDictionaryAttribute.#ctor(System.String)">
1500
            <summary>
1501
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonDictionaryAttribute"/> class with the specified container Id.
1502
            </summary>
1503
            <param name="id">The container Id.</param>
1504
        </member>
1505
        <member name="T:Newtonsoft.Json.JsonException">
1506
            <summary>
1507
            The exception thrown when an error occurs during Json serialization or deserialization.
1508
            </summary>
1509
        </member>
1510
        <member name="M:Newtonsoft.Json.JsonException.#ctor">
1511
            <summary>
1512
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class.
1513
            </summary>
1514
        </member>
1515
        <member name="M:Newtonsoft.Json.JsonException.#ctor(System.String)">
1516
            <summary>
1517
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class
1518
            with a specified error message.
1519
            </summary>
1520
            <param name="message">The error message that explains the reason for the exception.</param>
1521
        </member>
1522
        <member name="M:Newtonsoft.Json.JsonException.#ctor(System.String,System.Exception)">
1523
            <summary>
1524
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class
1525
            with a specified error message and a reference to the inner exception that is the cause of this exception.
1526
            </summary>
1527
            <param name="message">The error message that explains the reason for the exception.</param>
1528
            <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>
1529
        </member>
1530
        <member name="M:Newtonsoft.Json.JsonException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
1531
            <summary>
1532
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class.
1533
            </summary>
1534
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
1535
            <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
1536
            <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception>
1537
            <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception>
1538
        </member>
1539
        <member name="T:Newtonsoft.Json.Serialization.DiagnosticsTraceWriter">
1540
            <summary>
1541
            Represents a trace writer that writes to the application's <see cref="T:System.Diagnostics.TraceListener"/> instances.
1542
            </summary>
1543
        </member>
1544
        <member name="T:Newtonsoft.Json.Serialization.ITraceWriter">
1545
            <summary>
1546
            Represents a trace writer.
1547
            </summary>
1548
        </member>
1549
        <member name="M:Newtonsoft.Json.Serialization.ITraceWriter.Trace(System.Diagnostics.TraceLevel,System.String,System.Exception)">
1550
            <summary>
1551
            Writes the specified trace level, message and optional exception.
1552
            </summary>
1553
            <param name="level">The <see cref="T:System.Diagnostics.TraceLevel"/> at which to write this trace.</param>
1554
            <param name="message">The trace message.</param>
1555
            <param name="ex">The trace exception. This parameter is optional.</param>
1556
        </member>
1557
        <member name="P:Newtonsoft.Json.Serialization.ITraceWriter.LevelFilter">
1558
            <summary>
1559
            Gets the <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.
1560
            For example a filter level of <code>Info</code> will exclude <code>Verbose</code> messages and include <code>Info</code>,
1561
            <code>Warning</code> and <code>Error</code> messages.
1562
            </summary>
1563
            <value>The <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.</value>
1564
        </member>
1565
        <member name="M:Newtonsoft.Json.Serialization.DiagnosticsTraceWriter.Trace(System.Diagnostics.TraceLevel,System.String,System.Exception)">
1566
            <summary>
1567
            Writes the specified trace level, message and optional exception.
1568
            </summary>
1569
            <param name="level">The <see cref="T:System.Diagnostics.TraceLevel"/> at which to write this trace.</param>
1570
            <param name="message">The trace message.</param>
1571
            <param name="ex">The trace exception. This parameter is optional.</param>
1572
        </member>
1573
        <member name="P:Newtonsoft.Json.Serialization.DiagnosticsTraceWriter.LevelFilter">
1574
            <summary>
1575
            Gets the <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.
1576
            For example a filter level of <code>Info</code> will exclude <code>Verbose</code> messages and include <code>Info</code>,
1577
            <code>Warning</code> and <code>Error</code> messages.
1578
            </summary>
1579
            <value>
1580
            The <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.
1581
            </value>
1582
        </member>
1583
        <member name="T:Newtonsoft.Json.Serialization.JsonContainerContract">
1584
            <summary>
1585
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
1586
            </summary>
1587
        </member>
1588
        <member name="T:Newtonsoft.Json.Serialization.JsonContract">
1589
            <summary>
1590
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
1591
            </summary>
1592
        </member>
1593
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.UnderlyingType">
1594
            <summary>
1595
            Gets the underlying type for the contract.
1596
            </summary>
1597
            <value>The underlying type for the contract.</value>
1598
        </member>
1599
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.CreatedType">
1600
            <summary>
1601
            Gets or sets the type created during deserialization.
1602
            </summary>
1603
            <value>The type created during deserialization.</value>
1604
        </member>
1605
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.IsReference">
1606
            <summary>
1607
            Gets or sets whether this type contract is serialized as a reference.
1608
            </summary>
1609
            <value>Whether this type contract is serialized as a reference.</value>
1610
        </member>
1611
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.Converter">
1612
            <summary>
1613
            Gets or sets the default <see cref="T:Newtonsoft.Json.JsonConverter"/> for this contract.
1614
            </summary>
1615
            <value>The converter.</value>
1616
        </member>
1617
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserialized">
1618
            <summary>
1619
            Gets or sets the method called immediately after deserialization of the object.
1620
            </summary>
1621
            <value>The method called immediately after deserialization of the object.</value>
1622
        </member>
1623
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserializing">
1624
            <summary>
1625
            Gets or sets the method called during deserialization of the object.
1626
            </summary>
1627
            <value>The method called during deserialization of the object.</value>
1628
        </member>
1629
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerialized">
1630
            <summary>
1631
            Gets or sets the method called after serialization of the object graph.
1632
            </summary>
1633
            <value>The method called after serialization of the object graph.</value>
1634
        </member>
1635
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerializing">
1636
            <summary>
1637
            Gets or sets the method called before serialization of the object.
1638
            </summary>
1639
            <value>The method called before serialization of the object.</value>
1640
        </member>
1641
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator">
1642
            <summary>
1643
            Gets or sets the default creator method used to create the object.
1644
            </summary>
1645
            <value>The default creator method used to create the object.</value>
1646
        </member>
1647
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreatorNonPublic">
1648
            <summary>
1649
            Gets or sets a value indicating whether the default creator is non public.
1650
            </summary>
1651
            <value><c>true</c> if the default object creator is non-public; otherwise, <c>false</c>.</value>
1652
        </member>
1653
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnError">
1654
            <summary>
1655
            Gets or sets the method called when an error is thrown during the serialization of the object.
1656
            </summary>
1657
            <value>The method called when an error is thrown during the serialization of the object.</value>
1658
        </member>
1659
        <member name="M:Newtonsoft.Json.Serialization.JsonContainerContract.#ctor(System.Type)">
1660
            <summary>
1661
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonContainerContract"/> class.
1662
            </summary>
1663
            <param name="underlyingType">The underlying type for the contract.</param>
1664
        </member>
1665
        <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemConverter">
1666
            <summary>
1667
            Gets or sets the default collection items <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1668
            </summary>
1669
            <value>The converter.</value>
1670
        </member>
1671
        <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemIsReference">
1672
            <summary>
1673
            Gets or sets a value indicating whether the collection items preserve object references.
1674
            </summary>
1675
            <value><c>true</c> if collection items preserve object references; otherwise, <c>false</c>.</value>
1676
        </member>
1677
        <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemReferenceLoopHandling">
1678
            <summary>
1679
            Gets or sets the collection item reference loop handling.
1680
            </summary>
1681
            <value>The reference loop handling.</value>
1682
        </member>
1683
        <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemTypeNameHandling">
1684
            <summary>
1685
            Gets or sets the collection item type name handling.
1686
            </summary>
1687
            <value>The type name handling.</value>
1688
        </member>
1689
        <member name="T:Newtonsoft.Json.Serialization.MemoryTraceWriter">
1690
            <summary>
1691
            Represents a trace writer that writes to memory. When the trace message limit is
1692
            reached then old trace messages will be removed as new messages are added.
1693
            </summary>
1694
        </member>
1695
        <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.#ctor">
1696
            <summary>
1697
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.MemoryTraceWriter"/> class.
1698
            </summary>
1699
        </member>
1700
        <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.Trace(System.Diagnostics.TraceLevel,System.String,System.Exception)">
1701
            <summary>
1702
            Writes the specified trace level, message and optional exception.
1703
            </summary>
1704
            <param name="level">The <see cref="T:System.Diagnostics.TraceLevel"/> at which to write this trace.</param>
1705
            <param name="message">The trace message.</param>
1706
            <param name="ex">The trace exception. This parameter is optional.</param>
1707
        </member>
1708
        <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.GetTraceMessages">
1709
            <summary>
1710
            Returns an enumeration of the most recent trace messages.
1711
            </summary>
1712
            <returns>An enumeration of the most recent trace messages.</returns>
1713
        </member>
1714
        <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.ToString">
1715
            <summary>
1716
            Returns a <see cref="T:System.String"/> of the most recent trace messages.
1717
            </summary>
1718
            <returns>
1719
            A <see cref="T:System.String"/> of the most recent trace messages.
1720
            </returns>
1721
        </member>
1722
        <member name="P:Newtonsoft.Json.Serialization.MemoryTraceWriter.LevelFilter">
1723
            <summary>
1724
            Gets the <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.
1725
            For example a filter level of <code>Info</code> will exclude <code>Verbose</code> messages and include <code>Info</code>,
1726
            <code>Warning</code> and <code>Error</code> messages.
1727
            </summary>
1728
            <value>
1729
            The <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.
1730
            </value>
1731
        </member>
1732
        <member name="T:Newtonsoft.Json.StringEscapeHandling">
1733
            <summary>
1734
            Specifies how strings are escaped when writing JSON text.
1735
            </summary>
1736
        </member>
1737
        <member name="F:Newtonsoft.Json.StringEscapeHandling.Default">
1738
            <summary>
1739
            Only control characters (e.g. newline) are escaped.
1740
            </summary>
1741
        </member>
1742
        <member name="F:Newtonsoft.Json.StringEscapeHandling.EscapeNonAscii">
1743
            <summary>
1744
            All non-ASCII and control characters (e.g. newline) are escaped.
1745
            </summary>
1746
        </member>
1747
        <member name="F:Newtonsoft.Json.StringEscapeHandling.EscapeHtml">
1748
            <summary>
1749
            HTML (&lt;, &gt;, &amp;, &apos;, &quot;) and control characters (e.g. newline) are escaped.
1750
            </summary>
1751
        </member>
1752
        <member name="T:Newtonsoft.Json.Utilities.LinqBridge.Enumerable">
1753
            <summary>
1754
            Provides a set of static (Shared in Visual Basic) methods for 
1755
            querying objects that implement <see cref="T:System.Collections.Generic.IEnumerable`1"/>.
1756
            </summary>
1757
        </member>
1758
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.AsEnumerable``1(System.Collections.Generic.IEnumerable{``0})">
1759
            <summary>
1760
            Returns the input typed as <see cref="T:System.Collections.Generic.IEnumerable`1"/>.
1761
            </summary>
1762
        </member>
1763
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Empty``1">
1764
            <summary>
1765
            Returns an empty <see cref="T:System.Collections.Generic.IEnumerable`1"/> that has the 
1766
            specified type argument.
1767
            </summary>
1768
        </member>
1769
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Cast``1(System.Collections.IEnumerable)">
1770
            <summary>
1771
            Converts the elements of an <see cref="T:System.Collections.IEnumerable"/> to the 
1772
            specified type.
1773
            </summary>
1774
        </member>
1775
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.OfType``1(System.Collections.IEnumerable)">
1776
            <summary>
1777
            Filters the elements of an <see cref="T:System.Collections.IEnumerable"/> based on a specified type.
1778
            </summary>
1779
        </member>
1780
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Range(System.Int32,System.Int32)">
1781
            <summary>
1782
            Generates a sequence of integral numbers within a specified range.
1783
            </summary>
1784
            <param name="start">The value of the first integer in the sequence.</param>
1785
            <param name="count">The number of sequential integers to generate.</param>
1786
        </member>
1787
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Repeat``1(``0,System.Int32)">
1788
            <summary>
1789
            Generates a sequence that contains one repeated value.
1790
            </summary>
1791
        </member>
1792
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Where``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Boolean})">
1793
            <summary>
1794
            Filters a sequence of values based on a predicate.
1795
            </summary>
1796
        </member>
1797
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Where``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Int32,System.Boolean})">
1798
            <summary>
1799
            Filters a sequence of values based on a predicate. 
1800
            Each element's index is used in the logic of the predicate function.
1801
            </summary>
1802
        </member>
1803
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Select``2(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,``1})">
1804
            <summary>
1805
            Projects each element of a sequence into a new form.
1806
            </summary>
1807
        </member>
1808
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Select``2(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Int32,``1})">
1809
            <summary>
1810
            Projects each element of a sequence into a new form by 
1811
            incorporating the element's index.
1812
            </summary>
1813
        </member>
1814
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.SelectMany``2(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Collections.Generic.IEnumerable{``1}})">
1815
            <summary>
1816
            Projects each element of a sequence to an <see cref="T:System.Collections.Generic.IEnumerable`1"/> 
1817
            and flattens the resulting sequences into one sequence.
1818
            </summary>
1819
        </member>
1820
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.SelectMany``2(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}})">
1821
            <summary>
1822
            Projects each element of a sequence to an <see cref="T:System.Collections.Generic.IEnumerable`1"/>, 
1823
            and flattens the resulting sequences into one sequence. The 
1824
            index of each source element is used in the projected form of 
1825
            that element.
1826
            </summary>
1827
        </member>
1828
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.SelectMany``3(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Collections.Generic.IEnumerable{``1}},Newtonsoft.Json.Serialization.Func{``0,``1,``2})">
1829
            <summary>
1830
            Projects each element of a sequence to an <see cref="T:System.Collections.Generic.IEnumerable`1"/>, 
1831
            flattens the resulting sequences into one sequence, and invokes 
1832
            a result selector function on each element therein.
1833
            </summary>
1834
        </member>
1835
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.SelectMany``3(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}},Newtonsoft.Json.Serialization.Func{``0,``1,``2})">
1836
            <summary>
1837
            Projects each element of a sequence to an <see cref="T:System.Collections.Generic.IEnumerable`1"/>, 
1838
            flattens the resulting sequences into one sequence, and invokes 
1839
            a result selector function on each element therein. The index of 
1840
            each source element is used in the intermediate projected form 
1841
            of that element.
1842
            </summary>
1843
        </member>
1844
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.TakeWhile``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Boolean})">
1845
            <summary>
1846
            Returns elements from a sequence as long as a specified condition is true.
1847
            </summary>
1848
        </member>
1849
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.TakeWhile``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Int32,System.Boolean})">
1850
            <summary>
1851
            Returns elements from a sequence as long as a specified condition is true.
1852
            The element's index is used in the logic of the predicate function.
1853
            </summary>
1854
        </member>
1855
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.FirstImpl``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0})">
1856
            <summary>
1857
            Base implementation of First operator.
1858
            </summary>
1859
        </member>
1860
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.First``1(System.Collections.Generic.IEnumerable{``0})">
1861
            <summary>
1862
            Returns the first element of a sequence.
1863
            </summary>
1864
        </member>
1865
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.First``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Boolean})">
1866
            <summary>
1867
            Returns the first element in a sequence that satisfies a specified condition.
1868
            </summary>
1869
        </member>
1870
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.FirstOrDefault``1(System.Collections.Generic.IEnumerable{``0})">
1871
            <summary>
1872
            Returns the first element of a sequence, or a default value if 
1873
            the sequence contains no elements.
1874
            </summary>
1875
        </member>
1876
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.FirstOrDefault``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Boolean})">
1877
            <summary>
1878
            Returns the first element of the sequence that satisfies a 
1879
            condition or a default value if no such element is found.
1880
            </summary>
1881
        </member>
1882
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.LastImpl``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0})">
1883
            <summary>
1884
            Base implementation of Last operator.
1885
            </summary>
1886
        </member>
1887
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Last``1(System.Collections.Generic.IEnumerable{``0})">
1888
            <summary>
1889
            Returns the last element of a sequence.
1890
            </summary>
1891
        </member>
1892
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Last``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Boolean})">
1893
            <summary>
1894
            Returns the last element of a sequence that satisfies a 
1895
            specified condition.
1896
            </summary>
1897
        </member>
1898
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.LastOrDefault``1(System.Collections.Generic.IEnumerable{``0})">
1899
            <summary>
1900
            Returns the last element of a sequence, or a default value if 
1901
            the sequence contains no elements.
1902
            </summary>
1903
        </member>
1904
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.LastOrDefault``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Boolean})">
1905
            <summary>
1906
            Returns the last element of a sequence that satisfies a 
1907
            condition or a default value if no such element is found.
1908
            </summary>
1909
        </member>
1910
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.SingleImpl``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0})">
1911
            <summary>
1912
            Base implementation of Single operator.
1913
            </summary>
1914
        </member>
1915
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Single``1(System.Collections.Generic.IEnumerable{``0})">
1916
            <summary>
1917
            Returns the only element of a sequence, and throws an exception 
1918
            if there is not exactly one element in the sequence.
1919
            </summary>
1920
        </member>
1921
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Single``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Boolean})">
1922
            <summary>
1923
            Returns the only element of a sequence that satisfies a 
1924
            specified condition, and throws an exception if more than one 
1925
            such element exists.
1926
            </summary>
1927
        </member>
1928
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.SingleOrDefault``1(System.Collections.Generic.IEnumerable{``0})">
1929
            <summary>
1930
            Returns the only element of a sequence, or a default value if 
1931
            the sequence is empty; this method throws an exception if there 
1932
            is more than one element in the sequence.
1933
            </summary>
1934
        </member>
1935
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.SingleOrDefault``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Boolean})">
1936
            <summary>
1937
            Returns the only element of a sequence that satisfies a 
1938
            specified condition or a default value if no such element 
1939
            exists; this method throws an exception if more than one element 
1940
            satisfies the condition.
1941
            </summary>
1942
        </member>
1943
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.ElementAt``1(System.Collections.Generic.IEnumerable{``0},System.Int32)">
1944
            <summary>
1945
            Returns the element at a specified index in a sequence.
1946
            </summary>
1947
        </member>
1948
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.ElementAtOrDefault``1(System.Collections.Generic.IEnumerable{``0},System.Int32)">
1949
            <summary>
1950
            Returns the element at a specified index in a sequence or a 
1951
            default value if the index is out of range.
1952
            </summary>
1953
        </member>
1954
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Reverse``1(System.Collections.Generic.IEnumerable{``0})">
1955
            <summary>
1956
            Inverts the order of the elements in a sequence.
1957
            </summary>
1958
        </member>
1959
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Take``1(System.Collections.Generic.IEnumerable{``0},System.Int32)">
1960
            <summary>
1961
            Returns a specified number of contiguous elements from the start 
1962
            of a sequence.
1963
            </summary>
1964
        </member>
1965
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Skip``1(System.Collections.Generic.IEnumerable{``0},System.Int32)">
1966
            <summary>
1967
            Bypasses a specified number of elements in a sequence and then 
1968
            returns the remaining elements.
1969
            </summary>
1970
        </member>
1971
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.SkipWhile``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Boolean})">
1972
            <summary>
1973
            Bypasses elements in a sequence as long as a specified condition 
1974
            is true and then returns the remaining elements.
1975
            </summary>
1976
        </member>
1977
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.SkipWhile``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Int32,System.Boolean})">
1978
            <summary>
1979
            Bypasses elements in a sequence as long as a specified condition 
1980
            is true and then returns the remaining elements. The element's 
1981
            index is used in the logic of the predicate function.
1982
            </summary>
1983
        </member>
1984
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Count``1(System.Collections.Generic.IEnumerable{``0})">
1985
            <summary>
1986
            Returns the number of elements in a sequence.
1987
            </summary>
1988
        </member>
1989
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Count``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Boolean})">
1990
            <summary>
1991
            Returns a number that represents how many elements in the 
1992
            specified sequence satisfy a condition.
1993
            </summary>
1994
        </member>
1995
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.LongCount``1(System.Collections.Generic.IEnumerable{``0})">
1996
            <summary>
1997
            Returns an <see cref="T:System.Int64"/> that represents the total number 
1998
            of elements in a sequence.
1999
            </summary>
2000
        </member>
2001
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.LongCount``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Boolean})">
2002
            <summary>
2003
            Returns an <see cref="T:System.Int64"/> that represents how many elements 
2004
            in a sequence satisfy a condition.
2005
            </summary>
2006
        </member>
2007
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Concat``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0})">
2008
            <summary>
2009
            Concatenates two sequences.
2010
            </summary>
2011
        </member>
2012
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.ToList``1(System.Collections.Generic.IEnumerable{``0})">
2013
            <summary>
2014
            Creates a <see cref="T:System.Collections.Generic.List`1"/> from an <see cref="T:System.Collections.Generic.IEnumerable`1"/>.
2015
            </summary>
2016
        </member>
2017
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.ToArray``1(System.Collections.Generic.IEnumerable{``0})">
2018
            <summary>
2019
            Creates an array from an <see cref="T:System.Collections.Generic.IEnumerable`1"/>.
2020
            </summary>
2021
        </member>
2022
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Distinct``1(System.Collections.Generic.IEnumerable{``0})">
2023
            <summary>
2024
            Returns distinct elements from a sequence by using the default 
2025
            equality comparer to compare values.
2026
            </summary>
2027
        </member>
2028
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Distinct``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})">
2029
            <summary>
2030
            Returns distinct elements from a sequence by using a specified 
2031
            <see cref="T:System.Collections.Generic.IEqualityComparer`1"/> to compare values.
2032
            </summary>
2033
        </member>
2034
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.ToLookup``2(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,``1})">
2035
            <summary>
2036
            Creates a <see cref="T:Newtonsoft.Json.Utilities.LinqBridge.Lookup`2"/> from an 
2037
            <see cref="T:System.Collections.Generic.IEnumerable`1"/> according to a specified key 
2038
            selector function.
2039
            </summary>
2040
        </member>
2041
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.ToLookup``2(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})">
2042
            <summary>
2043
            Creates a <see cref="T:Newtonsoft.Json.Utilities.LinqBridge.Lookup`2"/> from an 
2044
            <see cref="T:System.Collections.Generic.IEnumerable`1"/> according to a specified key 
2045
            selector function and a key comparer.
2046
            </summary>
2047
        </member>
2048
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.ToLookup``3(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,``1},Newtonsoft.Json.Serialization.Func{``0,``2})">
2049
            <summary>
2050
            Creates a <see cref="T:Newtonsoft.Json.Utilities.LinqBridge.Lookup`2"/> from an 
2051
            <see cref="T:System.Collections.Generic.IEnumerable`1"/> according to specified key 
2052
            and element selector functions.
2053
            </summary>
2054
        </member>
2055
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.ToLookup``3(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,``1},Newtonsoft.Json.Serialization.Func{``0,``2},System.Collections.Generic.IEqualityComparer{``1})">
2056
            <summary>
2057
            Creates a <see cref="T:Newtonsoft.Json.Utilities.LinqBridge.Lookup`2"/> from an 
2058
            <see cref="T:System.Collections.Generic.IEnumerable`1"/> according to a specified key 
2059
            selector function, a comparer and an element selector function.
2060
            </summary>
2061
        </member>
2062
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.GroupBy``2(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,``1})">
2063
            <summary>
2064
            Groups the elements of a sequence according to a specified key 
2065
            selector function.
2066
            </summary>
2067
        </member>
2068
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.GroupBy``2(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})">
2069
            <summary>
2070
            Groups the elements of a sequence according to a specified key 
2071
            selector function and compares the keys by using a specified 
2072
            comparer.
2073
            </summary>
2074
        </member>
2075
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.GroupBy``3(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,``1},Newtonsoft.Json.Serialization.Func{``0,``2})">
2076
            <summary>
2077
            Groups the elements of a sequence according to a specified key 
2078
            selector function and projects the elements for each group by 
2079
            using a specified function.
2080
            </summary>
2081
        </member>
2082
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.GroupBy``3(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,``1},Newtonsoft.Json.Serialization.Func{``0,``2},System.Collections.Generic.IEqualityComparer{``1})">
2083
            <summary>
2084
            Groups the elements of a sequence according to a specified key 
2085
            selector function and creates a result value from each group and 
2086
            its key.
2087
            </summary>
2088
        </member>
2089
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.GroupBy``3(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,``1},Newtonsoft.Json.Serialization.Func{``1,System.Collections.Generic.IEnumerable{``0},``2})">
2090
            <summary>
2091
            Groups the elements of a sequence according to a key selector 
2092
            function. The keys are compared by using a comparer and each 
2093
            group's elements are projected by using a specified function.
2094
            </summary>
2095
        </member>
2096
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.GroupBy``3(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,``1},Newtonsoft.Json.Serialization.Func{``1,System.Collections.Generic.IEnumerable{``0},``2},System.Collections.Generic.IEqualityComparer{``1})">
2097
            <summary>
2098
            Groups the elements of a sequence according to a specified key 
2099
            selector function and creates a result value from each group and 
2100
            its key. The elements of each group are projected by using a 
2101
            specified function.
2102
            </summary>
2103
        </member>
2104
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.GroupBy``4(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,``1},Newtonsoft.Json.Serialization.Func{``0,``2},Newtonsoft.Json.Serialization.Func{``1,System.Collections.Generic.IEnumerable{``2},``3})">
2105
            <summary>
2106
            Groups the elements of a sequence according to a specified key 
2107
            selector function and creates a result value from each group and 
2108
            its key. The keys are compared by using a specified comparer.
2109
            </summary>
2110
        </member>
2111
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.GroupBy``4(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,``1},Newtonsoft.Json.Serialization.Func{``0,``2},Newtonsoft.Json.Serialization.Func{``1,System.Collections.Generic.IEnumerable{``2},``3},System.Collections.Generic.IEqualityComparer{``1})">
2112
            <summary>
2113
            Groups the elements of a sequence according to a specified key 
2114
            selector function and creates a result value from each group and 
2115
            its key. Key values are compared by using a specified comparer, 
2116
            and the elements of each group are projected by using a 
2117
            specified function.
2118
            </summary>
2119
        </member>
2120
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Aggregate``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,``0,``0})">
2121
            <summary>
2122
            Applies an accumulator function over a sequence.
2123
            </summary>
2124
        </member>
2125
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Aggregate``2(System.Collections.Generic.IEnumerable{``0},``1,Newtonsoft.Json.Serialization.Func{``1,``0,``1})">
2126
            <summary>
2127
            Applies an accumulator function over a sequence. The specified 
2128
            seed value is used as the initial accumulator value.
2129
            </summary>
2130
        </member>
2131
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Aggregate``3(System.Collections.Generic.IEnumerable{``0},``1,Newtonsoft.Json.Serialization.Func{``1,``0,``1},Newtonsoft.Json.Serialization.Func{``1,``2})">
2132
            <summary>
2133
            Applies an accumulator function over a sequence. The specified 
2134
            seed value is used as the initial accumulator value, and the 
2135
            specified function is used to select the result value.
2136
            </summary>
2137
        </member>
2138
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Union``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0})">
2139
            <summary>
2140
            Produces the set union of two sequences by using the default 
2141
            equality comparer.
2142
            </summary>
2143
        </member>
2144
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Union``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})">
2145
            <summary>
2146
            Produces the set union of two sequences by using a specified 
2147
            <see cref="T:System.Collections.Generic.IEqualityComparer`1"/>.
2148
            </summary>
2149
        </member>
2150
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.DefaultIfEmpty``1(System.Collections.Generic.IEnumerable{``0})">
2151
            <summary>
2152
            Returns the elements of the specified sequence or the type 
2153
            parameter's default value in a singleton collection if the 
2154
            sequence is empty.
2155
            </summary>
2156
        </member>
2157
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.DefaultIfEmpty``1(System.Collections.Generic.IEnumerable{``0},``0)">
2158
            <summary>
2159
            Returns the elements of the specified sequence or the specified 
2160
            value in a singleton collection if the sequence is empty.
2161
            </summary>
2162
        </member>
2163
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.All``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Boolean})">
2164
            <summary>
2165
            Determines whether all elements of a sequence satisfy a condition.
2166
            </summary>
2167
        </member>
2168
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Any``1(System.Collections.Generic.IEnumerable{``0})">
2169
            <summary>
2170
            Determines whether a sequence contains any elements.
2171
            </summary>
2172
        </member>
2173
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Any``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Boolean})">
2174
            <summary>
2175
            Determines whether any element of a sequence satisfies a 
2176
            condition.
2177
            </summary>
2178
        </member>
2179
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Contains``1(System.Collections.Generic.IEnumerable{``0},``0)">
2180
            <summary>
2181
            Determines whether a sequence contains a specified element by 
2182
            using the default equality comparer.
2183
            </summary>
2184
        </member>
2185
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Contains``1(System.Collections.Generic.IEnumerable{``0},``0,System.Collections.Generic.IEqualityComparer{``0})">
2186
            <summary>
2187
            Determines whether a sequence contains a specified element by 
2188
            using a specified <see cref="T:System.Collections.Generic.IEqualityComparer`1"/>.
2189
            </summary>
2190
        </member>
2191
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.SequenceEqual``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0})">
2192
            <summary>
2193
            Determines whether two sequences are equal by comparing the 
2194
            elements by using the default equality comparer for their type.
2195
            </summary>
2196
        </member>
2197
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.SequenceEqual``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})">
2198
            <summary>
2199
            Determines whether two sequences are equal by comparing their 
2200
            elements by using a specified <see cref="T:System.Collections.Generic.IEqualityComparer`1"/>.
2201
            </summary>
2202
        </member>
2203
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.MinMaxImpl``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,``0,System.Boolean})">
2204
            <summary>
2205
            Base implementation for Min/Max operator.
2206
            </summary>
2207
        </member>
2208
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.MinMaxImpl``1(System.Collections.Generic.IEnumerable{System.Nullable{``0}},System.Nullable{``0},Newtonsoft.Json.Serialization.Func{System.Nullable{``0},System.Nullable{``0},System.Boolean})">
2209
            <summary>
2210
            Base implementation for Min/Max operator for nullable types.
2211
            </summary>
2212
        </member>
2213
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Min``1(System.Collections.Generic.IEnumerable{``0})">
2214
            <summary>
2215
            Returns the minimum value in a generic sequence.
2216
            </summary>
2217
        </member>
2218
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Min``2(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,``1})">
2219
            <summary>
2220
            Invokes a transform function on each element of a generic 
2221
            sequence and returns the minimum resulting value.
2222
            </summary>
2223
        </member>
2224
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Max``1(System.Collections.Generic.IEnumerable{``0})">
2225
            <summary>
2226
            Returns the maximum value in a generic sequence.
2227
            </summary>
2228
        </member>
2229
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Max``2(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,``1})">
2230
            <summary>
2231
            Invokes a transform function on each element of a generic 
2232
            sequence and returns the maximum resulting value.
2233
            </summary>
2234
        </member>
2235
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Renumerable``1(System.Collections.Generic.IEnumerator{``0})">
2236
            <summary>
2237
            Makes an enumerator seen as enumerable once more.
2238
            </summary>
2239
            <remarks>
2240
            The supplied enumerator must have been started. The first element
2241
            returned is the element the enumerator was on when passed in.
2242
            DO NOT use this method if the caller must be a generator. It is
2243
            mostly safe among aggregate operations.
2244
            </remarks>
2245
        </member>
2246
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.OrderBy``2(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,``1})">
2247
            <summary>
2248
            Sorts the elements of a sequence in ascending order according to a key.
2249
            </summary>
2250
        </member>
2251
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.OrderBy``2(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,``1},System.Collections.Generic.IComparer{``1})">
2252
            <summary>
2253
            Sorts the elements of a sequence in ascending order by using a 
2254
            specified comparer.
2255
            </summary>
2256
        </member>
2257
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.OrderByDescending``2(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,``1})">
2258
            <summary>
2259
            Sorts the elements of a sequence in descending order according to a key.
2260
            </summary>
2261
        </member>
2262
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.OrderByDescending``2(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,``1},System.Collections.Generic.IComparer{``1})">
2263
            <summary>
2264
             Sorts the elements of a sequence in descending order by using a 
2265
            specified comparer. 
2266
            </summary>
2267
        </member>
2268
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.ThenBy``2(Newtonsoft.Json.Utilities.LinqBridge.IOrderedEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,``1})">
2269
            <summary>
2270
            Performs a subsequent ordering of the elements in a sequence in 
2271
            ascending order according to a key.
2272
            </summary>
2273
        </member>
2274
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.ThenBy``2(Newtonsoft.Json.Utilities.LinqBridge.IOrderedEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,``1},System.Collections.Generic.IComparer{``1})">
2275
            <summary>
2276
            Performs a subsequent ordering of the elements in a sequence in 
2277
            ascending order by using a specified comparer.
2278
            </summary>
2279
        </member>
2280
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.ThenByDescending``2(Newtonsoft.Json.Utilities.LinqBridge.IOrderedEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,``1})">
2281
            <summary>
2282
            Performs a subsequent ordering of the elements in a sequence in 
2283
            descending order, according to a key.
2284
            </summary>
2285
        </member>
2286
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.ThenByDescending``2(Newtonsoft.Json.Utilities.LinqBridge.IOrderedEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,``1},System.Collections.Generic.IComparer{``1})">
2287
            <summary>
2288
            Performs a subsequent ordering of the elements in a sequence in 
2289
            descending order by using a specified comparer.
2290
            </summary>
2291
        </member>
2292
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.IntersectExceptImpl``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0},System.Boolean)">
2293
            <summary>
2294
            Base implementation for Intersect and Except operators.
2295
            </summary>
2296
        </member>
2297
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Intersect``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0})">
2298
            <summary>
2299
            Produces the set intersection of two sequences by using the 
2300
            default equality comparer to compare values.
2301
            </summary>
2302
        </member>
2303
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Intersect``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})">
2304
            <summary>
2305
            Produces the set intersection of two sequences by using the 
2306
            specified <see cref="T:System.Collections.Generic.IEqualityComparer`1"/> to compare values.
2307
            </summary>
2308
        </member>
2309
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Except``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0})">
2310
            <summary>
2311
            Produces the set difference of two sequences by using the 
2312
            default equality comparer to compare values.
2313
            </summary>
2314
        </member>
2315
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Except``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})">
2316
            <summary>
2317
            Produces the set difference of two sequences by using the 
2318
            specified <see cref="T:System.Collections.Generic.IEqualityComparer`1"/> to compare values.
2319
            </summary>
2320
        </member>
2321
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.ToDictionary``2(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,``1})">
2322
            <summary>
2323
            Creates a <see cref="T:System.Collections.Generic.Dictionary`2"/> from an 
2324
            <see cref="T:System.Collections.Generic.IEnumerable`1"/> according to a specified key 
2325
            selector function.
2326
            </summary>
2327
        </member>
2328
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.ToDictionary``2(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})">
2329
            <summary>
2330
            Creates a <see cref="T:System.Collections.Generic.Dictionary`2"/> from an 
2331
            <see cref="T:System.Collections.Generic.IEnumerable`1"/> according to a specified key 
2332
            selector function and key comparer.
2333
            </summary>
2334
        </member>
2335
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.ToDictionary``3(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,``1},Newtonsoft.Json.Serialization.Func{``0,``2})">
2336
            <summary>
2337
            Creates a <see cref="T:System.Collections.Generic.Dictionary`2"/> from an 
2338
            <see cref="T:System.Collections.Generic.IEnumerable`1"/> according to specified key 
2339
            selector and element selector functions.
2340
            </summary>
2341
        </member>
2342
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.ToDictionary``3(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,``1},Newtonsoft.Json.Serialization.Func{``0,``2},System.Collections.Generic.IEqualityComparer{``1})">
2343
            <summary>
2344
            Creates a <see cref="T:System.Collections.Generic.Dictionary`2"/> from an 
2345
            <see cref="T:System.Collections.Generic.IEnumerable`1"/> according to a specified key 
2346
            selector function, a comparer, and an element selector function.
2347
            </summary>
2348
        </member>
2349
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Join``4(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1},Newtonsoft.Json.Serialization.Func{``0,``2},Newtonsoft.Json.Serialization.Func{``1,``2},Newtonsoft.Json.Serialization.Func{``0,``1,``3})">
2350
            <summary>
2351
            Correlates the elements of two sequences based on matching keys. 
2352
            The default equality comparer is used to compare keys.
2353
            </summary>
2354
        </member>
2355
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Join``4(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1},Newtonsoft.Json.Serialization.Func{``0,``2},Newtonsoft.Json.Serialization.Func{``1,``2},Newtonsoft.Json.Serialization.Func{``0,``1,``3},System.Collections.Generic.IEqualityComparer{``2})">
2356
            <summary>
2357
            Correlates the elements of two sequences based on matching keys. 
2358
            The default equality comparer is used to compare keys. A 
2359
            specified <see cref="T:System.Collections.Generic.IEqualityComparer`1"/> is used to compare keys.
2360
            </summary>
2361
        </member>
2362
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.GroupJoin``4(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1},Newtonsoft.Json.Serialization.Func{``0,``2},Newtonsoft.Json.Serialization.Func{``1,``2},Newtonsoft.Json.Serialization.Func{``0,System.Collections.Generic.IEnumerable{``1},``3})">
2363
            <summary>
2364
            Correlates the elements of two sequences based on equality of 
2365
            keys and groups the results. The default equality comparer is 
2366
            used to compare keys.
2367
            </summary>
2368
        </member>
2369
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.GroupJoin``4(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1},Newtonsoft.Json.Serialization.Func{``0,``2},Newtonsoft.Json.Serialization.Func{``1,``2},Newtonsoft.Json.Serialization.Func{``0,System.Collections.Generic.IEnumerable{``1},``3},System.Collections.Generic.IEqualityComparer{``2})">
2370
            <summary>
2371
            Correlates the elements of two sequences based on equality of 
2372
            keys and groups the results. The default equality comparer is 
2373
            used to compare keys. A specified <see cref="T:System.Collections.Generic.IEqualityComparer`1"/> 
2374
            is used to compare keys.
2375
            </summary>
2376
        </member>
2377
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Sum(System.Collections.Generic.IEnumerable{System.Int32})">
2378
            <summary>
2379
            Computes the sum of a sequence of nullable <see cref="T:System.Int32"/> values.
2380
            </summary>
2381
        </member>
2382
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Int32})">
2383
            <summary>
2384
            Computes the sum of a sequence of nullable <see cref="T:System.Int32"/> 
2385
            values that are obtained by invoking a transform function on 
2386
            each element of the input sequence.
2387
            </summary>
2388
        </member>
2389
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Average(System.Collections.Generic.IEnumerable{System.Int32})">
2390
            <summary>
2391
            Computes the average of a sequence of nullable <see cref="T:System.Int32"/> values.
2392
            </summary>
2393
        </member>
2394
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Average``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Int32})">
2395
            <summary>
2396
            Computes the average of a sequence of nullable <see cref="T:System.Int32"/> values 
2397
            that are obtained by invoking a transform function on each 
2398
            element of the input sequence.
2399
            </summary>
2400
        </member>
2401
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Sum(System.Collections.Generic.IEnumerable{System.Nullable{System.Int32}})">
2402
            <summary>
2403
            Computes the sum of a sequence of <see cref="T:System.Int32"/> values.
2404
            </summary>
2405
        </member>
2406
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Nullable{System.Int32}})">
2407
            <summary>
2408
            Computes the sum of a sequence of <see cref="T:System.Int32"/> 
2409
            values that are obtained by invoking a transform function on 
2410
            each element of the input sequence.
2411
            </summary>
2412
        </member>
2413
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Average(System.Collections.Generic.IEnumerable{System.Nullable{System.Int32}})">
2414
            <summary>
2415
            Computes the average of a sequence of <see cref="T:System.Int32"/> values.
2416
            </summary>
2417
        </member>
2418
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Average``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Nullable{System.Int32}})">
2419
            <summary>
2420
            Computes the average of a sequence of <see cref="T:System.Int32"/> values 
2421
            that are obtained by invoking a transform function on each 
2422
            element of the input sequence.
2423
            </summary>
2424
        </member>
2425
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Min(System.Collections.Generic.IEnumerable{System.Nullable{System.Int32}})">
2426
            <summary>
2427
            Returns the minimum value in a sequence of nullable 
2428
            <see cref="T:System.Int32"/> values.
2429
            </summary>
2430
        </member>
2431
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Min``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Nullable{System.Int32}})">
2432
            <summary>
2433
            Invokes a transform function on each element of a sequence and 
2434
            returns the minimum nullable <see cref="T:System.Int32"/> value.
2435
            </summary>
2436
        </member>
2437
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Max(System.Collections.Generic.IEnumerable{System.Nullable{System.Int32}})">
2438
            <summary>
2439
            Returns the maximum value in a sequence of nullable 
2440
            <see cref="T:System.Int32"/> values.
2441
            </summary>
2442
        </member>
2443
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Max``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Nullable{System.Int32}})">
2444
            <summary>
2445
            Invokes a transform function on each element of a sequence and 
2446
            returns the maximum nullable <see cref="T:System.Int32"/> value.
2447
            </summary>
2448
        </member>
2449
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Sum(System.Collections.Generic.IEnumerable{System.Int64})">
2450
            <summary>
2451
            Computes the sum of a sequence of nullable <see cref="T:System.Int64"/> values.
2452
            </summary>
2453
        </member>
2454
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Int64})">
2455
            <summary>
2456
            Computes the sum of a sequence of nullable <see cref="T:System.Int64"/> 
2457
            values that are obtained by invoking a transform function on 
2458
            each element of the input sequence.
2459
            </summary>
2460
        </member>
2461
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Average(System.Collections.Generic.IEnumerable{System.Int64})">
2462
            <summary>
2463
            Computes the average of a sequence of nullable <see cref="T:System.Int64"/> values.
2464
            </summary>
2465
        </member>
2466
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Average``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Int64})">
2467
            <summary>
2468
            Computes the average of a sequence of nullable <see cref="T:System.Int64"/> values 
2469
            that are obtained by invoking a transform function on each 
2470
            element of the input sequence.
2471
            </summary>
2472
        </member>
2473
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Sum(System.Collections.Generic.IEnumerable{System.Nullable{System.Int64}})">
2474
            <summary>
2475
            Computes the sum of a sequence of <see cref="T:System.Int64"/> values.
2476
            </summary>
2477
        </member>
2478
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Nullable{System.Int64}})">
2479
            <summary>
2480
            Computes the sum of a sequence of <see cref="T:System.Int64"/> 
2481
            values that are obtained by invoking a transform function on 
2482
            each element of the input sequence.
2483
            </summary>
2484
        </member>
2485
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Average(System.Collections.Generic.IEnumerable{System.Nullable{System.Int64}})">
2486
            <summary>
2487
            Computes the average of a sequence of <see cref="T:System.Int64"/> values.
2488
            </summary>
2489
        </member>
2490
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Average``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Nullable{System.Int64}})">
2491
            <summary>
2492
            Computes the average of a sequence of <see cref="T:System.Int64"/> values 
2493
            that are obtained by invoking a transform function on each 
2494
            element of the input sequence.
2495
            </summary>
2496
        </member>
2497
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Min(System.Collections.Generic.IEnumerable{System.Nullable{System.Int64}})">
2498
            <summary>
2499
            Returns the minimum value in a sequence of nullable 
2500
            <see cref="T:System.Int64"/> values.
2501
            </summary>
2502
        </member>
2503
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Min``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Nullable{System.Int64}})">
2504
            <summary>
2505
            Invokes a transform function on each element of a sequence and 
2506
            returns the minimum nullable <see cref="T:System.Int64"/> value.
2507
            </summary>
2508
        </member>
2509
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Max(System.Collections.Generic.IEnumerable{System.Nullable{System.Int64}})">
2510
            <summary>
2511
            Returns the maximum value in a sequence of nullable 
2512
            <see cref="T:System.Int64"/> values.
2513
            </summary>
2514
        </member>
2515
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Max``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Nullable{System.Int64}})">
2516
            <summary>
2517
            Invokes a transform function on each element of a sequence and 
2518
            returns the maximum nullable <see cref="T:System.Int64"/> value.
2519
            </summary>
2520
        </member>
2521
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Sum(System.Collections.Generic.IEnumerable{System.Single})">
2522
            <summary>
2523
            Computes the sum of a sequence of nullable <see cref="T:System.Single"/> values.
2524
            </summary>
2525
        </member>
2526
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Single})">
2527
            <summary>
2528
            Computes the sum of a sequence of nullable <see cref="T:System.Single"/> 
2529
            values that are obtained by invoking a transform function on 
2530
            each element of the input sequence.
2531
            </summary>
2532
        </member>
2533
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Average(System.Collections.Generic.IEnumerable{System.Single})">
2534
            <summary>
2535
            Computes the average of a sequence of nullable <see cref="T:System.Single"/> values.
2536
            </summary>
2537
        </member>
2538
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Average``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Single})">
2539
            <summary>
2540
            Computes the average of a sequence of nullable <see cref="T:System.Single"/> values 
2541
            that are obtained by invoking a transform function on each 
2542
            element of the input sequence.
2543
            </summary>
2544
        </member>
2545
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Sum(System.Collections.Generic.IEnumerable{System.Nullable{System.Single}})">
2546
            <summary>
2547
            Computes the sum of a sequence of <see cref="T:System.Single"/> values.
2548
            </summary>
2549
        </member>
2550
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Nullable{System.Single}})">
2551
            <summary>
2552
            Computes the sum of a sequence of <see cref="T:System.Single"/> 
2553
            values that are obtained by invoking a transform function on 
2554
            each element of the input sequence.
2555
            </summary>
2556
        </member>
2557
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Average(System.Collections.Generic.IEnumerable{System.Nullable{System.Single}})">
2558
            <summary>
2559
            Computes the average of a sequence of <see cref="T:System.Single"/> values.
2560
            </summary>
2561
        </member>
2562
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Average``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Nullable{System.Single}})">
2563
            <summary>
2564
            Computes the average of a sequence of <see cref="T:System.Single"/> values 
2565
            that are obtained by invoking a transform function on each 
2566
            element of the input sequence.
2567
            </summary>
2568
        </member>
2569
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Min(System.Collections.Generic.IEnumerable{System.Nullable{System.Single}})">
2570
            <summary>
2571
            Returns the minimum value in a sequence of nullable 
2572
            <see cref="T:System.Single"/> values.
2573
            </summary>
2574
        </member>
2575
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Min``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Nullable{System.Single}})">
2576
            <summary>
2577
            Invokes a transform function on each element of a sequence and 
2578
            returns the minimum nullable <see cref="T:System.Single"/> value.
2579
            </summary>
2580
        </member>
2581
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Max(System.Collections.Generic.IEnumerable{System.Nullable{System.Single}})">
2582
            <summary>
2583
            Returns the maximum value in a sequence of nullable 
2584
            <see cref="T:System.Single"/> values.
2585
            </summary>
2586
        </member>
2587
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Max``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Nullable{System.Single}})">
2588
            <summary>
2589
            Invokes a transform function on each element of a sequence and 
2590
            returns the maximum nullable <see cref="T:System.Single"/> value.
2591
            </summary>
2592
        </member>
2593
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Sum(System.Collections.Generic.IEnumerable{System.Double})">
2594
            <summary>
2595
            Computes the sum of a sequence of nullable <see cref="T:System.Double"/> values.
2596
            </summary>
2597
        </member>
2598
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Double})">
2599
            <summary>
2600
            Computes the sum of a sequence of nullable <see cref="T:System.Double"/> 
2601
            values that are obtained by invoking a transform function on 
2602
            each element of the input sequence.
2603
            </summary>
2604
        </member>
2605
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Average(System.Collections.Generic.IEnumerable{System.Double})">
2606
            <summary>
2607
            Computes the average of a sequence of nullable <see cref="T:System.Double"/> values.
2608
            </summary>
2609
        </member>
2610
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Average``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Double})">
2611
            <summary>
2612
            Computes the average of a sequence of nullable <see cref="T:System.Double"/> values 
2613
            that are obtained by invoking a transform function on each 
2614
            element of the input sequence.
2615
            </summary>
2616
        </member>
2617
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Sum(System.Collections.Generic.IEnumerable{System.Nullable{System.Double}})">
2618
            <summary>
2619
            Computes the sum of a sequence of <see cref="T:System.Double"/> values.
2620
            </summary>
2621
        </member>
2622
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Nullable{System.Double}})">
2623
            <summary>
2624
            Computes the sum of a sequence of <see cref="T:System.Double"/> 
2625
            values that are obtained by invoking a transform function on 
2626
            each element of the input sequence.
2627
            </summary>
2628
        </member>
2629
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Average(System.Collections.Generic.IEnumerable{System.Nullable{System.Double}})">
2630
            <summary>
2631
            Computes the average of a sequence of <see cref="T:System.Double"/> values.
2632
            </summary>
2633
        </member>
2634
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Average``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Nullable{System.Double}})">
2635
            <summary>
2636
            Computes the average of a sequence of <see cref="T:System.Double"/> values 
2637
            that are obtained by invoking a transform function on each 
2638
            element of the input sequence.
2639
            </summary>
2640
        </member>
2641
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Min(System.Collections.Generic.IEnumerable{System.Nullable{System.Double}})">
2642
            <summary>
2643
            Returns the minimum value in a sequence of nullable 
2644
            <see cref="T:System.Double"/> values.
2645
            </summary>
2646
        </member>
2647
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Min``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Nullable{System.Double}})">
2648
            <summary>
2649
            Invokes a transform function on each element of a sequence and 
2650
            returns the minimum nullable <see cref="T:System.Double"/> value.
2651
            </summary>
2652
        </member>
2653
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Max(System.Collections.Generic.IEnumerable{System.Nullable{System.Double}})">
2654
            <summary>
2655
            Returns the maximum value in a sequence of nullable 
2656
            <see cref="T:System.Double"/> values.
2657
            </summary>
2658
        </member>
2659
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Max``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Nullable{System.Double}})">
2660
            <summary>
2661
            Invokes a transform function on each element of a sequence and 
2662
            returns the maximum nullable <see cref="T:System.Double"/> value.
2663
            </summary>
2664
        </member>
2665
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Sum(System.Collections.Generic.IEnumerable{System.Decimal})">
2666
            <summary>
2667
            Computes the sum of a sequence of nullable <see cref="T:System.Decimal"/> values.
2668
            </summary>
2669
        </member>
2670
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Decimal})">
2671
            <summary>
2672
            Computes the sum of a sequence of nullable <see cref="T:System.Decimal"/> 
2673
            values that are obtained by invoking a transform function on 
2674
            each element of the input sequence.
2675
            </summary>
2676
        </member>
2677
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Average(System.Collections.Generic.IEnumerable{System.Decimal})">
2678
            <summary>
2679
            Computes the average of a sequence of nullable <see cref="T:System.Decimal"/> values.
2680
            </summary>
2681
        </member>
2682
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Average``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Decimal})">
2683
            <summary>
2684
            Computes the average of a sequence of nullable <see cref="T:System.Decimal"/> values 
2685
            that are obtained by invoking a transform function on each 
2686
            element of the input sequence.
2687
            </summary>
2688
        </member>
2689
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Sum(System.Collections.Generic.IEnumerable{System.Nullable{System.Decimal}})">
2690
            <summary>
2691
            Computes the sum of a sequence of <see cref="T:System.Decimal"/> values.
2692
            </summary>
2693
        </member>
2694
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Nullable{System.Decimal}})">
2695
            <summary>
2696
            Computes the sum of a sequence of <see cref="T:System.Decimal"/> 
2697
            values that are obtained by invoking a transform function on 
2698
            each element of the input sequence.
2699
            </summary>
2700
        </member>
2701
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Average(System.Collections.Generic.IEnumerable{System.Nullable{System.Decimal}})">
2702
            <summary>
2703
            Computes the average of a sequence of <see cref="T:System.Decimal"/> values.
2704
            </summary>
2705
        </member>
2706
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Average``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Nullable{System.Decimal}})">
2707
            <summary>
2708
            Computes the average of a sequence of <see cref="T:System.Decimal"/> values 
2709
            that are obtained by invoking a transform function on each 
2710
            element of the input sequence.
2711
            </summary>
2712
        </member>
2713
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Min(System.Collections.Generic.IEnumerable{System.Nullable{System.Decimal}})">
2714
            <summary>
2715
            Returns the minimum value in a sequence of nullable 
2716
            <see cref="T:System.Decimal"/> values.
2717
            </summary>
2718
        </member>
2719
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Min``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Nullable{System.Decimal}})">
2720
            <summary>
2721
            Invokes a transform function on each element of a sequence and 
2722
            returns the minimum nullable <see cref="T:System.Decimal"/> value.
2723
            </summary>
2724
        </member>
2725
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Max(System.Collections.Generic.IEnumerable{System.Nullable{System.Decimal}})">
2726
            <summary>
2727
            Returns the maximum value in a sequence of nullable 
2728
            <see cref="T:System.Decimal"/> values.
2729
            </summary>
2730
        </member>
2731
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Enumerable.Max``1(System.Collections.Generic.IEnumerable{``0},Newtonsoft.Json.Serialization.Func{``0,System.Nullable{System.Decimal}})">
2732
            <summary>
2733
            Invokes a transform function on each element of a sequence and 
2734
            returns the maximum nullable <see cref="T:System.Decimal"/> value.
2735
            </summary>
2736
        </member>
2737
        <member name="T:Newtonsoft.Json.Utilities.LinqBridge.IGrouping`2">
2738
            <summary>
2739
            Represents a collection of objects that have a common key.
2740
            </summary>
2741
        </member>
2742
        <member name="P:Newtonsoft.Json.Utilities.LinqBridge.IGrouping`2.Key">
2743
            <summary>
2744
            Gets the key of the <see cref="T:Newtonsoft.Json.Utilities.LinqBridge.IGrouping`2"/>.
2745
            </summary>
2746
        </member>
2747
        <member name="T:Newtonsoft.Json.Utilities.LinqBridge.ILookup`2">
2748
            <summary>
2749
            Defines an indexer, size property, and Boolean search method for 
2750
            data structures that map keys to <see cref="T:System.Collections.Generic.IEnumerable`1"/> 
2751
            sequences of values.
2752
            </summary>
2753
        </member>
2754
        <member name="T:Newtonsoft.Json.Utilities.LinqBridge.IOrderedEnumerable`1">
2755
            <summary>
2756
            Represents a sorted sequence.
2757
            </summary>
2758
        </member>
2759
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.IOrderedEnumerable`1.CreateOrderedEnumerable``1(Newtonsoft.Json.Serialization.Func{`0,``0},System.Collections.Generic.IComparer{``0},System.Boolean)">
2760
            <summary>
2761
            Performs a subsequent ordering on the elements of an 
2762
            <see cref="T:Newtonsoft.Json.Utilities.LinqBridge.IOrderedEnumerable`1"/> according to a key.
2763
            </summary>
2764
        </member>
2765
        <member name="T:Newtonsoft.Json.Utilities.LinqBridge.Lookup`2">
2766
            <summary>
2767
            Represents a collection of keys each mapped to one or more values.
2768
            </summary>
2769
        </member>
2770
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Lookup`2.Contains(`0)">
2771
            <summary>
2772
            Determines whether a specified key is in the <see cref="T:Newtonsoft.Json.Utilities.LinqBridge.Lookup`2"/>.
2773
            </summary>
2774
        </member>
2775
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Lookup`2.ApplyResultSelector``1(Newtonsoft.Json.Serialization.Func{`0,System.Collections.Generic.IEnumerable{`1},``0})">
2776
            <summary>
2777
            Applies a transform function to each key and its associated 
2778
            values and returns the results.
2779
            </summary>
2780
        </member>
2781
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.Lookup`2.GetEnumerator">
2782
            <summary>
2783
            Returns a generic enumerator that iterates through the <see cref="T:Newtonsoft.Json.Utilities.LinqBridge.Lookup`2"/>.
2784
            </summary>
2785
        </member>
2786
        <member name="P:Newtonsoft.Json.Utilities.LinqBridge.Lookup`2.Count">
2787
            <summary>
2788
            Gets the number of key/value collection pairs in the <see cref="T:Newtonsoft.Json.Utilities.LinqBridge.Lookup`2"/>.
2789
            </summary>
2790
        </member>
2791
        <member name="P:Newtonsoft.Json.Utilities.LinqBridge.Lookup`2.Item(`0)">
2792
            <summary>
2793
            Gets the collection of values indexed by the specified key.
2794
            </summary>
2795
        </member>
2796
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.OrderedEnumerable`2.TagPosition(`0,System.Int32)">
2797
            <remarks>
2798
            See <a href="http://code.google.com/p/linqbridge/issues/detail?id=11">issue #11</a>
2799
            for why this method is needed and cannot be expressed as a 
2800
            lambda at the call site.
2801
            </remarks>
2802
        </member>
2803
        <member name="M:Newtonsoft.Json.Utilities.LinqBridge.OrderedEnumerable`2.GetFirst(Newtonsoft.Json.Utilities.LinqBridge.Tuple{`0,System.Int32})">
2804
            <remarks>
2805
            See <a href="http://code.google.com/p/linqbridge/issues/detail?id=11">issue #11</a>
2806
            for why this method is needed and cannot be expressed as a 
2807
            lambda at the call site.
2808
            </remarks>
2809
        </member>
2810
        <member name="T:System.Runtime.CompilerServices.ExtensionAttribute">
2811
            <remarks>
2812
            This attribute allows us to define extension methods without 
2813
            requiring .NET Framework 3.5. For more information, see the section,
2814
            <a href="http://msdn.microsoft.com/en-us/magazine/cc163317.aspx#S7">Extension Methods in .NET Framework 2.0 Apps</a>,
2815
            of <a href="http://msdn.microsoft.com/en-us/magazine/cc163317.aspx">Basic Instincts: Extension Methods</a>
2816
            column in <a href="http://msdn.microsoft.com/msdnmag/">MSDN Magazine</a>, 
2817
            issue <a href="http://msdn.microsoft.com/en-us/magazine/cc135410.aspx">Nov 2007</a>.
2818
            </remarks>
2819
        </member>
2820
        <member name="T:Newtonsoft.Json.Linq.JPropertyDescriptor">
2821
            <summary>
2822
            Represents a view of a <see cref="T:Newtonsoft.Json.Linq.JProperty"/>.
2823
            </summary>
2824
        </member>
2825
        <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.#ctor(System.String,System.Type)">
2826
            <summary>
2827
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JPropertyDescriptor"/> class.
2828
            </summary>
2829
            <param name="name">The name.</param>
2830
            <param name="propertyType">Type of the property.</param>
2831
        </member>
2832
        <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.CanResetValue(System.Object)">
2833
            <summary>
2834
            When overridden in a derived class, returns whether resetting an object changes its value.
2835
            </summary>
2836
            <returns>
2837
            true if resetting the component changes its value; otherwise, false.
2838
            </returns>
2839
            <param name="component">The component to test for reset capability. 
2840
                            </param>
2841
        </member>
2842
        <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.GetValue(System.Object)">
2843
            <summary>
2844
            When overridden in a derived class, gets the current value of the property on a component.
2845
            </summary>
2846
            <returns>
2847
            The value of a property for a given component.
2848
            </returns>
2849
            <param name="component">The component with the property for which to retrieve the value. 
2850
                            </param>
2851
        </member>
2852
        <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.ResetValue(System.Object)">
2853
            <summary>
2854
            When overridden in a derived class, resets the value for this property of the component to the default value.
2855
            </summary>
2856
            <param name="component">The component with the property value that is to be reset to the default value. 
2857
                            </param>
2858
        </member>
2859
        <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.SetValue(System.Object,System.Object)">
2860
            <summary>
2861
            When overridden in a derived class, sets the value of the component to a different value.
2862
            </summary>
2863
            <param name="component">The component with the property value that is to be set. 
2864
                            </param><param name="value">The new value. 
2865
                            </param>
2866
        </member>
2867
        <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.ShouldSerializeValue(System.Object)">
2868
            <summary>
2869
            When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted.
2870
            </summary>
2871
            <returns>
2872
            true if the property should be persisted; otherwise, false.
2873
            </returns>
2874
            <param name="component">The component with the property to be examined for persistence. 
2875
                            </param>
2876
        </member>
2877
        <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.ComponentType">
2878
            <summary>
2879
            When overridden in a derived class, gets the type of the component this property is bound to.
2880
            </summary>
2881
            <returns>
2882
            A <see cref="T:System.Type"/> that represents the type of component this property is bound to. When the <see cref="M:System.ComponentModel.PropertyDescriptor.GetValue(System.Object)"/> or <see cref="M:System.ComponentModel.PropertyDescriptor.SetValue(System.Object,System.Object)"/> methods are invoked, the object specified might be an instance of this type.
2883
            </returns>
2884
        </member>
2885
        <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.IsReadOnly">
2886
            <summary>
2887
            When overridden in a derived class, gets a value indicating whether this property is read-only.
2888
            </summary>
2889
            <returns>
2890
            true if the property is read-only; otherwise, false.
2891
            </returns>
2892
        </member>
2893
        <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.PropertyType">
2894
            <summary>
2895
            When overridden in a derived class, gets the type of the property.
2896
            </summary>
2897
            <returns>
2898
            A <see cref="T:System.Type"/> that represents the type of the property.
2899
            </returns>
2900
        </member>
2901
        <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.NameHashCode">
2902
            <summary>
2903
            Gets the hash code for the name of the member.
2904
            </summary>
2905
            <value></value>
2906
            <returns>
2907
            The hash code for the name of the member.
2908
            </returns>
2909
        </member>
2910
        <member name="T:Newtonsoft.Json.Linq.JRaw">
2911
            <summary>
2912
            Represents a raw JSON string.
2913
            </summary>
2914
        </member>
2915
        <member name="T:Newtonsoft.Json.Linq.JValue">
2916
            <summary>
2917
            Represents a value in JSON (string, integer, date, etc).
2918
            </summary>
2919
        </member>
2920
        <member name="T:Newtonsoft.Json.Linq.JToken">
2921
            <summary>
2922
            Represents an abstract JSON token.
2923
            </summary>
2924
        </member>
2925
        <member name="T:Newtonsoft.Json.Linq.IJEnumerable`1">
2926
            <summary>
2927
            Represents a collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.
2928
            </summary>
2929
            <typeparam name="T">The type of token</typeparam>
2930
        </member>
2931
        <member name="P:Newtonsoft.Json.Linq.IJEnumerable`1.Item(System.Object)">
2932
            <summary>
2933
            Gets the <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/> with the specified key.
2934
            </summary>
2935
            <value></value>
2936
        </member>
2937
        <member name="T:Newtonsoft.Json.IJsonLineInfo">
2938
            <summary>
2939
            Provides an interface to enable a class to return line and position information.
2940
            </summary>
2941
        </member>
2942
        <member name="M:Newtonsoft.Json.IJsonLineInfo.HasLineInfo">
2943
            <summary>
2944
            Gets a value indicating whether the class can return line information.
2945
            </summary>
2946
            <returns>
2947
                    <c>true</c> if LineNumber and LinePosition can be provided; otherwise, <c>false</c>.
2948
            </returns>
2949
        </member>
2950
        <member name="P:Newtonsoft.Json.IJsonLineInfo.LineNumber">
2951
            <summary>
2952
            Gets the current line number.
2953
            </summary>
2954
            <value>The current line number or 0 if no line information is available (for example, HasLineInfo returns false).</value>
2955
        </member>
2956
        <member name="P:Newtonsoft.Json.IJsonLineInfo.LinePosition">
2957
            <summary>
2958
            Gets the current line position.
2959
            </summary>
2960
            <value>The current line position or 0 if no line information is available (for example, HasLineInfo returns false).</value>
2961
        </member>
2962
        <member name="M:Newtonsoft.Json.Linq.JToken.DeepEquals(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
2963
            <summary>
2964
            Compares the values of two tokens, including the values of all descendant tokens.
2965
            </summary>
2966
            <param name="t1">The first <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
2967
            <param name="t2">The second <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
2968
            <returns>true if the tokens are equal; otherwise false.</returns>
2969
        </member>
2970
        <member name="M:Newtonsoft.Json.Linq.JToken.AddAfterSelf(System.Object)">
2971
            <summary>
2972
            Adds the specified content immediately after this token.
2973
            </summary>
2974
            <param name="content">A content object that contains simple content or a collection of content objects to be added after this token.</param>
2975
        </member>
2976
        <member name="M:Newtonsoft.Json.Linq.JToken.AddBeforeSelf(System.Object)">
2977
            <summary>
2978
            Adds the specified content immediately before this token.
2979
            </summary>
2980
            <param name="content">A content object that contains simple content or a collection of content objects to be added before this token.</param>
2981
        </member>
2982
        <member name="M:Newtonsoft.Json.Linq.JToken.Ancestors">
2983
            <summary>
2984
            Returns a collection of the ancestor tokens of this token.
2985
            </summary>
2986
            <returns>A collection of the ancestor tokens of this token.</returns>
2987
        </member>
2988
        <member name="M:Newtonsoft.Json.Linq.JToken.AfterSelf">
2989
            <summary>
2990
            Returns a collection of the sibling tokens after this token, in document order.
2991
            </summary>
2992
            <returns>A collection of the sibling tokens after this tokens, in document order.</returns>
2993
        </member>
2994
        <member name="M:Newtonsoft.Json.Linq.JToken.BeforeSelf">
2995
            <summary>
2996
            Returns a collection of the sibling tokens before this token, in document order.
2997
            </summary>
2998
            <returns>A collection of the sibling tokens before this token, in document order.</returns>
2999
        </member>
3000
        <member name="M:Newtonsoft.Json.Linq.JToken.Value``1(System.Object)">
3001
            <summary>
3002
            Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key converted to the specified type.
3003
            </summary>
3004
            <typeparam name="T">The type to convert the token to.</typeparam>
3005
            <param name="key">The token key.</param>
3006
            <returns>The converted token value.</returns>
3007
        </member>
3008
        <member name="M:Newtonsoft.Json.Linq.JToken.Children">
3009
            <summary>
3010
            Returns a collection of the child tokens of this token, in document order.
3011
            </summary>
3012
            <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>
3013
        </member>
3014
        <member name="M:Newtonsoft.Json.Linq.JToken.Children``1">
3015
            <summary>
3016
            Returns a collection of the child tokens of this token, in document order, filtered by the specified type.
3017
            </summary>
3018
            <typeparam name="T">The type to filter the child tokens on.</typeparam>
3019
            <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>
3020
        </member>
3021
        <member name="M:Newtonsoft.Json.Linq.JToken.Values``1">
3022
            <summary>
3023
            Returns a collection of the child values of this token, in document order.
3024
            </summary>
3025
            <typeparam name="T">The type to convert the values to.</typeparam>
3026
            <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>
3027
        </member>
3028
        <member name="M:Newtonsoft.Json.Linq.JToken.Remove">
3029
            <summary>
3030
            Removes this token from its parent.
3031
            </summary>
3032
        </member>
3033
        <member name="M:Newtonsoft.Json.Linq.JToken.Replace(Newtonsoft.Json.Linq.JToken)">
3034
            <summary>
3035
            Replaces this token with the specified token.
3036
            </summary>
3037
            <param name="value">The value.</param>
3038
        </member>
3039
        <member name="M:Newtonsoft.Json.Linq.JToken.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
3040
            <summary>
3041
            Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
3042
            </summary>
3043
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
3044
            <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
3045
        </member>
3046
        <member name="M:Newtonsoft.Json.Linq.JToken.ToString">
3047
            <summary>
3048
            Returns the indented JSON for this token.
3049
            </summary>
3050
            <returns>
3051
            The indented JSON for this token.
3052
            </returns>
3053
        </member>
3054
        <member name="M:Newtonsoft.Json.Linq.JToken.ToString(Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[])">
3055
            <summary>
3056
            Returns the JSON for this token using the given formatting and converters.
3057
            </summary>
3058
            <param name="formatting">Indicates how the output is formatted.</param>
3059
            <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
3060
            <returns>The JSON for this token using the given formatting and converters.</returns>
3061
        </member>
3062
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Boolean">
3063
            <summary>
3064
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Boolean"/>.
3065
            </summary>
3066
            <param name="value">The value.</param>
3067
            <returns>The result of the conversion.</returns>
3068
        </member>
3069
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Boolean}">
3070
            <summary>
3071
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
3072
            </summary>
3073
            <param name="value">The value.</param>
3074
            <returns>The result of the conversion.</returns>
3075
        </member>
3076
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int64">
3077
            <summary>
3078
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int64"/>.
3079
            </summary>
3080
            <param name="value">The value.</param>
3081
            <returns>The result of the conversion.</returns>
3082
        </member>
3083
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.DateTime}">
3084
            <summary>
3085
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
3086
            </summary>
3087
            <param name="value">The value.</param>
3088
            <returns>The result of the conversion.</returns>
3089
        </member>
3090
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Decimal}">
3091
            <summary>
3092
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
3093
            </summary>
3094
            <param name="value">The value.</param>
3095
            <returns>The result of the conversion.</returns>
3096
        </member>
3097
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Double}">
3098
            <summary>
3099
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
3100
            </summary>
3101
            <param name="value">The value.</param>
3102
            <returns>The result of the conversion.</returns>
3103
        </member>
3104
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Char}">
3105
            <summary>
3106
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
3107
            </summary>
3108
            <param name="value">The value.</param>
3109
            <returns>The result of the conversion.</returns>
3110
        </member>
3111
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int32">
3112
            <summary>
3113
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int32"/>.
3114
            </summary>
3115
            <param name="value">The value.</param>
3116
            <returns>The result of the conversion.</returns>
3117
        </member>
3118
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int16">
3119
            <summary>
3120
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int16"/>.
3121
            </summary>
3122
            <param name="value">The value.</param>
3123
            <returns>The result of the conversion.</returns>
3124
        </member>
3125
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt16">
3126
            <summary>
3127
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt16"/>.
3128
            </summary>
3129
            <param name="value">The value.</param>
3130
            <returns>The result of the conversion.</returns>
3131
        </member>
3132
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Char">
3133
            <summary>
3134
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Char"/>.
3135
            </summary>
3136
            <param name="value">The value.</param>
3137
            <returns>The result of the conversion.</returns>
3138
        </member>
3139
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Byte">
3140
            <summary>
3141
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Byte"/>.
3142
            </summary>
3143
            <param name="value">The value.</param>
3144
            <returns>The result of the conversion.</returns>
3145
        </member>
3146
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int32}">
3147
            <summary>
3148
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
3149
            </summary>
3150
            <param name="value">The value.</param>
3151
            <returns>The result of the conversion.</returns>
3152
        </member>
3153
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int16}">
3154
            <summary>
3155
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
3156
            </summary>
3157
            <param name="value">The value.</param>
3158
            <returns>The result of the conversion.</returns>
3159
        </member>
3160
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt16}">
3161
            <summary>
3162
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
3163
            </summary>
3164
            <param name="value">The value.</param>
3165
            <returns>The result of the conversion.</returns>
3166
        </member>
3167
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Byte}">
3168
            <summary>
3169
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
3170
            </summary>
3171
            <param name="value">The value.</param>
3172
            <returns>The result of the conversion.</returns>
3173
        </member>
3174
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.DateTime">
3175
            <summary>
3176
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.DateTime"/>.
3177
            </summary>
3178
            <param name="value">The value.</param>
3179
            <returns>The result of the conversion.</returns>
3180
        </member>
3181
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int64}">
3182
            <summary>
3183
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
3184
            </summary>
3185
            <param name="value">The value.</param>
3186
            <returns>The result of the conversion.</returns>
3187
        </member>
3188
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Single}">
3189
            <summary>
3190
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
3191
            </summary>
3192
            <param name="value">The value.</param>
3193
            <returns>The result of the conversion.</returns>
3194
        </member>
3195
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Decimal">
3196
            <summary>
3197
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Decimal"/>.
3198
            </summary>
3199
            <param name="value">The value.</param>
3200
            <returns>The result of the conversion.</returns>
3201
        </member>
3202
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt32}">
3203
            <summary>
3204
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
3205
            </summary>
3206
            <param name="value">The value.</param>
3207
            <returns>The result of the conversion.</returns>
3208
        </member>
3209
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt64}">
3210
            <summary>
3211
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
3212
            </summary>
3213
            <param name="value">The value.</param>
3214
            <returns>The result of the conversion.</returns>
3215
        </member>
3216
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Double">
3217
            <summary>
3218
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Double"/>.
3219
            </summary>
3220
            <param name="value">The value.</param>
3221
            <returns>The result of the conversion.</returns>
3222
        </member>
3223
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Single">
3224
            <summary>
3225
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Single"/>.
3226
            </summary>
3227
            <param name="value">The value.</param>
3228
            <returns>The result of the conversion.</returns>
3229
        </member>
3230
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.String">
3231
            <summary>
3232
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.String"/>.
3233
            </summary>
3234
            <param name="value">The value.</param>
3235
            <returns>The result of the conversion.</returns>
3236
        </member>
3237
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt32">
3238
            <summary>
3239
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt32"/>.
3240
            </summary>
3241
            <param name="value">The value.</param>
3242
            <returns>The result of the conversion.</returns>
3243
        </member>
3244
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt64">
3245
            <summary>
3246
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt64"/>.
3247
            </summary>
3248
            <param name="value">The value.</param>
3249
            <returns>The result of the conversion.</returns>
3250
        </member>
3251
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Byte[]">
3252
            <summary>
3253
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Byte[]"/>.
3254
            </summary>
3255
            <param name="value">The value.</param>
3256
            <returns>The result of the conversion.</returns>
3257
        </member>
3258
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Guid">
3259
            <summary>
3260
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Guid"/>.
3261
            </summary>
3262
            <param name="value">The value.</param>
3263
            <returns>The result of the conversion.</returns>
3264
        </member>
3265
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Guid}">
3266
            <summary>
3267
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Guid"/>.
3268
            </summary>
3269
            <param name="value">The value.</param>
3270
            <returns>The result of the conversion.</returns>
3271
        </member>
3272
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.TimeSpan">
3273
            <summary>
3274
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.TimeSpan"/>.
3275
            </summary>
3276
            <param name="value">The value.</param>
3277
            <returns>The result of the conversion.</returns>
3278
        </member>
3279
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.TimeSpan}">
3280
            <summary>
3281
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.TimeSpan"/>.
3282
            </summary>
3283
            <param name="value">The value.</param>
3284
            <returns>The result of the conversion.</returns>
3285
        </member>
3286
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Uri">
3287
            <summary>
3288
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Uri"/>.
3289
            </summary>
3290
            <param name="value">The value.</param>
3291
            <returns>The result of the conversion.</returns>
3292
        </member>
3293
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Boolean)~Newtonsoft.Json.Linq.JToken">
3294
            <summary>
3295
            Performs an implicit conversion from <see cref="T:System.Boolean"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3296
            </summary>
3297
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3298
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3299
        </member>
3300
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Boolean})~Newtonsoft.Json.Linq.JToken">
3301
            <summary>
3302
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3303
            </summary>
3304
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3305
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3306
        </member>
3307
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int64)~Newtonsoft.Json.Linq.JToken">
3308
            <summary>
3309
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3310
            </summary>
3311
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3312
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3313
        </member>
3314
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.DateTime})~Newtonsoft.Json.Linq.JToken">
3315
            <summary>
3316
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3317
            </summary>
3318
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3319
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3320
        </member>
3321
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Decimal})~Newtonsoft.Json.Linq.JToken">
3322
            <summary>
3323
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3324
            </summary>
3325
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3326
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3327
        </member>
3328
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Double})~Newtonsoft.Json.Linq.JToken">
3329
            <summary>
3330
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3331
            </summary>
3332
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3333
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3334
        </member>
3335
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int16)~Newtonsoft.Json.Linq.JToken">
3336
            <summary>
3337
            Performs an implicit conversion from <see cref="T:System.Int16"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3338
            </summary>
3339
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3340
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3341
        </member>
3342
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt16)~Newtonsoft.Json.Linq.JToken">
3343
            <summary>
3344
            Performs an implicit conversion from <see cref="T:System.UInt16"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3345
            </summary>
3346
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3347
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3348
        </member>
3349
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int32)~Newtonsoft.Json.Linq.JToken">
3350
            <summary>
3351
            Performs an implicit conversion from <see cref="T:System.Int32"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3352
            </summary>
3353
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3354
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3355
        </member>
3356
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int32})~Newtonsoft.Json.Linq.JToken">
3357
            <summary>
3358
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3359
            </summary>
3360
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3361
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3362
        </member>
3363
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.DateTime)~Newtonsoft.Json.Linq.JToken">
3364
            <summary>
3365
            Performs an implicit conversion from <see cref="T:System.DateTime"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3366
            </summary>
3367
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3368
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3369
        </member>
3370
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int64})~Newtonsoft.Json.Linq.JToken">
3371
            <summary>
3372
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3373
            </summary>
3374
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3375
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3376
        </member>
3377
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Single})~Newtonsoft.Json.Linq.JToken">
3378
            <summary>
3379
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3380
            </summary>
3381
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3382
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3383
        </member>
3384
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Decimal)~Newtonsoft.Json.Linq.JToken">
3385
            <summary>
3386
            Performs an implicit conversion from <see cref="T:System.Decimal"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3387
            </summary>
3388
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3389
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3390
        </member>
3391
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int16})~Newtonsoft.Json.Linq.JToken">
3392
            <summary>
3393
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3394
            </summary>
3395
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3396
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3397
        </member>
3398
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt16})~Newtonsoft.Json.Linq.JToken">
3399
            <summary>
3400
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3401
            </summary>
3402
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3403
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3404
        </member>
3405
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt32})~Newtonsoft.Json.Linq.JToken">
3406
            <summary>
3407
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3408
            </summary>
3409
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3410
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3411
        </member>
3412
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt64})~Newtonsoft.Json.Linq.JToken">
3413
            <summary>
3414
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3415
            </summary>
3416
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3417
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3418
        </member>
3419
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Double)~Newtonsoft.Json.Linq.JToken">
3420
            <summary>
3421
            Performs an implicit conversion from <see cref="T:System.Double"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3422
            </summary>
3423
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3424
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3425
        </member>
3426
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Single)~Newtonsoft.Json.Linq.JToken">
3427
            <summary>
3428
            Performs an implicit conversion from <see cref="T:System.Single"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3429
            </summary>
3430
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3431
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3432
        </member>
3433
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.String)~Newtonsoft.Json.Linq.JToken">
3434
            <summary>
3435
            Performs an implicit conversion from <see cref="T:System.String"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3436
            </summary>
3437
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3438
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3439
        </member>
3440
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt32)~Newtonsoft.Json.Linq.JToken">
3441
            <summary>
3442
            Performs an implicit conversion from <see cref="T:System.UInt32"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3443
            </summary>
3444
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3445
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3446
        </member>
3447
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt64)~Newtonsoft.Json.Linq.JToken">
3448
            <summary>
3449
            Performs an implicit conversion from <see cref="T:System.UInt64"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3450
            </summary>
3451
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3452
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3453
        </member>
3454
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Byte[])~Newtonsoft.Json.Linq.JToken">
3455
            <summary>
3456
            Performs an implicit conversion from <see cref="T:System.Byte[]"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3457
            </summary>
3458
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3459
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3460
        </member>
3461
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Uri)~Newtonsoft.Json.Linq.JToken">
3462
            <summary>
3463
            Performs an implicit conversion from <see cref="T:System.Uri"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3464
            </summary>
3465
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3466
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3467
        </member>
3468
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.TimeSpan)~Newtonsoft.Json.Linq.JToken">
3469
            <summary>
3470
            Performs an implicit conversion from <see cref="T:System.TimeSpan"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3471
            </summary>
3472
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3473
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3474
        </member>
3475
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.TimeSpan})~Newtonsoft.Json.Linq.JToken">
3476
            <summary>
3477
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3478
            </summary>
3479
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3480
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3481
        </member>
3482
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Guid)~Newtonsoft.Json.Linq.JToken">
3483
            <summary>
3484
            Performs an implicit conversion from <see cref="T:System.Guid"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3485
            </summary>
3486
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3487
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3488
        </member>
3489
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Guid})~Newtonsoft.Json.Linq.JToken">
3490
            <summary>
3491
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3492
            </summary>
3493
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3494
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3495
        </member>
3496
        <member name="M:Newtonsoft.Json.Linq.JToken.CreateReader">
3497
            <summary>
3498
            Creates an <see cref="T:Newtonsoft.Json.JsonReader"/> for this token.
3499
            </summary>
3500
            <returns>An <see cref="T:Newtonsoft.Json.JsonReader"/> that can be used to read this token and its descendants.</returns>
3501
        </member>
3502
        <member name="M:Newtonsoft.Json.Linq.JToken.FromObject(System.Object)">
3503
            <summary>
3504
            Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from an object.
3505
            </summary>
3506
            <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
3507
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the value of the specified object</returns>
3508
        </member>
3509
        <member name="M:Newtonsoft.Json.Linq.JToken.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">
3510
            <summary>
3511
            Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from an object using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
3512
            </summary>
3513
            <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
3514
            <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when reading the object.</param>
3515
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the value of the specified object</returns>
3516
        </member>
3517
        <member name="M:Newtonsoft.Json.Linq.JToken.ToObject``1">
3518
            <summary>
3519
            Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3520
            </summary>
3521
            <typeparam name="T">The object type that the token will be deserialized to.</typeparam>
3522
            <returns>The new object created from the JSON value.</returns>
3523
        </member>
3524
        <member name="M:Newtonsoft.Json.Linq.JToken.ToObject(System.Type)">
3525
            <summary>
3526
            Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3527
            </summary>
3528
            <param name="objectType">The object type that the token will be deserialized to.</param>
3529
            <returns>The new object created from the JSON value.</returns>
3530
        </member>
3531
        <member name="M:Newtonsoft.Json.Linq.JToken.ToObject``1(Newtonsoft.Json.JsonSerializer)">
3532
            <summary>
3533
            Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/> using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
3534
            </summary>
3535
            <typeparam name="T">The object type that the token will be deserialized to.</typeparam>
3536
            <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when creating the object.</param>
3537
            <returns>The new object created from the JSON value.</returns>
3538
        </member>
3539
        <member name="M:Newtonsoft.Json.Linq.JToken.ToObject(System.Type,Newtonsoft.Json.JsonSerializer)">
3540
            <summary>
3541
            Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/> using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
3542
            </summary>
3543
            <param name="objectType">The object type that the token will be deserialized to.</param>
3544
            <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when creating the object.</param>
3545
            <returns>The new object created from the JSON value.</returns>
3546
        </member>
3547
        <member name="M:Newtonsoft.Json.Linq.JToken.ReadFrom(Newtonsoft.Json.JsonReader)">
3548
            <summary>
3549
            Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
3550
            </summary>
3551
            <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>
3552
            <returns>
3553
            An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens
3554
            that were read from the reader. The runtime type of the token is determined
3555
            by the token type of the first token encountered in the reader.
3556
            </returns>
3557
        </member>
3558
        <member name="M:Newtonsoft.Json.Linq.JToken.Parse(System.String)">
3559
            <summary>
3560
            Load a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a string that contains JSON.
3561
            </summary>
3562
            <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
3563
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> populated from the string that contains JSON.</returns>
3564
        </member>
3565
        <member name="M:Newtonsoft.Json.Linq.JToken.Load(Newtonsoft.Json.JsonReader)">
3566
            <summary>
3567
            Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
3568
            </summary>
3569
            <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>
3570
            <returns>
3571
            An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens
3572
            that were read from the reader. The runtime type of the token is determined
3573
            by the token type of the first token encountered in the reader.
3574
            </returns>
3575
        </member>
3576
        <member name="M:Newtonsoft.Json.Linq.JToken.SelectToken(System.String)">
3577
            <summary>
3578
            Selects the token that matches the object path.
3579
            </summary>
3580
            <param name="path">
3581
            The object path from the current <see cref="T:Newtonsoft.Json.Linq.JToken"/> to the <see cref="T:Newtonsoft.Json.Linq.JToken"/>
3582
            to be returned. This must be a string of property names or array indexes separated
3583
            by periods, such as <code>Tables[0].DefaultView[0].Price</code> in C# or
3584
            <code>Tables(0).DefaultView(0).Price</code> in Visual Basic.
3585
            </param>
3586
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> that matches the object path or a null reference if no matching token is found.</returns>
3587
        </member>
3588
        <member name="M:Newtonsoft.Json.Linq.JToken.SelectToken(System.String,System.Boolean)">
3589
            <summary>
3590
            Selects the token that matches the object path.
3591
            </summary>
3592
            <param name="path">
3593
            The object path from the current <see cref="T:Newtonsoft.Json.Linq.JToken"/> to the <see cref="T:Newtonsoft.Json.Linq.JToken"/>
3594
            to be returned. This must be a string of property names or array indexes separated
3595
            by periods, such as <code>Tables[0].DefaultView[0].Price</code> in C# or
3596
            <code>Tables(0).DefaultView(0).Price</code> in Visual Basic.
3597
            </param>
3598
            <param name="errorWhenNoMatch">A flag to indicate whether an error should be thrown if no token is found.</param>
3599
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> that matches the object path.</returns>
3600
        </member>
3601
        <member name="M:Newtonsoft.Json.Linq.JToken.DeepClone">
3602
            <summary>
3603
            Creates a new instance of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>. All child tokens are recursively cloned.
3604
            </summary>
3605
            <returns>A new instance of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>
3606
        </member>
3607
        <member name="P:Newtonsoft.Json.Linq.JToken.EqualityComparer">
3608
            <summary>
3609
            Gets a comparer that can compare two tokens for value equality.
3610
            </summary>
3611
            <value>A <see cref="T:Newtonsoft.Json.Linq.JTokenEqualityComparer"/> that can compare two nodes for value equality.</value>
3612
        </member>
3613
        <member name="P:Newtonsoft.Json.Linq.JToken.Parent">
3614
            <summary>
3615
            Gets or sets the parent.
3616
            </summary>
3617
            <value>The parent.</value>
3618
        </member>
3619
        <member name="P:Newtonsoft.Json.Linq.JToken.Root">
3620
            <summary>
3621
            Gets the root <see cref="T:Newtonsoft.Json.Linq.JToken"/> of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3622
            </summary>
3623
            <value>The root <see cref="T:Newtonsoft.Json.Linq.JToken"/> of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value>
3624
        </member>
3625
        <member name="P:Newtonsoft.Json.Linq.JToken.Type">
3626
            <summary>
3627
            Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3628
            </summary>
3629
            <value>The type.</value>
3630
        </member>
3631
        <member name="P:Newtonsoft.Json.Linq.JToken.HasValues">
3632
            <summary>
3633
            Gets a value indicating whether this token has childen tokens.
3634
            </summary>
3635
            <value>
3636
                    <c>true</c> if this token has child values; otherwise, <c>false</c>.
3637
            </value>
3638
        </member>
3639
        <member name="P:Newtonsoft.Json.Linq.JToken.Next">
3640
            <summary>
3641
            Gets the next sibling token of this node.
3642
            </summary>
3643
            <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the next sibling token.</value>
3644
        </member>
3645
        <member name="P:Newtonsoft.Json.Linq.JToken.Previous">
3646
            <summary>
3647
            Gets the previous sibling token of this node.
3648
            </summary>
3649
            <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the previous sibling token.</value>
3650
        </member>
3651
        <member name="P:Newtonsoft.Json.Linq.JToken.Item(System.Object)">
3652
            <summary>
3653
            Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
3654
            </summary>
3655
            <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
3656
        </member>
3657
        <member name="P:Newtonsoft.Json.Linq.JToken.First">
3658
            <summary>
3659
            Get the first child token of this token.
3660
            </summary>
3661
            <value>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the first child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value>
3662
        </member>
3663
        <member name="P:Newtonsoft.Json.Linq.JToken.Last">
3664
            <summary>
3665
            Get the last child token of this token.
3666
            </summary>
3667
            <value>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the last child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value>
3668
        </member>
3669
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(Newtonsoft.Json.Linq.JValue)">
3670
            <summary>
3671
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class from another <see cref="T:Newtonsoft.Json.Linq.JValue"/> object.
3672
            </summary>
3673
            <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JValue"/> object to copy from.</param>
3674
        </member>
3675
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Int64)">
3676
            <summary>
3677
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
3678
            </summary>
3679
            <param name="value">The value.</param>
3680
        </member>
3681
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Char)">
3682
            <summary>
3683
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
3684
            </summary>
3685
            <param name="value">The value.</param>
3686
        </member>
3687
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.UInt64)">
3688
            <summary>
3689
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
3690
            </summary>
3691
            <param name="value">The value.</param>
3692
        </member>
3693
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Double)">
3694
            <summary>
3695
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
3696
            </summary>
3697
            <param name="value">The value.</param>
3698
        </member>
3699
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Single)">
3700
            <summary>
3701
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
3702
            </summary>
3703
            <param name="value">The value.</param>
3704
        </member>
3705
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.DateTime)">
3706
            <summary>
3707
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
3708
            </summary>
3709
            <param name="value">The value.</param>
3710
        </member>
3711
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Boolean)">
3712
            <summary>
3713
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
3714
            </summary>
3715
            <param name="value">The value.</param>
3716
        </member>
3717
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.String)">
3718
            <summary>
3719
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
3720
            </summary>
3721
            <param name="value">The value.</param>
3722
        </member>
3723
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Guid)">
3724
            <summary>
3725
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
3726
            </summary>
3727
            <param name="value">The value.</param>
3728
        </member>
3729
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Uri)">
3730
            <summary>
3731
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
3732
            </summary>
3733
            <param name="value">The value.</param>
3734
        </member>
3735
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.TimeSpan)">
3736
            <summary>
3737
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
3738
            </summary>
3739
            <param name="value">The value.</param>
3740
        </member>
3741
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Object)">
3742
            <summary>
3743
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
3744
            </summary>
3745
            <param name="value">The value.</param>
3746
        </member>
3747
        <member name="M:Newtonsoft.Json.Linq.JValue.CreateComment(System.String)">
3748
            <summary>
3749
            Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> comment with the given value.
3750
            </summary>
3751
            <param name="value">The value.</param>
3752
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> comment with the given value.</returns>
3753
        </member>
3754
        <member name="M:Newtonsoft.Json.Linq.JValue.CreateString(System.String)">
3755
            <summary>
3756
            Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> string with the given value.
3757
            </summary>
3758
            <param name="value">The value.</param>
3759
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> string with the given value.</returns>
3760
        </member>
3761
        <member name="M:Newtonsoft.Json.Linq.JValue.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
3762
            <summary>
3763
            Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
3764
            </summary>
3765
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
3766
            <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
3767
        </member>
3768
        <member name="M:Newtonsoft.Json.Linq.JValue.Equals(Newtonsoft.Json.Linq.JValue)">
3769
            <summary>
3770
            Indicates whether the current object is equal to another object of the same type.
3771
            </summary>
3772
            <returns>
3773
            true if the current object is equal to the <paramref name="other"/> parameter; otherwise, false.
3774
            </returns>
3775
            <param name="other">An object to compare with this object.</param>
3776
        </member>
3777
        <member name="M:Newtonsoft.Json.Linq.JValue.Equals(System.Object)">
3778
            <summary>
3779
            Determines whether the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:System.Object"/>.
3780
            </summary>
3781
            <param name="obj">The <see cref="T:System.Object"/> to compare with the current <see cref="T:System.Object"/>.</param>
3782
            <returns>
3783
            true if the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:System.Object"/>; otherwise, false.
3784
            </returns>
3785
            <exception cref="T:System.NullReferenceException">
3786
            The <paramref name="obj"/> parameter is null.
3787
            </exception>
3788
        </member>
3789
        <member name="M:Newtonsoft.Json.Linq.JValue.GetHashCode">
3790
            <summary>
3791
            Serves as a hash function for a particular type.
3792
            </summary>
3793
            <returns>
3794
            A hash code for the current <see cref="T:System.Object"/>.
3795
            </returns>
3796
        </member>
3797
        <member name="M:Newtonsoft.Json.Linq.JValue.ToString">
3798
            <summary>
3799
            Returns a <see cref="T:System.String"/> that represents this instance.
3800
            </summary>
3801
            <returns>
3802
            A <see cref="T:System.String"/> that represents this instance.
3803
            </returns>
3804
        </member>
3805
        <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.String)">
3806
            <summary>
3807
            Returns a <see cref="T:System.String"/> that represents this instance.
3808
            </summary>
3809
            <param name="format">The format.</param>
3810
            <returns>
3811
            A <see cref="T:System.String"/> that represents this instance.
3812
            </returns>
3813
        </member>
3814
        <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.IFormatProvider)">
3815
            <summary>
3816
            Returns a <see cref="T:System.String"/> that represents this instance.
3817
            </summary>
3818
            <param name="formatProvider">The format provider.</param>
3819
            <returns>
3820
            A <see cref="T:System.String"/> that represents this instance.
3821
            </returns>
3822
        </member>
3823
        <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.String,System.IFormatProvider)">
3824
            <summary>
3825
            Returns a <see cref="T:System.String"/> that represents this instance.
3826
            </summary>
3827
            <param name="format">The format.</param>
3828
            <param name="formatProvider">The format provider.</param>
3829
            <returns>
3830
            A <see cref="T:System.String"/> that represents this instance.
3831
            </returns>
3832
        </member>
3833
        <member name="M:Newtonsoft.Json.Linq.JValue.CompareTo(Newtonsoft.Json.Linq.JValue)">
3834
            <summary>
3835
            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.
3836
            </summary>
3837
            <param name="obj">An object to compare with this instance.</param>
3838
            <returns>
3839
            A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings:
3840
            Value
3841
            Meaning
3842
            Less than zero
3843
            This instance is less than <paramref name="obj"/>.
3844
            Zero
3845
            This instance is equal to <paramref name="obj"/>.
3846
            Greater than zero
3847
            This instance is greater than <paramref name="obj"/>.
3848
            </returns>
3849
            <exception cref="T:System.ArgumentException">
3850
                    <paramref name="obj"/> is not the same type as this instance.
3851
            </exception>
3852
        </member>
3853
        <member name="P:Newtonsoft.Json.Linq.JValue.HasValues">
3854
            <summary>
3855
            Gets a value indicating whether this token has childen tokens.
3856
            </summary>
3857
            <value>
3858
                    <c>true</c> if this token has child values; otherwise, <c>false</c>.
3859
            </value>
3860
        </member>
3861
        <member name="P:Newtonsoft.Json.Linq.JValue.Type">
3862
            <summary>
3863
            Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3864
            </summary>
3865
            <value>The type.</value>
3866
        </member>
3867
        <member name="P:Newtonsoft.Json.Linq.JValue.Value">
3868
            <summary>
3869
            Gets or sets the underlying token value.
3870
            </summary>
3871
            <value>The underlying token value.</value>
3872
        </member>
3873
        <member name="M:Newtonsoft.Json.Linq.JRaw.#ctor(Newtonsoft.Json.Linq.JRaw)">
3874
            <summary>
3875
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JRaw"/> class from another <see cref="T:Newtonsoft.Json.Linq.JRaw"/> object.
3876
            </summary>
3877
            <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JRaw"/> object to copy from.</param>
3878
        </member>
3879
        <member name="M:Newtonsoft.Json.Linq.JRaw.#ctor(System.Object)">
3880
            <summary>
3881
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JRaw"/> class.
3882
            </summary>
3883
            <param name="rawJson">The raw json.</param>
3884
        </member>
3885
        <member name="M:Newtonsoft.Json.Linq.JRaw.Create(Newtonsoft.Json.JsonReader)">
3886
            <summary>
3887
            Creates an instance of <see cref="T:Newtonsoft.Json.Linq.JRaw"/> with the content of the reader's current token.
3888
            </summary>
3889
            <param name="reader">The reader.</param>
3890
            <returns>An instance of <see cref="T:Newtonsoft.Json.Linq.JRaw"/> with the content of the reader's current token.</returns>
3891
        </member>
3892
        <member name="T:Newtonsoft.Json.Required">
3893
            <summary>
3894
            Indicating whether a property is required.
3895
            </summary>
3896
        </member>
3897
        <member name="F:Newtonsoft.Json.Required.Default">
3898
            <summary>
3899
            The property is not required. The default state.
3900
            </summary>
3901
        </member>
3902
        <member name="F:Newtonsoft.Json.Required.AllowNull">
3903
            <summary>
3904
            The property must be defined in JSON but can be a null value.
3905
            </summary>
3906
        </member>
3907
        <member name="F:Newtonsoft.Json.Required.Always">
3908
            <summary>
3909
            The property must be defined in JSON and cannot be a null value.
3910
            </summary>
3911
        </member>
3912
        <member name="T:Newtonsoft.Json.Serialization.IReferenceResolver">
3913
            <summary>
3914
            Used to resolve references when serializing and deserializing JSON by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
3915
            </summary>
3916
        </member>
3917
        <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.ResolveReference(System.Object,System.String)">
3918
            <summary>
3919
            Resolves a reference to its object.
3920
            </summary>
3921
            <param name="context">The serialization context.</param>
3922
            <param name="reference">The reference to resolve.</param>
3923
            <returns>The object that</returns>
3924
        </member>
3925
        <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.GetReference(System.Object,System.Object)">
3926
            <summary>
3927
            Gets the reference for the sepecified object.
3928
            </summary>
3929
            <param name="context">The serialization context.</param>
3930
            <param name="value">The object to get a reference for.</param>
3931
            <returns>The reference to the object.</returns>
3932
        </member>
3933
        <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.IsReferenced(System.Object,System.Object)">
3934
            <summary>
3935
            Determines whether the specified object is referenced.
3936
            </summary>
3937
            <param name="context">The serialization context.</param>
3938
            <param name="value">The object to test for a reference.</param>
3939
            <returns>
3940
                    <c>true</c> if the specified object is referenced; otherwise, <c>false</c>.
3941
            </returns>
3942
        </member>
3943
        <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.AddReference(System.Object,System.String,System.Object)">
3944
            <summary>
3945
            Adds a reference to the specified object.
3946
            </summary>
3947
            <param name="context">The serialization context.</param>
3948
            <param name="reference">The reference.</param>
3949
            <param name="value">The object to reference.</param>
3950
        </member>
3951
        <member name="T:Newtonsoft.Json.PreserveReferencesHandling">
3952
            <summary>
3953
            Specifies reference handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
3954
            </summary>
3955
            <example>
3956
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="PreservingObjectReferencesOn" title="Preserve Object References"/>       
3957
            </example>
3958
        </member>
3959
        <member name="F:Newtonsoft.Json.PreserveReferencesHandling.None">
3960
            <summary>
3961
            Do not preserve references when serializing types.
3962
            </summary>
3963
        </member>
3964
        <member name="F:Newtonsoft.Json.PreserveReferencesHandling.Objects">
3965
            <summary>
3966
            Preserve references when serializing into a JSON object structure.
3967
            </summary>
3968
        </member>
3969
        <member name="F:Newtonsoft.Json.PreserveReferencesHandling.Arrays">
3970
            <summary>
3971
            Preserve references when serializing into a JSON array structure.
3972
            </summary>
3973
        </member>
3974
        <member name="F:Newtonsoft.Json.PreserveReferencesHandling.All">
3975
            <summary>
3976
            Preserve references when serializing.
3977
            </summary>
3978
        </member>
3979
        <member name="T:Newtonsoft.Json.JsonArrayAttribute">
3980
            <summary>
3981
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the collection.
3982
            </summary>
3983
        </member>
3984
        <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor">
3985
            <summary>
3986
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonArrayAttribute"/> class.
3987
            </summary>
3988
        </member>
3989
        <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor(System.Boolean)">
3990
            <summary>
3991
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with a flag indicating whether the array can contain null items
3992
            </summary>
3993
            <param name="allowNullItems">A flag indicating whether the array can contain null items.</param>
3994
        </member>
3995
        <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor(System.String)">
3996
            <summary>
3997
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonArrayAttribute"/> class with the specified container Id.
3998
            </summary>
3999
            <param name="id">The container Id.</param>
4000
        </member>
4001
        <member name="P:Newtonsoft.Json.JsonArrayAttribute.AllowNullItems">
4002
            <summary>
4003
            Gets or sets a value indicating whether null items are allowed in the collection.
4004
            </summary>
4005
            <value><c>true</c> if null items are allowed in the collection; otherwise, <c>false</c>.</value>
4006
        </member>
4007
        <member name="T:Newtonsoft.Json.DefaultValueHandling">
4008
            <summary>
4009
            Specifies default value handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
4010
            </summary>
4011
            <example>
4012
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeDefaultValueHandlingObject" title="DefaultValueHandling Class"/>
4013
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeDefaultValueHandlingExample" title="DefaultValueHandling Ignore Example"/>
4014
            </example>
4015
        </member>
4016
        <member name="F:Newtonsoft.Json.DefaultValueHandling.Include">
4017
            <summary>
4018
            Include members where the member value is the same as the member's default value when serializing objects.
4019
            Included members are written to JSON. Has no effect when deserializing.
4020
            </summary>
4021
        </member>
4022
        <member name="F:Newtonsoft.Json.DefaultValueHandling.Ignore">
4023
            <summary>
4024
            Ignore members where the member value is the same as the member's default value when serializing objects
4025
            so that is is not written to JSON.
4026
            This option will ignore all default values (e.g. <c>null</c> for objects and nullable typesl; <c>0</c> for integers,
4027
            decimals and floating point numbers; and <c>false</c> for booleans). The default value ignored can be changed by
4028
            placing the <see cref="T:System.ComponentModel.DefaultValueAttribute"/> on the property.
4029
            </summary>
4030
        </member>
4031
        <member name="F:Newtonsoft.Json.DefaultValueHandling.Populate">
4032
            <summary>
4033
            Members with a default value but no JSON will be set to their default value when deserializing.
4034
            </summary>
4035
        </member>
4036
        <member name="F:Newtonsoft.Json.DefaultValueHandling.IgnoreAndPopulate">
4037
            <summary>
4038
            Ignore members where the member value is the same as the member's default value when serializing objects
4039
            and sets members to their default value when deserializing.
4040
            </summary>
4041
        </member>
4042
        <member name="T:Newtonsoft.Json.JsonConverterAttribute">
4043
            <summary>
4044
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to use the specified <see cref="T:Newtonsoft.Json.JsonConverter"/> when serializing the member or class.
4045
            </summary>
4046
        </member>
4047
        <member name="M:Newtonsoft.Json.JsonConverterAttribute.#ctor(System.Type)">
4048
            <summary>
4049
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonConverterAttribute"/> class.
4050
            </summary>
4051
            <param name="converterType">Type of the converter.</param>
4052
        </member>
4053
        <member name="P:Newtonsoft.Json.JsonConverterAttribute.ConverterType">
4054
            <summary>
4055
            Gets the type of the converter.
4056
            </summary>
4057
            <value>The type of the converter.</value>
4058
        </member>
4059
        <member name="T:Newtonsoft.Json.JsonObjectAttribute">
4060
            <summary>
4061
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the object.
4062
            </summary>
4063
        </member>
4064
        <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor">
4065
            <summary>
4066
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class.
4067
            </summary>
4068
        </member>
4069
        <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor(Newtonsoft.Json.MemberSerialization)">
4070
            <summary>
4071
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with the specified member serialization.
4072
            </summary>
4073
            <param name="memberSerialization">The member serialization.</param>
4074
        </member>
4075
        <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor(System.String)">
4076
            <summary>
4077
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with the specified container Id.
4078
            </summary>
4079
            <param name="id">The container Id.</param>
4080
        </member>
4081
        <member name="P:Newtonsoft.Json.JsonObjectAttribute.MemberSerialization">
4082
            <summary>
4083
            Gets or sets the member serialization.
4084
            </summary>
4085
            <value>The member serialization.</value>
4086
        </member>
4087
        <member name="P:Newtonsoft.Json.JsonObjectAttribute.ItemRequired">
4088
            <summary>
4089
            Gets or sets a value that indicates whether the object's properties are required.
4090
            </summary>
4091
            <value>
4092
                    A value indicating whether the object's properties are required.
4093
            </value>
4094
        </member>
4095
        <member name="T:Newtonsoft.Json.JsonSerializerSettings">
4096
            <summary>
4097
            Specifies the settings on a <see cref="T:Newtonsoft.Json.JsonSerializer"/> object.
4098
            </summary>
4099
        </member>
4100
        <member name="M:Newtonsoft.Json.JsonSerializerSettings.#ctor">
4101
            <summary>
4102
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> class.
4103
            </summary>
4104
        </member>
4105
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceLoopHandling">
4106
            <summary>
4107
            Gets or sets how reference loops (e.g. a class referencing itself) is handled.
4108
            </summary>
4109
            <value>Reference loop handling.</value>
4110
        </member>
4111
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.MissingMemberHandling">
4112
            <summary>
4113
            Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
4114
            </summary>
4115
            <value>Missing member handling.</value>
4116
        </member>
4117
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.ObjectCreationHandling">
4118
            <summary>
4119
            Gets or sets how objects are created during deserialization.
4120
            </summary>
4121
            <value>The object creation handling.</value>
4122
        </member>
4123
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.NullValueHandling">
4124
            <summary>
4125
            Gets or sets how null values are handled during serialization and deserialization.
4126
            </summary>
4127
            <value>Null value handling.</value>
4128
        </member>
4129
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.DefaultValueHandling">
4130
            <summary>
4131
            Gets or sets how null default are handled during serialization and deserialization.
4132
            </summary>
4133
            <value>The default value handling.</value>
4134
        </member>
4135
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.Converters">
4136
            <summary>
4137
            Gets or sets a collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.
4138
            </summary>
4139
            <value>The converters.</value>
4140
        </member>
4141
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.PreserveReferencesHandling">
4142
            <summary>
4143
            Gets or sets how object references are preserved by the serializer.
4144
            </summary>
4145
            <value>The preserve references handling.</value>
4146
        </member>
4147
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameHandling">
4148
            <summary>
4149
            Gets or sets how type name writing and reading is handled by the serializer.
4150
            </summary>
4151
            <value>The type name handling.</value>
4152
        </member>
4153
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameAssemblyFormat">
4154
            <summary>
4155
            Gets or sets how a type name assembly is written and resolved by the serializer.
4156
            </summary>
4157
            <value>The type name assembly format.</value>
4158
        </member>
4159
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.ConstructorHandling">
4160
            <summary>
4161
            Gets or sets how constructors are used during deserialization.
4162
            </summary>
4163
            <value>The constructor handling.</value>
4164
        </member>
4165
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.ContractResolver">
4166
            <summary>
4167
            Gets or sets the contract resolver used by the serializer when
4168
            serializing .NET objects to JSON and vice versa.
4169
            </summary>
4170
            <value>The contract resolver.</value>
4171
        </member>
4172
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceResolver">
4173
            <summary>
4174
            Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.
4175
            </summary>
4176
            <value>The reference resolver.</value>
4177
        </member>
4178
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.TraceWriter">
4179
            <summary>
4180
            Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.ITraceWriter"/> used by the serializer when writing trace messages.
4181
            </summary>
4182
            <value>The trace writer.</value>
4183
        </member>
4184
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.Binder">
4185
            <summary>
4186
            Gets or sets the <see cref="T:System.Runtime.Serialization.SerializationBinder"/> used by the serializer when resolving type names.
4187
            </summary>
4188
            <value>The binder.</value>
4189
        </member>
4190
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.Error">
4191
            <summary>
4192
            Gets or sets the error handler called during serialization and deserialization.
4193
            </summary>
4194
            <value>The error handler called during serialization and deserialization.</value>
4195
        </member>
4196
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.Context">
4197
            <summary>
4198
            Gets or sets the <see cref="T:System.Runtime.Serialization.StreamingContext"/> used by the serializer when invoking serialization callback methods.
4199
            </summary>
4200
            <value>The context.</value>
4201
        </member>
4202
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.MaxDepth">
4203
            <summary>
4204
            Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>.
4205
            </summary>
4206
        </member>
4207
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.Formatting">
4208
            <summary>
4209
            Indicates how JSON text output is formatted.
4210
            </summary>
4211
        </member>
4212
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateFormatHandling">
4213
            <summary>
4214
            Get or set how dates are written to JSON text.
4215
            </summary>
4216
        </member>
4217
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateTimeZoneHandling">
4218
            <summary>
4219
            Get or set how <see cref="T:System.DateTime"/> time zones are handling during serialization and deserialization.
4220
            </summary>
4221
        </member>
4222
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateParseHandling">
4223
            <summary>
4224
            Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
4225
            </summary>
4226
        </member>
4227
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.Culture">
4228
            <summary>
4229
            Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.
4230
            </summary>
4231
        </member>
4232
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.CheckAdditionalContent">
4233
            <summary>
4234
            Gets a value indicating whether there will be a check for additional content after deserializing an object.
4235
            </summary>
4236
            <value>
4237
                    <c>true</c> if there will be a check for additional content after deserializing an object; otherwise, <c>false</c>.
4238
            </value>
4239
        </member>
4240
        <member name="T:Newtonsoft.Json.JsonValidatingReader">
4241
            <summary>
4242
            Represents a reader that provides <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> validation.
4243
            </summary>
4244
        </member>
4245
        <member name="M:Newtonsoft.Json.JsonValidatingReader.#ctor(Newtonsoft.Json.JsonReader)">
4246
            <summary>
4247
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonValidatingReader"/> class that
4248
            validates the content returned from the given <see cref="T:Newtonsoft.Json.JsonReader"/>.
4249
            </summary>
4250
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from while validating.</param>
4251
        </member>
4252
        <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsInt32">
4253
            <summary>
4254
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
4255
            </summary>
4256
            <returns>A <see cref="T:System.Nullable`1"/>.</returns>
4257
        </member>
4258
        <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsBytes">
4259
            <summary>
4260
            Reads the next JSON token from the stream as a <see cref="T:Byte[]"/>.
4261
            </summary>
4262
            <returns>
4263
            A <see cref="T:Byte[]"/> or a null reference if the next JSON token is null.
4264
            </returns>
4265
        </member>
4266
        <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDecimal">
4267
            <summary>
4268
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
4269
            </summary>
4270
            <returns>A <see cref="T:System.Nullable`1"/>.</returns>
4271
        </member>
4272
        <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsString">
4273
            <summary>
4274
            Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
4275
            </summary>
4276
            <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
4277
        </member>
4278
        <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDateTime">
4279
            <summary>
4280
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
4281
            </summary>
4282
            <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
4283
        </member>
4284
        <member name="M:Newtonsoft.Json.JsonValidatingReader.Read">
4285
            <summary>
4286
            Reads the next JSON token from the stream.
4287
            </summary>
4288
            <returns>
4289
            true if the next token was read successfully; false if there are no more tokens to read.
4290
            </returns>
4291
        </member>
4292
        <member name="E:Newtonsoft.Json.JsonValidatingReader.ValidationEventHandler">
4293
            <summary>
4294
            Sets an event handler for receiving schema validation errors.
4295
            </summary>
4296
        </member>
4297
        <member name="P:Newtonsoft.Json.JsonValidatingReader.Value">
4298
            <summary>
4299
            Gets the text value of the current Json token.
4300
            </summary>
4301
            <value></value>
4302
        </member>
4303
        <member name="P:Newtonsoft.Json.JsonValidatingReader.Depth">
4304
            <summary>
4305
            Gets the depth of the current token in the JSON document.
4306
            </summary>
4307
            <value>The depth of the current token in the JSON document.</value>
4308
        </member>
4309
        <member name="P:Newtonsoft.Json.JsonValidatingReader.Path">
4310
            <summary>
4311
            Gets the path of the current JSON token. 
4312
            </summary>
4313
        </member>
4314
        <member name="P:Newtonsoft.Json.JsonValidatingReader.QuoteChar">
4315
            <summary>
4316
            Gets the quotation mark character used to enclose the value of a string.
4317
            </summary>
4318
            <value></value>
4319
        </member>
4320
        <member name="P:Newtonsoft.Json.JsonValidatingReader.TokenType">
4321
            <summary>
4322
            Gets the type of the current Json token.
4323
            </summary>
4324
            <value></value>
4325
        </member>
4326
        <member name="P:Newtonsoft.Json.JsonValidatingReader.ValueType">
4327
            <summary>
4328
            Gets the Common Language Runtime (CLR) type for the current Json token.
4329
            </summary>
4330
            <value></value>
4331
        </member>
4332
        <member name="P:Newtonsoft.Json.JsonValidatingReader.Schema">
4333
            <summary>
4334
            Gets or sets the schema.
4335
            </summary>
4336
            <value>The schema.</value>
4337
        </member>
4338
        <member name="P:Newtonsoft.Json.JsonValidatingReader.Reader">
4339
            <summary>
4340
            Gets the <see cref="T:Newtonsoft.Json.JsonReader"/> used to construct this <see cref="T:Newtonsoft.Json.JsonValidatingReader"/>.
4341
            </summary>
4342
            <value>The <see cref="T:Newtonsoft.Json.JsonReader"/> specified in the constructor.</value>
4343
        </member>
4344
        <member name="T:Newtonsoft.Json.Linq.JTokenEqualityComparer">
4345
            <summary>
4346
            Compares tokens to determine whether they are equal.
4347
            </summary>
4348
        </member>
4349
        <member name="M:Newtonsoft.Json.Linq.JTokenEqualityComparer.Equals(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
4350
            <summary>
4351
            Determines whether the specified objects are equal.
4352
            </summary>
4353
            <param name="x">The first object of type <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
4354
            <param name="y">The second object of type <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
4355
            <returns>
4356
            true if the specified objects are equal; otherwise, false.
4357
            </returns>
4358
        </member>
4359
        <member name="M:Newtonsoft.Json.Linq.JTokenEqualityComparer.GetHashCode(Newtonsoft.Json.Linq.JToken)">
4360
            <summary>
4361
            Returns a hash code for the specified object.
4362
            </summary>
4363
            <param name="obj">The <see cref="T:System.Object"/> for which a hash code is to be returned.</param>
4364
            <returns>A hash code for the specified object.</returns>
4365
            <exception cref="T:System.ArgumentNullException">The type of <paramref name="obj"/> is a reference type and <paramref name="obj"/> is null.</exception>
4366
        </member>
4367
        <member name="T:Newtonsoft.Json.MemberSerialization">
4368
            <summary>
4369
            Specifies the member serialization options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
4370
            </summary>
4371
        </member>
4372
        <member name="F:Newtonsoft.Json.MemberSerialization.OptOut">
4373
            <summary>
4374
            All public members are serialized by default. Members can be excluded using <see cref="T:Newtonsoft.Json.JsonIgnoreAttribute"/> or <see cref="T:System.NonSerializedAttribute"/>.
4375
            This is the default member serialization mode.
4376
            </summary>
4377
        </member>
4378
        <member name="F:Newtonsoft.Json.MemberSerialization.OptIn">
4379
            <summary>
4380
            Only members must be marked with <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> or <see cref="!:DataMemberAttribute"/> are serialized.
4381
            This member serialization mode can also be set by marking the class with <see cref="!:DataContractAttribute"/>.
4382
            </summary>
4383
        </member>
4384
        <member name="F:Newtonsoft.Json.MemberSerialization.Fields">
4385
            <summary>
4386
            All public and private fields are serialized. Members can be excluded using <see cref="T:Newtonsoft.Json.JsonIgnoreAttribute"/> or <see cref="T:System.NonSerializedAttribute"/>.
4387
            This member serialization mode can also be set by marking the class with <see cref="T:System.SerializableAttribute"/>
4388
            and setting IgnoreSerializableAttribute on <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> to false.
4389
            </summary>
4390
        </member>
4391
        <member name="T:Newtonsoft.Json.ObjectCreationHandling">
4392
            <summary>
4393
            Specifies how object creation is handled by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
4394
            </summary>
4395
        </member>
4396
        <member name="F:Newtonsoft.Json.ObjectCreationHandling.Auto">
4397
            <summary>
4398
            Reuse existing objects, create new objects when needed.
4399
            </summary>
4400
        </member>
4401
        <member name="F:Newtonsoft.Json.ObjectCreationHandling.Reuse">
4402
            <summary>
4403
            Only reuse existing objects.
4404
            </summary>
4405
        </member>
4406
        <member name="F:Newtonsoft.Json.ObjectCreationHandling.Replace">
4407
            <summary>
4408
            Always create new objects.
4409
            </summary>
4410
        </member>
4411
        <member name="T:Newtonsoft.Json.Converters.IsoDateTimeConverter">
4412
            <summary>
4413
            Converts a <see cref="T:System.DateTime"/> to and from the ISO 8601 date format (e.g. 2008-04-12T12:53Z).
4414
            </summary>
4415
        </member>
4416
        <member name="M:Newtonsoft.Json.Converters.IsoDateTimeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
4417
            <summary>
4418
            Writes the JSON representation of the object.
4419
            </summary>
4420
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
4421
            <param name="value">The value.</param>
4422
            <param name="serializer">The calling serializer.</param>
4423
        </member>
4424
        <member name="M:Newtonsoft.Json.Converters.IsoDateTimeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
4425
            <summary>
4426
            Reads the JSON representation of the object.
4427
            </summary>
4428
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
4429
            <param name="objectType">Type of the object.</param>
4430
            <param name="existingValue">The existing value of object being read.</param>
4431
            <param name="serializer">The calling serializer.</param>
4432
            <returns>The object value.</returns>
4433
        </member>
4434
        <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.DateTimeStyles">
4435
            <summary>
4436
            Gets or sets the date time styles used when converting a date to and from JSON.
4437
            </summary>
4438
            <value>The date time styles used when converting a date to and from JSON.</value>
4439
        </member>
4440
        <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.DateTimeFormat">
4441
            <summary>
4442
            Gets or sets the date time format used when converting a date to and from JSON.
4443
            </summary>
4444
            <value>The date time format used when converting a date to and from JSON.</value>
4445
        </member>
4446
        <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.Culture">
4447
            <summary>
4448
            Gets or sets the culture used when converting a date to and from JSON.
4449
            </summary>
4450
            <value>The culture used when converting a date to and from JSON.</value>
4451
        </member>
4452
        <member name="T:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter">
4453
            <summary>
4454
            Converts a <see cref="T:System.DateTime"/> to and from a JavaScript date constructor (e.g. new Date(52231943)).
4455
            </summary>
4456
        </member>
4457
        <member name="M:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
4458
            <summary>
4459
            Writes the JSON representation of the object.
4460
            </summary>
4461
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
4462
            <param name="value">The value.</param>
4463
            <param name="serializer">The calling serializer.</param>
4464
        </member>
4465
        <member name="M:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
4466
            <summary>
4467
            Reads the JSON representation of the object.
4468
            </summary>
4469
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
4470
            <param name="objectType">Type of the object.</param>
4471
            <param name="existingValue">The existing property value of the JSON that is being converted.</param>
4472
            <param name="serializer">The calling serializer.</param>
4473
            <returns>The object value.</returns>
4474
        </member>
4475
        <member name="T:Newtonsoft.Json.Converters.XmlNodeConverter">
4476
            <summary>
4477
            Converts XML to and from JSON.
4478
            </summary>
4479
        </member>
4480
        <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
4481
            <summary>
4482
            Writes the JSON representation of the object.
4483
            </summary>
4484
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
4485
            <param name="serializer">The calling serializer.</param>
4486
            <param name="value">The value.</param>
4487
        </member>
4488
        <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
4489
            <summary>
4490
            Reads the JSON representation of the object.
4491
            </summary>
4492
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
4493
            <param name="objectType">Type of the object.</param>
4494
            <param name="existingValue">The existing value of object being read.</param>
4495
            <param name="serializer">The calling serializer.</param>
4496
            <returns>The object value.</returns>
4497
        </member>
4498
        <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.IsNamespaceAttribute(System.String,System.String@)">
4499
            <summary>
4500
            Checks if the attributeName is a namespace attribute.
4501
            </summary>
4502
            <param name="attributeName">Attribute name to test.</param>
4503
            <param name="prefix">The attribute name prefix if it has one, otherwise an empty string.</param>
4504
            <returns>True if attribute name is for a namespace attribute, otherwise false.</returns>
4505
        </member>
4506
        <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.CanConvert(System.Type)">
4507
            <summary>
4508
            Determines whether this instance can convert the specified value type.
4509
            </summary>
4510
            <param name="valueType">Type of the value.</param>
4511
            <returns>
4512
                    <c>true</c> if this instance can convert the specified value type; otherwise, <c>false</c>.
4513
            </returns>
4514
        </member>
4515
        <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.DeserializeRootElementName">
4516
            <summary>
4517
            Gets or sets the name of the root element to insert when deserializing to XML if the JSON structure has produces multiple root elements.
4518
            </summary>
4519
            <value>The name of the deserialize root element.</value>
4520
        </member>
4521
        <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.WriteArrayAttribute">
4522
            <summary>
4523
            Gets or sets a flag to indicate whether to write the Json.NET array attribute.
4524
            This attribute helps preserve arrays when converting the written XML back to JSON.
4525
            </summary>
4526
            <value><c>true</c> if the array attibute is written to the XML; otherwise, <c>false</c>.</value>
4527
        </member>
4528
        <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.OmitRootObject">
4529
            <summary>
4530
            Gets or sets a value indicating whether to write the root JSON object.
4531
            </summary>
4532
            <value><c>true</c> if the JSON root object is omitted; otherwise, <c>false</c>.</value>
4533
        </member>
4534
        <member name="T:Newtonsoft.Json.JsonTextReader">
4535
            <summary>
4536
            Represents a reader that provides fast, non-cached, forward-only access to JSON text data.
4537
            </summary>
4538
        </member>
4539
        <member name="M:Newtonsoft.Json.JsonTextReader.#ctor(System.IO.TextReader)">
4540
            <summary>
4541
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReader"/> class with the specified <see cref="T:System.IO.TextReader"/>.
4542
            </summary>
4543
            <param name="reader">The <c>TextReader</c> containing the XML data to read.</param>
4544
        </member>
4545
        <member name="M:Newtonsoft.Json.JsonTextReader.Read">
4546
            <summary>
4547
            Reads the next JSON token from the stream.
4548
            </summary>
4549
            <returns>
4550
            true if the next token was read successfully; false if there are no more tokens to read.
4551
            </returns>
4552
        </member>
4553
        <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsBytes">
4554
            <summary>
4555
            Reads the next JSON token from the stream as a <see cref="T:Byte[]"/>.
4556
            </summary>
4557
            <returns>
4558
            A <see cref="T: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.
4559
            </returns>
4560
        </member>
4561
        <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDecimal">
4562
            <summary>
4563
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
4564
            </summary>
4565
            <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
4566
        </member>
4567
        <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsInt32">
4568
            <summary>
4569
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
4570
            </summary>
4571
            <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
4572
        </member>
4573
        <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsString">
4574
            <summary>
4575
            Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
4576
            </summary>
4577
            <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
4578
        </member>
4579
        <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTime">
4580
            <summary>
4581
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
4582
            </summary>
4583
            <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
4584
        </member>
4585
        <member name="M:Newtonsoft.Json.JsonTextReader.Close">
4586
            <summary>
4587
            Changes the state to closed. 
4588
            </summary>
4589
        </member>
4590
        <member name="M:Newtonsoft.Json.JsonTextReader.HasLineInfo">
4591
            <summary>
4592
            Gets a value indicating whether the class can return line information.
4593
            </summary>
4594
            <returns>
4595
                    <c>true</c> if LineNumber and LinePosition can be provided; otherwise, <c>false</c>.
4596
            </returns>
4597
        </member>
4598
        <member name="P:Newtonsoft.Json.JsonTextReader.LineNumber">
4599
            <summary>
4600
            Gets the current line number.
4601
            </summary>
4602
            <value>
4603
            The current line number or 0 if no line information is available (for example, HasLineInfo returns false).
4604
            </value>
4605
        </member>
4606
        <member name="P:Newtonsoft.Json.JsonTextReader.LinePosition">
4607
            <summary>
4608
            Gets the current line position.
4609
            </summary>
4610
            <value>
4611
            The current line position or 0 if no line information is available (for example, HasLineInfo returns false).
4612
            </value>
4613
        </member>
4614
        <member name="T:Newtonsoft.Json.JsonPropertyAttribute">
4615
            <summary>
4616
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to always serialize the member with the specified name.
4617
            </summary>
4618
        </member>
4619
        <member name="M:Newtonsoft.Json.JsonPropertyAttribute.#ctor">
4620
            <summary>
4621
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> class.
4622
            </summary>
4623
        </member>
4624
        <member name="M:Newtonsoft.Json.JsonPropertyAttribute.#ctor(System.String)">
4625
            <summary>
4626
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> class with the specified name.
4627
            </summary>
4628
            <param name="propertyName">Name of the property.</param>
4629
        </member>
4630
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemConverterType">
4631
            <summary>
4632
            Gets or sets the converter used when serializing the property's collection items.
4633
            </summary>
4634
            <value>The collection's items converter.</value>
4635
        </member>
4636
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.NullValueHandling">
4637
            <summary>
4638
            Gets or sets the null value handling used when serializing this property.
4639
            </summary>
4640
            <value>The null value handling.</value>
4641
        </member>
4642
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.DefaultValueHandling">
4643
            <summary>
4644
            Gets or sets the default value handling used when serializing this property.
4645
            </summary>
4646
            <value>The default value handling.</value>
4647
        </member>
4648
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ReferenceLoopHandling">
4649
            <summary>
4650
            Gets or sets the reference loop handling used when serializing this property.
4651
            </summary>
4652
            <value>The reference loop handling.</value>
4653
        </member>
4654
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ObjectCreationHandling">
4655
            <summary>
4656
            Gets or sets the object creation handling used when deserializing this property.
4657
            </summary>
4658
            <value>The object creation handling.</value>
4659
        </member>
4660
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.TypeNameHandling">
4661
            <summary>
4662
            Gets or sets the type name handling used when serializing this property.
4663
            </summary>
4664
            <value>The type name handling.</value>
4665
        </member>
4666
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.IsReference">
4667
            <summary>
4668
            Gets or sets whether this property's value is serialized as a reference.
4669
            </summary>
4670
            <value>Whether this property's value is serialized as a reference.</value>
4671
        </member>
4672
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.Order">
4673
            <summary>
4674
            Gets or sets the order of serialization and deserialization of a member.
4675
            </summary>
4676
            <value>The numeric order of serialization or deserialization.</value>
4677
        </member>
4678
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.Required">
4679
            <summary>
4680
            Gets or sets a value indicating whether this property is required.
4681
            </summary>
4682
            <value>
4683
                    A value indicating whether this property is required.
4684
            </value>
4685
        </member>
4686
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.PropertyName">
4687
            <summary>
4688
            Gets or sets the name of the property.
4689
            </summary>
4690
            <value>The name of the property.</value>
4691
        </member>
4692
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemReferenceLoopHandling">
4693
            <summary>
4694
            Gets or sets the the reference loop handling used when serializing the property's collection items.
4695
            </summary>
4696
            <value>The collection's items reference loop handling.</value>
4697
        </member>
4698
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemTypeNameHandling">
4699
            <summary>
4700
            Gets or sets the the type name handling used when serializing the property's collection items.
4701
            </summary>
4702
            <value>The collection's items type name handling.</value>
4703
        </member>
4704
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemIsReference">
4705
            <summary>
4706
            Gets or sets whether this property's collection items are serialized as a reference.
4707
            </summary>
4708
            <value>Whether this property's collection items are serialized as a reference.</value>
4709
        </member>
4710
        <member name="T:Newtonsoft.Json.JsonIgnoreAttribute">
4711
            <summary>
4712
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> not to serialize the public field or public read/write property value.
4713
            </summary>
4714
        </member>
4715
        <member name="T:Newtonsoft.Json.JsonTextWriter">
4716
            <summary>
4717
            Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
4718
            </summary>
4719
        </member>
4720
        <member name="M:Newtonsoft.Json.JsonTextWriter.#ctor(System.IO.TextWriter)">
4721
            <summary>
4722
            Creates an instance of the <c>JsonWriter</c> class using the specified <see cref="T:System.IO.TextWriter"/>. 
4723
            </summary>
4724
            <param name="textWriter">The <c>TextWriter</c> to write to.</param>
4725
        </member>
4726
        <member name="M:Newtonsoft.Json.JsonTextWriter.Flush">
4727
            <summary>
4728
            Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
4729
            </summary>
4730
        </member>
4731
        <member name="M:Newtonsoft.Json.JsonTextWriter.Close">
4732
            <summary>
4733
            Closes this stream and the underlying stream.
4734
            </summary>
4735
        </member>
4736
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartObject">
4737
            <summary>
4738
            Writes the beginning of a Json object.
4739
            </summary>
4740
        </member>
4741
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartArray">
4742
            <summary>
4743
            Writes the beginning of a Json array.
4744
            </summary>
4745
        </member>
4746
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartConstructor(System.String)">
4747
            <summary>
4748
            Writes the start of a constructor with the given name.
4749
            </summary>
4750
            <param name="name">The name of the constructor.</param>
4751
        </member>
4752
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
4753
            <summary>
4754
            Writes the specified end token.
4755
            </summary>
4756
            <param name="token">The end token to write.</param>
4757
        </member>
4758
        <member name="M:Newtonsoft.Json.JsonTextWriter.WritePropertyName(System.String)">
4759
            <summary>
4760
            Writes the property name of a name/value pair on a Json object.
4761
            </summary>
4762
            <param name="name">The name of the property.</param>
4763
        </member>
4764
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteIndent">
4765
            <summary>
4766
            Writes indent characters.
4767
            </summary>
4768
        </member>
4769
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValueDelimiter">
4770
            <summary>
4771
            Writes the JSON value delimiter.
4772
            </summary>
4773
        </member>
4774
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteIndentSpace">
4775
            <summary>
4776
            Writes an indent space.
4777
            </summary>
4778
        </member>
4779
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteNull">
4780
            <summary>
4781
            Writes a null value.
4782
            </summary>
4783
        </member>
4784
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteUndefined">
4785
            <summary>
4786
            Writes an undefined value.
4787
            </summary>
4788
        </member>
4789
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteRaw(System.String)">
4790
            <summary>
4791
            Writes raw JSON.
4792
            </summary>
4793
            <param name="json">The raw JSON to write.</param>
4794
        </member>
4795
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.String)">
4796
            <summary>
4797
            Writes a <see cref="T:System.String"/> value.
4798
            </summary>
4799
            <param name="value">The <see cref="T:System.String"/> value to write.</param>
4800
        </member>
4801
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int32)">
4802
            <summary>
4803
            Writes a <see cref="T:System.Int32"/> value.
4804
            </summary>
4805
            <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
4806
        </member>
4807
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt32)">
4808
            <summary>
4809
            Writes a <see cref="T:System.UInt32"/> value.
4810
            </summary>
4811
            <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
4812
        </member>
4813
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int64)">
4814
            <summary>
4815
            Writes a <see cref="T:System.Int64"/> value.
4816
            </summary>
4817
            <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
4818
        </member>
4819
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt64)">
4820
            <summary>
4821
            Writes a <see cref="T:System.UInt64"/> value.
4822
            </summary>
4823
            <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
4824
        </member>
4825
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Single)">
4826
            <summary>
4827
            Writes a <see cref="T:System.Single"/> value.
4828
            </summary>
4829
            <param name="value">The <see cref="T:System.Single"/> value to write.</param>
4830
        </member>
4831
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Double)">
4832
            <summary>
4833
            Writes a <see cref="T:System.Double"/> value.
4834
            </summary>
4835
            <param name="value">The <see cref="T:System.Double"/> value to write.</param>
4836
        </member>
4837
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Boolean)">
4838
            <summary>
4839
            Writes a <see cref="T:System.Boolean"/> value.
4840
            </summary>
4841
            <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
4842
        </member>
4843
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int16)">
4844
            <summary>
4845
            Writes a <see cref="T:System.Int16"/> value.
4846
            </summary>
4847
            <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
4848
        </member>
4849
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt16)">
4850
            <summary>
4851
            Writes a <see cref="T:System.UInt16"/> value.
4852
            </summary>
4853
            <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
4854
        </member>
4855
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Char)">
4856
            <summary>
4857
            Writes a <see cref="T:System.Char"/> value.
4858
            </summary>
4859
            <param name="value">The <see cref="T:System.Char"/> value to write.</param>
4860
        </member>
4861
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Byte)">
4862
            <summary>
4863
            Writes a <see cref="T:System.Byte"/> value.
4864
            </summary>
4865
            <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
4866
        </member>
4867
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.SByte)">
4868
            <summary>
4869
            Writes a <see cref="T:System.SByte"/> value.
4870
            </summary>
4871
            <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
4872
        </member>
4873
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Decimal)">
4874
            <summary>
4875
            Writes a <see cref="T:System.Decimal"/> value.
4876
            </summary>
4877
            <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
4878
        </member>
4879
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.DateTime)">
4880
            <summary>
4881
            Writes a <see cref="T:System.DateTime"/> value.
4882
            </summary>
4883
            <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
4884
        </member>
4885
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Byte[])">
4886
            <summary>
4887
            Writes a <see cref="T:Byte[]"/> value.
4888
            </summary>
4889
            <param name="value">The <see cref="T:Byte[]"/> value to write.</param>
4890
        </member>
4891
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Guid)">
4892
            <summary>
4893
            Writes a <see cref="T:System.Guid"/> value.
4894
            </summary>
4895
            <param name="value">The <see cref="T:System.Guid"/> value to write.</param>
4896
        </member>
4897
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.TimeSpan)">
4898
            <summary>
4899
            Writes a <see cref="T:System.TimeSpan"/> value.
4900
            </summary>
4901
            <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>
4902
        </member>
4903
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Uri)">
4904
            <summary>
4905
            Writes a <see cref="T:System.Uri"/> value.
4906
            </summary>
4907
            <param name="value">The <see cref="T:System.Uri"/> value to write.</param>
4908
        </member>
4909
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteComment(System.String)">
4910
            <summary>
4911
            Writes out a comment <code>/*...*/</code> containing the specified text. 
4912
            </summary>
4913
            <param name="text">Text to place inside the comment.</param>
4914
        </member>
4915
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteWhitespace(System.String)">
4916
            <summary>
4917
            Writes out the given white space.
4918
            </summary>
4919
            <param name="ws">The string of white space characters.</param>
4920
        </member>
4921
        <member name="P:Newtonsoft.Json.JsonTextWriter.Indentation">
4922
            <summary>
4923
            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>.
4924
            </summary>
4925
        </member>
4926
        <member name="P:Newtonsoft.Json.JsonTextWriter.QuoteChar">
4927
            <summary>
4928
            Gets or sets which character to use to quote attribute values.
4929
            </summary>
4930
        </member>
4931
        <member name="P:Newtonsoft.Json.JsonTextWriter.IndentChar">
4932
            <summary>
4933
            Gets or sets which character to use for indenting when <see cref="T:Newtonsoft.Json.Formatting"/> is set to <c>Formatting.Indented</c>.
4934
            </summary>
4935
        </member>
4936
        <member name="P:Newtonsoft.Json.JsonTextWriter.QuoteName">
4937
            <summary>
4938
            Gets or sets a value indicating whether object names will be surrounded with quotes.
4939
            </summary>
4940
        </member>
4941
        <member name="T:Newtonsoft.Json.JsonWriterException">
4942
            <summary>
4943
            The exception thrown when an error occurs while reading Json text.
4944
            </summary>
4945
        </member>
4946
        <member name="M:Newtonsoft.Json.JsonWriterException.#ctor">
4947
            <summary>
4948
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class.
4949
            </summary>
4950
        </member>
4951
        <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.String)">
4952
            <summary>
4953
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class
4954
            with a specified error message.
4955
            </summary>
4956
            <param name="message">The error message that explains the reason for the exception.</param>
4957
        </member>
4958
        <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.String,System.Exception)">
4959
            <summary>
4960
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class
4961
            with a specified error message and a reference to the inner exception that is the cause of this exception.
4962
            </summary>
4963
            <param name="message">The error message that explains the reason for the exception.</param>
4964
            <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>
4965
        </member>
4966
        <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
4967
            <summary>
4968
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class.
4969
            </summary>
4970
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
4971
            <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
4972
            <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception>
4973
            <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception>
4974
        </member>
4975
        <member name="P:Newtonsoft.Json.JsonWriterException.Path">
4976
            <summary>
4977
            Gets the path to the JSON where the error occurred.
4978
            </summary>
4979
            <value>The path to the JSON where the error occurred.</value>
4980
        </member>
4981
        <member name="T:Newtonsoft.Json.JsonReaderException">
4982
            <summary>
4983
            The exception thrown when an error occurs while reading Json text.
4984
            </summary>
4985
        </member>
4986
        <member name="M:Newtonsoft.Json.JsonReaderException.#ctor">
4987
            <summary>
4988
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class.
4989
            </summary>
4990
        </member>
4991
        <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.String)">
4992
            <summary>
4993
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class
4994
            with a specified error message.
4995
            </summary>
4996
            <param name="message">The error message that explains the reason for the exception.</param>
4997
        </member>
4998
        <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.String,System.Exception)">
4999
            <summary>
5000
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class
5001
            with a specified error message and a reference to the inner exception that is the cause of this exception.
5002
            </summary>
5003
            <param name="message">The error message that explains the reason for the exception.</param>
5004
            <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>
5005
        </member>
5006
        <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
5007
            <summary>
5008
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class.
5009
            </summary>
5010
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
5011
            <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
5012
            <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception>
5013
            <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception>
5014
        </member>
5015
        <member name="P:Newtonsoft.Json.JsonReaderException.LineNumber">
5016
            <summary>
5017
            Gets the line number indicating where the error occurred.
5018
            </summary>
5019
            <value>The line number indicating where the error occurred.</value>
5020
        </member>
5021
        <member name="P:Newtonsoft.Json.JsonReaderException.LinePosition">
5022
            <summary>
5023
            Gets the line position indicating where the error occurred.
5024
            </summary>
5025
            <value>The line position indicating where the error occurred.</value>
5026
        </member>
5027
        <member name="P:Newtonsoft.Json.JsonReaderException.Path">
5028
            <summary>
5029
            Gets the path to the JSON where the error occurred.
5030
            </summary>
5031
            <value>The path to the JSON where the error occurred.</value>
5032
        </member>
5033
        <member name="T:Newtonsoft.Json.JsonConverterCollection">
5034
            <summary>
5035
            Represents a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
5036
            </summary>
5037
        </member>
5038
        <member name="T:Newtonsoft.Json.JsonConvert">
5039
            <summary>
5040
            Provides methods for converting between common language runtime types and JSON types.
5041
            </summary>
5042
            <example>
5043
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="SerializeObject" title="Serializing and Deserializing JSON with JsonConvert" />
5044
            </example>
5045
        </member>
5046
        <member name="F:Newtonsoft.Json.JsonConvert.True">
5047
            <summary>
5048
            Represents JavaScript's boolean value true as a string. This field is read-only.
5049
            </summary>
5050
        </member>
5051
        <member name="F:Newtonsoft.Json.JsonConvert.False">
5052
            <summary>
5053
            Represents JavaScript's boolean value false as a string. This field is read-only.
5054
            </summary>
5055
        </member>
5056
        <member name="F:Newtonsoft.Json.JsonConvert.Null">
5057
            <summary>
5058
            Represents JavaScript's null as a string. This field is read-only.
5059
            </summary>
5060
        </member>
5061
        <member name="F:Newtonsoft.Json.JsonConvert.Undefined">
5062
            <summary>
5063
            Represents JavaScript's undefined as a string. This field is read-only.
5064
            </summary>
5065
        </member>
5066
        <member name="F:Newtonsoft.Json.JsonConvert.PositiveInfinity">
5067
            <summary>
5068
            Represents JavaScript's positive infinity as a string. This field is read-only.
5069
            </summary>
5070
        </member>
5071
        <member name="F:Newtonsoft.Json.JsonConvert.NegativeInfinity">
5072
            <summary>
5073
            Represents JavaScript's negative infinity as a string. This field is read-only.
5074
            </summary>
5075
        </member>
5076
        <member name="F:Newtonsoft.Json.JsonConvert.NaN">
5077
            <summary>
5078
            Represents JavaScript's NaN as a string. This field is read-only.
5079
            </summary>
5080
        </member>
5081
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTime)">
5082
            <summary>
5083
            Converts the <see cref="T:System.DateTime"/> to its JSON string representation.
5084
            </summary>
5085
            <param name="value">The value to convert.</param>
5086
            <returns>A JSON string representation of the <see cref="T:System.DateTime"/>.</returns>
5087
        </member>
5088
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTime,Newtonsoft.Json.DateFormatHandling,Newtonsoft.Json.DateTimeZoneHandling)">
5089
            <summary>
5090
            Converts the <see cref="T:System.DateTime"/> to its JSON string representation using the <see cref="T:Newtonsoft.Json.DateFormatHandling"/> specified.
5091
            </summary>
5092
            <param name="value">The value to convert.</param>
5093
            <param name="format">The format the date will be converted to.</param>
5094
            <param name="timeZoneHandling">The time zone handling when the date is converted to a string.</param>
5095
            <returns>A JSON string representation of the <see cref="T:System.DateTime"/>.</returns>
5096
        </member>
5097
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Boolean)">
5098
            <summary>
5099
            Converts the <see cref="T:System.Boolean"/> to its JSON string representation.
5100
            </summary>
5101
            <param name="value">The value to convert.</param>
5102
            <returns>A JSON string representation of the <see cref="T:System.Boolean"/>.</returns>
5103
        </member>
5104
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Char)">
5105
            <summary>
5106
            Converts the <see cref="T:System.Char"/> to its JSON string representation.
5107
            </summary>
5108
            <param name="value">The value to convert.</param>
5109
            <returns>A JSON string representation of the <see cref="T:System.Char"/>.</returns>
5110
        </member>
5111
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Enum)">
5112
            <summary>
5113
            Converts the <see cref="T:System.Enum"/> to its JSON string representation.
5114
            </summary>
5115
            <param name="value">The value to convert.</param>
5116
            <returns>A JSON string representation of the <see cref="T:System.Enum"/>.</returns>
5117
        </member>
5118
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int32)">
5119
            <summary>
5120
            Converts the <see cref="T:System.Int32"/> to its JSON string representation.
5121
            </summary>
5122
            <param name="value">The value to convert.</param>
5123
            <returns>A JSON string representation of the <see cref="T:System.Int32"/>.</returns>
5124
        </member>
5125
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int16)">
5126
            <summary>
5127
            Converts the <see cref="T:System.Int16"/> to its JSON string representation.
5128
            </summary>
5129
            <param name="value">The value to convert.</param>
5130
            <returns>A JSON string representation of the <see cref="T:System.Int16"/>.</returns>
5131
        </member>
5132
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt16)">
5133
            <summary>
5134
            Converts the <see cref="T:System.UInt16"/> to its JSON string representation.
5135
            </summary>
5136
            <param name="value">The value to convert.</param>
5137
            <returns>A JSON string representation of the <see cref="T:System.UInt16"/>.</returns>
5138
        </member>
5139
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt32)">
5140
            <summary>
5141
            Converts the <see cref="T:System.UInt32"/> to its JSON string representation.
5142
            </summary>
5143
            <param name="value">The value to convert.</param>
5144
            <returns>A JSON string representation of the <see cref="T:System.UInt32"/>.</returns>
5145
        </member>
5146
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int64)">
5147
            <summary>
5148
            Converts the <see cref="T:System.Int64"/>  to its JSON string representation.
5149
            </summary>
5150
            <param name="value">The value to convert.</param>
5151
            <returns>A JSON string representation of the <see cref="T:System.Int64"/>.</returns>
5152
        </member>
5153
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt64)">
5154
            <summary>
5155
            Converts the <see cref="T:System.UInt64"/> to its JSON string representation.
5156
            </summary>
5157
            <param name="value">The value to convert.</param>
5158
            <returns>A JSON string representation of the <see cref="T:System.UInt64"/>.</returns>
5159
        </member>
5160
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Single)">
5161
            <summary>
5162
            Converts the <see cref="T:System.Single"/> to its JSON string representation.
5163
            </summary>
5164
            <param name="value">The value to convert.</param>
5165
            <returns>A JSON string representation of the <see cref="T:System.Single"/>.</returns>
5166
        </member>
5167
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Double)">
5168
            <summary>
5169
            Converts the <see cref="T:System.Double"/> to its JSON string representation.
5170
            </summary>
5171
            <param name="value">The value to convert.</param>
5172
            <returns>A JSON string representation of the <see cref="T:System.Double"/>.</returns>
5173
        </member>
5174
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Byte)">
5175
            <summary>
5176
            Converts the <see cref="T:System.Byte"/> to its JSON string representation.
5177
            </summary>
5178
            <param name="value">The value to convert.</param>
5179
            <returns>A JSON string representation of the <see cref="T:System.Byte"/>.</returns>
5180
        </member>
5181
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.SByte)">
5182
            <summary>
5183
            Converts the <see cref="T:System.SByte"/> to its JSON string representation.
5184
            </summary>
5185
            <param name="value">The value to convert.</param>
5186
            <returns>A JSON string representation of the <see cref="T:System.SByte"/>.</returns>
5187
        </member>
5188
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Decimal)">
5189
            <summary>
5190
            Converts the <see cref="T:System.Decimal"/> to its JSON string representation.
5191
            </summary>
5192
            <param name="value">The value to convert.</param>
5193
            <returns>A JSON string representation of the <see cref="T:System.SByte"/>.</returns>
5194
        </member>
5195
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Guid)">
5196
            <summary>
5197
            Converts the <see cref="T:System.Guid"/> to its JSON string representation.
5198
            </summary>
5199
            <param name="value">The value to convert.</param>
5200
            <returns>A JSON string representation of the <see cref="T:System.Guid"/>.</returns>
5201
        </member>
5202
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.TimeSpan)">
5203
            <summary>
5204
            Converts the <see cref="T:System.TimeSpan"/> to its JSON string representation.
5205
            </summary>
5206
            <param name="value">The value to convert.</param>
5207
            <returns>A JSON string representation of the <see cref="T:System.TimeSpan"/>.</returns>
5208
        </member>
5209
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Uri)">
5210
            <summary>
5211
            Converts the <see cref="T:System.Uri"/> to its JSON string representation.
5212
            </summary>
5213
            <param name="value">The value to convert.</param>
5214
            <returns>A JSON string representation of the <see cref="T:System.Uri"/>.</returns>
5215
        </member>
5216
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String)">
5217
            <summary>
5218
            Converts the <see cref="T:System.String"/> to its JSON string representation.
5219
            </summary>
5220
            <param name="value">The value to convert.</param>
5221
            <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns>
5222
        </member>
5223
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String,System.Char)">
5224
            <summary>
5225
            Converts the <see cref="T:System.String"/> to its JSON string representation.
5226
            </summary>
5227
            <param name="value">The value to convert.</param>
5228
            <param name="delimiter">The string delimiter character.</param>
5229
            <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns>
5230
        </member>
5231
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Object)">
5232
            <summary>
5233
            Converts the <see cref="T:System.Object"/> to its JSON string representation.
5234
            </summary>
5235
            <param name="value">The value to convert.</param>
5236
            <returns>A JSON string representation of the <see cref="T:System.Object"/>.</returns>
5237
        </member>
5238
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object)">
5239
            <summary>
5240
            Serializes the specified object to a JSON string.
5241
            </summary>
5242
            <param name="value">The object to serialize.</param>
5243
            <returns>A JSON string representation of the object.</returns>
5244
        </member>
5245
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting)">
5246
            <summary>
5247
            Serializes the specified object to a JSON string.
5248
            </summary>
5249
            <param name="value">The object to serialize.</param>
5250
            <param name="formatting">Indicates how the output is formatted.</param>
5251
            <returns>
5252
            A JSON string representation of the object.
5253
            </returns>
5254
        </member>
5255
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.JsonConverter[])">
5256
            <summary>
5257
            Serializes the specified object to a JSON string using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
5258
            </summary>
5259
            <param name="value">The object to serialize.</param>
5260
            <param name="converters">A collection converters used while serializing.</param>
5261
            <returns>A JSON string representation of the object.</returns>
5262
        </member>
5263
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[])">
5264
            <summary>
5265
            Serializes the specified object to a JSON string using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
5266
            </summary>
5267
            <param name="value">The object to serialize.</param>
5268
            <param name="formatting">Indicates how the output is formatted.</param>
5269
            <param name="converters">A collection converters used while serializing.</param>
5270
            <returns>A JSON string representation of the object.</returns>
5271
        </member>
5272
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.JsonSerializerSettings)">
5273
            <summary>
5274
            Serializes the specified object to a JSON string using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
5275
            </summary>
5276
            <param name="value">The object to serialize.</param>
5277
            <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.
5278
            If this is null, default serialization settings will be is used.</param>
5279
            <returns>
5280
            A JSON string representation of the object.
5281
            </returns>
5282
        </member>
5283
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)">
5284
            <summary>
5285
            Serializes the specified object to a JSON string using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
5286
            </summary>
5287
            <param name="value">The object to serialize.</param>
5288
            <param name="formatting">Indicates how the output is formatted.</param>
5289
            <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.
5290
            If this is null, default serialization settings will be is used.</param>
5291
            <returns>
5292
            A JSON string representation of the object.
5293
            </returns>
5294
        </member>
5295
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String)">
5296
            <summary>
5297
            Deserializes the JSON to a .NET object.
5298
            </summary>
5299
            <param name="value">The JSON to deserialize.</param>
5300
            <returns>The deserialized object from the Json string.</returns>
5301
        </member>
5302
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,Newtonsoft.Json.JsonSerializerSettings)">
5303
            <summary>
5304
            Deserializes the JSON to a .NET object.
5305
            </summary>
5306
            <param name="value">The JSON to deserialize.</param>
5307
            <param name="settings">
5308
            The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
5309
            If this is null, default serialization settings will be is used.
5310
            </param>
5311
            <returns>The deserialized object from the JSON string.</returns>
5312
        </member>
5313
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type)">
5314
            <summary>
5315
            Deserializes the JSON to the specified .NET type.
5316
            </summary>
5317
            <param name="value">The JSON to deserialize.</param>
5318
            <param name="type">The <see cref="T:System.Type"/> of object being deserialized.</param>
5319
            <returns>The deserialized object from the Json string.</returns>
5320
        </member>
5321
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String)">
5322
            <summary>
5323
            Deserializes the JSON to the specified .NET type.
5324
            </summary>
5325
            <typeparam name="T">The type of the object to deserialize to.</typeparam>
5326
            <param name="value">The JSON to deserialize.</param>
5327
            <returns>The deserialized object from the Json string.</returns>
5328
        </member>
5329
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeAnonymousType``1(System.String,``0)">
5330
            <summary>
5331
            Deserializes the JSON to the given anonymous type.
5332
            </summary>
5333
            <typeparam name="T">
5334
            The anonymous type to deserialize to. This can't be specified
5335
            traditionally and must be infered from the anonymous type passed
5336
            as a parameter.
5337
            </typeparam>
5338
            <param name="value">The JSON to deserialize.</param>
5339
            <param name="anonymousTypeObject">The anonymous type object.</param>
5340
            <returns>The deserialized anonymous type from the JSON string.</returns>
5341
        </member>
5342
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String,Newtonsoft.Json.JsonConverter[])">
5343
            <summary>
5344
            Deserializes the JSON to the specified .NET type.
5345
            </summary>
5346
            <typeparam name="T">The type of the object to deserialize to.</typeparam>
5347
            <param name="value">The JSON to deserialize.</param>
5348
            <param name="converters">Converters to use while deserializing.</param>
5349
            <returns>The deserialized object from the JSON string.</returns>
5350
        </member>
5351
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String,Newtonsoft.Json.JsonSerializerSettings)">
5352
            <summary>
5353
            Deserializes the JSON to the specified .NET type.
5354
            </summary>
5355
            <typeparam name="T">The type of the object to deserialize to.</typeparam>
5356
            <param name="value">The object to deserialize.</param>
5357
            <param name="settings">
5358
            The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
5359
            If this is null, default serialization settings will be is used.
5360
            </param>
5361
            <returns>The deserialized object from the JSON string.</returns>
5362
        </member>
5363
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type,Newtonsoft.Json.JsonConverter[])">
5364
            <summary>
5365
            Deserializes the JSON to the specified .NET type.
5366
            </summary>
5367
            <param name="value">The JSON to deserialize.</param>
5368
            <param name="type">The type of the object to deserialize.</param>
5369
            <param name="converters">Converters to use while deserializing.</param>
5370
            <returns>The deserialized object from the JSON string.</returns>
5371
        </member>
5372
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type,Newtonsoft.Json.JsonSerializerSettings)">
5373
            <summary>
5374
            Deserializes the JSON to the specified .NET type.
5375
            </summary>
5376
            <param name="value">The JSON to deserialize.</param>
5377
            <param name="type">The type of the object to deserialize to.</param>
5378
            <param name="settings">
5379
            The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
5380
            If this is null, default serialization settings will be is used.
5381
            </param>
5382
            <returns>The deserialized object from the JSON string.</returns>
5383
        </member>
5384
        <member name="M:Newtonsoft.Json.JsonConvert.PopulateObject(System.String,System.Object)">
5385
            <summary>
5386
            Populates the object with values from the JSON string.
5387
            </summary>
5388
            <param name="value">The JSON to populate values from.</param>
5389
            <param name="target">The target object to populate values onto.</param>
5390
        </member>
5391
        <member name="M:Newtonsoft.Json.JsonConvert.PopulateObject(System.String,System.Object,Newtonsoft.Json.JsonSerializerSettings)">
5392
            <summary>
5393
            Populates the object with values from the JSON string.
5394
            </summary>
5395
            <param name="value">The JSON to populate values from.</param>
5396
            <param name="target">The target object to populate values onto.</param>
5397
            <param name="settings">
5398
            The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
5399
            If this is null, default serialization settings will be is used.
5400
            </param>
5401
        </member>
5402
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeXmlNode(System.Xml.XmlNode)">
5403
            <summary>
5404
            Serializes the XML node to a JSON string.
5405
            </summary>
5406
            <param name="node">The node to serialize.</param>
5407
            <returns>A JSON string of the XmlNode.</returns>
5408
        </member>
5409
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeXmlNode(System.Xml.XmlNode,Newtonsoft.Json.Formatting)">
5410
            <summary>
5411
            Serializes the XML node to a JSON string.
5412
            </summary>
5413
            <param name="node">The node to serialize.</param>
5414
            <param name="formatting">Indicates how the output is formatted.</param>
5415
            <returns>A JSON string of the XmlNode.</returns>
5416
        </member>
5417
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeXmlNode(System.Xml.XmlNode,Newtonsoft.Json.Formatting,System.Boolean)">
5418
            <summary>
5419
            Serializes the XML node to a JSON string.
5420
            </summary>
5421
            <param name="node">The node to serialize.</param>
5422
            <param name="formatting">Indicates how the output is formatted.</param>
5423
            <param name="omitRootObject">Omits writing the root object.</param>
5424
            <returns>A JSON string of the XmlNode.</returns>
5425
        </member>
5426
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXmlNode(System.String)">
5427
            <summary>
5428
            Deserializes the XmlNode from a JSON string.
5429
            </summary>
5430
            <param name="value">The JSON string.</param>
5431
            <returns>The deserialized XmlNode</returns>
5432
        </member>
5433
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXmlNode(System.String,System.String)">
5434
            <summary>
5435
            Deserializes the XmlNode from a JSON string nested in a root elment.
5436
            </summary>
5437
            <param name="value">The JSON string.</param>
5438
            <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param>
5439
            <returns>The deserialized XmlNode</returns>
5440
        </member>
5441
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXmlNode(System.String,System.String,System.Boolean)">
5442
            <summary>
5443
            Deserializes the XmlNode from a JSON string nested in a root elment.
5444
            </summary>
5445
            <param name="value">The JSON string.</param>
5446
            <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param>
5447
            <param name="writeArrayAttribute">
5448
            A flag to indicate whether to write the Json.NET array attribute.
5449
            This attribute helps preserve arrays when converting the written XML back to JSON.
5450
            </param>
5451
            <returns>The deserialized XmlNode</returns>
5452
        </member>
5453
        <member name="T:Newtonsoft.Json.JsonSerializationException">
5454
            <summary>
5455
            The exception thrown when an error occurs during Json serialization or deserialization.
5456
            </summary>
5457
        </member>
5458
        <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor">
5459
            <summary>
5460
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class.
5461
            </summary>
5462
        </member>
5463
        <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.String)">
5464
            <summary>
5465
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class
5466
            with a specified error message.
5467
            </summary>
5468
            <param name="message">The error message that explains the reason for the exception.</param>
5469
        </member>
5470
        <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.String,System.Exception)">
5471
            <summary>
5472
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class
5473
            with a specified error message and a reference to the inner exception that is the cause of this exception.
5474
            </summary>
5475
            <param name="message">The error message that explains the reason for the exception.</param>
5476
            <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>
5477
        </member>
5478
        <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
5479
            <summary>
5480
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class.
5481
            </summary>
5482
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
5483
            <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
5484
            <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception>
5485
            <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception>
5486
        </member>
5487
        <member name="T:Newtonsoft.Json.JsonSerializer">
5488
            <summary>
5489
            Serializes and deserializes objects into and from the JSON format.
5490
            The <see cref="T:Newtonsoft.Json.JsonSerializer"/> enables you to control how objects are encoded into JSON.
5491
            </summary>
5492
        </member>
5493
        <member name="M:Newtonsoft.Json.JsonSerializer.#ctor">
5494
            <summary>
5495
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializer"/> class.
5496
            </summary>
5497
        </member>
5498
        <member name="M:Newtonsoft.Json.JsonSerializer.Create(Newtonsoft.Json.JsonSerializerSettings)">
5499
            <summary>
5500
            Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
5501
            </summary>
5502
            <param name="settings">The settings to be applied to the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.</param>
5503
            <returns>A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.</returns>
5504
        </member>
5505
        <member name="M:Newtonsoft.Json.JsonSerializer.Populate(System.IO.TextReader,System.Object)">
5506
            <summary>
5507
            Populates the JSON values onto the target object.
5508
            </summary>
5509
            <param name="reader">The <see cref="T:System.IO.TextReader"/> that contains the JSON structure to reader values from.</param>
5510
            <param name="target">The target object to populate values onto.</param>
5511
        </member>
5512
        <member name="M:Newtonsoft.Json.JsonSerializer.Populate(Newtonsoft.Json.JsonReader,System.Object)">
5513
            <summary>
5514
            Populates the JSON values onto the target object.
5515
            </summary>
5516
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> that contains the JSON structure to reader values from.</param>
5517
            <param name="target">The target object to populate values onto.</param>
5518
        </member>
5519
        <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(Newtonsoft.Json.JsonReader)">
5520
            <summary>
5521
            Deserializes the Json structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.
5522
            </summary>
5523
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> that contains the JSON structure to deserialize.</param>
5524
            <returns>The <see cref="T:System.Object"/> being deserialized.</returns>
5525
        </member>
5526
        <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(System.IO.TextReader,System.Type)">
5527
            <summary>
5528
            Deserializes the Json structure contained by the specified <see cref="T:System.IO.StringReader"/>
5529
            into an instance of the specified type.
5530
            </summary>
5531
            <param name="reader">The <see cref="T:System.IO.TextReader"/> containing the object.</param>
5532
            <param name="objectType">The <see cref="T:System.Type"/> of object being deserialized.</param>
5533
            <returns>The instance of <paramref name="objectType"/> being deserialized.</returns>
5534
        </member>
5535
        <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize``1(Newtonsoft.Json.JsonReader)">
5536
            <summary>
5537
            Deserializes the Json structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>
5538
            into an instance of the specified type.
5539
            </summary>
5540
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the object.</param>
5541
            <typeparam name="T">The type of the object to deserialize.</typeparam>
5542
            <returns>The instance of <typeparamref name="T"/> being deserialized.</returns>
5543
        </member>
5544
        <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(Newtonsoft.Json.JsonReader,System.Type)">
5545
            <summary>
5546
            Deserializes the Json structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>
5547
            into an instance of the specified type.
5548
            </summary>
5549
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the object.</param>
5550
            <param name="objectType">The <see cref="T:System.Type"/> of object being deserialized.</param>
5551
            <returns>The instance of <paramref name="objectType"/> being deserialized.</returns>
5552
        </member>
5553
        <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(System.IO.TextWriter,System.Object)">
5554
            <summary>
5555
            Serializes the specified <see cref="T:System.Object"/> and writes the Json structure
5556
            to a <c>Stream</c> using the specified <see cref="T:System.IO.TextWriter"/>. 
5557
            </summary>
5558
            <param name="textWriter">The <see cref="T:System.IO.TextWriter"/> used to write the Json structure.</param>
5559
            <param name="value">The <see cref="T:System.Object"/> to serialize.</param>
5560
        </member>
5561
        <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(Newtonsoft.Json.JsonWriter,System.Object)">
5562
            <summary>
5563
            Serializes the specified <see cref="T:System.Object"/> and writes the Json structure
5564
            to a <c>Stream</c> using the specified <see cref="T:Newtonsoft.Json.JsonWriter"/>. 
5565
            </summary>
5566
            <param name="jsonWriter">The <see cref="T:Newtonsoft.Json.JsonWriter"/> used to write the Json structure.</param>
5567
            <param name="value">The <see cref="T:System.Object"/> to serialize.</param>
5568
        </member>
5569
        <member name="E:Newtonsoft.Json.JsonSerializer.Error">
5570
            <summary>
5571
            Occurs when the <see cref="T:Newtonsoft.Json.JsonSerializer"/> errors during serialization and deserialization.
5572
            </summary>
5573
        </member>
5574
        <member name="P:Newtonsoft.Json.JsonSerializer.ReferenceResolver">
5575
            <summary>
5576
            Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.
5577
            </summary>
5578
        </member>
5579
        <member name="P:Newtonsoft.Json.JsonSerializer.Binder">
5580
            <summary>
5581
            Gets or sets the <see cref="T:System.Runtime.Serialization.SerializationBinder"/> used by the serializer when resolving type names.
5582
            </summary>
5583
        </member>
5584
        <member name="P:Newtonsoft.Json.JsonSerializer.TraceWriter">
5585
            <summary>
5586
            Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.ITraceWriter"/> used by the serializer when writing trace messages.
5587
            </summary>
5588
            <value>The trace writer.</value>
5589
        </member>
5590
        <member name="P:Newtonsoft.Json.JsonSerializer.TypeNameHandling">
5591
            <summary>
5592
            Gets or sets how type name writing and reading is handled by the serializer.
5593
            </summary>
5594
        </member>
5595
        <member name="P:Newtonsoft.Json.JsonSerializer.TypeNameAssemblyFormat">
5596
            <summary>
5597
            Gets or sets how a type name assembly is written and resolved by the serializer.
5598
            </summary>
5599
            <value>The type name assembly format.</value>
5600
        </member>
5601
        <member name="P:Newtonsoft.Json.JsonSerializer.PreserveReferencesHandling">
5602
            <summary>
5603
            Gets or sets how object references are preserved by the serializer.
5604
            </summary>
5605
        </member>
5606
        <member name="P:Newtonsoft.Json.JsonSerializer.ReferenceLoopHandling">
5607
            <summary>
5608
            Get or set how reference loops (e.g. a class referencing itself) is handled.
5609
            </summary>
5610
        </member>
5611
        <member name="P:Newtonsoft.Json.JsonSerializer.MissingMemberHandling">
5612
            <summary>
5613
            Get or set how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
5614
            </summary>
5615
        </member>
5616
        <member name="P:Newtonsoft.Json.JsonSerializer.NullValueHandling">
5617
            <summary>
5618
            Get or set how null values are handled during serialization and deserialization.
5619
            </summary>
5620
        </member>
5621
        <member name="P:Newtonsoft.Json.JsonSerializer.DefaultValueHandling">
5622
            <summary>
5623
            Get or set how null default are handled during serialization and deserialization.
5624
            </summary>
5625
        </member>
5626
        <member name="P:Newtonsoft.Json.JsonSerializer.ObjectCreationHandling">
5627
            <summary>
5628
            Gets or sets how objects are created during deserialization.
5629
            </summary>
5630
            <value>The object creation handling.</value>
5631
        </member>
5632
        <member name="P:Newtonsoft.Json.JsonSerializer.ConstructorHandling">
5633
            <summary>
5634
            Gets or sets how constructors are used during deserialization.
5635
            </summary>
5636
            <value>The constructor handling.</value>
5637
        </member>
5638
        <member name="P:Newtonsoft.Json.JsonSerializer.Converters">
5639
            <summary>
5640
            Gets a collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.
5641
            </summary>
5642
            <value>Collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.</value>
5643
        </member>
5644
        <member name="P:Newtonsoft.Json.JsonSerializer.ContractResolver">
5645
            <summary>
5646
            Gets or sets the contract resolver used by the serializer when
5647
            serializing .NET objects to JSON and vice versa.
5648
            </summary>
5649
        </member>
5650
        <member name="P:Newtonsoft.Json.JsonSerializer.Context">
5651
            <summary>
5652
            Gets or sets the <see cref="T:System.Runtime.Serialization.StreamingContext"/> used by the serializer when invoking serialization callback methods.
5653
            </summary>
5654
            <value>The context.</value>
5655
        </member>
5656
        <member name="P:Newtonsoft.Json.JsonSerializer.Formatting">
5657
            <summary>
5658
            Indicates how JSON text output is formatted.
5659
            </summary>
5660
        </member>
5661
        <member name="P:Newtonsoft.Json.JsonSerializer.DateFormatHandling">
5662
            <summary>
5663
            Get or set how dates are written to JSON text.
5664
            </summary>
5665
        </member>
5666
        <member name="P:Newtonsoft.Json.JsonSerializer.DateTimeZoneHandling">
5667
            <summary>
5668
            Get or set how <see cref="T:System.DateTime"/> time zones are handling during serialization and deserialization.
5669
            </summary>
5670
        </member>
5671
        <member name="P:Newtonsoft.Json.JsonSerializer.DateParseHandling">
5672
            <summary>
5673
            Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
5674
            </summary>
5675
        </member>
5676
        <member name="P:Newtonsoft.Json.JsonSerializer.Culture">
5677
            <summary>
5678
            Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.
5679
            </summary>
5680
        </member>
5681
        <member name="P:Newtonsoft.Json.JsonSerializer.MaxDepth">
5682
            <summary>
5683
            Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>.
5684
            </summary>
5685
        </member>
5686
        <member name="P:Newtonsoft.Json.JsonSerializer.CheckAdditionalContent">
5687
            <summary>
5688
            Gets a value indicating whether there will be a check for additional JSON content after deserializing an object.
5689
            </summary>
5690
            <value>
5691
                    <c>true</c> if there will be a check for additional JSON content after deserializing an object; otherwise, <c>false</c>.
5692
            </value>
5693
        </member>
5694
        <member name="T:Newtonsoft.Json.Linq.Extensions">
5695
            <summary>
5696
            Contains the LINQ to JSON extension methods.
5697
            </summary>
5698
        </member>
5699
        <member name="M:Newtonsoft.Json.Linq.Extensions.Ancestors``1(System.Collections.Generic.IEnumerable{``0})">
5700
            <summary>
5701
            Returns a collection of tokens that contains the ancestors of every token in the source collection.
5702
            </summary>
5703
            <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</typeparam>
5704
            <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>
5705
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the ancestors of every node in the source collection.</returns>
5706
        </member>
5707
        <member name="M:Newtonsoft.Json.Linq.Extensions.Descendants``1(System.Collections.Generic.IEnumerable{``0})">
5708
            <summary>
5709
            Returns a collection of tokens that contains the descendants of every token in the source collection.
5710
            </summary>
5711
            <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JContainer"/>.</typeparam>
5712
            <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>
5713
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the descendants of every node in the source collection.</returns>
5714
        </member>
5715
        <member name="M:Newtonsoft.Json.Linq.Extensions.Properties(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JObject})">
5716
            <summary>
5717
            Returns a collection of child properties of every object in the source collection.
5718
            </summary>
5719
            <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>
5720
            <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>
5721
        </member>
5722
        <member name="M:Newtonsoft.Json.Linq.Extensions.Values(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken},System.Object)">
5723
            <summary>
5724
            Returns a collection of child values of every object in the source collection with the given key.
5725
            </summary>
5726
            <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>
5727
            <param name="key">The token key.</param>
5728
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the values of every node in the source collection with the given key.</returns>
5729
        </member>
5730
        <member name="M:Newtonsoft.Json.Linq.Extensions.Values(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
5731
            <summary>
5732
            Returns a collection of child values of every object in the source collection.
5733
            </summary>
5734
            <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>
5735
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the values of every node in the source collection.</returns>
5736
        </member>
5737
        <member name="M:Newtonsoft.Json.Linq.Extensions.Values``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken},System.Object)">
5738
            <summary>
5739
            Returns a collection of converted child values of every object in the source collection with the given key.
5740
            </summary>
5741
            <typeparam name="U">The type to convert the values to.</typeparam>
5742
            <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>
5743
            <param name="key">The token key.</param>
5744
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the converted values of every node in the source collection with the given key.</returns>
5745
        </member>
5746
        <member name="M:Newtonsoft.Json.Linq.Extensions.Values``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
5747
            <summary>
5748
            Returns a collection of converted child values of every object in the source collection.
5749
            </summary>
5750
            <typeparam name="U">The type to convert the values to.</typeparam>
5751
            <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>
5752
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the converted values of every node in the source collection.</returns>
5753
        </member>
5754
        <member name="M:Newtonsoft.Json.Linq.Extensions.Value``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
5755
            <summary>
5756
            Converts the value.
5757
            </summary>
5758
            <typeparam name="U">The type to convert the value to.</typeparam>
5759
            <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>
5760
            <returns>A converted value.</returns>
5761
        </member>
5762
        <member name="M:Newtonsoft.Json.Linq.Extensions.Value``2(System.Collections.Generic.IEnumerable{``0})">
5763
            <summary>
5764
            Converts the value.
5765
            </summary>
5766
            <typeparam name="T">The source collection type.</typeparam>
5767
            <typeparam name="U">The type to convert the value to.</typeparam>
5768
            <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>
5769
            <returns>A converted value.</returns>
5770
        </member>
5771
        <member name="M:Newtonsoft.Json.Linq.Extensions.Children``1(System.Collections.Generic.IEnumerable{``0})">
5772
            <summary>
5773
            Returns a collection of child tokens of every array in the source collection.
5774
            </summary>
5775
            <typeparam name="T">The source collection type.</typeparam>
5776
            <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>
5777
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the values of every node in the source collection.</returns>
5778
        </member>
5779
        <member name="M:Newtonsoft.Json.Linq.Extensions.Children``2(System.Collections.Generic.IEnumerable{``0})">
5780
            <summary>
5781
            Returns a collection of converted child tokens of every array in the source collection.
5782
            </summary>
5783
            <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>
5784
            <typeparam name="U">The type to convert the values to.</typeparam>
5785
            <typeparam name="T">The source collection type.</typeparam>
5786
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the converted values of every node in the source collection.</returns>
5787
        </member>
5788
        <member name="M:Newtonsoft.Json.Linq.Extensions.AsJEnumerable(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
5789
            <summary>
5790
            Returns the input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.
5791
            </summary>
5792
            <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>
5793
            <returns>The input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.</returns>
5794
        </member>
5795
        <member name="M:Newtonsoft.Json.Linq.Extensions.AsJEnumerable``1(System.Collections.Generic.IEnumerable{``0})">
5796
            <summary>
5797
            Returns the input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.
5798
            </summary>
5799
            <typeparam name="T">The source collection type.</typeparam>
5800
            <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>
5801
            <returns>The input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.</returns>
5802
        </member>
5803
        <member name="T:Newtonsoft.Json.Linq.JConstructor">
5804
            <summary>
5805
            Represents a JSON constructor.
5806
            </summary>
5807
        </member>
5808
        <member name="T:Newtonsoft.Json.Linq.JContainer">
5809
            <summary>
5810
            Represents a token that can contain other tokens.
5811
            </summary>
5812
        </member>
5813
        <member name="M:Newtonsoft.Json.Linq.JContainer.OnAddingNew(System.ComponentModel.AddingNewEventArgs)">
5814
            <summary>
5815
            Raises the <see cref="E:Newtonsoft.Json.Linq.JContainer.AddingNew"/> event.
5816
            </summary>
5817
            <param name="e">The <see cref="T:System.ComponentModel.AddingNewEventArgs"/> instance containing the event data.</param>
5818
        </member>
5819
        <member name="M:Newtonsoft.Json.Linq.JContainer.OnListChanged(System.ComponentModel.ListChangedEventArgs)">
5820
            <summary>
5821
            Raises the <see cref="E:Newtonsoft.Json.Linq.JContainer.ListChanged"/> event.
5822
            </summary>
5823
            <param name="e">The <see cref="T:System.ComponentModel.ListChangedEventArgs"/> instance containing the event data.</param>
5824
        </member>
5825
        <member name="M:Newtonsoft.Json.Linq.JContainer.Children">
5826
            <summary>
5827
            Returns a collection of the child tokens of this token, in document order.
5828
            </summary>
5829
            <returns>
5830
            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.
5831
            </returns>
5832
        </member>
5833
        <member name="M:Newtonsoft.Json.Linq.JContainer.Values``1">
5834
            <summary>
5835
            Returns a collection of the child values of this token, in document order.
5836
            </summary>
5837
            <typeparam name="T">The type to convert the values to.</typeparam>
5838
            <returns>
5839
            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.
5840
            </returns>
5841
        </member>
5842
        <member name="M:Newtonsoft.Json.Linq.JContainer.Descendants">
5843
            <summary>
5844
            Returns a collection of the descendant tokens for this token in document order.
5845
            </summary>
5846
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> containing the descendant tokens of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>
5847
        </member>
5848
        <member name="M:Newtonsoft.Json.Linq.JContainer.Add(System.Object)">
5849
            <summary>
5850
            Adds the specified content as children of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5851
            </summary>
5852
            <param name="content">The content to be added.</param>
5853
        </member>
5854
        <member name="M:Newtonsoft.Json.Linq.JContainer.AddFirst(System.Object)">
5855
            <summary>
5856
            Adds the specified content as the first children of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5857
            </summary>
5858
            <param name="content">The content to be added.</param>
5859
        </member>
5860
        <member name="M:Newtonsoft.Json.Linq.JContainer.CreateWriter">
5861
            <summary>
5862
            Creates an <see cref="T:Newtonsoft.Json.JsonWriter"/> that can be used to add tokens to the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5863
            </summary>
5864
            <returns>An <see cref="T:Newtonsoft.Json.JsonWriter"/> that is ready to have content written to it.</returns>
5865
        </member>
5866
        <member name="M:Newtonsoft.Json.Linq.JContainer.ReplaceAll(System.Object)">
5867
            <summary>
5868
            Replaces the children nodes of this token with the specified content.
5869
            </summary>
5870
            <param name="content">The content.</param>
5871
        </member>
5872
        <member name="M:Newtonsoft.Json.Linq.JContainer.RemoveAll">
5873
            <summary>
5874
            Removes the child nodes from this token.
5875
            </summary>
5876
        </member>
5877
        <member name="E:Newtonsoft.Json.Linq.JContainer.ListChanged">
5878
            <summary>
5879
            Occurs when the list changes or an item in the list changes.
5880
            </summary>
5881
        </member>
5882
        <member name="E:Newtonsoft.Json.Linq.JContainer.AddingNew">
5883
            <summary>
5884
            Occurs before an item is added to the collection.
5885
            </summary>
5886
        </member>
5887
        <member name="P:Newtonsoft.Json.Linq.JContainer.ChildrenTokens">
5888
            <summary>
5889
            Gets the container's children tokens.
5890
            </summary>
5891
            <value>The container's children tokens.</value>
5892
        </member>
5893
        <member name="P:Newtonsoft.Json.Linq.JContainer.HasValues">
5894
            <summary>
5895
            Gets a value indicating whether this token has childen tokens.
5896
            </summary>
5897
            <value>
5898
                    <c>true</c> if this token has child values; otherwise, <c>false</c>.
5899
            </value>
5900
        </member>
5901
        <member name="P:Newtonsoft.Json.Linq.JContainer.First">
5902
            <summary>
5903
            Get the first child token of this token.
5904
            </summary>
5905
            <value>
5906
            A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the first child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5907
            </value>
5908
        </member>
5909
        <member name="P:Newtonsoft.Json.Linq.JContainer.Last">
5910
            <summary>
5911
            Get the last child token of this token.
5912
            </summary>
5913
            <value>
5914
            A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the last child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5915
            </value>
5916
        </member>
5917
        <member name="P:Newtonsoft.Json.Linq.JContainer.Count">
5918
            <summary>
5919
            Gets the count of child JSON tokens.
5920
            </summary>
5921
            <value>The count of child JSON tokens</value>
5922
        </member>
5923
        <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor">
5924
            <summary>
5925
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class.
5926
            </summary>
5927
        </member>
5928
        <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(Newtonsoft.Json.Linq.JConstructor)">
5929
            <summary>
5930
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class from another <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> object.
5931
            </summary>
5932
            <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> object to copy from.</param>
5933
        </member>
5934
        <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String,System.Object[])">
5935
            <summary>
5936
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name and content.
5937
            </summary>
5938
            <param name="name">The constructor name.</param>
5939
            <param name="content">The contents of the constructor.</param>
5940
        </member>
5941
        <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String,System.Object)">
5942
            <summary>
5943
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name and content.
5944
            </summary>
5945
            <param name="name">The constructor name.</param>
5946
            <param name="content">The contents of the constructor.</param>
5947
        </member>
5948
        <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String)">
5949
            <summary>
5950
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name.
5951
            </summary>
5952
            <param name="name">The constructor name.</param>
5953
        </member>
5954
        <member name="M:Newtonsoft.Json.Linq.JConstructor.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
5955
            <summary>
5956
            Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
5957
            </summary>
5958
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
5959
            <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
5960
        </member>
5961
        <member name="M:Newtonsoft.Json.Linq.JConstructor.Load(Newtonsoft.Json.JsonReader)">
5962
            <summary>
5963
            Loads an <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
5964
            </summary>
5965
            <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>
5966
            <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>
5967
        </member>
5968
        <member name="P:Newtonsoft.Json.Linq.JConstructor.ChildrenTokens">
5969
            <summary>
5970
            Gets the container's children tokens.
5971
            </summary>
5972
            <value>The container's children tokens.</value>
5973
        </member>
5974
        <member name="P:Newtonsoft.Json.Linq.JConstructor.Name">
5975
            <summary>
5976
            Gets or sets the name of this constructor.
5977
            </summary>
5978
            <value>The constructor name.</value>
5979
        </member>
5980
        <member name="P:Newtonsoft.Json.Linq.JConstructor.Type">
5981
            <summary>
5982
            Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5983
            </summary>
5984
            <value>The type.</value>
5985
        </member>
5986
        <member name="P:Newtonsoft.Json.Linq.JConstructor.Item(System.Object)">
5987
            <summary>
5988
            Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
5989
            </summary>
5990
            <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
5991
        </member>
5992
        <member name="T:Newtonsoft.Json.Linq.JEnumerable`1">
5993
            <summary>
5994
            Represents a collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.
5995
            </summary>
5996
            <typeparam name="T">The type of token</typeparam>
5997
        </member>
5998
        <member name="F:Newtonsoft.Json.Linq.JEnumerable`1.Empty">
5999
            <summary>
6000
            An empty collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.
6001
            </summary>
6002
        </member>
6003
        <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.#ctor(System.Collections.Generic.IEnumerable{`0})">
6004
            <summary>
6005
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> struct.
6006
            </summary>
6007
            <param name="enumerable">The enumerable.</param>
6008
        </member>
6009
        <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.GetEnumerator">
6010
            <summary>
6011
            Returns an enumerator that iterates through the collection.
6012
            </summary>
6013
            <returns>
6014
            A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
6015
            </returns>
6016
        </member>
6017
        <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.System#Collections#IEnumerable#GetEnumerator">
6018
            <summary>
6019
            Returns an enumerator that iterates through a collection.
6020
            </summary>
6021
            <returns>
6022
            An <see cref="T:System.Collections.IEnumerator"/> object that can be used to iterate through the collection.
6023
            </returns>
6024
        </member>
6025
        <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.Equals(System.Object)">
6026
            <summary>
6027
            Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.
6028
            </summary>
6029
            <param name="obj">The <see cref="T:System.Object"/> to compare with this instance.</param>
6030
            <returns>
6031
                    <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.
6032
            </returns>
6033
        </member>
6034
        <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.GetHashCode">
6035
            <summary>
6036
            Returns a hash code for this instance.
6037
            </summary>
6038
            <returns>
6039
            A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. 
6040
            </returns>
6041
        </member>
6042
        <member name="P:Newtonsoft.Json.Linq.JEnumerable`1.Item(System.Object)">
6043
            <summary>
6044
            Gets the <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/> with the specified key.
6045
            </summary>
6046
            <value></value>
6047
        </member>
6048
        <member name="T:Newtonsoft.Json.Linq.JObject">
6049
            <summary>
6050
            Represents a JSON object.
6051
            </summary>
6052
            <example>
6053
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParse" title="Parsing a JSON Object from Text" />
6054
            </example>
6055
        </member>
6056
        <member name="M:Newtonsoft.Json.Linq.JObject.#ctor">
6057
            <summary>
6058
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class.
6059
            </summary>
6060
        </member>
6061
        <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(Newtonsoft.Json.Linq.JObject)">
6062
            <summary>
6063
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class from another <see cref="T:Newtonsoft.Json.Linq.JObject"/> object.
6064
            </summary>
6065
            <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JObject"/> object to copy from.</param>
6066
        </member>
6067
        <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(System.Object[])">
6068
            <summary>
6069
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class with the specified content.
6070
            </summary>
6071
            <param name="content">The contents of the object.</param>
6072
        </member>
6073
        <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(System.Object)">
6074
            <summary>
6075
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class with the specified content.
6076
            </summary>
6077
            <param name="content">The contents of the object.</param>
6078
        </member>
6079
        <member name="M:Newtonsoft.Json.Linq.JObject.Properties">
6080
            <summary>
6081
            Gets an <see cref="T:System.Collections.Generic.IEnumerable`1"/> of this object's properties.
6082
            </summary>
6083
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of this object's properties.</returns>
6084
        </member>
6085
        <member name="M:Newtonsoft.Json.Linq.JObject.Property(System.String)">
6086
            <summary>
6087
            Gets a <see cref="T:Newtonsoft.Json.Linq.JProperty"/> the specified name.
6088
            </summary>
6089
            <param name="name">The property name.</param>
6090
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> with the specified name or null.</returns>
6091
        </member>
6092
        <member name="M:Newtonsoft.Json.Linq.JObject.PropertyValues">
6093
            <summary>
6094
            Gets an <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> of this object's property values.
6095
            </summary>
6096
            <returns>An <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> of this object's property values.</returns>
6097
        </member>
6098
        <member name="M:Newtonsoft.Json.Linq.JObject.Load(Newtonsoft.Json.JsonReader)">
6099
            <summary>
6100
            Loads an <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
6101
            </summary>
6102
            <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>
6103
            <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>
6104
        </member>
6105
        <member name="M:Newtonsoft.Json.Linq.JObject.Parse(System.String)">
6106
            <summary>
6107
            Load a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a string that contains JSON.
6108
            </summary>
6109
            <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
6110
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> populated from the string that contains JSON.</returns>
6111
            <example>
6112
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParse" title="Parsing a JSON Object from Text"/>
6113
            </example>
6114
        </member>
6115
        <member name="M:Newtonsoft.Json.Linq.JObject.FromObject(System.Object)">
6116
            <summary>
6117
            Creates a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from an object.
6118
            </summary>
6119
            <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JObject"/>.</param>
6120
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> with the values of the specified object</returns>
6121
        </member>
6122
        <member name="M:Newtonsoft.Json.Linq.JObject.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">
6123
            <summary>
6124
            Creates a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from an object.
6125
            </summary>
6126
            <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>
6127
            <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used to read the object.</param>
6128
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> with the values of the specified object</returns>
6129
        </member>
6130
        <member name="M:Newtonsoft.Json.Linq.JObject.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
6131
            <summary>
6132
            Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
6133
            </summary>
6134
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
6135
            <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
6136
        </member>
6137
        <member name="M:Newtonsoft.Json.Linq.JObject.GetValue(System.String)">
6138
            <summary>
6139
            Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.
6140
            </summary>
6141
            <param name="propertyName">Name of the property.</param>
6142
            <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.</value>
6143
        </member>
6144
        <member name="M:Newtonsoft.Json.Linq.JObject.GetValue(System.String,System.StringComparison)">
6145
            <summary>
6146
            Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.
6147
            The exact property name will be searched for first and if no matching property is found then
6148
            the <see cref="T:System.StringComparison"/> will be used to match a property.
6149
            </summary>
6150
            <param name="propertyName">Name of the property.</param>
6151
            <param name="comparison">One of the enumeration values that specifies how the strings will be compared.</param>
6152
            <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.</value>
6153
        </member>
6154
        <member name="M:Newtonsoft.Json.Linq.JObject.TryGetValue(System.String,System.StringComparison,Newtonsoft.Json.Linq.JToken@)">
6155
            <summary>
6156
            Tries to get the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.
6157
            The exact property name will be searched for first and if no matching property is found then
6158
            the <see cref="T:System.StringComparison"/> will be used to match a property.
6159
            </summary>
6160
            <param name="propertyName">Name of the property.</param>
6161
            <param name="value">The value.</param>
6162
            <param name="comparison">One of the enumeration values that specifies how the strings will be compared.</param>
6163
            <returns>true if a value was successfully retrieved; otherwise, false.</returns>
6164
        </member>
6165
        <member name="M:Newtonsoft.Json.Linq.JObject.Add(System.String,Newtonsoft.Json.Linq.JToken)">
6166
            <summary>
6167
            Adds the specified property name.
6168
            </summary>
6169
            <param name="propertyName">Name of the property.</param>
6170
            <param name="value">The value.</param>
6171
        </member>
6172
        <member name="M:Newtonsoft.Json.Linq.JObject.Remove(System.String)">
6173
            <summary>
6174
            Removes the property with the specified name.
6175
            </summary>
6176
            <param name="propertyName">Name of the property.</param>
6177
            <returns>true if item was successfully removed; otherwise, false.</returns>
6178
        </member>
6179
        <member name="M:Newtonsoft.Json.Linq.JObject.TryGetValue(System.String,Newtonsoft.Json.Linq.JToken@)">
6180
            <summary>
6181
            Tries the get value.
6182
            </summary>
6183
            <param name="propertyName">Name of the property.</param>
6184
            <param name="value">The value.</param>
6185
            <returns>true if a value was successfully retrieved; otherwise, false.</returns>
6186
        </member>
6187
        <member name="M:Newtonsoft.Json.Linq.JObject.GetEnumerator">
6188
            <summary>
6189
            Returns an enumerator that iterates through the collection.
6190
            </summary>
6191
            <returns>
6192
            A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
6193
            </returns>
6194
        </member>
6195
        <member name="M:Newtonsoft.Json.Linq.JObject.OnPropertyChanged(System.String)">
6196
            <summary>
6197
            Raises the <see cref="E:Newtonsoft.Json.Linq.JObject.PropertyChanged"/> event with the provided arguments.
6198
            </summary>
6199
            <param name="propertyName">Name of the property.</param>
6200
        </member>
6201
        <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetProperties">
6202
            <summary>
6203
            Returns the properties for this instance of a component.
6204
            </summary>
6205
            <returns>
6206
            A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"/> that represents the properties for this component instance.
6207
            </returns>
6208
        </member>
6209
        <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetProperties(System.Attribute[])">
6210
            <summary>
6211
            Returns the properties for this instance of a component using the attribute array as a filter.
6212
            </summary>
6213
            <param name="attributes">An array of type <see cref="T:System.Attribute"/> that is used as a filter.</param>
6214
            <returns>
6215
            A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"/> that represents the filtered properties for this component instance.
6216
            </returns>
6217
        </member>
6218
        <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetAttributes">
6219
            <summary>
6220
            Returns a collection of custom attributes for this instance of a component.
6221
            </summary>
6222
            <returns>
6223
            An <see cref="T:System.ComponentModel.AttributeCollection"/> containing the attributes for this object.
6224
            </returns>
6225
        </member>
6226
        <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetClassName">
6227
            <summary>
6228
            Returns the class name of this instance of a component.
6229
            </summary>
6230
            <returns>
6231
            The class name of the object, or null if the class does not have a name.
6232
            </returns>
6233
        </member>
6234
        <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetComponentName">
6235
            <summary>
6236
            Returns the name of this instance of a component.
6237
            </summary>
6238
            <returns>
6239
            The name of the object, or null if the object does not have a name.
6240
            </returns>
6241
        </member>
6242
        <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetConverter">
6243
            <summary>
6244
            Returns a type converter for this instance of a component.
6245
            </summary>
6246
            <returns>
6247
            A <see cref="T:System.ComponentModel.TypeConverter"/> that is the converter for this object, or null if there is no <see cref="T:System.ComponentModel.TypeConverter"/> for this object.
6248
            </returns>
6249
        </member>
6250
        <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetDefaultEvent">
6251
            <summary>
6252
            Returns the default event for this instance of a component.
6253
            </summary>
6254
            <returns>
6255
            An <see cref="T:System.ComponentModel.EventDescriptor"/> that represents the default event for this object, or null if this object does not have events.
6256
            </returns>
6257
        </member>
6258
        <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetDefaultProperty">
6259
            <summary>
6260
            Returns the default property for this instance of a component.
6261
            </summary>
6262
            <returns>
6263
            A <see cref="T:System.ComponentModel.PropertyDescriptor"/> that represents the default property for this object, or null if this object does not have properties.
6264
            </returns>
6265
        </member>
6266
        <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetEditor(System.Type)">
6267
            <summary>
6268
            Returns an editor of the specified type for this instance of a component.
6269
            </summary>
6270
            <param name="editorBaseType">A <see cref="T:System.Type"/> that represents the editor for this object.</param>
6271
            <returns>
6272
            An <see cref="T:System.Object"/> of the specified type that is the editor for this object, or null if the editor cannot be found.
6273
            </returns>
6274
        </member>
6275
        <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetEvents(System.Attribute[])">
6276
            <summary>
6277
            Returns the events for this instance of a component using the specified attribute array as a filter.
6278
            </summary>
6279
            <param name="attributes">An array of type <see cref="T:System.Attribute"/> that is used as a filter.</param>
6280
            <returns>
6281
            An <see cref="T:System.ComponentModel.EventDescriptorCollection"/> that represents the filtered events for this component instance.
6282
            </returns>
6283
        </member>
6284
        <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetEvents">
6285
            <summary>
6286
            Returns the events for this instance of a component.
6287
            </summary>
6288
            <returns>
6289
            An <see cref="T:System.ComponentModel.EventDescriptorCollection"/> that represents the events for this component instance.
6290
            </returns>
6291
        </member>
6292
        <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetPropertyOwner(System.ComponentModel.PropertyDescriptor)">
6293
            <summary>
6294
            Returns an object that contains the property described by the specified property descriptor.
6295
            </summary>
6296
            <param name="pd">A <see cref="T:System.ComponentModel.PropertyDescriptor"/> that represents the property whose owner is to be found.</param>
6297
            <returns>
6298
            An <see cref="T:System.Object"/> that represents the owner of the specified property.
6299
            </returns>
6300
        </member>
6301
        <member name="P:Newtonsoft.Json.Linq.JObject.ChildrenTokens">
6302
            <summary>
6303
            Gets the container's children tokens.
6304
            </summary>
6305
            <value>The container's children tokens.</value>
6306
        </member>
6307
        <member name="E:Newtonsoft.Json.Linq.JObject.PropertyChanged">
6308
            <summary>
6309
            Occurs when a property value changes.
6310
            </summary>
6311
        </member>
6312
        <member name="P:Newtonsoft.Json.Linq.JObject.Type">
6313
            <summary>
6314
            Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6315
            </summary>
6316
            <value>The type.</value>
6317
        </member>
6318
        <member name="P:Newtonsoft.Json.Linq.JObject.Item(System.Object)">
6319
            <summary>
6320
            Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
6321
            </summary>
6322
            <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
6323
        </member>
6324
        <member name="P:Newtonsoft.Json.Linq.JObject.Item(System.String)">
6325
            <summary>
6326
            Gets or sets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.
6327
            </summary>
6328
            <value></value>
6329
        </member>
6330
        <member name="T:Newtonsoft.Json.Linq.JArray">
6331
            <summary>
6332
            Represents a JSON array.
6333
            </summary>
6334
            <example>
6335
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParseArray" title="Parsing a JSON Array from Text" />
6336
            </example>
6337
        </member>
6338
        <member name="M:Newtonsoft.Json.Linq.JArray.#ctor">
6339
            <summary>
6340
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class.
6341
            </summary>
6342
        </member>
6343
        <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(Newtonsoft.Json.Linq.JArray)">
6344
            <summary>
6345
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class from another <see cref="T:Newtonsoft.Json.Linq.JArray"/> object.
6346
            </summary>
6347
            <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JArray"/> object to copy from.</param>
6348
        </member>
6349
        <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(System.Object[])">
6350
            <summary>
6351
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class with the specified content.
6352
            </summary>
6353
            <param name="content">The contents of the array.</param>
6354
        </member>
6355
        <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(System.Object)">
6356
            <summary>
6357
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class with the specified content.
6358
            </summary>
6359
            <param name="content">The contents of the array.</param>
6360
        </member>
6361
        <member name="M:Newtonsoft.Json.Linq.JArray.Load(Newtonsoft.Json.JsonReader)">
6362
            <summary>
6363
            Loads an <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
6364
            </summary>
6365
            <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>
6366
            <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>
6367
        </member>
6368
        <member name="M:Newtonsoft.Json.Linq.JArray.Parse(System.String)">
6369
            <summary>
6370
            Load a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a string that contains JSON.
6371
            </summary>
6372
            <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
6373
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> populated from the string that contains JSON.</returns>
6374
            <example>
6375
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParseArray" title="Parsing a JSON Array from Text"/>
6376
            </example>
6377
        </member>
6378
        <member name="M:Newtonsoft.Json.Linq.JArray.FromObject(System.Object)">
6379
            <summary>
6380
            Creates a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from an object.
6381
            </summary>
6382
            <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>
6383
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> with the values of the specified object</returns>
6384
        </member>
6385
        <member name="M:Newtonsoft.Json.Linq.JArray.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">
6386
            <summary>
6387
            Creates a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from an object.
6388
            </summary>
6389
            <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>
6390
            <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used to read the object.</param>
6391
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> with the values of the specified object</returns>
6392
        </member>
6393
        <member name="M:Newtonsoft.Json.Linq.JArray.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
6394
            <summary>
6395
            Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
6396
            </summary>
6397
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
6398
            <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
6399
        </member>
6400
        <member name="M:Newtonsoft.Json.Linq.JArray.IndexOf(Newtonsoft.Json.Linq.JToken)">
6401
            <summary>
6402
            Determines the index of a specific item in the <see cref="T:System.Collections.Generic.IList`1"/>.
6403
            </summary>
6404
            <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.IList`1"/>.</param>
6405
            <returns>
6406
            The index of <paramref name="item"/> if found in the list; otherwise, -1.
6407
            </returns>
6408
        </member>
6409
        <member name="M:Newtonsoft.Json.Linq.JArray.Insert(System.Int32,Newtonsoft.Json.Linq.JToken)">
6410
            <summary>
6411
            Inserts an item to the <see cref="T:System.Collections.Generic.IList`1"/> at the specified index.
6412
            </summary>
6413
            <param name="index">The zero-based index at which <paramref name="item"/> should be inserted.</param>
6414
            <param name="item">The object to insert into the <see cref="T:System.Collections.Generic.IList`1"/>.</param>
6415
            <exception cref="T:System.ArgumentOutOfRangeException">
6416
                    <paramref name="index"/> is not a valid index in the <see cref="T:System.Collections.Generic.IList`1"/>.</exception>
6417
            <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IList`1"/> is read-only.</exception>
6418
        </member>
6419
        <member name="M:Newtonsoft.Json.Linq.JArray.RemoveAt(System.Int32)">
6420
            <summary>
6421
            Removes the <see cref="T:System.Collections.Generic.IList`1"/> item at the specified index.
6422
            </summary>
6423
            <param name="index">The zero-based index of the item to remove.</param>
6424
            <exception cref="T:System.ArgumentOutOfRangeException">
6425
                    <paramref name="index"/> is not a valid index in the <see cref="T:System.Collections.Generic.IList`1"/>.</exception>
6426
            <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IList`1"/> is read-only.</exception>
6427
        </member>
6428
        <member name="M:Newtonsoft.Json.Linq.JArray.Add(Newtonsoft.Json.Linq.JToken)">
6429
            <summary>
6430
            Adds an item to the <see cref="T:System.Collections.Generic.ICollection`1"/>.
6431
            </summary>
6432
            <param name="item">The object to add to the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>
6433
            <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only.</exception>
6434
        </member>
6435
        <member name="M:Newtonsoft.Json.Linq.JArray.Clear">
6436
            <summary>
6437
            Removes all items from the <see cref="T:System.Collections.Generic.ICollection`1"/>.
6438
            </summary>
6439
            <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only. </exception>
6440
        </member>
6441
        <member name="M:Newtonsoft.Json.Linq.JArray.Contains(Newtonsoft.Json.Linq.JToken)">
6442
            <summary>
6443
            Determines whether the <see cref="T:System.Collections.Generic.ICollection`1"/> contains a specific value.
6444
            </summary>
6445
            <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>
6446
            <returns>
6447
            true if <paramref name="item"/> is found in the <see cref="T:System.Collections.Generic.ICollection`1"/>; otherwise, false.
6448
            </returns>
6449
        </member>
6450
        <member name="M:Newtonsoft.Json.Linq.JArray.Remove(Newtonsoft.Json.Linq.JToken)">
6451
            <summary>
6452
            Removes the first occurrence of a specific object from the <see cref="T:System.Collections.Generic.ICollection`1"/>.
6453
            </summary>
6454
            <param name="item">The object to remove from the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>
6455
            <returns>
6456
            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"/>.
6457
            </returns>
6458
            <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only.</exception>
6459
        </member>
6460
        <member name="P:Newtonsoft.Json.Linq.JArray.ChildrenTokens">
6461
            <summary>
6462
            Gets the container's children tokens.
6463
            </summary>
6464
            <value>The container's children tokens.</value>
6465
        </member>
6466
        <member name="P:Newtonsoft.Json.Linq.JArray.Type">
6467
            <summary>
6468
            Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6469
            </summary>
6470
            <value>The type.</value>
6471
        </member>
6472
        <member name="P:Newtonsoft.Json.Linq.JArray.Item(System.Object)">
6473
            <summary>
6474
            Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
6475
            </summary>
6476
            <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
6477
        </member>
6478
        <member name="P:Newtonsoft.Json.Linq.JArray.Item(System.Int32)">
6479
            <summary>
6480
            Gets or sets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> at the specified index.
6481
            </summary>
6482
            <value></value>
6483
        </member>
6484
        <member name="T:Newtonsoft.Json.Linq.JTokenReader">
6485
            <summary>
6486
            Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
6487
            </summary>
6488
        </member>
6489
        <member name="M:Newtonsoft.Json.Linq.JTokenReader.#ctor(Newtonsoft.Json.Linq.JToken)">
6490
            <summary>
6491
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JTokenReader"/> class.
6492
            </summary>
6493
            <param name="token">The token to read from.</param>
6494
        </member>
6495
        <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsBytes">
6496
            <summary>
6497
            Reads the next JSON token from the stream as a <see cref="T:Byte[]"/>.
6498
            </summary>
6499
            <returns>
6500
            A <see cref="T: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.
6501
            </returns>
6502
        </member>
6503
        <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDecimal">
6504
            <summary>
6505
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
6506
            </summary>
6507
            <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
6508
        </member>
6509
        <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsInt32">
6510
            <summary>
6511
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
6512
            </summary>
6513
            <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
6514
        </member>
6515
        <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsString">
6516
            <summary>
6517
            Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
6518
            </summary>
6519
            <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
6520
        </member>
6521
        <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDateTime">
6522
            <summary>
6523
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
6524
            </summary>
6525
            <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
6526
        </member>
6527
        <member name="M:Newtonsoft.Json.Linq.JTokenReader.Read">
6528
            <summary>
6529
            Reads the next JSON token from the stream.
6530
            </summary>
6531
            <returns>
6532
            true if the next token was read successfully; false if there are no more tokens to read.
6533
            </returns>
6534
        </member>
6535
        <member name="T:Newtonsoft.Json.Linq.JTokenWriter">
6536
            <summary>
6537
            Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
6538
            </summary>
6539
        </member>
6540
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.#ctor(Newtonsoft.Json.Linq.JContainer)">
6541
            <summary>
6542
            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"/>.
6543
            </summary>
6544
            <param name="container">The container being written to.</param>
6545
        </member>
6546
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.#ctor">
6547
            <summary>
6548
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JTokenWriter"/> class.
6549
            </summary>
6550
        </member>
6551
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.Flush">
6552
            <summary>
6553
            Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
6554
            </summary>
6555
        </member>
6556
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.Close">
6557
            <summary>
6558
            Closes this stream and the underlying stream.
6559
            </summary>
6560
        </member>
6561
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartObject">
6562
            <summary>
6563
            Writes the beginning of a Json object.
6564
            </summary>
6565
        </member>
6566
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartArray">
6567
            <summary>
6568
            Writes the beginning of a Json array.
6569
            </summary>
6570
        </member>
6571
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartConstructor(System.String)">
6572
            <summary>
6573
            Writes the start of a constructor with the given name.
6574
            </summary>
6575
            <param name="name">The name of the constructor.</param>
6576
        </member>
6577
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
6578
            <summary>
6579
            Writes the end.
6580
            </summary>
6581
            <param name="token">The token.</param>
6582
        </member>
6583
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WritePropertyName(System.String)">
6584
            <summary>
6585
            Writes the property name of a name/value pair on a Json object.
6586
            </summary>
6587
            <param name="name">The name of the property.</param>
6588
        </member>
6589
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteNull">
6590
            <summary>
6591
            Writes a null value.
6592
            </summary>
6593
        </member>
6594
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteUndefined">
6595
            <summary>
6596
            Writes an undefined value.
6597
            </summary>
6598
        </member>
6599
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteRaw(System.String)">
6600
            <summary>
6601
            Writes raw JSON.
6602
            </summary>
6603
            <param name="json">The raw JSON to write.</param>
6604
        </member>
6605
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteComment(System.String)">
6606
            <summary>
6607
            Writes out a comment <code>/*...*/</code> containing the specified text.
6608
            </summary>
6609
            <param name="text">Text to place inside the comment.</param>
6610
        </member>
6611
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.String)">
6612
            <summary>
6613
            Writes a <see cref="T:System.String"/> value.
6614
            </summary>
6615
            <param name="value">The <see cref="T:System.String"/> value to write.</param>
6616
        </member>
6617
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int32)">
6618
            <summary>
6619
            Writes a <see cref="T:System.Int32"/> value.
6620
            </summary>
6621
            <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
6622
        </member>
6623
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt32)">
6624
            <summary>
6625
            Writes a <see cref="T:System.UInt32"/> value.
6626
            </summary>
6627
            <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
6628
        </member>
6629
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int64)">
6630
            <summary>
6631
            Writes a <see cref="T:System.Int64"/> value.
6632
            </summary>
6633
            <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
6634
        </member>
6635
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt64)">
6636
            <summary>
6637
            Writes a <see cref="T:System.UInt64"/> value.
6638
            </summary>
6639
            <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
6640
        </member>
6641
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Single)">
6642
            <summary>
6643
            Writes a <see cref="T:System.Single"/> value.
6644
            </summary>
6645
            <param name="value">The <see cref="T:System.Single"/> value to write.</param>
6646
        </member>
6647
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Double)">
6648
            <summary>
6649
            Writes a <see cref="T:System.Double"/> value.
6650
            </summary>
6651
            <param name="value">The <see cref="T:System.Double"/> value to write.</param>
6652
        </member>
6653
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Boolean)">
6654
            <summary>
6655
            Writes a <see cref="T:System.Boolean"/> value.
6656
            </summary>
6657
            <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
6658
        </member>
6659
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int16)">
6660
            <summary>
6661
            Writes a <see cref="T:System.Int16"/> value.
6662
            </summary>
6663
            <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
6664
        </member>
6665
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt16)">
6666
            <summary>
6667
            Writes a <see cref="T:System.UInt16"/> value.
6668
            </summary>
6669
            <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
6670
        </member>
6671
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Char)">
6672
            <summary>
6673
            Writes a <see cref="T:System.Char"/> value.
6674
            </summary>
6675
            <param name="value">The <see cref="T:System.Char"/> value to write.</param>
6676
        </member>
6677
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Byte)">
6678
            <summary>
6679
            Writes a <see cref="T:System.Byte"/> value.
6680
            </summary>
6681
            <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
6682
        </member>
6683
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.SByte)">
6684
            <summary>
6685
            Writes a <see cref="T:System.SByte"/> value.
6686
            </summary>
6687
            <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
6688
        </member>
6689
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Decimal)">
6690
            <summary>
6691
            Writes a <see cref="T:System.Decimal"/> value.
6692
            </summary>
6693
            <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
6694
        </member>
6695
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.DateTime)">
6696
            <summary>
6697
            Writes a <see cref="T:System.DateTime"/> value.
6698
            </summary>
6699
            <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
6700
        </member>
6701
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Byte[])">
6702
            <summary>
6703
            Writes a <see cref="T:Byte[]"/> value.
6704
            </summary>
6705
            <param name="value">The <see cref="T:Byte[]"/> value to write.</param>
6706
        </member>
6707
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.TimeSpan)">
6708
            <summary>
6709
            Writes a <see cref="T:System.TimeSpan"/> value.
6710
            </summary>
6711
            <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>
6712
        </member>
6713
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Guid)">
6714
            <summary>
6715
            Writes a <see cref="T:System.Guid"/> value.
6716
            </summary>
6717
            <param name="value">The <see cref="T:System.Guid"/> value to write.</param>
6718
        </member>
6719
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Uri)">
6720
            <summary>
6721
            Writes a <see cref="T:System.Uri"/> value.
6722
            </summary>
6723
            <param name="value">The <see cref="T:System.Uri"/> value to write.</param>
6724
        </member>
6725
        <member name="P:Newtonsoft.Json.Linq.JTokenWriter.Token">
6726
            <summary>
6727
            Gets the token being writen.
6728
            </summary>
6729
            <value>The token being writen.</value>
6730
        </member>
6731
        <member name="T:Newtonsoft.Json.Linq.JProperty">
6732
            <summary>
6733
            Represents a JSON property.
6734
            </summary>
6735
        </member>
6736
        <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(Newtonsoft.Json.Linq.JProperty)">
6737
            <summary>
6738
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class from another <see cref="T:Newtonsoft.Json.Linq.JProperty"/> object.
6739
            </summary>
6740
            <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> object to copy from.</param>
6741
        </member>
6742
        <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(System.String,System.Object[])">
6743
            <summary>
6744
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class.
6745
            </summary>
6746
            <param name="name">The property name.</param>
6747
            <param name="content">The property content.</param>
6748
        </member>
6749
        <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(System.String,System.Object)">
6750
            <summary>
6751
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class.
6752
            </summary>
6753
            <param name="name">The property name.</param>
6754
            <param name="content">The property content.</param>
6755
        </member>
6756
        <member name="M:Newtonsoft.Json.Linq.JProperty.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
6757
            <summary>
6758
            Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
6759
            </summary>
6760
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
6761
            <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
6762
        </member>
6763
        <member name="M:Newtonsoft.Json.Linq.JProperty.Load(Newtonsoft.Json.JsonReader)">
6764
            <summary>
6765
            Loads an <see cref="T:Newtonsoft.Json.Linq.JProperty"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
6766
            </summary>
6767
            <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>
6768
            <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>
6769
        </member>
6770
        <member name="P:Newtonsoft.Json.Linq.JProperty.ChildrenTokens">
6771
            <summary>
6772
            Gets the container's children tokens.
6773
            </summary>
6774
            <value>The container's children tokens.</value>
6775
        </member>
6776
        <member name="P:Newtonsoft.Json.Linq.JProperty.Name">
6777
            <summary>
6778
            Gets the property name.
6779
            </summary>
6780
            <value>The property name.</value>
6781
        </member>
6782
        <member name="P:Newtonsoft.Json.Linq.JProperty.Value">
6783
            <summary>
6784
            Gets or sets the property value.
6785
            </summary>
6786
            <value>The property value.</value>
6787
        </member>
6788
        <member name="P:Newtonsoft.Json.Linq.JProperty.Type">
6789
            <summary>
6790
            Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6791
            </summary>
6792
            <value>The type.</value>
6793
        </member>
6794
        <member name="T:Newtonsoft.Json.Linq.JTokenType">
6795
            <summary>
6796
            Specifies the type of token.
6797
            </summary>
6798
        </member>
6799
        <member name="F:Newtonsoft.Json.Linq.JTokenType.None">
6800
            <summary>
6801
            No token type has been set.
6802
            </summary>
6803
        </member>
6804
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Object">
6805
            <summary>
6806
            A JSON object.
6807
            </summary>
6808
        </member>
6809
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Array">
6810
            <summary>
6811
            A JSON array.
6812
            </summary>
6813
        </member>
6814
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Constructor">
6815
            <summary>
6816
            A JSON constructor.
6817
            </summary>
6818
        </member>
6819
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Property">
6820
            <summary>
6821
            A JSON object property.
6822
            </summary>
6823
        </member>
6824
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Comment">
6825
            <summary>
6826
            A comment.
6827
            </summary>
6828
        </member>
6829
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Integer">
6830
            <summary>
6831
            An integer value.
6832
            </summary>
6833
        </member>
6834
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Float">
6835
            <summary>
6836
            A float value.
6837
            </summary>
6838
        </member>
6839
        <member name="F:Newtonsoft.Json.Linq.JTokenType.String">
6840
            <summary>
6841
            A string value.
6842
            </summary>
6843
        </member>
6844
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Boolean">
6845
            <summary>
6846
            A boolean value.
6847
            </summary>
6848
        </member>
6849
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Null">
6850
            <summary>
6851
            A null value.
6852
            </summary>
6853
        </member>
6854
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Undefined">
6855
            <summary>
6856
            An undefined value.
6857
            </summary>
6858
        </member>
6859
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Date">
6860
            <summary>
6861
            A date value.
6862
            </summary>
6863
        </member>
6864
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Raw">
6865
            <summary>
6866
            A raw JSON value.
6867
            </summary>
6868
        </member>
6869
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Bytes">
6870
            <summary>
6871
            A collection of bytes value.
6872
            </summary>
6873
        </member>
6874
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Guid">
6875
            <summary>
6876
            A Guid value.
6877
            </summary>
6878
        </member>
6879
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Uri">
6880
            <summary>
6881
            A Uri value.
6882
            </summary>
6883
        </member>
6884
        <member name="F:Newtonsoft.Json.Linq.JTokenType.TimeSpan">
6885
            <summary>
6886
            A TimeSpan value.
6887
            </summary>
6888
        </member>
6889
        <member name="T:Newtonsoft.Json.Schema.Extensions">
6890
            <summary>
6891
            Contains the JSON schema extension methods.
6892
            </summary>
6893
        </member>
6894
        <member name="M:Newtonsoft.Json.Schema.Extensions.IsValid(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema)">
6895
            <summary>
6896
            Determines whether the <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid.
6897
            </summary>
6898
            <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
6899
            <param name="schema">The schema to test with.</param>
6900
            <returns>
6901
                    <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid; otherwise, <c>false</c>.
6902
            </returns>
6903
        </member>
6904
        <member name="M:Newtonsoft.Json.Schema.Extensions.IsValid(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema,System.Collections.Generic.IList{System.String}@)">
6905
            <summary>
6906
            Determines whether the <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid.
6907
            </summary>
6908
            <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
6909
            <param name="schema">The schema to test with.</param>
6910
            <param name="errorMessages">When this method returns, contains any error messages generated while validating. </param>
6911
            <returns>
6912
                    <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid; otherwise, <c>false</c>.
6913
            </returns>
6914
        </member>
6915
        <member name="M:Newtonsoft.Json.Schema.Extensions.Validate(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema)">
6916
            <summary>
6917
            Validates the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6918
            </summary>
6919
            <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
6920
            <param name="schema">The schema to test with.</param>
6921
        </member>
6922
        <member name="M:Newtonsoft.Json.Schema.Extensions.Validate(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema,Newtonsoft.Json.Schema.ValidationEventHandler)">
6923
            <summary>
6924
            Validates the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6925
            </summary>
6926
            <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
6927
            <param name="schema">The schema to test with.</param>
6928
            <param name="validationEventHandler">The validation event handler.</param>
6929
        </member>
6930
        <member name="T:Newtonsoft.Json.Schema.JsonSchemaException">
6931
            <summary>
6932
            Returns detailed information about the schema exception.
6933
            </summary>
6934
        </member>
6935
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor">
6936
            <summary>
6937
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class.
6938
            </summary>
6939
        </member>
6940
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.String)">
6941
            <summary>
6942
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class
6943
            with a specified error message.
6944
            </summary>
6945
            <param name="message">The error message that explains the reason for the exception.</param>
6946
        </member>
6947
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.String,System.Exception)">
6948
            <summary>
6949
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class
6950
            with a specified error message and a reference to the inner exception that is the cause of this exception.
6951
            </summary>
6952
            <param name="message">The error message that explains the reason for the exception.</param>
6953
            <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>
6954
        </member>
6955
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
6956
            <summary>
6957
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class.
6958
            </summary>
6959
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
6960
            <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
6961
            <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception>
6962
            <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception>
6963
        </member>
6964
        <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.LineNumber">
6965
            <summary>
6966
            Gets the line number indicating where the error occurred.
6967
            </summary>
6968
            <value>The line number indicating where the error occurred.</value>
6969
        </member>
6970
        <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.LinePosition">
6971
            <summary>
6972
            Gets the line position indicating where the error occurred.
6973
            </summary>
6974
            <value>The line position indicating where the error occurred.</value>
6975
        </member>
6976
        <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.Path">
6977
            <summary>
6978
            Gets the path to the JSON where the error occurred.
6979
            </summary>
6980
            <value>The path to the JSON where the error occurred.</value>
6981
        </member>
6982
        <member name="T:Newtonsoft.Json.Schema.JsonSchemaResolver">
6983
            <summary>
6984
            Resolves <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from an id.
6985
            </summary>
6986
        </member>
6987
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaResolver.#ctor">
6988
            <summary>
6989
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> class.
6990
            </summary>
6991
        </member>
6992
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaResolver.GetSchema(System.String)">
6993
            <summary>
6994
            Gets a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> for the specified id.
6995
            </summary>
6996
            <param name="id">The id.</param>
6997
            <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> for the specified id.</returns>
6998
        </member>
6999
        <member name="P:Newtonsoft.Json.Schema.JsonSchemaResolver.LoadedSchemas">
7000
            <summary>
7001
            Gets or sets the loaded schemas.
7002
            </summary>
7003
            <value>The loaded schemas.</value>
7004
        </member>
7005
        <member name="T:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling">
7006
            <summary>
7007
            Specifies undefined schema Id handling options for the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaGenerator"/>.
7008
            </summary>
7009
        </member>
7010
        <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.None">
7011
            <summary>
7012
            Do not infer a schema Id.
7013
            </summary>
7014
        </member>
7015
        <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.UseTypeName">
7016
            <summary>
7017
            Use the .NET type name as the schema Id.
7018
            </summary>
7019
        </member>
7020
        <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.UseAssemblyQualifiedName">
7021
            <summary>
7022
            Use the assembly qualified .NET type name as the schema Id.
7023
            </summary>
7024
        </member>
7025
        <member name="T:Newtonsoft.Json.Schema.ValidationEventArgs">
7026
            <summary>
7027
            Returns detailed information related to the <see cref="T:Newtonsoft.Json.Schema.ValidationEventHandler"/>.
7028
            </summary>
7029
        </member>
7030
        <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Exception">
7031
            <summary>
7032
            Gets the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> associated with the validation error.
7033
            </summary>
7034
            <value>The JsonSchemaException associated with the validation error.</value>
7035
        </member>
7036
        <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Path">
7037
            <summary>
7038
            Gets the path of the JSON location where the validation error occurred.
7039
            </summary>
7040
            <value>The path of the JSON location where the validation error occurred.</value>
7041
        </member>
7042
        <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Message">
7043
            <summary>
7044
            Gets the text description corresponding to the validation error.
7045
            </summary>
7046
            <value>The text description.</value>
7047
        </member>
7048
        <member name="T:Newtonsoft.Json.Schema.ValidationEventHandler">
7049
            <summary>
7050
            Represents the callback method that will handle JSON schema validation events and the <see cref="T:Newtonsoft.Json.Schema.ValidationEventArgs"/>.
7051
            </summary>
7052
        </member>
7053
        <member name="T:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver">
7054
            <summary>
7055
            Resolves member mappings for a type, camel casing property names.
7056
            </summary>
7057
        </member>
7058
        <member name="T:Newtonsoft.Json.Serialization.DefaultContractResolver">
7059
            <summary>
7060
            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"/>.
7061
            </summary>
7062
        </member>
7063
        <member name="T:Newtonsoft.Json.Serialization.IContractResolver">
7064
            <summary>
7065
            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"/>.
7066
            </summary>
7067
            <example>
7068
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeContractResolverObject" title="IContractResolver Class"/>
7069
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeContractResolverExample" title="IContractResolver Example"/>
7070
            </example>
7071
        </member>
7072
        <member name="M:Newtonsoft.Json.Serialization.IContractResolver.ResolveContract(System.Type)">
7073
            <summary>
7074
            Resolves the contract for a given type.
7075
            </summary>
7076
            <param name="type">The type to resolve a contract for.</param>
7077
            <returns>The contract for a given type.</returns>
7078
        </member>
7079
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.#ctor">
7080
            <summary>
7081
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> class.
7082
            </summary>
7083
        </member>
7084
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.#ctor(System.Boolean)">
7085
            <summary>
7086
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> class.
7087
            </summary>
7088
            <param name="shareCache">
7089
            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.
7090
            Sharing the cache will significantly performance because expensive reflection will only happen once but could cause unexpected
7091
            behavior if different instances of the resolver are suppose to produce different results. When set to false it is highly
7092
            recommended to reuse <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> instances with the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7093
            </param>
7094
        </member>
7095
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContract(System.Type)">
7096
            <summary>
7097
            Resolves the contract for a given type.
7098
            </summary>
7099
            <param name="type">The type to resolve a contract for.</param>
7100
            <returns>The contract for a given type.</returns>
7101
        </member>
7102
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.GetSerializableMembers(System.Type)">
7103
            <summary>
7104
            Gets the serializable members for the type.
7105
            </summary>
7106
            <param name="objectType">The type to get serializable members for.</param>
7107
            <returns>The serializable members for the type.</returns>
7108
        </member>
7109
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateObjectContract(System.Type)">
7110
            <summary>
7111
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> for the given type.
7112
            </summary>
7113
            <param name="objectType">Type of the object.</param>
7114
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> for the given type.</returns>
7115
        </member>
7116
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateConstructorParameters(System.Reflection.ConstructorInfo,Newtonsoft.Json.Serialization.JsonPropertyCollection)">
7117
            <summary>
7118
            Creates the constructor parameters.
7119
            </summary>
7120
            <param name="constructor">The constructor to create properties for.</param>
7121
            <param name="memberProperties">The type's member properties.</param>
7122
            <returns>Properties for the given <see cref="T:System.Reflection.ConstructorInfo"/>.</returns>
7123
        </member>
7124
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreatePropertyFromConstructorParameter(Newtonsoft.Json.Serialization.JsonProperty,System.Reflection.ParameterInfo)">
7125
            <summary>
7126
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.ParameterInfo"/>.
7127
            </summary>
7128
            <param name="matchingMemberProperty">The matching member property.</param>
7129
            <param name="parameterInfo">The constructor parameter.</param>
7130
            <returns>A created <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.ParameterInfo"/>.</returns>
7131
        </member>
7132
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContractConverter(System.Type)">
7133
            <summary>
7134
            Resolves the default <see cref="T:Newtonsoft.Json.JsonConverter"/> for the contract.
7135
            </summary>
7136
            <param name="objectType">Type of the object.</param>
7137
            <returns>The contract's default <see cref="T:Newtonsoft.Json.JsonConverter"/>.</returns>
7138
        </member>
7139
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateDictionaryContract(System.Type)">
7140
            <summary>
7141
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> for the given type.
7142
            </summary>
7143
            <param name="objectType">Type of the object.</param>
7144
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> for the given type.</returns>
7145
        </member>
7146
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateArrayContract(System.Type)">
7147
            <summary>
7148
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> for the given type.
7149
            </summary>
7150
            <param name="objectType">Type of the object.</param>
7151
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> for the given type.</returns>
7152
        </member>
7153
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreatePrimitiveContract(System.Type)">
7154
            <summary>
7155
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> for the given type.
7156
            </summary>
7157
            <param name="objectType">Type of the object.</param>
7158
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> for the given type.</returns>
7159
        </member>
7160
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateLinqContract(System.Type)">
7161
            <summary>
7162
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> for the given type.
7163
            </summary>
7164
            <param name="objectType">Type of the object.</param>
7165
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> for the given type.</returns>
7166
        </member>
7167
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateISerializableContract(System.Type)">
7168
            <summary>
7169
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonISerializableContract"/> for the given type.
7170
            </summary>
7171
            <param name="objectType">Type of the object.</param>
7172
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonISerializableContract"/> for the given type.</returns>
7173
        </member>
7174
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateStringContract(System.Type)">
7175
            <summary>
7176
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> for the given type.
7177
            </summary>
7178
            <param name="objectType">Type of the object.</param>
7179
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> for the given type.</returns>
7180
        </member>
7181
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateContract(System.Type)">
7182
            <summary>
7183
            Determines which contract type is created for the given type.
7184
            </summary>
7185
            <param name="objectType">Type of the object.</param>
7186
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/> for the given type.</returns>
7187
        </member>
7188
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateProperties(System.Type,Newtonsoft.Json.MemberSerialization)">
7189
            <summary>
7190
            Creates properties for the given <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/>.
7191
            </summary>
7192
            <param name="type">The type to create properties for.</param>
7193
            /// <param name="memberSerialization">The member serialization mode for the type.</param>
7194
            <returns>Properties for the given <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/>.</returns>
7195
        </member>
7196
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateMemberValueProvider(System.Reflection.MemberInfo)">
7197
            <summary>
7198
            Creates the <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> used by the serializer to get and set values from a member.
7199
            </summary>
7200
            <param name="member">The member.</param>
7201
            <returns>The <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> used by the serializer to get and set values from a member.</returns>
7202
        </member>
7203
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateProperty(System.Reflection.MemberInfo,Newtonsoft.Json.MemberSerialization)">
7204
            <summary>
7205
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.MemberInfo"/>.
7206
            </summary>
7207
            <param name="memberSerialization">The member's parent <see cref="T:Newtonsoft.Json.MemberSerialization"/>.</param>
7208
            <param name="member">The member to create a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for.</param>
7209
            <returns>A created <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.MemberInfo"/>.</returns>
7210
        </member>
7211
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolvePropertyName(System.String)">
7212
            <summary>
7213
            Resolves the name of the property.
7214
            </summary>
7215
            <param name="propertyName">Name of the property.</param>
7216
            <returns>Name of the property.</returns>
7217
        </member>
7218
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.GetResolvedPropertyName(System.String)">
7219
            <summary>
7220
            Gets the resolved name of the property.
7221
            </summary>
7222
            <param name="propertyName">Name of the property.</param>
7223
            <returns>Name of the property.</returns>
7224
        </member>
7225
        <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.DynamicCodeGeneration">
7226
            <summary>
7227
            Gets a value indicating whether members are being get and set using dynamic code generation.
7228
            This value is determined by the runtime permissions available.
7229
            </summary>
7230
            <value>
7231
                    <c>true</c> if using dynamic code generation; otherwise, <c>false</c>.
7232
            </value>
7233
        </member>
7234
        <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.DefaultMembersSearchFlags">
7235
            <summary>
7236
            Gets or sets the default members search flags.
7237
            </summary>
7238
            <value>The default members search flags.</value>
7239
        </member>
7240
        <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.SerializeCompilerGeneratedMembers">
7241
            <summary>
7242
            Gets or sets a value indicating whether compiler generated members should be serialized.
7243
            </summary>
7244
            <value>
7245
                    <c>true</c> if serialized compiler generated members; otherwise, <c>false</c>.
7246
            </value>
7247
        </member>
7248
        <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.IgnoreSerializableInterface">
7249
            <summary>
7250
            Gets or sets a value indicating whether to ignore the <see cref="T:System.Runtime.Serialization.ISerializable"/> interface when serializing and deserializing types.
7251
            </summary>
7252
            <value>
7253
                    <c>true</c> if the <see cref="T:System.Runtime.Serialization.ISerializable"/> interface will be ignored when serializing and deserializing types; otherwise, <c>false</c>.
7254
            </value>
7255
        </member>
7256
        <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.IgnoreSerializableAttribute">
7257
            <summary>
7258
            Gets or sets a value indicating whether to ignore the <see cref="T:System.SerializableAttribute"/> attribute when serializing and deserializing types.
7259
            </summary>
7260
            <value>
7261
                    <c>true</c> if the <see cref="T:System.SerializableAttribute"/> attribute will be ignored when serializing and deserializing types; otherwise, <c>false</c>.
7262
            </value>
7263
        </member>
7264
        <member name="M:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver.#ctor">
7265
            <summary>
7266
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver"/> class.
7267
            </summary>
7268
        </member>
7269
        <member name="M:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver.ResolvePropertyName(System.String)">
7270
            <summary>
7271
            Resolves the name of the property.
7272
            </summary>
7273
            <param name="propertyName">Name of the property.</param>
7274
            <returns>The property name camel cased.</returns>
7275
        </member>
7276
        <member name="T:Newtonsoft.Json.Serialization.DefaultSerializationBinder">
7277
            <summary>
7278
            The default serialization binder used when resolving and loading classes from type names.
7279
            </summary>
7280
        </member>
7281
        <member name="M:Newtonsoft.Json.Serialization.DefaultSerializationBinder.BindToType(System.String,System.String)">
7282
            <summary>
7283
            When overridden in a derived class, controls the binding of a serialized object to a type.
7284
            </summary>
7285
            <param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object.</param>
7286
            <param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object.</param>
7287
            <returns>
7288
            The type of the object the formatter creates a new instance of.
7289
            </returns>
7290
        </member>
7291
        <member name="T:Newtonsoft.Json.Serialization.DynamicValueProvider">
7292
            <summary>
7293
            Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using dynamic methods.
7294
            </summary>
7295
        </member>
7296
        <member name="T:Newtonsoft.Json.Serialization.IValueProvider">
7297
            <summary>
7298
            Provides methods to get and set values.
7299
            </summary>
7300
        </member>
7301
        <member name="M:Newtonsoft.Json.Serialization.IValueProvider.SetValue(System.Object,System.Object)">
7302
            <summary>
7303
            Sets the value.
7304
            </summary>
7305
            <param name="target">The target to set the value on.</param>
7306
            <param name="value">The value to set on the target.</param>
7307
        </member>
7308
        <member name="M:Newtonsoft.Json.Serialization.IValueProvider.GetValue(System.Object)">
7309
            <summary>
7310
            Gets the value.
7311
            </summary>
7312
            <param name="target">The target to get the value from.</param>
7313
            <returns>The value.</returns>
7314
        </member>
7315
        <member name="M:Newtonsoft.Json.Serialization.DynamicValueProvider.#ctor(System.Reflection.MemberInfo)">
7316
            <summary>
7317
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DynamicValueProvider"/> class.
7318
            </summary>
7319
            <param name="memberInfo">The member info.</param>
7320
        </member>
7321
        <member name="M:Newtonsoft.Json.Serialization.DynamicValueProvider.SetValue(System.Object,System.Object)">
7322
            <summary>
7323
            Sets the value.
7324
            </summary>
7325
            <param name="target">The target to set the value on.</param>
7326
            <param name="value">The value to set on the target.</param>
7327
        </member>
7328
        <member name="M:Newtonsoft.Json.Serialization.DynamicValueProvider.GetValue(System.Object)">
7329
            <summary>
7330
            Gets the value.
7331
            </summary>
7332
            <param name="target">The target to get the value from.</param>
7333
            <returns>The value.</returns>
7334
        </member>
7335
        <member name="T:Newtonsoft.Json.Serialization.ErrorContext">
7336
            <summary>
7337
            Provides information surrounding an error.
7338
            </summary>
7339
        </member>
7340
        <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Error">
7341
            <summary>
7342
            Gets or sets the error.
7343
            </summary>
7344
            <value>The error.</value>
7345
        </member>
7346
        <member name="P:Newtonsoft.Json.Serialization.ErrorContext.OriginalObject">
7347
            <summary>
7348
            Gets the original object that caused the error.
7349
            </summary>
7350
            <value>The original object that caused the error.</value>
7351
        </member>
7352
        <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Member">
7353
            <summary>
7354
            Gets the member that caused the error.
7355
            </summary>
7356
            <value>The member that caused the error.</value>
7357
        </member>
7358
        <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Path">
7359
            <summary>
7360
            Gets the path of the JSON location where the error occurred.
7361
            </summary>
7362
            <value>The path of the JSON location where the error occurred.</value>
7363
        </member>
7364
        <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Handled">
7365
            <summary>
7366
            Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.ErrorContext"/> is handled.
7367
            </summary>
7368
            <value><c>true</c> if handled; otherwise, <c>false</c>.</value>
7369
        </member>
7370
        <member name="T:Newtonsoft.Json.Serialization.ErrorEventArgs">
7371
            <summary>
7372
            Provides data for the Error event.
7373
            </summary>
7374
        </member>
7375
        <member name="M:Newtonsoft.Json.Serialization.ErrorEventArgs.#ctor(System.Object,Newtonsoft.Json.Serialization.ErrorContext)">
7376
            <summary>
7377
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ErrorEventArgs"/> class.
7378
            </summary>
7379
            <param name="currentObject">The current object.</param>
7380
            <param name="errorContext">The error context.</param>
7381
        </member>
7382
        <member name="P:Newtonsoft.Json.Serialization.ErrorEventArgs.CurrentObject">
7383
            <summary>
7384
            Gets the current object the error event is being raised against.
7385
            </summary>
7386
            <value>The current object the error event is being raised against.</value>
7387
        </member>
7388
        <member name="P:Newtonsoft.Json.Serialization.ErrorEventArgs.ErrorContext">
7389
            <summary>
7390
            Gets the error context.
7391
            </summary>
7392
            <value>The error context.</value>
7393
        </member>
7394
        <member name="T:Newtonsoft.Json.Serialization.JsonArrayContract">
7395
            <summary>
7396
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7397
            </summary>
7398
        </member>
7399
        <member name="M:Newtonsoft.Json.Serialization.JsonArrayContract.#ctor(System.Type)">
7400
            <summary>
7401
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> class.
7402
            </summary>
7403
            <param name="underlyingType">The underlying type for the contract.</param>
7404
        </member>
7405
        <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.CollectionItemType">
7406
            <summary>
7407
            Gets the <see cref="T:System.Type"/> of the collection items.
7408
            </summary>
7409
            <value>The <see cref="T:System.Type"/> of the collection items.</value>
7410
        </member>
7411
        <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.IsMultidimensionalArray">
7412
            <summary>
7413
            Gets a value indicating whether the collection type is a multidimensional array.
7414
            </summary>
7415
            <value><c>true</c> if the collection type is a multidimensional array; otherwise, <c>false</c>.</value>
7416
        </member>
7417
        <member name="T:Newtonsoft.Json.Serialization.JsonDictionaryContract">
7418
            <summary>
7419
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7420
            </summary>
7421
        </member>
7422
        <member name="M:Newtonsoft.Json.Serialization.JsonDictionaryContract.#ctor(System.Type)">
7423
            <summary>
7424
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> class.
7425
            </summary>
7426
            <param name="underlyingType">The underlying type for the contract.</param>
7427
        </member>
7428
        <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.PropertyNameResolver">
7429
            <summary>
7430
            Gets or sets the property name resolver.
7431
            </summary>
7432
            <value>The property name resolver.</value>
7433
        </member>
7434
        <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.DictionaryKeyType">
7435
            <summary>
7436
            Gets the <see cref="T:System.Type"/> of the dictionary keys.
7437
            </summary>
7438
            <value>The <see cref="T:System.Type"/> of the dictionary keys.</value>
7439
        </member>
7440
        <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.DictionaryValueType">
7441
            <summary>
7442
            Gets the <see cref="T:System.Type"/> of the dictionary values.
7443
            </summary>
7444
            <value>The <see cref="T:System.Type"/> of the dictionary values.</value>
7445
        </member>
7446
        <member name="T:Newtonsoft.Json.Serialization.JsonISerializableContract">
7447
            <summary>
7448
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7449
            </summary>
7450
        </member>
7451
        <member name="M:Newtonsoft.Json.Serialization.JsonISerializableContract.#ctor(System.Type)">
7452
            <summary>
7453
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonISerializableContract"/> class.
7454
            </summary>
7455
            <param name="underlyingType">The underlying type for the contract.</param>
7456
        </member>
7457
        <member name="P:Newtonsoft.Json.Serialization.JsonISerializableContract.ISerializableCreator">
7458
            <summary>
7459
            Gets or sets the ISerializable object constructor.
7460
            </summary>
7461
            <value>The ISerializable object constructor.</value>
7462
        </member>
7463
        <member name="T:Newtonsoft.Json.Serialization.JsonLinqContract">
7464
            <summary>
7465
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7466
            </summary>
7467
        </member>
7468
        <member name="M:Newtonsoft.Json.Serialization.JsonLinqContract.#ctor(System.Type)">
7469
            <summary>
7470
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> class.
7471
            </summary>
7472
            <param name="underlyingType">The underlying type for the contract.</param>
7473
        </member>
7474
        <member name="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract">
7475
            <summary>
7476
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7477
            </summary>
7478
        </member>
7479
        <member name="M:Newtonsoft.Json.Serialization.JsonPrimitiveContract.#ctor(System.Type)">
7480
            <summary>
7481
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> class.
7482
            </summary>
7483
            <param name="underlyingType">The underlying type for the contract.</param>
7484
        </member>
7485
        <member name="T:Newtonsoft.Json.Serialization.JsonProperty">
7486
            <summary>
7487
            Maps a JSON property to a .NET member or constructor parameter.
7488
            </summary>
7489
        </member>
7490
        <member name="M:Newtonsoft.Json.Serialization.JsonProperty.ToString">
7491
            <summary>
7492
            Returns a <see cref="T:System.String"/> that represents this instance.
7493
            </summary>
7494
            <returns>
7495
            A <see cref="T:System.String"/> that represents this instance.
7496
            </returns>
7497
        </member>
7498
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.PropertyName">
7499
            <summary>
7500
            Gets or sets the name of the property.
7501
            </summary>
7502
            <value>The name of the property.</value>
7503
        </member>
7504
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DeclaringType">
7505
            <summary>
7506
            Gets or sets the type that declared this property.
7507
            </summary>
7508
            <value>The type that declared this property.</value>
7509
        </member>
7510
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Order">
7511
            <summary>
7512
            Gets or sets the order of serialization and deserialization of a member.
7513
            </summary>
7514
            <value>The numeric order of serialization or deserialization.</value>
7515
        </member>
7516
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.UnderlyingName">
7517
            <summary>
7518
            Gets or sets the name of the underlying member or parameter.
7519
            </summary>
7520
            <value>The name of the underlying member or parameter.</value>
7521
        </member>
7522
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ValueProvider">
7523
            <summary>
7524
            Gets the <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> that will get and set the <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> during serialization.
7525
            </summary>
7526
            <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>
7527
        </member>
7528
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.PropertyType">
7529
            <summary>
7530
            Gets or sets the type of the property.
7531
            </summary>
7532
            <value>The type of the property.</value>
7533
        </member>
7534
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Converter">
7535
            <summary>
7536
            Gets or sets the <see cref="T:Newtonsoft.Json.JsonConverter"/> for the property.
7537
            If set this converter takes presidence over the contract converter for the property type.
7538
            </summary>
7539
            <value>The converter.</value>
7540
        </member>
7541
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.MemberConverter">
7542
            <summary>
7543
            Gets the member converter.
7544
            </summary>
7545
            <value>The member converter.</value>
7546
        </member>
7547
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Ignored">
7548
            <summary>
7549
            Gets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is ignored.
7550
            </summary>
7551
            <value><c>true</c> if ignored; otherwise, <c>false</c>.</value>
7552
        </member>
7553
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Readable">
7554
            <summary>
7555
            Gets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is readable.
7556
            </summary>
7557
            <value><c>true</c> if readable; otherwise, <c>false</c>.</value>
7558
        </member>
7559
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Writable">
7560
            <summary>
7561
            Gets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is writable.
7562
            </summary>
7563
            <value><c>true</c> if writable; otherwise, <c>false</c>.</value>
7564
        </member>
7565
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.HasMemberAttribute">
7566
            <summary>
7567
            Gets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> has a member attribute.
7568
            </summary>
7569
            <value><c>true</c> if has a member attribute; otherwise, <c>false</c>.</value>
7570
        </member>
7571
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DefaultValue">
7572
            <summary>
7573
            Gets the default value.
7574
            </summary>
7575
            <value>The default value.</value>
7576
        </member>
7577
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Required">
7578
            <summary>
7579
            Gets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is required.
7580
            </summary>
7581
            <value>A value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is required.</value>
7582
        </member>
7583
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.IsReference">
7584
            <summary>
7585
            Gets a value indicating whether this property preserves object references.
7586
            </summary>
7587
            <value>
7588
                    <c>true</c> if this instance is reference; otherwise, <c>false</c>.
7589
            </value>
7590
        </member>
7591
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.NullValueHandling">
7592
            <summary>
7593
            Gets the property null value handling.
7594
            </summary>
7595
            <value>The null value handling.</value>
7596
        </member>
7597
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DefaultValueHandling">
7598
            <summary>
7599
            Gets the property default value handling.
7600
            </summary>
7601
            <value>The default value handling.</value>
7602
        </member>
7603
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ReferenceLoopHandling">
7604
            <summary>
7605
            Gets the property reference loop handling.
7606
            </summary>
7607
            <value>The reference loop handling.</value>
7608
        </member>
7609
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ObjectCreationHandling">
7610
            <summary>
7611
            Gets the property object creation handling.
7612
            </summary>
7613
            <value>The object creation handling.</value>
7614
        </member>
7615
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.TypeNameHandling">
7616
            <summary>
7617
            Gets or sets the type name handling.
7618
            </summary>
7619
            <value>The type name handling.</value>
7620
        </member>
7621
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ShouldSerialize">
7622
            <summary>
7623
            Gets or sets a predicate used to determine whether the property should be serialize.
7624
            </summary>
7625
            <value>A predicate used to determine whether the property should be serialize.</value>
7626
        </member>
7627
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.GetIsSpecified">
7628
            <summary>
7629
            Gets or sets a predicate used to determine whether the property should be serialized.
7630
            </summary>
7631
            <value>A predicate used to determine whether the property should be serialized.</value>
7632
        </member>
7633
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.SetIsSpecified">
7634
            <summary>
7635
            Gets or sets an action used to set whether the property has been deserialized.
7636
            </summary>
7637
            <value>An action used to set whether the property has been deserialized.</value>
7638
        </member>
7639
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemConverter">
7640
            <summary>
7641
            Gets or sets the converter used when serializing the property's collection items.
7642
            </summary>
7643
            <value>The collection's items converter.</value>
7644
        </member>
7645
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemIsReference">
7646
            <summary>
7647
            Gets or sets whether this property's collection items are serialized as a reference.
7648
            </summary>
7649
            <value>Whether this property's collection items are serialized as a reference.</value>
7650
        </member>
7651
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemTypeNameHandling">
7652
            <summary>
7653
            Gets or sets the the type name handling used when serializing the property's collection items.
7654
            </summary>
7655
            <value>The collection's items type name handling.</value>
7656
        </member>
7657
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemReferenceLoopHandling">
7658
            <summary>
7659
            Gets or sets the the reference loop handling used when serializing the property's collection items.
7660
            </summary>
7661
            <value>The collection's items reference loop handling.</value>
7662
        </member>
7663
        <member name="T:Newtonsoft.Json.Serialization.JsonPropertyCollection">
7664
            <summary>
7665
            A collection of <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> objects.
7666
            </summary>
7667
        </member>
7668
        <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.#ctor(System.Type)">
7669
            <summary>
7670
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonPropertyCollection"/> class.
7671
            </summary>
7672
            <param name="type">The type.</param>
7673
        </member>
7674
        <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetKeyForItem(Newtonsoft.Json.Serialization.JsonProperty)">
7675
            <summary>
7676
            When implemented in a derived class, extracts the key from the specified element.
7677
            </summary>
7678
            <param name="item">The element from which to extract the key.</param>
7679
            <returns>The key for the specified element.</returns>
7680
        </member>
7681
        <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.AddProperty(Newtonsoft.Json.Serialization.JsonProperty)">
7682
            <summary>
7683
            Adds a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> object.
7684
            </summary>
7685
            <param name="property">The property to add to the collection.</param>
7686
        </member>
7687
        <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetClosestMatchProperty(System.String)">
7688
            <summary>
7689
            Gets the closest matching <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> object.
7690
            First attempts to get an exact case match of propertyName and then
7691
            a case insensitive match.
7692
            </summary>
7693
            <param name="propertyName">Name of the property.</param>
7694
            <returns>A matching property if found.</returns>
7695
        </member>
7696
        <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetProperty(System.String,System.StringComparison)">
7697
            <summary>
7698
            Gets a property by property name.
7699
            </summary>
7700
            <param name="propertyName">The name of the property to get.</param>
7701
            <param name="comparisonType">Type property name string comparison.</param>
7702
            <returns>A matching property if found.</returns>
7703
        </member>
7704
        <member name="T:Newtonsoft.Json.MissingMemberHandling">
7705
            <summary>
7706
            Specifies missing member handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7707
            </summary>
7708
        </member>
7709
        <member name="F:Newtonsoft.Json.MissingMemberHandling.Ignore">
7710
            <summary>
7711
            Ignore a missing member and do not attempt to deserialize it.
7712
            </summary>
7713
        </member>
7714
        <member name="F:Newtonsoft.Json.MissingMemberHandling.Error">
7715
            <summary>
7716
            Throw a <see cref="T:Newtonsoft.Json.JsonSerializationException"/> when a missing member is encountered during deserialization.
7717
            </summary>
7718
        </member>
7719
        <member name="T:Newtonsoft.Json.NullValueHandling">
7720
            <summary>
7721
            Specifies null value handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7722
            </summary>
7723
            <example>
7724
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeNullValueHandlingObject" title="NullValueHandling Class"/>
7725
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeNullValueHandlingExample" title="NullValueHandling Ignore Example"/>
7726
            </example>
7727
        </member>
7728
        <member name="F:Newtonsoft.Json.NullValueHandling.Include">
7729
            <summary>
7730
            Include null values when serializing and deserializing objects.
7731
            </summary>
7732
        </member>
7733
        <member name="F:Newtonsoft.Json.NullValueHandling.Ignore">
7734
            <summary>
7735
            Ignore null values when serializing and deserializing objects.
7736
            </summary>
7737
        </member>
7738
        <member name="T:Newtonsoft.Json.ReferenceLoopHandling">
7739
            <summary>
7740
            Specifies reference loop handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7741
            </summary>
7742
        </member>
7743
        <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Error">
7744
            <summary>
7745
            Throw a <see cref="T:Newtonsoft.Json.JsonSerializationException"/> when a loop is encountered.
7746
            </summary>
7747
        </member>
7748
        <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Ignore">
7749
            <summary>
7750
            Ignore loop references and do not serialize.
7751
            </summary>
7752
        </member>
7753
        <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Serialize">
7754
            <summary>
7755
            Serialize loop references.
7756
            </summary>
7757
        </member>
7758
        <member name="T:Newtonsoft.Json.Schema.JsonSchema">
7759
            <summary>
7760
            An in-memory representation of a JSON Schema.
7761
            </summary>
7762
        </member>
7763
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.#ctor">
7764
            <summary>
7765
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> class.
7766
            </summary>
7767
        </member>
7768
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.Read(Newtonsoft.Json.JsonReader)">
7769
            <summary>
7770
            Reads a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.
7771
            </summary>
7772
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the JSON Schema to read.</param>
7773
            <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> object representing the JSON Schema.</returns>
7774
        </member>
7775
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.Read(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Schema.JsonSchemaResolver)">
7776
            <summary>
7777
            Reads a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.
7778
            </summary>
7779
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the JSON Schema to read.</param>
7780
            <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> to use when resolving schema references.</param>
7781
            <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> object representing the JSON Schema.</returns>
7782
        </member>
7783
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.Parse(System.String)">
7784
            <summary>
7785
            Load a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from a string that contains schema JSON.
7786
            </summary>
7787
            <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
7788
            <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> populated from the string that contains JSON.</returns>
7789
        </member>
7790
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.Parse(System.String,Newtonsoft.Json.Schema.JsonSchemaResolver)">
7791
            <summary>
7792
            Parses the specified json.
7793
            </summary>
7794
            <param name="json">The json.</param>
7795
            <param name="resolver">The resolver.</param>
7796
            <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> populated from the string that contains JSON.</returns>
7797
        </member>
7798
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.WriteTo(Newtonsoft.Json.JsonWriter)">
7799
            <summary>
7800
            Writes this schema to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
7801
            </summary>
7802
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
7803
        </member>
7804
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.Schema.JsonSchemaResolver)">
7805
            <summary>
7806
            Writes this schema to a <see cref="T:Newtonsoft.Json.JsonWriter"/> using the specified <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/>.
7807
            </summary>
7808
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
7809
            <param name="resolver">The resolver used.</param>
7810
        </member>
7811
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.ToString">
7812
            <summary>
7813
            Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
7814
            </summary>
7815
            <returns>
7816
            A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
7817
            </returns>
7818
        </member>
7819
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Id">
7820
            <summary>
7821
            Gets or sets the id.
7822
            </summary>
7823
        </member>
7824
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Title">
7825
            <summary>
7826
            Gets or sets the title.
7827
            </summary>
7828
        </member>
7829
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Required">
7830
            <summary>
7831
            Gets or sets whether the object is required.
7832
            </summary>
7833
        </member>
7834
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.ReadOnly">
7835
            <summary>
7836
            Gets or sets whether the object is read only.
7837
            </summary>
7838
        </member>
7839
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Hidden">
7840
            <summary>
7841
            Gets or sets whether the object is visible to users.
7842
            </summary>
7843
        </member>
7844
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Transient">
7845
            <summary>
7846
            Gets or sets whether the object is transient.
7847
            </summary>
7848
        </member>
7849
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Description">
7850
            <summary>
7851
            Gets or sets the description of the object.
7852
            </summary>
7853
        </member>
7854
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Type">
7855
            <summary>
7856
            Gets or sets the types of values allowed by the object.
7857
            </summary>
7858
            <value>The type.</value>
7859
        </member>
7860
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Pattern">
7861
            <summary>
7862
            Gets or sets the pattern.
7863
            </summary>
7864
            <value>The pattern.</value>
7865
        </member>
7866
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.MinimumLength">
7867
            <summary>
7868
            Gets or sets the minimum length.
7869
            </summary>
7870
            <value>The minimum length.</value>
7871
        </member>
7872
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.MaximumLength">
7873
            <summary>
7874
            Gets or sets the maximum length.
7875
            </summary>
7876
            <value>The maximum length.</value>
7877
        </member>
7878
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.DivisibleBy">
7879
            <summary>
7880
            Gets or sets a number that the value should be divisble by.
7881
            </summary>
7882
            <value>A number that the value should be divisble by.</value>
7883
        </member>
7884
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Minimum">
7885
            <summary>
7886
            Gets or sets the minimum.
7887
            </summary>
7888
            <value>The minimum.</value>
7889
        </member>
7890
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Maximum">
7891
            <summary>
7892
            Gets or sets the maximum.
7893
            </summary>
7894
            <value>The maximum.</value>
7895
        </member>
7896
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.ExclusiveMinimum">
7897
            <summary>
7898
            Gets or sets a flag indicating whether the value can not equal the number defined by the "minimum" attribute.
7899
            </summary>
7900
            <value>A flag indicating whether the value can not equal the number defined by the "minimum" attribute.</value>
7901
        </member>
7902
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.ExclusiveMaximum">
7903
            <summary>
7904
            Gets or sets a flag indicating whether the value can not equal the number defined by the "maximum" attribute.
7905
            </summary>
7906
            <value>A flag indicating whether the value can not equal the number defined by the "maximum" attribute.</value>
7907
        </member>
7908
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.MinimumItems">
7909
            <summary>
7910
            Gets or sets the minimum number of items.
7911
            </summary>
7912
            <value>The minimum number of items.</value>
7913
        </member>
7914
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.MaximumItems">
7915
            <summary>
7916
            Gets or sets the maximum number of items.
7917
            </summary>
7918
            <value>The maximum number of items.</value>
7919
        </member>
7920
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Items">
7921
            <summary>
7922
            Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of items.
7923
            </summary>
7924
            <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of items.</value>
7925
        </member>
7926
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Properties">
7927
            <summary>
7928
            Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of properties.
7929
            </summary>
7930
            <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of properties.</value>
7931
        </member>
7932
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.AdditionalProperties">
7933
            <summary>
7934
            Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional properties.
7935
            </summary>
7936
            <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional properties.</value>
7937
        </member>
7938
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.PatternProperties">
7939
            <summary>
7940
            Gets or sets the pattern properties.
7941
            </summary>
7942
            <value>The pattern properties.</value>
7943
        </member>
7944
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.AllowAdditionalProperties">
7945
            <summary>
7946
            Gets or sets a value indicating whether additional properties are allowed.
7947
            </summary>
7948
            <value>
7949
                    <c>true</c> if additional properties are allowed; otherwise, <c>false</c>.
7950
            </value>
7951
        </member>
7952
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Requires">
7953
            <summary>
7954
            Gets or sets the required property if this property is present.
7955
            </summary>
7956
            <value>The required property if this property is present.</value>
7957
        </member>
7958
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Identity">
7959
            <summary>
7960
            Gets or sets the identity.
7961
            </summary>
7962
            <value>The identity.</value>
7963
        </member>
7964
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Enum">
7965
            <summary>
7966
            Gets or sets the a collection of valid enum values allowed.
7967
            </summary>
7968
            <value>A collection of valid enum values allowed.</value>
7969
        </member>
7970
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Options">
7971
            <summary>
7972
            Gets or sets a collection of options.
7973
            </summary>
7974
            <value>A collection of options.</value>
7975
        </member>
7976
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Disallow">
7977
            <summary>
7978
            Gets or sets disallowed types.
7979
            </summary>
7980
            <value>The disallow types.</value>
7981
        </member>
7982
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Default">
7983
            <summary>
7984
            Gets or sets the default value.
7985
            </summary>
7986
            <value>The default value.</value>
7987
        </member>
7988
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Extends">
7989
            <summary>
7990
            Gets or sets the extend <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/>.
7991
            </summary>
7992
            <value>The extended <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/>.</value>
7993
        </member>
7994
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Format">
7995
            <summary>
7996
            Gets or sets the format.
7997
            </summary>
7998
            <value>The format.</value>
7999
        </member>
8000
        <member name="T:Newtonsoft.Json.Schema.JsonSchemaGenerator">
8001
            <summary>
8002
            Generates a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from a specified <see cref="T:System.Type"/>.
8003
            </summary>
8004
        </member>
8005
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type)">
8006
            <summary>
8007
            Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
8008
            </summary>
8009
            <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
8010
            <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
8011
        </member>
8012
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,Newtonsoft.Json.Schema.JsonSchemaResolver)">
8013
            <summary>
8014
            Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
8015
            </summary>
8016
            <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
8017
            <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> used to resolve schema references.</param>
8018
            <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
8019
        </member>
8020
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,System.Boolean)">
8021
            <summary>
8022
            Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
8023
            </summary>
8024
            <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
8025
            <param name="rootSchemaNullable">Specify whether the generated root <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> will be nullable.</param>
8026
            <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
8027
        </member>
8028
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,Newtonsoft.Json.Schema.JsonSchemaResolver,System.Boolean)">
8029
            <summary>
8030
            Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
8031
            </summary>
8032
            <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
8033
            <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> used to resolve schema references.</param>
8034
            <param name="rootSchemaNullable">Specify whether the generated root <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> will be nullable.</param>
8035
            <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
8036
        </member>
8037
        <member name="P:Newtonsoft.Json.Schema.JsonSchemaGenerator.UndefinedSchemaIdHandling">
8038
            <summary>
8039
            Gets or sets how undefined schemas are handled by the serializer.
8040
            </summary>
8041
        </member>
8042
        <member name="P:Newtonsoft.Json.Schema.JsonSchemaGenerator.ContractResolver">
8043
            <summary>
8044
            Gets or sets the contract resolver.
8045
            </summary>
8046
            <value>The contract resolver.</value>
8047
        </member>
8048
        <member name="T:Newtonsoft.Json.Schema.JsonSchemaType">
8049
            <summary>
8050
            The value types allowed by the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/>.
8051
            </summary>
8052
        </member>
8053
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.None">
8054
            <summary>
8055
            No type specified.
8056
            </summary>
8057
        </member>
8058
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.String">
8059
            <summary>
8060
            String type.
8061
            </summary>
8062
        </member>
8063
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Float">
8064
            <summary>
8065
            Float type.
8066
            </summary>
8067
        </member>
8068
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Integer">
8069
            <summary>
8070
            Integer type.
8071
            </summary>
8072
        </member>
8073
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Boolean">
8074
            <summary>
8075
            Boolean type.
8076
            </summary>
8077
        </member>
8078
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Object">
8079
            <summary>
8080
            Object type.
8081
            </summary>
8082
        </member>
8083
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Array">
8084
            <summary>
8085
            Array type.
8086
            </summary>
8087
        </member>
8088
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Null">
8089
            <summary>
8090
            Null type.
8091
            </summary>
8092
        </member>
8093
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Any">
8094
            <summary>
8095
            Any type.
8096
            </summary>
8097
        </member>
8098
        <member name="T:Newtonsoft.Json.Serialization.JsonObjectContract">
8099
            <summary>
8100
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8101
            </summary>
8102
        </member>
8103
        <member name="M:Newtonsoft.Json.Serialization.JsonObjectContract.#ctor(System.Type)">
8104
            <summary>
8105
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> class.
8106
            </summary>
8107
            <param name="underlyingType">The underlying type for the contract.</param>
8108
        </member>
8109
        <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.MemberSerialization">
8110
            <summary>
8111
            Gets or sets the object member serialization.
8112
            </summary>
8113
            <value>The member object serialization.</value>
8114
        </member>
8115
        <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ItemRequired">
8116
            <summary>
8117
            Gets or sets a value that indicates whether the object's properties are required.
8118
            </summary>
8119
            <value>
8120
                    A value indicating whether the object's properties are required.
8121
            </value>
8122
        </member>
8123
        <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.Properties">
8124
            <summary>
8125
            Gets the object's properties.
8126
            </summary>
8127
            <value>The object's properties.</value>
8128
        </member>
8129
        <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ConstructorParameters">
8130
            <summary>
8131
            Gets the constructor parameters required for any non-default constructor
8132
            </summary>
8133
        </member>
8134
        <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.OverrideConstructor">
8135
            <summary>
8136
            Gets or sets the override constructor used to create the object.
8137
            This is set when a constructor is marked up using the
8138
            JsonConstructor attribute.
8139
            </summary>
8140
            <value>The override constructor.</value>
8141
        </member>
8142
        <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ParametrizedConstructor">
8143
            <summary>
8144
            Gets or sets the parametrized constructor used to create the object.
8145
            </summary>
8146
            <value>The parametrized constructor.</value>
8147
        </member>
8148
        <member name="T:Newtonsoft.Json.Serialization.JsonStringContract">
8149
            <summary>
8150
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8151
            </summary>
8152
        </member>
8153
        <member name="M:Newtonsoft.Json.Serialization.JsonStringContract.#ctor(System.Type)">
8154
            <summary>
8155
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> class.
8156
            </summary>
8157
            <param name="underlyingType">The underlying type for the contract.</param>
8158
        </member>
8159
        <member name="T:Newtonsoft.Json.Serialization.ObjectConstructor`1">
8160
            <summary>
8161
            Represents a method that constructs an object.
8162
            </summary>
8163
            <typeparam name="T">The object type to create.</typeparam>
8164
        </member>
8165
        <member name="T:Newtonsoft.Json.Serialization.OnErrorAttribute">
8166
            <summary>
8167
            When applied to a method, specifies that the method is called when an error occurs serializing an object.
8168
            </summary>
8169
        </member>
8170
        <member name="T:Newtonsoft.Json.Serialization.ReflectionValueProvider">
8171
            <summary>
8172
            Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using reflection.
8173
            </summary>
8174
        </member>
8175
        <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.#ctor(System.Reflection.MemberInfo)">
8176
            <summary>
8177
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ReflectionValueProvider"/> class.
8178
            </summary>
8179
            <param name="memberInfo">The member info.</param>
8180
        </member>
8181
        <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.SetValue(System.Object,System.Object)">
8182
            <summary>
8183
            Sets the value.
8184
            </summary>
8185
            <param name="target">The target to set the value on.</param>
8186
            <param name="value">The value to set on the target.</param>
8187
        </member>
8188
        <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.GetValue(System.Object)">
8189
            <summary>
8190
            Gets the value.
8191
            </summary>
8192
            <param name="target">The target to get the value from.</param>
8193
            <returns>The value.</returns>
8194
        </member>
8195
        <member name="T:Newtonsoft.Json.TypeNameHandling">
8196
            <summary>
8197
            Specifies type name handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8198
            </summary>
8199
        </member>
8200
        <member name="F:Newtonsoft.Json.TypeNameHandling.None">
8201
            <summary>
8202
            Do not include the .NET type name when serializing types.
8203
            </summary>
8204
        </member>
8205
        <member name="F:Newtonsoft.Json.TypeNameHandling.Objects">
8206
            <summary>
8207
            Include the .NET type name when serializing into a JSON object structure.
8208
            </summary>
8209
        </member>
8210
        <member name="F:Newtonsoft.Json.TypeNameHandling.Arrays">
8211
            <summary>
8212
            Include the .NET type name when serializing into a JSON array structure.
8213
            </summary>
8214
        </member>
8215
        <member name="F:Newtonsoft.Json.TypeNameHandling.All">
8216
            <summary>
8217
            Always include the .NET type name when serializing.
8218
            </summary>
8219
        </member>
8220
        <member name="F:Newtonsoft.Json.TypeNameHandling.Auto">
8221
            <summary>
8222
            Include the .NET type name when the type of the object being serialized is not the same as its declared type.
8223
            </summary>
8224
        </member>
8225
        <member name="M:Newtonsoft.Json.Utilities.ConvertUtils.Convert(System.Object,System.Globalization.CultureInfo,System.Type)">
8226
            <summary>
8227
            Converts the value to the specified type.
8228
            </summary>
8229
            <param name="initialValue">The value to convert.</param>
8230
            <param name="culture">The culture to use when converting.</param>
8231
            <param name="targetType">The type to convert the value to.</param>
8232
            <returns>The converted type.</returns>
8233
        </member>
8234
        <member name="M:Newtonsoft.Json.Utilities.ConvertUtils.TryConvert(System.Object,System.Globalization.CultureInfo,System.Type,System.Object@)">
8235
            <summary>
8236
            Converts the value to the specified type.
8237
            </summary>
8238
            <param name="initialValue">The value to convert.</param>
8239
            <param name="culture">The culture to use when converting.</param>
8240
            <param name="targetType">The type to convert the value to.</param>
8241
            <param name="convertedValue">The converted value if the conversion was successful or the default value of <c>T</c> if it failed.</param>
8242
            <returns>
8243
                    <c>true</c> if <c>initialValue</c> was converted successfully; otherwise, <c>false</c>.
8244
            </returns>
8245
        </member>
8246
        <member name="M:Newtonsoft.Json.Utilities.ConvertUtils.ConvertOrCast(System.Object,System.Globalization.CultureInfo,System.Type)">
8247
            <summary>
8248
            Converts the value to the specified type. If the value is unable to be converted, the
8249
            value is checked whether it assignable to the specified type.
8250
            </summary>
8251
            <param name="initialValue">The value to convert.</param>
8252
            <param name="culture">The culture to use when converting.</param>
8253
            <param name="targetType">The type to convert or cast the value to.</param>
8254
            <returns>
8255
            The converted type. If conversion was unsuccessful, the initial value
8256
            is returned if assignable to the target type.
8257
            </returns>
8258
        </member>
8259
        <member name="M:Newtonsoft.Json.Utilities.EnumUtils.GetNamesAndValues``1">
8260
            <summary>
8261
            Gets a dictionary of the names and values of an Enum type.
8262
            </summary>
8263
            <returns></returns>
8264
        </member>
8265
        <member name="M:Newtonsoft.Json.Utilities.EnumUtils.GetNamesAndValues``1(System.Type)">
8266
            <summary>
8267
            Gets a dictionary of the names and values of an Enum type.
8268
            </summary>
8269
            <param name="enumType">The enum type to get names and values for.</param>
8270
            <returns></returns>
8271
        </member>
8272
        <member name="T:Newtonsoft.Json.JsonToken">
8273
            <summary>
8274
            Specifies the type of Json token.
8275
            </summary>
8276
        </member>
8277
        <member name="F:Newtonsoft.Json.JsonToken.None">
8278
            <summary>
8279
            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. 
8280
            </summary>
8281
        </member>
8282
        <member name="F:Newtonsoft.Json.JsonToken.StartObject">
8283
            <summary>
8284
            An object start token.
8285
            </summary>
8286
        </member>
8287
        <member name="F:Newtonsoft.Json.JsonToken.StartArray">
8288
            <summary>
8289
            An array start token.
8290
            </summary>
8291
        </member>
8292
        <member name="F:Newtonsoft.Json.JsonToken.StartConstructor">
8293
            <summary>
8294
            A constructor start token.
8295
            </summary>
8296
        </member>
8297
        <member name="F:Newtonsoft.Json.JsonToken.PropertyName">
8298
            <summary>
8299
            An object property name.
8300
            </summary>
8301
        </member>
8302
        <member name="F:Newtonsoft.Json.JsonToken.Comment">
8303
            <summary>
8304
            A comment.
8305
            </summary>
8306
        </member>
8307
        <member name="F:Newtonsoft.Json.JsonToken.Raw">
8308
            <summary>
8309
            Raw JSON.
8310
            </summary>
8311
        </member>
8312
        <member name="F:Newtonsoft.Json.JsonToken.Integer">
8313
            <summary>
8314
            An integer.
8315
            </summary>
8316
        </member>
8317
        <member name="F:Newtonsoft.Json.JsonToken.Float">
8318
            <summary>
8319
            A float.
8320
            </summary>
8321
        </member>
8322
        <member name="F:Newtonsoft.Json.JsonToken.String">
8323
            <summary>
8324
            A string.
8325
            </summary>
8326
        </member>
8327
        <member name="F:Newtonsoft.Json.JsonToken.Boolean">
8328
            <summary>
8329
            A boolean.
8330
            </summary>
8331
        </member>
8332
        <member name="F:Newtonsoft.Json.JsonToken.Null">
8333
            <summary>
8334
            A null token.
8335
            </summary>
8336
        </member>
8337
        <member name="F:Newtonsoft.Json.JsonToken.Undefined">
8338
            <summary>
8339
            An undefined token.
8340
            </summary>
8341
        </member>
8342
        <member name="F:Newtonsoft.Json.JsonToken.EndObject">
8343
            <summary>
8344
            An object end token.
8345
            </summary>
8346
        </member>
8347
        <member name="F:Newtonsoft.Json.JsonToken.EndArray">
8348
            <summary>
8349
            An array end token.
8350
            </summary>
8351
        </member>
8352
        <member name="F:Newtonsoft.Json.JsonToken.EndConstructor">
8353
            <summary>
8354
            A constructor end token.
8355
            </summary>
8356
        </member>
8357
        <member name="F:Newtonsoft.Json.JsonToken.Date">
8358
            <summary>
8359
            A Date.
8360
            </summary>
8361
        </member>
8362
        <member name="F:Newtonsoft.Json.JsonToken.Bytes">
8363
            <summary>
8364
            Byte data.
8365
            </summary>
8366
        </member>
8367
        <member name="T:Newtonsoft.Json.Utilities.StringBuffer">
8368
            <summary>
8369
            Builds a string. Unlike StringBuilder this class lets you reuse it's internal buffer.
8370
            </summary>
8371
        </member>
8372
        <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.IsNullOrEmpty``1(System.Collections.Generic.ICollection{``0})">
8373
            <summary>
8374
            Determines whether the collection is null or empty.
8375
            </summary>
8376
            <param name="collection">The collection.</param>
8377
            <returns>
8378
                    <c>true</c> if the collection is null or empty; otherwise, <c>false</c>.
8379
            </returns>
8380
        </member>
8381
        <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.AddRange``1(System.Collections.Generic.IList{``0},System.Collections.Generic.IEnumerable{``0})">
8382
            <summary>
8383
            Adds the elements of the specified collection to the specified generic IList.
8384
            </summary>
8385
            <param name="initial">The list to add to.</param>
8386
            <param name="collection">The collection of elements to add.</param>
8387
        </member>
8388
        <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.IndexOf``1(System.Collections.Generic.IEnumerable{``0},``0,System.Collections.Generic.IEqualityComparer{``0})">
8389
            <summary>
8390
            Returns the index of the first occurrence in a sequence by using a specified IEqualityComparer.
8391
            </summary>
8392
            <typeparam name="TSource">The type of the elements of source.</typeparam>
8393
            <param name="list">A sequence in which to locate a value.</param>
8394
            <param name="value">The object to locate in the sequence</param>
8395
            <param name="comparer">An equality comparer to compare values.</param>
8396
            <returns>The zero-based index of the first occurrence of value within the entire sequence, if found; otherwise, –1.</returns>
8397
        </member>
8398
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetCollectionItemType(System.Type)">
8399
            <summary>
8400
            Gets the type of the typed collection's items.
8401
            </summary>
8402
            <param name="type">The type.</param>
8403
            <returns>The type of the typed collection's items.</returns>
8404
        </member>
8405
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetMemberUnderlyingType(System.Reflection.MemberInfo)">
8406
            <summary>
8407
            Gets the member's underlying type.
8408
            </summary>
8409
            <param name="member">The member.</param>
8410
            <returns>The underlying type of the member.</returns>
8411
        </member>
8412
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.IsIndexedProperty(System.Reflection.MemberInfo)">
8413
            <summary>
8414
            Determines whether the member is an indexed property.
8415
            </summary>
8416
            <param name="member">The member.</param>
8417
            <returns>
8418
                    <c>true</c> if the member is an indexed property; otherwise, <c>false</c>.
8419
            </returns>
8420
        </member>
8421
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.IsIndexedProperty(System.Reflection.PropertyInfo)">
8422
            <summary>
8423
            Determines whether the property is an indexed property.
8424
            </summary>
8425
            <param name="property">The property.</param>
8426
            <returns>
8427
                    <c>true</c> if the property is an indexed property; otherwise, <c>false</c>.
8428
            </returns>
8429
        </member>
8430
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetMemberValue(System.Reflection.MemberInfo,System.Object)">
8431
            <summary>
8432
            Gets the member's value on the object.
8433
            </summary>
8434
            <param name="member">The member.</param>
8435
            <param name="target">The target object.</param>
8436
            <returns>The member's value on the object.</returns>
8437
        </member>
8438
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.SetMemberValue(System.Reflection.MemberInfo,System.Object,System.Object)">
8439
            <summary>
8440
            Sets the member's value on the target object.
8441
            </summary>
8442
            <param name="member">The member.</param>
8443
            <param name="target">The target.</param>
8444
            <param name="value">The value.</param>
8445
        </member>
8446
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.CanReadMemberValue(System.Reflection.MemberInfo,System.Boolean)">
8447
            <summary>
8448
            Determines whether the specified MemberInfo can be read.
8449
            </summary>
8450
            <param name="member">The MemberInfo to determine whether can be read.</param>
8451
            /// <param name="nonPublic">if set to <c>true</c> then allow the member to be gotten non-publicly.</param>
8452
            <returns>
8453
                    <c>true</c> if the specified MemberInfo can be read; otherwise, <c>false</c>.
8454
            </returns>
8455
        </member>
8456
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.CanSetMemberValue(System.Reflection.MemberInfo,System.Boolean,System.Boolean)">
8457
            <summary>
8458
            Determines whether the specified MemberInfo can be set.
8459
            </summary>
8460
            <param name="member">The MemberInfo to determine whether can be set.</param>
8461
            <param name="nonPublic">if set to <c>true</c> then allow the member to be set non-publicly.</param>
8462
            <param name="canSetReadOnly">if set to <c>true</c> then allow the member to be set if read-only.</param>
8463
            <returns>
8464
                    <c>true</c> if the specified MemberInfo can be set; otherwise, <c>false</c>.
8465
            </returns>
8466
        </member>
8467
        <member name="M:Newtonsoft.Json.Utilities.StringUtils.IsWhiteSpace(System.String)">
8468
            <summary>
8469
            Determines whether the string is all white space. Empty string will return false.
8470
            </summary>
8471
            <param name="s">The string to test whether it is all white space.</param>
8472
            <returns>
8473
                    <c>true</c> if the string is all white space; otherwise, <c>false</c>.
8474
            </returns>
8475
        </member>
8476
        <member name="M:Newtonsoft.Json.Utilities.StringUtils.NullEmptyString(System.String)">
8477
            <summary>
8478
            Nulls an empty string.
8479
            </summary>
8480
            <param name="s">The string.</param>
8481
            <returns>Null if the string was null, otherwise the string unchanged.</returns>
8482
        </member>
8483
        <member name="T:Newtonsoft.Json.WriteState">
8484
            <summary>
8485
            Specifies the state of the <see cref="T:Newtonsoft.Json.JsonWriter"/>.
8486
            </summary>
8487
        </member>
8488
        <member name="F:Newtonsoft.Json.WriteState.Error">
8489
            <summary>
8490
            An exception has been thrown, which has left the <see cref="T:Newtonsoft.Json.JsonWriter"/> in an invalid state.
8491
            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.
8492
            Any other <see cref="T:Newtonsoft.Json.JsonWriter"/> method calls results in an <see cref="T:System.InvalidOperationException"/> being thrown. 
8493
            </summary>
8494
        </member>
8495
        <member name="F:Newtonsoft.Json.WriteState.Closed">
8496
            <summary>
8497
            The <see cref="M:Newtonsoft.Json.JsonWriter.Close"/> method has been called. 
8498
            </summary>
8499
        </member>
8500
        <member name="F:Newtonsoft.Json.WriteState.Object">
8501
            <summary>
8502
            An object is being written. 
8503
            </summary>
8504
        </member>
8505
        <member name="F:Newtonsoft.Json.WriteState.Array">
8506
            <summary>
8507
            A array is being written.
8508
            </summary>
8509
        </member>
8510
        <member name="F:Newtonsoft.Json.WriteState.Constructor">
8511
            <summary>
8512
            A constructor is being written.
8513
            </summary>
8514
        </member>
8515
        <member name="F:Newtonsoft.Json.WriteState.Property">
8516
            <summary>
8517
            A property is being written.
8518
            </summary>
8519
        </member>
8520
        <member name="F:Newtonsoft.Json.WriteState.Start">
8521
            <summary>
8522
            A write method has not been called.
8523
            </summary>
8524
        </member>
8525
    </members>
8526
</doc>