프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / packages / Newtonsoft.Json.6.0.4 / lib / net45 / Newtonsoft.Json.xml @ 45d645bf

이력 | 보기 | 이력해설 | 다운로드 (459 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.ReadAsDateTimeOffset">
76
            <summary>
77
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
78
            </summary>
79
            <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
80
        </member>
81
        <member name="M:Newtonsoft.Json.JsonReader.Skip">
82
            <summary>
83
            Skips the children of the current token.
84
            </summary>
85
        </member>
86
        <member name="M:Newtonsoft.Json.JsonReader.SetToken(Newtonsoft.Json.JsonToken)">
87
            <summary>
88
            Sets the current token.
89
            </summary>
90
            <param name="newToken">The new token.</param>
91
        </member>
92
        <member name="M:Newtonsoft.Json.JsonReader.SetToken(Newtonsoft.Json.JsonToken,System.Object)">
93
            <summary>
94
            Sets the current token and value.
95
            </summary>
96
            <param name="newToken">The new token.</param>
97
            <param name="value">The value.</param>
98
        </member>
99
        <member name="M:Newtonsoft.Json.JsonReader.SetStateBasedOnCurrent">
100
            <summary>
101
            Sets the state based on current token type.
102
            </summary>
103
        </member>
104
        <member name="M:Newtonsoft.Json.JsonReader.System#IDisposable#Dispose">
105
            <summary>
106
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
107
            </summary>
108
        </member>
109
        <member name="M:Newtonsoft.Json.JsonReader.Dispose(System.Boolean)">
110
            <summary>
111
            Releases unmanaged and - optionally - managed resources
112
            </summary>
113
            <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
114
        </member>
115
        <member name="M:Newtonsoft.Json.JsonReader.Close">
116
            <summary>
117
            Changes the <see cref="T:Newtonsoft.Json.JsonReader.State"/> to Closed. 
118
            </summary>
119
        </member>
120
        <member name="P:Newtonsoft.Json.JsonReader.CurrentState">
121
            <summary>
122
            Gets the current reader state.
123
            </summary>
124
            <value>The current reader state.</value>
125
        </member>
126
        <member name="P:Newtonsoft.Json.JsonReader.CloseInput">
127
            <summary>
128
            Gets or sets a value indicating whether the underlying stream or
129
            <see cref="T:System.IO.TextReader"/> should be closed when the reader is closed.
130
            </summary>
131
            <value>
132
            true to close the underlying stream or <see cref="T:System.IO.TextReader"/> when
133
            the reader is closed; otherwise false. The default is true.
134
            </value>
135
        </member>
136
        <member name="P:Newtonsoft.Json.JsonReader.SupportMultipleContent">
137
            <summary>
138
            Gets or sets a value indicating whether multiple pieces of JSON content can
139
            be read from a continuous stream without erroring.
140
            </summary>
141
            <value>
142
            true to support reading multiple pieces of JSON content; otherwise false. The default is false.
143
            </value>
144
        </member>
145
        <member name="P:Newtonsoft.Json.JsonReader.QuoteChar">
146
            <summary>
147
            Gets the quotation mark character used to enclose the value of a string.
148
            </summary>
149
        </member>
150
        <member name="P:Newtonsoft.Json.JsonReader.DateTimeZoneHandling">
151
            <summary>
152
            Get or set how <see cref="T:System.DateTime"/> time zones are handling when reading JSON.
153
            </summary>
154
        </member>
155
        <member name="P:Newtonsoft.Json.JsonReader.DateParseHandling">
156
            <summary>
157
            Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
158
            </summary>
159
        </member>
160
        <member name="P:Newtonsoft.Json.JsonReader.FloatParseHandling">
161
            <summary>
162
            Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
163
            </summary>
164
        </member>
165
        <member name="P:Newtonsoft.Json.JsonReader.DateFormatString">
166
            <summary>
167
            Get or set how custom date formatted strings are parsed when reading JSON.
168
            </summary>
169
        </member>
170
        <member name="P:Newtonsoft.Json.JsonReader.MaxDepth">
171
            <summary>
172
            Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>.
173
            </summary>
174
        </member>
175
        <member name="P:Newtonsoft.Json.JsonReader.TokenType">
176
            <summary>
177
            Gets the type of the current JSON token. 
178
            </summary>
179
        </member>
180
        <member name="P:Newtonsoft.Json.JsonReader.Value">
181
            <summary>
182
            Gets the text value of the current JSON token.
183
            </summary>
184
        </member>
185
        <member name="P:Newtonsoft.Json.JsonReader.ValueType">
186
            <summary>
187
            Gets The Common Language Runtime (CLR) type for the current JSON token.
188
            </summary>
189
        </member>
190
        <member name="P:Newtonsoft.Json.JsonReader.Depth">
191
            <summary>
192
            Gets the depth of the current token in the JSON document.
193
            </summary>
194
            <value>The depth of the current token in the JSON document.</value>
195
        </member>
196
        <member name="P:Newtonsoft.Json.JsonReader.Path">
197
            <summary>
198
            Gets the path of the current JSON token. 
199
            </summary>
200
        </member>
201
        <member name="P:Newtonsoft.Json.JsonReader.Culture">
202
            <summary>
203
            Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.
204
            </summary>
205
        </member>
206
        <member name="T:Newtonsoft.Json.JsonReader.State">
207
            <summary>
208
            Specifies the state of the reader.
209
            </summary>
210
        </member>
211
        <member name="F:Newtonsoft.Json.JsonReader.State.Start">
212
            <summary>
213
            The Read method has not been called.
214
            </summary>
215
        </member>
216
        <member name="F:Newtonsoft.Json.JsonReader.State.Complete">
217
            <summary>
218
            The end of the file has been reached successfully.
219
            </summary>
220
        </member>
221
        <member name="F:Newtonsoft.Json.JsonReader.State.Property">
222
            <summary>
223
            Reader is at a property.
224
            </summary>
225
        </member>
226
        <member name="F:Newtonsoft.Json.JsonReader.State.ObjectStart">
227
            <summary>
228
            Reader is at the start of an object.
229
            </summary>
230
        </member>
231
        <member name="F:Newtonsoft.Json.JsonReader.State.Object">
232
            <summary>
233
            Reader is in an object.
234
            </summary>
235
        </member>
236
        <member name="F:Newtonsoft.Json.JsonReader.State.ArrayStart">
237
            <summary>
238
            Reader is at the start of an array.
239
            </summary>
240
        </member>
241
        <member name="F:Newtonsoft.Json.JsonReader.State.Array">
242
            <summary>
243
            Reader is in an array.
244
            </summary>
245
        </member>
246
        <member name="F:Newtonsoft.Json.JsonReader.State.Closed">
247
            <summary>
248
            The Close method has been called.
249
            </summary>
250
        </member>
251
        <member name="F:Newtonsoft.Json.JsonReader.State.PostValue">
252
            <summary>
253
            Reader has just read a value.
254
            </summary>
255
        </member>
256
        <member name="F:Newtonsoft.Json.JsonReader.State.ConstructorStart">
257
            <summary>
258
            Reader is at the start of a constructor.
259
            </summary>
260
        </member>
261
        <member name="F:Newtonsoft.Json.JsonReader.State.Constructor">
262
            <summary>
263
            Reader in a constructor.
264
            </summary>
265
        </member>
266
        <member name="F:Newtonsoft.Json.JsonReader.State.Error">
267
            <summary>
268
            An error occurred that prevents the read operation from continuing.
269
            </summary>
270
        </member>
271
        <member name="F:Newtonsoft.Json.JsonReader.State.Finished">
272
            <summary>
273
            The end of the file has been reached successfully.
274
            </summary>
275
        </member>
276
        <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.Stream)">
277
            <summary>
278
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.
279
            </summary>
280
            <param name="stream">The stream.</param>
281
        </member>
282
        <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.BinaryReader)">
283
            <summary>
284
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.
285
            </summary>
286
            <param name="reader">The reader.</param>
287
        </member>
288
        <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.Stream,System.Boolean,System.DateTimeKind)">
289
            <summary>
290
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.
291
            </summary>
292
            <param name="stream">The stream.</param>
293
            <param name="readRootValueAsArray">if set to <c>true</c> the root object will be read as a JSON array.</param>
294
            <param name="dateTimeKindHandling">The <see cref="T:System.DateTimeKind"/> used when reading <see cref="T:System.DateTime"/> values from BSON.</param>
295
        </member>
296
        <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.BinaryReader,System.Boolean,System.DateTimeKind)">
297
            <summary>
298
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.
299
            </summary>
300
            <param name="reader">The reader.</param>
301
            <param name="readRootValueAsArray">if set to <c>true</c> the root object will be read as a JSON array.</param>
302
            <param name="dateTimeKindHandling">The <see cref="T:System.DateTimeKind"/> used when reading <see cref="T:System.DateTime"/> values from BSON.</param>
303
        </member>
304
        <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsBytes">
305
            <summary>
306
            Reads the next JSON token from the stream as a <see cref="T:Byte[]"/>.
307
            </summary>
308
            <returns>
309
            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.
310
            </returns>
311
        </member>
312
        <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDecimal">
313
            <summary>
314
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
315
            </summary>
316
            <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
317
        </member>
318
        <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsInt32">
319
            <summary>
320
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
321
            </summary>
322
            <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
323
        </member>
324
        <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsString">
325
            <summary>
326
            Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
327
            </summary>
328
            <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
329
        </member>
330
        <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDateTime">
331
            <summary>
332
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
333
            </summary>
334
            <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
335
        </member>
336
        <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDateTimeOffset">
337
            <summary>
338
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
339
            </summary>
340
            <returns>
341
            A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.
342
            </returns>
343
        </member>
344
        <member name="M:Newtonsoft.Json.Bson.BsonReader.Read">
345
            <summary>
346
            Reads the next JSON token from the stream.
347
            </summary>
348
            <returns>
349
            true if the next token was read successfully; false if there are no more tokens to read.
350
            </returns>
351
        </member>
352
        <member name="M:Newtonsoft.Json.Bson.BsonReader.Close">
353
            <summary>
354
            Changes the <see cref="T:Newtonsoft.Json.JsonReader.State"/> to Closed.
355
            </summary>
356
        </member>
357
        <member name="P:Newtonsoft.Json.Bson.BsonReader.JsonNet35BinaryCompatibility">
358
            <summary>
359
            Gets or sets a value indicating whether binary data reading should compatible with incorrect Json.NET 3.5 written binary.
360
            </summary>
361
            <value>
362
                    <c>true</c> if binary data reading will be compatible with incorrect Json.NET 3.5 written binary; otherwise, <c>false</c>.
363
            </value>
364
        </member>
365
        <member name="P:Newtonsoft.Json.Bson.BsonReader.ReadRootValueAsArray">
366
            <summary>
367
            Gets or sets a value indicating whether the root object will be read as a JSON array.
368
            </summary>
369
            <value>
370
                    <c>true</c> if the root object will be read as a JSON array; otherwise, <c>false</c>.
371
            </value>
372
        </member>
373
        <member name="P:Newtonsoft.Json.Bson.BsonReader.DateTimeKindHandling">
374
            <summary>
375
            Gets or sets the <see cref="T:System.DateTimeKind"/> used when reading <see cref="T:System.DateTime"/> values from BSON.
376
            </summary>
377
            <value>The <see cref="T:System.DateTimeKind"/> used when reading <see cref="T:System.DateTime"/> values from BSON.</value>
378
        </member>
379
        <member name="T:Newtonsoft.Json.Bson.BsonWriter">
380
            <summary>
381
            Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
382
            </summary>
383
        </member>
384
        <member name="T:Newtonsoft.Json.JsonWriter">
385
            <summary>
386
            Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
387
            </summary>
388
        </member>
389
        <member name="M:Newtonsoft.Json.JsonWriter.#ctor">
390
            <summary>
391
            Creates an instance of the <c>JsonWriter</c> class. 
392
            </summary>
393
        </member>
394
        <member name="M:Newtonsoft.Json.JsonWriter.Flush">
395
            <summary>
396
            Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
397
            </summary>
398
        </member>
399
        <member name="M:Newtonsoft.Json.JsonWriter.Close">
400
            <summary>
401
            Closes this stream and the underlying stream.
402
            </summary>
403
        </member>
404
        <member name="M:Newtonsoft.Json.JsonWriter.WriteStartObject">
405
            <summary>
406
            Writes the beginning of a Json object.
407
            </summary>
408
        </member>
409
        <member name="M:Newtonsoft.Json.JsonWriter.WriteEndObject">
410
            <summary>
411
            Writes the end of a Json object.
412
            </summary>
413
        </member>
414
        <member name="M:Newtonsoft.Json.JsonWriter.WriteStartArray">
415
            <summary>
416
            Writes the beginning of a Json array.
417
            </summary>
418
        </member>
419
        <member name="M:Newtonsoft.Json.JsonWriter.WriteEndArray">
420
            <summary>
421
            Writes the end of an array.
422
            </summary>
423
        </member>
424
        <member name="M:Newtonsoft.Json.JsonWriter.WriteStartConstructor(System.String)">
425
            <summary>
426
            Writes the start of a constructor with the given name.
427
            </summary>
428
            <param name="name">The name of the constructor.</param>
429
        </member>
430
        <member name="M:Newtonsoft.Json.JsonWriter.WriteEndConstructor">
431
            <summary>
432
            Writes the end constructor.
433
            </summary>
434
        </member>
435
        <member name="M:Newtonsoft.Json.JsonWriter.WritePropertyName(System.String)">
436
            <summary>
437
            Writes the property name of a name/value pair on a JSON object.
438
            </summary>
439
            <param name="name">The name of the property.</param>
440
        </member>
441
        <member name="M:Newtonsoft.Json.JsonWriter.WritePropertyName(System.String,System.Boolean)">
442
            <summary>
443
            Writes the property name of a name/value pair on a JSON object.
444
            </summary>
445
            <param name="name">The name of the property.</param>
446
            <param name="escape">A flag to indicate whether the text should be escaped when it is written as a JSON property name.</param>
447
        </member>
448
        <member name="M:Newtonsoft.Json.JsonWriter.WriteEnd">
449
            <summary>
450
            Writes the end of the current Json object or array.
451
            </summary>
452
        </member>
453
        <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonReader)">
454
            <summary>
455
            Writes the current <see cref="T:Newtonsoft.Json.JsonReader"/> token and its children.
456
            </summary>
457
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read the token from.</param>
458
        </member>
459
        <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonReader,System.Boolean)">
460
            <summary>
461
            Writes the current <see cref="T:Newtonsoft.Json.JsonReader"/> token.
462
            </summary>
463
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read the token from.</param>
464
            <param name="writeChildren">A flag indicating whether the current token's children should be written.</param>
465
        </member>
466
        <member name="M:Newtonsoft.Json.JsonWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
467
            <summary>
468
            Writes the specified end token.
469
            </summary>
470
            <param name="token">The end token to write.</param>
471
        </member>
472
        <member name="M:Newtonsoft.Json.JsonWriter.WriteIndent">
473
            <summary>
474
            Writes indent characters.
475
            </summary>
476
        </member>
477
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValueDelimiter">
478
            <summary>
479
            Writes the JSON value delimiter.
480
            </summary>
481
        </member>
482
        <member name="M:Newtonsoft.Json.JsonWriter.WriteIndentSpace">
483
            <summary>
484
            Writes an indent space.
485
            </summary>
486
        </member>
487
        <member name="M:Newtonsoft.Json.JsonWriter.WriteNull">
488
            <summary>
489
            Writes a null value.
490
            </summary>
491
        </member>
492
        <member name="M:Newtonsoft.Json.JsonWriter.WriteUndefined">
493
            <summary>
494
            Writes an undefined value.
495
            </summary>
496
        </member>
497
        <member name="M:Newtonsoft.Json.JsonWriter.WriteRaw(System.String)">
498
            <summary>
499
            Writes raw JSON without changing the writer's state.
500
            </summary>
501
            <param name="json">The raw JSON to write.</param>
502
        </member>
503
        <member name="M:Newtonsoft.Json.JsonWriter.WriteRawValue(System.String)">
504
            <summary>
505
            Writes raw JSON where a value is expected and updates the writer's state.
506
            </summary>
507
            <param name="json">The raw JSON to write.</param>
508
        </member>
509
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.String)">
510
            <summary>
511
            Writes a <see cref="T:System.String"/> value.
512
            </summary>
513
            <param name="value">The <see cref="T:System.String"/> value to write.</param>
514
        </member>
515
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int32)">
516
            <summary>
517
            Writes a <see cref="T:System.Int32"/> value.
518
            </summary>
519
            <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
520
        </member>
521
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt32)">
522
            <summary>
523
            Writes a <see cref="T:System.UInt32"/> value.
524
            </summary>
525
            <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
526
        </member>
527
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int64)">
528
            <summary>
529
            Writes a <see cref="T:System.Int64"/> value.
530
            </summary>
531
            <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
532
        </member>
533
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt64)">
534
            <summary>
535
            Writes a <see cref="T:System.UInt64"/> value.
536
            </summary>
537
            <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
538
        </member>
539
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Single)">
540
            <summary>
541
            Writes a <see cref="T:System.Single"/> value.
542
            </summary>
543
            <param name="value">The <see cref="T:System.Single"/> value to write.</param>
544
        </member>
545
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Double)">
546
            <summary>
547
            Writes a <see cref="T:System.Double"/> value.
548
            </summary>
549
            <param name="value">The <see cref="T:System.Double"/> value to write.</param>
550
        </member>
551
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Boolean)">
552
            <summary>
553
            Writes a <see cref="T:System.Boolean"/> value.
554
            </summary>
555
            <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
556
        </member>
557
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int16)">
558
            <summary>
559
            Writes a <see cref="T:System.Int16"/> value.
560
            </summary>
561
            <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
562
        </member>
563
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt16)">
564
            <summary>
565
            Writes a <see cref="T:System.UInt16"/> value.
566
            </summary>
567
            <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
568
        </member>
569
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Char)">
570
            <summary>
571
            Writes a <see cref="T:System.Char"/> value.
572
            </summary>
573
            <param name="value">The <see cref="T:System.Char"/> value to write.</param>
574
        </member>
575
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Byte)">
576
            <summary>
577
            Writes a <see cref="T:System.Byte"/> value.
578
            </summary>
579
            <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
580
        </member>
581
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.SByte)">
582
            <summary>
583
            Writes a <see cref="T:System.SByte"/> value.
584
            </summary>
585
            <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
586
        </member>
587
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Decimal)">
588
            <summary>
589
            Writes a <see cref="T:System.Decimal"/> value.
590
            </summary>
591
            <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
592
        </member>
593
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.DateTime)">
594
            <summary>
595
            Writes a <see cref="T:System.DateTime"/> value.
596
            </summary>
597
            <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
598
        </member>
599
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.DateTimeOffset)">
600
            <summary>
601
            Writes a <see cref="T:System.DateTimeOffset"/> value.
602
            </summary>
603
            <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>
604
        </member>
605
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Guid)">
606
            <summary>
607
            Writes a <see cref="T:System.Guid"/> value.
608
            </summary>
609
            <param name="value">The <see cref="T:System.Guid"/> value to write.</param>
610
        </member>
611
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.TimeSpan)">
612
            <summary>
613
            Writes a <see cref="T:System.TimeSpan"/> value.
614
            </summary>
615
            <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>
616
        </member>
617
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int32})">
618
            <summary>
619
            Writes a <see cref="T:System.Nullable`1"/> value.
620
            </summary>
621
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
622
        </member>
623
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt32})">
624
            <summary>
625
            Writes a <see cref="T:System.Nullable`1"/> value.
626
            </summary>
627
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
628
        </member>
629
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int64})">
630
            <summary>
631
            Writes a <see cref="T:System.Nullable`1"/> value.
632
            </summary>
633
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
634
        </member>
635
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt64})">
636
            <summary>
637
            Writes a <see cref="T:System.Nullable`1"/> value.
638
            </summary>
639
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
640
        </member>
641
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Single})">
642
            <summary>
643
            Writes a <see cref="T:System.Nullable`1"/> value.
644
            </summary>
645
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
646
        </member>
647
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Double})">
648
            <summary>
649
            Writes a <see cref="T:System.Nullable`1"/> value.
650
            </summary>
651
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
652
        </member>
653
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Boolean})">
654
            <summary>
655
            Writes a <see cref="T:System.Nullable`1"/> value.
656
            </summary>
657
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
658
        </member>
659
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int16})">
660
            <summary>
661
            Writes a <see cref="T:System.Nullable`1"/> value.
662
            </summary>
663
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
664
        </member>
665
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt16})">
666
            <summary>
667
            Writes a <see cref="T:System.Nullable`1"/> value.
668
            </summary>
669
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
670
        </member>
671
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Char})">
672
            <summary>
673
            Writes a <see cref="T:System.Nullable`1"/> value.
674
            </summary>
675
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
676
        </member>
677
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Byte})">
678
            <summary>
679
            Writes a <see cref="T:System.Nullable`1"/> value.
680
            </summary>
681
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
682
        </member>
683
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.SByte})">
684
            <summary>
685
            Writes a <see cref="T:System.Nullable`1"/> value.
686
            </summary>
687
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
688
        </member>
689
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Decimal})">
690
            <summary>
691
            Writes a <see cref="T:System.Nullable`1"/> value.
692
            </summary>
693
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
694
        </member>
695
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.DateTime})">
696
            <summary>
697
            Writes a <see cref="T:System.Nullable`1"/> value.
698
            </summary>
699
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
700
        </member>
701
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.DateTimeOffset})">
702
            <summary>
703
            Writes a <see cref="T:System.Nullable`1"/> value.
704
            </summary>
705
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
706
        </member>
707
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Guid})">
708
            <summary>
709
            Writes a <see cref="T:System.Nullable`1"/> value.
710
            </summary>
711
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
712
        </member>
713
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.TimeSpan})">
714
            <summary>
715
            Writes a <see cref="T:System.Nullable`1"/> value.
716
            </summary>
717
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
718
        </member>
719
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Byte[])">
720
            <summary>
721
            Writes a <see cref="T:Byte[]"/> value.
722
            </summary>
723
            <param name="value">The <see cref="T:Byte[]"/> value to write.</param>
724
        </member>
725
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Uri)">
726
            <summary>
727
            Writes a <see cref="T:System.Uri"/> value.
728
            </summary>
729
            <param name="value">The <see cref="T:System.Uri"/> value to write.</param>
730
        </member>
731
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Object)">
732
            <summary>
733
            Writes a <see cref="T:System.Object"/> value.
734
            An error will raised if the value cannot be written as a single JSON token.
735
            </summary>
736
            <param name="value">The <see cref="T:System.Object"/> value to write.</param>
737
        </member>
738
        <member name="M:Newtonsoft.Json.JsonWriter.WriteComment(System.String)">
739
            <summary>
740
            Writes out a comment <code>/*...*/</code> containing the specified text. 
741
            </summary>
742
            <param name="text">Text to place inside the comment.</param>
743
        </member>
744
        <member name="M:Newtonsoft.Json.JsonWriter.WriteWhitespace(System.String)">
745
            <summary>
746
            Writes out the given white space.
747
            </summary>
748
            <param name="ws">The string of white space characters.</param>
749
        </member>
750
        <member name="M:Newtonsoft.Json.JsonWriter.SetWriteState(Newtonsoft.Json.JsonToken,System.Object)">
751
            <summary>
752
            Sets the state of the JsonWriter,
753
            </summary>
754
            <param name="token">The JsonToken being written.</param>
755
            <param name="value">The value being written.</param>
756
        </member>
757
        <member name="P:Newtonsoft.Json.JsonWriter.CloseOutput">
758
            <summary>
759
            Gets or sets a value indicating whether the underlying stream or
760
            <see cref="T:System.IO.TextReader"/> should be closed when the writer is closed.
761
            </summary>
762
            <value>
763
            true to close the underlying stream or <see cref="T:System.IO.TextReader"/> when
764
            the writer is closed; otherwise false. The default is true.
765
            </value>
766
        </member>
767
        <member name="P:Newtonsoft.Json.JsonWriter.Top">
768
            <summary>
769
            Gets the top.
770
            </summary>
771
            <value>The top.</value>
772
        </member>
773
        <member name="P:Newtonsoft.Json.JsonWriter.WriteState">
774
            <summary>
775
            Gets the state of the writer.
776
            </summary>
777
        </member>
778
        <member name="P:Newtonsoft.Json.JsonWriter.Path">
779
            <summary>
780
            Gets the path of the writer. 
781
            </summary>
782
        </member>
783
        <member name="P:Newtonsoft.Json.JsonWriter.Formatting">
784
            <summary>
785
            Indicates how JSON text output is formatted.
786
            </summary>
787
        </member>
788
        <member name="P:Newtonsoft.Json.JsonWriter.DateFormatHandling">
789
            <summary>
790
            Get or set how dates are written to JSON text.
791
            </summary>
792
        </member>
793
        <member name="P:Newtonsoft.Json.JsonWriter.DateTimeZoneHandling">
794
            <summary>
795
            Get or set how <see cref="T:System.DateTime"/> time zones are handling when writing JSON text.
796
            </summary>
797
        </member>
798
        <member name="P:Newtonsoft.Json.JsonWriter.StringEscapeHandling">
799
            <summary>
800
            Get or set how strings are escaped when writing JSON text.
801
            </summary>
802
        </member>
803
        <member name="P:Newtonsoft.Json.JsonWriter.FloatFormatHandling">
804
            <summary>
805
            Get or set how special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>,
806
            <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/>,
807
            are written to JSON text.
808
            </summary>
809
        </member>
810
        <member name="P:Newtonsoft.Json.JsonWriter.DateFormatString">
811
            <summary>
812
            Get or set how <see cref="T:System.DateTime"/> and <see cref="T:System.DateTimeOffset"/> values are formatting when writing JSON text.
813
            </summary>
814
        </member>
815
        <member name="P:Newtonsoft.Json.JsonWriter.Culture">
816
            <summary>
817
            Gets or sets the culture used when writing JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.
818
            </summary>
819
        </member>
820
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.#ctor(System.IO.Stream)">
821
            <summary>
822
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonWriter"/> class.
823
            </summary>
824
            <param name="stream">The stream.</param>
825
        </member>
826
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.#ctor(System.IO.BinaryWriter)">
827
            <summary>
828
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonWriter"/> class.
829
            </summary>
830
            <param name="writer">The writer.</param>
831
        </member>
832
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.Flush">
833
            <summary>
834
            Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
835
            </summary>
836
        </member>
837
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
838
            <summary>
839
            Writes the end.
840
            </summary>
841
            <param name="token">The token.</param>
842
        </member>
843
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteComment(System.String)">
844
            <summary>
845
            Writes out a comment <code>/*...*/</code> containing the specified text.
846
            </summary>
847
            <param name="text">Text to place inside the comment.</param>
848
        </member>
849
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartConstructor(System.String)">
850
            <summary>
851
            Writes the start of a constructor with the given name.
852
            </summary>
853
            <param name="name">The name of the constructor.</param>
854
        </member>
855
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRaw(System.String)">
856
            <summary>
857
            Writes raw JSON.
858
            </summary>
859
            <param name="json">The raw JSON to write.</param>
860
        </member>
861
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRawValue(System.String)">
862
            <summary>
863
            Writes raw JSON where a value is expected and updates the writer's state.
864
            </summary>
865
            <param name="json">The raw JSON to write.</param>
866
        </member>
867
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartArray">
868
            <summary>
869
            Writes the beginning of a Json array.
870
            </summary>
871
        </member>
872
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartObject">
873
            <summary>
874
            Writes the beginning of a Json object.
875
            </summary>
876
        </member>
877
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WritePropertyName(System.String)">
878
            <summary>
879
            Writes the property name of a name/value pair on a Json object.
880
            </summary>
881
            <param name="name">The name of the property.</param>
882
        </member>
883
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.Close">
884
            <summary>
885
            Closes this stream and the underlying stream.
886
            </summary>
887
        </member>
888
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Object)">
889
            <summary>
890
            Writes a <see cref="T:System.Object"/> value.
891
            An error will raised if the value cannot be written as a single JSON token.
892
            </summary>
893
            <param name="value">The <see cref="T:System.Object"/> value to write.</param>
894
        </member>
895
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteNull">
896
            <summary>
897
            Writes a null value.
898
            </summary>
899
        </member>
900
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteUndefined">
901
            <summary>
902
            Writes an undefined value.
903
            </summary>
904
        </member>
905
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.String)">
906
            <summary>
907
            Writes a <see cref="T:System.String"/> value.
908
            </summary>
909
            <param name="value">The <see cref="T:System.String"/> value to write.</param>
910
        </member>
911
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int32)">
912
            <summary>
913
            Writes a <see cref="T:System.Int32"/> value.
914
            </summary>
915
            <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
916
        </member>
917
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt32)">
918
            <summary>
919
            Writes a <see cref="T:System.UInt32"/> value.
920
            </summary>
921
            <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
922
        </member>
923
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int64)">
924
            <summary>
925
            Writes a <see cref="T:System.Int64"/> value.
926
            </summary>
927
            <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
928
        </member>
929
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt64)">
930
            <summary>
931
            Writes a <see cref="T:System.UInt64"/> value.
932
            </summary>
933
            <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
934
        </member>
935
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Single)">
936
            <summary>
937
            Writes a <see cref="T:System.Single"/> value.
938
            </summary>
939
            <param name="value">The <see cref="T:System.Single"/> value to write.</param>
940
        </member>
941
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Double)">
942
            <summary>
943
            Writes a <see cref="T:System.Double"/> value.
944
            </summary>
945
            <param name="value">The <see cref="T:System.Double"/> value to write.</param>
946
        </member>
947
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Boolean)">
948
            <summary>
949
            Writes a <see cref="T:System.Boolean"/> value.
950
            </summary>
951
            <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
952
        </member>
953
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int16)">
954
            <summary>
955
            Writes a <see cref="T:System.Int16"/> value.
956
            </summary>
957
            <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
958
        </member>
959
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt16)">
960
            <summary>
961
            Writes a <see cref="T:System.UInt16"/> value.
962
            </summary>
963
            <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
964
        </member>
965
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Char)">
966
            <summary>
967
            Writes a <see cref="T:System.Char"/> value.
968
            </summary>
969
            <param name="value">The <see cref="T:System.Char"/> value to write.</param>
970
        </member>
971
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Byte)">
972
            <summary>
973
            Writes a <see cref="T:System.Byte"/> value.
974
            </summary>
975
            <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
976
        </member>
977
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.SByte)">
978
            <summary>
979
            Writes a <see cref="T:System.SByte"/> value.
980
            </summary>
981
            <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
982
        </member>
983
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Decimal)">
984
            <summary>
985
            Writes a <see cref="T:System.Decimal"/> value.
986
            </summary>
987
            <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
988
        </member>
989
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.DateTime)">
990
            <summary>
991
            Writes a <see cref="T:System.DateTime"/> value.
992
            </summary>
993
            <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
994
        </member>
995
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.DateTimeOffset)">
996
            <summary>
997
            Writes a <see cref="T:System.DateTimeOffset"/> value.
998
            </summary>
999
            <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>
1000
        </member>
1001
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Byte[])">
1002
            <summary>
1003
            Writes a <see cref="T:Byte[]"/> value.
1004
            </summary>
1005
            <param name="value">The <see cref="T:Byte[]"/> value to write.</param>
1006
        </member>
1007
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Guid)">
1008
            <summary>
1009
            Writes a <see cref="T:System.Guid"/> value.
1010
            </summary>
1011
            <param name="value">The <see cref="T:System.Guid"/> value to write.</param>
1012
        </member>
1013
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.TimeSpan)">
1014
            <summary>
1015
            Writes a <see cref="T:System.TimeSpan"/> value.
1016
            </summary>
1017
            <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>
1018
        </member>
1019
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Uri)">
1020
            <summary>
1021
            Writes a <see cref="T:System.Uri"/> value.
1022
            </summary>
1023
            <param name="value">The <see cref="T:System.Uri"/> value to write.</param>
1024
        </member>
1025
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteObjectId(System.Byte[])">
1026
            <summary>
1027
            Writes a <see cref="T:Byte[]"/> value that represents a BSON object id.
1028
            </summary>
1029
            <param name="value">The Object ID value to write.</param>
1030
        </member>
1031
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRegex(System.String,System.String)">
1032
            <summary>
1033
            Writes a BSON regex.
1034
            </summary>
1035
            <param name="pattern">The regex pattern.</param>
1036
            <param name="options">The regex options.</param>
1037
        </member>
1038
        <member name="P:Newtonsoft.Json.Bson.BsonWriter.DateTimeKindHandling">
1039
            <summary>
1040
            Gets or sets the <see cref="T:System.DateTimeKind"/> used when writing <see cref="T:System.DateTime"/> values to BSON.
1041
            When set to <see cref="F:System.DateTimeKind.Unspecified"/> no conversion will occur.
1042
            </summary>
1043
            <value>The <see cref="T:System.DateTimeKind"/> used when writing <see cref="T:System.DateTime"/> values to BSON.</value>
1044
        </member>
1045
        <member name="T:Newtonsoft.Json.ConstructorHandling">
1046
            <summary>
1047
            Specifies how constructors are used when initializing objects during deserialization by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
1048
            </summary>
1049
        </member>
1050
        <member name="F:Newtonsoft.Json.ConstructorHandling.Default">
1051
            <summary>
1052
            First attempt to use the public default constructor, then fall back to single paramatized constructor, then the non-public default constructor.
1053
            </summary>
1054
        </member>
1055
        <member name="F:Newtonsoft.Json.ConstructorHandling.AllowNonPublicDefaultConstructor">
1056
            <summary>
1057
            Json.NET will use a non-public default constructor before falling back to a paramatized constructor.
1058
            </summary>
1059
        </member>
1060
        <member name="T:Newtonsoft.Json.Converters.BinaryConverter">
1061
            <summary>
1062
            Converts a binary value to and from a base 64 string value.
1063
            </summary>
1064
        </member>
1065
        <member name="T:Newtonsoft.Json.JsonConverter">
1066
            <summary>
1067
            Converts an object to and from JSON.
1068
            </summary>
1069
        </member>
1070
        <member name="M:Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1071
            <summary>
1072
            Writes the JSON representation of the object.
1073
            </summary>
1074
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1075
            <param name="value">The value.</param>
1076
            <param name="serializer">The calling serializer.</param>
1077
        </member>
1078
        <member name="M:Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1079
            <summary>
1080
            Reads the JSON representation of the object.
1081
            </summary>
1082
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1083
            <param name="objectType">Type of the object.</param>
1084
            <param name="existingValue">The existing value of object being read.</param>
1085
            <param name="serializer">The calling serializer.</param>
1086
            <returns>The object value.</returns>
1087
        </member>
1088
        <member name="M:Newtonsoft.Json.JsonConverter.CanConvert(System.Type)">
1089
            <summary>
1090
            Determines whether this instance can convert the specified object type.
1091
            </summary>
1092
            <param name="objectType">Type of the object.</param>
1093
            <returns>
1094
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1095
            </returns>
1096
        </member>
1097
        <member name="M:Newtonsoft.Json.JsonConverter.GetSchema">
1098
            <summary>
1099
            Gets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of the JSON produced by the JsonConverter.
1100
            </summary>
1101
            <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of the JSON produced by the JsonConverter.</returns>
1102
        </member>
1103
        <member name="P:Newtonsoft.Json.JsonConverter.CanRead">
1104
            <summary>
1105
            Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can read JSON.
1106
            </summary>
1107
            <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can read JSON; otherwise, <c>false</c>.</value>
1108
        </member>
1109
        <member name="P:Newtonsoft.Json.JsonConverter.CanWrite">
1110
            <summary>
1111
            Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON.
1112
            </summary>
1113
            <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.</value>
1114
        </member>
1115
        <member name="M:Newtonsoft.Json.Converters.BinaryConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1116
            <summary>
1117
            Writes the JSON representation of the object.
1118
            </summary>
1119
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1120
            <param name="value">The value.</param>
1121
            <param name="serializer">The calling serializer.</param>
1122
        </member>
1123
        <member name="M:Newtonsoft.Json.Converters.BinaryConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1124
            <summary>
1125
            Reads the JSON representation of the object.
1126
            </summary>
1127
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1128
            <param name="objectType">Type of the object.</param>
1129
            <param name="existingValue">The existing value of object being read.</param>
1130
            <param name="serializer">The calling serializer.</param>
1131
            <returns>The object value.</returns>
1132
        </member>
1133
        <member name="M:Newtonsoft.Json.Converters.BinaryConverter.CanConvert(System.Type)">
1134
            <summary>
1135
            Determines whether this instance can convert the specified object type.
1136
            </summary>
1137
            <param name="objectType">Type of the object.</param>
1138
            <returns>
1139
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1140
            </returns>
1141
        </member>
1142
        <member name="T:Newtonsoft.Json.Converters.BsonObjectIdConverter">
1143
            <summary>
1144
            Converts a <see cref="T:Newtonsoft.Json.Bson.BsonObjectId"/> to and from JSON and BSON.
1145
            </summary>
1146
        </member>
1147
        <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1148
            <summary>
1149
            Writes the JSON representation of the object.
1150
            </summary>
1151
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1152
            <param name="value">The value.</param>
1153
            <param name="serializer">The calling serializer.</param>
1154
        </member>
1155
        <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1156
            <summary>
1157
            Reads the JSON representation of the object.
1158
            </summary>
1159
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1160
            <param name="objectType">Type of the object.</param>
1161
            <param name="existingValue">The existing value of object being read.</param>
1162
            <param name="serializer">The calling serializer.</param>
1163
            <returns>The object value.</returns>
1164
        </member>
1165
        <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.CanConvert(System.Type)">
1166
            <summary>
1167
            Determines whether this instance can convert the specified object type.
1168
            </summary>
1169
            <param name="objectType">Type of the object.</param>
1170
            <returns>
1171
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1172
            </returns>
1173
        </member>
1174
        <member name="T:Newtonsoft.Json.Converters.CustomCreationConverter`1">
1175
            <summary>
1176
            Create a custom object
1177
            </summary>
1178
            <typeparam name="T">The object type to convert.</typeparam>
1179
        </member>
1180
        <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1181
            <summary>
1182
            Writes the JSON representation of the object.
1183
            </summary>
1184
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1185
            <param name="value">The value.</param>
1186
            <param name="serializer">The calling serializer.</param>
1187
        </member>
1188
        <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1189
            <summary>
1190
            Reads the JSON representation of the object.
1191
            </summary>
1192
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1193
            <param name="objectType">Type of the object.</param>
1194
            <param name="existingValue">The existing value of object being read.</param>
1195
            <param name="serializer">The calling serializer.</param>
1196
            <returns>The object value.</returns>
1197
        </member>
1198
        <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.Create(System.Type)">
1199
            <summary>
1200
            Creates an object which will then be populated by the serializer.
1201
            </summary>
1202
            <param name="objectType">Type of the object.</param>
1203
            <returns>The created object.</returns>
1204
        </member>
1205
        <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.CanConvert(System.Type)">
1206
            <summary>
1207
            Determines whether this instance can convert the specified object type.
1208
            </summary>
1209
            <param name="objectType">Type of the object.</param>
1210
            <returns>
1211
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1212
            </returns>
1213
        </member>
1214
        <member name="P:Newtonsoft.Json.Converters.CustomCreationConverter`1.CanWrite">
1215
            <summary>
1216
            Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON.
1217
            </summary>
1218
            <value>
1219
                    <c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.
1220
            </value>
1221
        </member>
1222
        <member name="T:Newtonsoft.Json.Converters.DataSetConverter">
1223
            <summary>
1224
            Converts a <see cref="T:System.Data.DataSet"/> to and from JSON.
1225
            </summary>
1226
        </member>
1227
        <member name="M:Newtonsoft.Json.Converters.DataSetConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1228
            <summary>
1229
            Writes the JSON representation of the object.
1230
            </summary>
1231
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1232
            <param name="value">The value.</param>
1233
            <param name="serializer">The calling serializer.</param>
1234
        </member>
1235
        <member name="M:Newtonsoft.Json.Converters.DataSetConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1236
            <summary>
1237
            Reads the JSON representation of the object.
1238
            </summary>
1239
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1240
            <param name="objectType">Type of the object.</param>
1241
            <param name="existingValue">The existing value of object being read.</param>
1242
            <param name="serializer">The calling serializer.</param>
1243
            <returns>The object value.</returns>
1244
        </member>
1245
        <member name="M:Newtonsoft.Json.Converters.DataSetConverter.CanConvert(System.Type)">
1246
            <summary>
1247
            Determines whether this instance can convert the specified value type.
1248
            </summary>
1249
            <param name="valueType">Type of the value.</param>
1250
            <returns>
1251
                    <c>true</c> if this instance can convert the specified value type; otherwise, <c>false</c>.
1252
            </returns>
1253
        </member>
1254
        <member name="T:Newtonsoft.Json.Converters.DataTableConverter">
1255
            <summary>
1256
            Converts a <see cref="T:System.Data.DataTable"/> to and from JSON.
1257
            </summary>
1258
        </member>
1259
        <member name="M:Newtonsoft.Json.Converters.DataTableConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1260
            <summary>
1261
            Writes the JSON representation of the object.
1262
            </summary>
1263
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1264
            <param name="value">The value.</param>
1265
            <param name="serializer">The calling serializer.</param>
1266
        </member>
1267
        <member name="M:Newtonsoft.Json.Converters.DataTableConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1268
            <summary>
1269
            Reads the JSON representation of the object.
1270
            </summary>
1271
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1272
            <param name="objectType">Type of the object.</param>
1273
            <param name="existingValue">The existing value of object being read.</param>
1274
            <param name="serializer">The calling serializer.</param>
1275
            <returns>The object value.</returns>
1276
        </member>
1277
        <member name="M:Newtonsoft.Json.Converters.DataTableConverter.CanConvert(System.Type)">
1278
            <summary>
1279
            Determines whether this instance can convert the specified value type.
1280
            </summary>
1281
            <param name="valueType">Type of the value.</param>
1282
            <returns>
1283
                    <c>true</c> if this instance can convert the specified value type; otherwise, <c>false</c>.
1284
            </returns>
1285
        </member>
1286
        <member name="T:Newtonsoft.Json.Converters.DateTimeConverterBase">
1287
            <summary>
1288
            Provides a base class for converting a <see cref="T:System.DateTime"/> to and from JSON.
1289
            </summary>
1290
        </member>
1291
        <member name="M:Newtonsoft.Json.Converters.DateTimeConverterBase.CanConvert(System.Type)">
1292
            <summary>
1293
            Determines whether this instance can convert the specified object type.
1294
            </summary>
1295
            <param name="objectType">Type of the object.</param>
1296
            <returns>
1297
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1298
            </returns>
1299
        </member>
1300
        <member name="T:Newtonsoft.Json.Converters.DiscriminatedUnionConverter">
1301
            <summary>
1302
            Converts a F# discriminated union type to and from JSON.
1303
            </summary>
1304
        </member>
1305
        <member name="M:Newtonsoft.Json.Converters.DiscriminatedUnionConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1306
            <summary>
1307
            Writes the JSON representation of the object.
1308
            </summary>
1309
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1310
            <param name="value">The value.</param>
1311
            <param name="serializer">The calling serializer.</param>
1312
        </member>
1313
        <member name="M:Newtonsoft.Json.Converters.DiscriminatedUnionConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1314
            <summary>
1315
            Reads the JSON representation of the object.
1316
            </summary>
1317
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1318
            <param name="objectType">Type of the object.</param>
1319
            <param name="existingValue">The existing value of object being read.</param>
1320
            <param name="serializer">The calling serializer.</param>
1321
            <returns>The object value.</returns>
1322
        </member>
1323
        <member name="M:Newtonsoft.Json.Converters.DiscriminatedUnionConverter.CanConvert(System.Type)">
1324
            <summary>
1325
            Determines whether this instance can convert the specified object type.
1326
            </summary>
1327
            <param name="objectType">Type of the object.</param>
1328
            <returns>
1329
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1330
            </returns>
1331
        </member>
1332
        <member name="T:Newtonsoft.Json.Converters.EntityKeyMemberConverter">
1333
            <summary>
1334
            Converts an Entity Framework EntityKey to and from JSON.
1335
            </summary>
1336
        </member>
1337
        <member name="M:Newtonsoft.Json.Converters.EntityKeyMemberConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1338
            <summary>
1339
            Writes the JSON representation of the object.
1340
            </summary>
1341
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1342
            <param name="value">The value.</param>
1343
            <param name="serializer">The calling serializer.</param>
1344
        </member>
1345
        <member name="M:Newtonsoft.Json.Converters.EntityKeyMemberConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1346
            <summary>
1347
            Reads the JSON representation of the object.
1348
            </summary>
1349
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1350
            <param name="objectType">Type of the object.</param>
1351
            <param name="existingValue">The existing value of object being read.</param>
1352
            <param name="serializer">The calling serializer.</param>
1353
            <returns>The object value.</returns>
1354
        </member>
1355
        <member name="M:Newtonsoft.Json.Converters.EntityKeyMemberConverter.CanConvert(System.Type)">
1356
            <summary>
1357
            Determines whether this instance can convert the specified object type.
1358
            </summary>
1359
            <param name="objectType">Type of the object.</param>
1360
            <returns>
1361
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1362
            </returns>
1363
        </member>
1364
        <member name="T:Newtonsoft.Json.Converters.ExpandoObjectConverter">
1365
            <summary>
1366
            Converts an ExpandoObject to and from JSON.
1367
            </summary>
1368
        </member>
1369
        <member name="M:Newtonsoft.Json.Converters.ExpandoObjectConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1370
            <summary>
1371
            Writes the JSON representation of the object.
1372
            </summary>
1373
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1374
            <param name="value">The value.</param>
1375
            <param name="serializer">The calling serializer.</param>
1376
        </member>
1377
        <member name="M:Newtonsoft.Json.Converters.ExpandoObjectConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1378
            <summary>
1379
            Reads the JSON representation of the object.
1380
            </summary>
1381
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1382
            <param name="objectType">Type of the object.</param>
1383
            <param name="existingValue">The existing value of object being read.</param>
1384
            <param name="serializer">The calling serializer.</param>
1385
            <returns>The object value.</returns>
1386
        </member>
1387
        <member name="M:Newtonsoft.Json.Converters.ExpandoObjectConverter.CanConvert(System.Type)">
1388
            <summary>
1389
            Determines whether this instance can convert the specified object type.
1390
            </summary>
1391
            <param name="objectType">Type of the object.</param>
1392
            <returns>
1393
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1394
            </returns>
1395
        </member>
1396
        <member name="P:Newtonsoft.Json.Converters.ExpandoObjectConverter.CanWrite">
1397
            <summary>
1398
            Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON.
1399
            </summary>
1400
            <value>
1401
                    <c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.
1402
            </value>
1403
        </member>
1404
        <member name="T:Newtonsoft.Json.Converters.IsoDateTimeConverter">
1405
            <summary>
1406
            Converts a <see cref="T:System.DateTime"/> to and from the ISO 8601 date format (e.g. 2008-04-12T12:53Z).
1407
            </summary>
1408
        </member>
1409
        <member name="M:Newtonsoft.Json.Converters.IsoDateTimeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1410
            <summary>
1411
            Writes the JSON representation of the object.
1412
            </summary>
1413
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1414
            <param name="value">The value.</param>
1415
            <param name="serializer">The calling serializer.</param>
1416
        </member>
1417
        <member name="M:Newtonsoft.Json.Converters.IsoDateTimeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1418
            <summary>
1419
            Reads the JSON representation of the object.
1420
            </summary>
1421
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1422
            <param name="objectType">Type of the object.</param>
1423
            <param name="existingValue">The existing value of object being read.</param>
1424
            <param name="serializer">The calling serializer.</param>
1425
            <returns>The object value.</returns>
1426
        </member>
1427
        <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.DateTimeStyles">
1428
            <summary>
1429
            Gets or sets the date time styles used when converting a date to and from JSON.
1430
            </summary>
1431
            <value>The date time styles used when converting a date to and from JSON.</value>
1432
        </member>
1433
        <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.DateTimeFormat">
1434
            <summary>
1435
            Gets or sets the date time format used when converting a date to and from JSON.
1436
            </summary>
1437
            <value>The date time format used when converting a date to and from JSON.</value>
1438
        </member>
1439
        <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.Culture">
1440
            <summary>
1441
            Gets or sets the culture used when converting a date to and from JSON.
1442
            </summary>
1443
            <value>The culture used when converting a date to and from JSON.</value>
1444
        </member>
1445
        <member name="T:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter">
1446
            <summary>
1447
            Converts a <see cref="T:System.DateTime"/> to and from a JavaScript date constructor (e.g. new Date(52231943)).
1448
            </summary>
1449
        </member>
1450
        <member name="M:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1451
            <summary>
1452
            Writes the JSON representation of the object.
1453
            </summary>
1454
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1455
            <param name="value">The value.</param>
1456
            <param name="serializer">The calling serializer.</param>
1457
        </member>
1458
        <member name="M:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1459
            <summary>
1460
            Reads the JSON representation of the object.
1461
            </summary>
1462
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1463
            <param name="objectType">Type of the object.</param>
1464
            <param name="existingValue">The existing property value of the JSON that is being converted.</param>
1465
            <param name="serializer">The calling serializer.</param>
1466
            <returns>The object value.</returns>
1467
        </member>
1468
        <member name="T:Newtonsoft.Json.Converters.KeyValuePairConverter">
1469
            <summary>
1470
            Converts a <see cref="T:System.Collections.Generic.KeyValuePair`2"/> to and from JSON.
1471
            </summary>
1472
        </member>
1473
        <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1474
            <summary>
1475
            Writes the JSON representation of the object.
1476
            </summary>
1477
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1478
            <param name="value">The value.</param>
1479
            <param name="serializer">The calling serializer.</param>
1480
        </member>
1481
        <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1482
            <summary>
1483
            Reads the JSON representation of the object.
1484
            </summary>
1485
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1486
            <param name="objectType">Type of the object.</param>
1487
            <param name="existingValue">The existing value of object being read.</param>
1488
            <param name="serializer">The calling serializer.</param>
1489
            <returns>The object value.</returns>
1490
        </member>
1491
        <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.CanConvert(System.Type)">
1492
            <summary>
1493
            Determines whether this instance can convert the specified object type.
1494
            </summary>
1495
            <param name="objectType">Type of the object.</param>
1496
            <returns>
1497
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1498
            </returns>
1499
        </member>
1500
        <member name="T:Newtonsoft.Json.Converters.RegexConverter">
1501
            <summary>
1502
            Converts a <see cref="T:System.Text.RegularExpressions.Regex"/> to and from JSON and BSON.
1503
            </summary>
1504
        </member>
1505
        <member name="M:Newtonsoft.Json.Converters.RegexConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1506
            <summary>
1507
            Writes the JSON representation of the object.
1508
            </summary>
1509
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1510
            <param name="value">The value.</param>
1511
            <param name="serializer">The calling serializer.</param>
1512
        </member>
1513
        <member name="M:Newtonsoft.Json.Converters.RegexConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1514
            <summary>
1515
            Reads the JSON representation of the object.
1516
            </summary>
1517
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1518
            <param name="objectType">Type of the object.</param>
1519
            <param name="existingValue">The existing value of object being read.</param>
1520
            <param name="serializer">The calling serializer.</param>
1521
            <returns>The object value.</returns>
1522
        </member>
1523
        <member name="M:Newtonsoft.Json.Converters.RegexConverter.CanConvert(System.Type)">
1524
            <summary>
1525
            Determines whether this instance can convert the specified object type.
1526
            </summary>
1527
            <param name="objectType">Type of the object.</param>
1528
            <returns>
1529
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1530
            </returns>
1531
        </member>
1532
        <member name="T:Newtonsoft.Json.Converters.StringEnumConverter">
1533
            <summary>
1534
            Converts an <see cref="T:System.Enum"/> to and from its name string value.
1535
            </summary>
1536
        </member>
1537
        <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.#ctor">
1538
            <summary>
1539
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Converters.StringEnumConverter"/> class.
1540
            </summary>
1541
        </member>
1542
        <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1543
            <summary>
1544
            Writes the JSON representation of the object.
1545
            </summary>
1546
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1547
            <param name="value">The value.</param>
1548
            <param name="serializer">The calling serializer.</param>
1549
        </member>
1550
        <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1551
            <summary>
1552
            Reads the JSON representation of the object.
1553
            </summary>
1554
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1555
            <param name="objectType">Type of the object.</param>
1556
            <param name="existingValue">The existing value of object being read.</param>
1557
            <param name="serializer">The calling serializer.</param>
1558
            <returns>The object value.</returns>
1559
        </member>
1560
        <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.CanConvert(System.Type)">
1561
            <summary>
1562
            Determines whether this instance can convert the specified object type.
1563
            </summary>
1564
            <param name="objectType">Type of the object.</param>
1565
            <returns>
1566
            <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1567
            </returns>
1568
        </member>
1569
        <member name="P:Newtonsoft.Json.Converters.StringEnumConverter.CamelCaseText">
1570
            <summary>
1571
            Gets or sets a value indicating whether the written enum text should be camel case.
1572
            </summary>
1573
            <value><c>true</c> if the written enum text will be camel case; otherwise, <c>false</c>.</value>
1574
        </member>
1575
        <member name="P:Newtonsoft.Json.Converters.StringEnumConverter.AllowIntegerValues">
1576
            <summary>
1577
            Gets or sets a value indicating whether integer values are allowed.
1578
            </summary>
1579
            <value><c>true</c> if integers are allowed; otherwise, <c>false</c>.</value>
1580
        </member>
1581
        <member name="T:Newtonsoft.Json.Converters.VersionConverter">
1582
            <summary>
1583
            Converts a <see cref="T:System.Version"/> to and from a string (e.g. "1.2.3.4").
1584
            </summary>
1585
        </member>
1586
        <member name="M:Newtonsoft.Json.Converters.VersionConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1587
            <summary>
1588
            Writes the JSON representation of the object.
1589
            </summary>
1590
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1591
            <param name="value">The value.</param>
1592
            <param name="serializer">The calling serializer.</param>
1593
        </member>
1594
        <member name="M:Newtonsoft.Json.Converters.VersionConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1595
            <summary>
1596
            Reads the JSON representation of the object.
1597
            </summary>
1598
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1599
            <param name="objectType">Type of the object.</param>
1600
            <param name="existingValue">The existing property value of the JSON that is being converted.</param>
1601
            <param name="serializer">The calling serializer.</param>
1602
            <returns>The object value.</returns>
1603
        </member>
1604
        <member name="M:Newtonsoft.Json.Converters.VersionConverter.CanConvert(System.Type)">
1605
            <summary>
1606
            Determines whether this instance can convert the specified object type.
1607
            </summary>
1608
            <param name="objectType">Type of the object.</param>
1609
            <returns>
1610
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1611
            </returns>
1612
        </member>
1613
        <member name="T:Newtonsoft.Json.Converters.XmlNodeConverter">
1614
            <summary>
1615
            Converts XML to and from JSON.
1616
            </summary>
1617
        </member>
1618
        <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1619
            <summary>
1620
            Writes the JSON representation of the object.
1621
            </summary>
1622
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1623
            <param name="serializer">The calling serializer.</param>
1624
            <param name="value">The value.</param>
1625
        </member>
1626
        <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1627
            <summary>
1628
            Reads the JSON representation of the object.
1629
            </summary>
1630
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1631
            <param name="objectType">Type of the object.</param>
1632
            <param name="existingValue">The existing value of object being read.</param>
1633
            <param name="serializer">The calling serializer.</param>
1634
            <returns>The object value.</returns>
1635
        </member>
1636
        <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.IsNamespaceAttribute(System.String,System.String@)">
1637
            <summary>
1638
            Checks if the attributeName is a namespace attribute.
1639
            </summary>
1640
            <param name="attributeName">Attribute name to test.</param>
1641
            <param name="prefix">The attribute name prefix if it has one, otherwise an empty string.</param>
1642
            <returns>True if attribute name is for a namespace attribute, otherwise false.</returns>
1643
        </member>
1644
        <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.CanConvert(System.Type)">
1645
            <summary>
1646
            Determines whether this instance can convert the specified value type.
1647
            </summary>
1648
            <param name="valueType">Type of the value.</param>
1649
            <returns>
1650
                    <c>true</c> if this instance can convert the specified value type; otherwise, <c>false</c>.
1651
            </returns>
1652
        </member>
1653
        <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.DeserializeRootElementName">
1654
            <summary>
1655
            Gets or sets the name of the root element to insert when deserializing to XML if the JSON structure has produces multiple root elements.
1656
            </summary>
1657
            <value>The name of the deserialize root element.</value>
1658
        </member>
1659
        <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.WriteArrayAttribute">
1660
            <summary>
1661
            Gets or sets a flag to indicate whether to write the Json.NET array attribute.
1662
            This attribute helps preserve arrays when converting the written XML back to JSON.
1663
            </summary>
1664
            <value><c>true</c> if the array attibute is written to the XML; otherwise, <c>false</c>.</value>
1665
        </member>
1666
        <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.OmitRootObject">
1667
            <summary>
1668
            Gets or sets a value indicating whether to write the root JSON object.
1669
            </summary>
1670
            <value><c>true</c> if the JSON root object is omitted; otherwise, <c>false</c>.</value>
1671
        </member>
1672
        <member name="T:Newtonsoft.Json.FloatParseHandling">
1673
            <summary>
1674
            Specifies how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
1675
            </summary>
1676
        </member>
1677
        <member name="F:Newtonsoft.Json.FloatParseHandling.Double">
1678
            <summary>
1679
            Floating point numbers are parsed to <see cref="F:Newtonsoft.Json.FloatParseHandling.Double"/>.
1680
            </summary>
1681
        </member>
1682
        <member name="F:Newtonsoft.Json.FloatParseHandling.Decimal">
1683
            <summary>
1684
            Floating point numbers are parsed to <see cref="F:Newtonsoft.Json.FloatParseHandling.Decimal"/>.
1685
            </summary>
1686
        </member>
1687
        <member name="T:Newtonsoft.Json.DateFormatHandling">
1688
            <summary>
1689
            Specifies how dates are formatted when writing JSON text.
1690
            </summary>
1691
        </member>
1692
        <member name="F:Newtonsoft.Json.DateFormatHandling.IsoDateFormat">
1693
            <summary>
1694
            Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z".
1695
            </summary>
1696
        </member>
1697
        <member name="F:Newtonsoft.Json.DateFormatHandling.MicrosoftDateFormat">
1698
            <summary>
1699
            Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/".
1700
            </summary>
1701
        </member>
1702
        <member name="T:Newtonsoft.Json.DateParseHandling">
1703
            <summary>
1704
            Specifies how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON text.
1705
            </summary>
1706
        </member>
1707
        <member name="F:Newtonsoft.Json.DateParseHandling.None">
1708
            <summary>
1709
            Date formatted strings are not parsed to a date type and are read as strings.
1710
            </summary>
1711
        </member>
1712
        <member name="F:Newtonsoft.Json.DateParseHandling.DateTime">
1713
            <summary>
1714
            Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to <see cref="F:Newtonsoft.Json.DateParseHandling.DateTime"/>.
1715
            </summary>
1716
        </member>
1717
        <member name="F:Newtonsoft.Json.DateParseHandling.DateTimeOffset">
1718
            <summary>
1719
            Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to <see cref="F:Newtonsoft.Json.DateParseHandling.DateTimeOffset"/>.
1720
            </summary>
1721
        </member>
1722
        <member name="T:Newtonsoft.Json.DateTimeZoneHandling">
1723
            <summary>
1724
            Specifies how to treat the time value when converting between string and <see cref="T:System.DateTime"/>.
1725
            </summary>
1726
        </member>
1727
        <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Local">
1728
            <summary>
1729
            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.
1730
            </summary>
1731
        </member>
1732
        <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Utc">
1733
            <summary>
1734
            Treat as a UTC. If the <see cref="T:System.DateTime"/> object represents a local time, it is converted to a UTC.
1735
            </summary>
1736
        </member>
1737
        <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Unspecified">
1738
            <summary>
1739
            Treat as a local time if a <see cref="T:System.DateTime"/> is being converted to a string.
1740
            If a string is being converted to <see cref="T:System.DateTime"/>, convert to a local time if a time zone is specified.
1741
            </summary>
1742
        </member>
1743
        <member name="F:Newtonsoft.Json.DateTimeZoneHandling.RoundtripKind">
1744
            <summary>
1745
            Time zone information should be preserved when converting.
1746
            </summary>
1747
        </member>
1748
        <member name="T:Newtonsoft.Json.DefaultValueHandling">
1749
            <summary>
1750
            Specifies default value handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
1751
            </summary>
1752
            <example>
1753
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeDefaultValueHandlingObject" title="DefaultValueHandling Class"/>
1754
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeDefaultValueHandlingExample" title="DefaultValueHandling Ignore Example"/>
1755
            </example>
1756
        </member>
1757
        <member name="F:Newtonsoft.Json.DefaultValueHandling.Include">
1758
            <summary>
1759
            Include members where the member value is the same as the member's default value when serializing objects.
1760
            Included members are written to JSON. Has no effect when deserializing.
1761
            </summary>
1762
        </member>
1763
        <member name="F:Newtonsoft.Json.DefaultValueHandling.Ignore">
1764
            <summary>
1765
            Ignore members where the member value is the same as the member's default value when serializing objects
1766
            so that is is not written to JSON.
1767
            This option will ignore all default values (e.g. <c>null</c> for objects and nullable types; <c>0</c> for integers,
1768
            decimals and floating point numbers; and <c>false</c> for booleans). The default value ignored can be changed by
1769
            placing the <see cref="T:System.ComponentModel.DefaultValueAttribute"/> on the property.
1770
            </summary>
1771
        </member>
1772
        <member name="F:Newtonsoft.Json.DefaultValueHandling.Populate">
1773
            <summary>
1774
            Members with a default value but no JSON will be set to their default value when deserializing.
1775
            </summary>
1776
        </member>
1777
        <member name="F:Newtonsoft.Json.DefaultValueHandling.IgnoreAndPopulate">
1778
            <summary>
1779
            Ignore members where the member value is the same as the member's default value when serializing objects
1780
            and sets members to their default value when deserializing.
1781
            </summary>
1782
        </member>
1783
        <member name="T:Newtonsoft.Json.FloatFormatHandling">
1784
            <summary>
1785
            Specifies float format handling options when writing special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>,
1786
            <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/> with <see cref="T:Newtonsoft.Json.JsonWriter"/>.
1787
            </summary>
1788
        </member>
1789
        <member name="F:Newtonsoft.Json.FloatFormatHandling.String">
1790
            <summary>
1791
            Write special floating point values as strings in JSON, e.g. "NaN", "Infinity", "-Infinity".
1792
            </summary>
1793
        </member>
1794
        <member name="F:Newtonsoft.Json.FloatFormatHandling.Symbol">
1795
            <summary>
1796
            Write special floating point values as symbols in JSON, e.g. NaN, Infinity, -Infinity.
1797
            Note that this will produce non-valid JSON.
1798
            </summary>
1799
        </member>
1800
        <member name="F:Newtonsoft.Json.FloatFormatHandling.DefaultValue">
1801
            <summary>
1802
            Write special floating point values as the property's default value in JSON, e.g. 0.0 for a <see cref="T:System.Double"/> property, null for a <see cref="T:System.Nullable`1"/> property.
1803
            </summary>
1804
        </member>
1805
        <member name="T:Newtonsoft.Json.Formatting">
1806
            <summary>
1807
            Specifies formatting options for the <see cref="T:Newtonsoft.Json.JsonTextWriter"/>.
1808
            </summary>
1809
        </member>
1810
        <member name="F:Newtonsoft.Json.Formatting.None">
1811
            <summary>
1812
            No special formatting is applied. This is the default.
1813
            </summary>
1814
        </member>
1815
        <member name="F:Newtonsoft.Json.Formatting.Indented">
1816
            <summary>
1817
            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.
1818
            </summary>
1819
        </member>
1820
        <member name="T:Newtonsoft.Json.IJsonLineInfo">
1821
            <summary>
1822
            Provides an interface to enable a class to return line and position information.
1823
            </summary>
1824
        </member>
1825
        <member name="M:Newtonsoft.Json.IJsonLineInfo.HasLineInfo">
1826
            <summary>
1827
            Gets a value indicating whether the class can return line information.
1828
            </summary>
1829
            <returns>
1830
                    <c>true</c> if LineNumber and LinePosition can be provided; otherwise, <c>false</c>.
1831
            </returns>
1832
        </member>
1833
        <member name="P:Newtonsoft.Json.IJsonLineInfo.LineNumber">
1834
            <summary>
1835
            Gets the current line number.
1836
            </summary>
1837
            <value>The current line number or 0 if no line information is available (for example, HasLineInfo returns false).</value>
1838
        </member>
1839
        <member name="P:Newtonsoft.Json.IJsonLineInfo.LinePosition">
1840
            <summary>
1841
            Gets the current line position.
1842
            </summary>
1843
            <value>The current line position or 0 if no line information is available (for example, HasLineInfo returns false).</value>
1844
        </member>
1845
        <member name="T:Newtonsoft.Json.JsonArrayAttribute">
1846
            <summary>
1847
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the collection.
1848
            </summary>
1849
        </member>
1850
        <member name="T:Newtonsoft.Json.JsonContainerAttribute">
1851
            <summary>
1852
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the object.
1853
            </summary>
1854
        </member>
1855
        <member name="M:Newtonsoft.Json.JsonContainerAttribute.#ctor">
1856
            <summary>
1857
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonContainerAttribute"/> class.
1858
            </summary>
1859
        </member>
1860
        <member name="M:Newtonsoft.Json.JsonContainerAttribute.#ctor(System.String)">
1861
            <summary>
1862
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonContainerAttribute"/> class with the specified container Id.
1863
            </summary>
1864
            <param name="id">The container Id.</param>
1865
        </member>
1866
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.Id">
1867
            <summary>
1868
            Gets or sets the id.
1869
            </summary>
1870
            <value>The id.</value>
1871
        </member>
1872
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.Title">
1873
            <summary>
1874
            Gets or sets the title.
1875
            </summary>
1876
            <value>The title.</value>
1877
        </member>
1878
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.Description">
1879
            <summary>
1880
            Gets or sets the description.
1881
            </summary>
1882
            <value>The description.</value>
1883
        </member>
1884
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemConverterType">
1885
            <summary>
1886
            Gets the collection's items converter.
1887
            </summary>
1888
            <value>The collection's items converter.</value>
1889
        </member>
1890
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.IsReference">
1891
            <summary>
1892
            Gets or sets a value that indicates whether to preserve object references.
1893
            </summary>
1894
            <value>
1895
                    <c>true</c> to keep object reference; otherwise, <c>false</c>. The default is <c>false</c>.
1896
            </value>
1897
        </member>
1898
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemIsReference">
1899
            <summary>
1900
            Gets or sets a value that indicates whether to preserve collection's items references.
1901
            </summary>
1902
            <value>
1903
                    <c>true</c> to keep collection's items object references; otherwise, <c>false</c>. The default is <c>false</c>.
1904
            </value>
1905
        </member>
1906
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemReferenceLoopHandling">
1907
            <summary>
1908
            Gets or sets the reference loop handling used when serializing the collection's items.
1909
            </summary>
1910
            <value>The reference loop handling.</value>
1911
        </member>
1912
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemTypeNameHandling">
1913
            <summary>
1914
            Gets or sets the type name handling used when serializing the collection's items.
1915
            </summary>
1916
            <value>The type name handling.</value>
1917
        </member>
1918
        <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor">
1919
            <summary>
1920
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonArrayAttribute"/> class.
1921
            </summary>
1922
        </member>
1923
        <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor(System.Boolean)">
1924
            <summary>
1925
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with a flag indicating whether the array can contain null items
1926
            </summary>
1927
            <param name="allowNullItems">A flag indicating whether the array can contain null items.</param>
1928
        </member>
1929
        <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor(System.String)">
1930
            <summary>
1931
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonArrayAttribute"/> class with the specified container Id.
1932
            </summary>
1933
            <param name="id">The container Id.</param>
1934
        </member>
1935
        <member name="P:Newtonsoft.Json.JsonArrayAttribute.AllowNullItems">
1936
            <summary>
1937
            Gets or sets a value indicating whether null items are allowed in the collection.
1938
            </summary>
1939
            <value><c>true</c> if null items are allowed in the collection; otherwise, <c>false</c>.</value>
1940
        </member>
1941
        <member name="T:Newtonsoft.Json.JsonConstructorAttribute">
1942
            <summary>
1943
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to use the specified constructor when deserializing that object.
1944
            </summary>
1945
        </member>
1946
        <member name="T:Newtonsoft.Json.JsonConvert">
1947
            <summary>
1948
            Provides methods for converting between common language runtime types and JSON types.
1949
            </summary>
1950
            <example>
1951
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="SerializeObject" title="Serializing and Deserializing JSON with JsonConvert" />
1952
            </example>
1953
        </member>
1954
        <member name="F:Newtonsoft.Json.JsonConvert.True">
1955
            <summary>
1956
            Represents JavaScript's boolean value true as a string. This field is read-only.
1957
            </summary>
1958
        </member>
1959
        <member name="F:Newtonsoft.Json.JsonConvert.False">
1960
            <summary>
1961
            Represents JavaScript's boolean value false as a string. This field is read-only.
1962
            </summary>
1963
        </member>
1964
        <member name="F:Newtonsoft.Json.JsonConvert.Null">
1965
            <summary>
1966
            Represents JavaScript's null as a string. This field is read-only.
1967
            </summary>
1968
        </member>
1969
        <member name="F:Newtonsoft.Json.JsonConvert.Undefined">
1970
            <summary>
1971
            Represents JavaScript's undefined as a string. This field is read-only.
1972
            </summary>
1973
        </member>
1974
        <member name="F:Newtonsoft.Json.JsonConvert.PositiveInfinity">
1975
            <summary>
1976
            Represents JavaScript's positive infinity as a string. This field is read-only.
1977
            </summary>
1978
        </member>
1979
        <member name="F:Newtonsoft.Json.JsonConvert.NegativeInfinity">
1980
            <summary>
1981
            Represents JavaScript's negative infinity as a string. This field is read-only.
1982
            </summary>
1983
        </member>
1984
        <member name="F:Newtonsoft.Json.JsonConvert.NaN">
1985
            <summary>
1986
            Represents JavaScript's NaN as a string. This field is read-only.
1987
            </summary>
1988
        </member>
1989
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTime)">
1990
            <summary>
1991
            Converts the <see cref="T:System.DateTime"/> to its JSON string representation.
1992
            </summary>
1993
            <param name="value">The value to convert.</param>
1994
            <returns>A JSON string representation of the <see cref="T:System.DateTime"/>.</returns>
1995
        </member>
1996
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTime,Newtonsoft.Json.DateFormatHandling,Newtonsoft.Json.DateTimeZoneHandling)">
1997
            <summary>
1998
            Converts the <see cref="T:System.DateTime"/> to its JSON string representation using the <see cref="T:Newtonsoft.Json.DateFormatHandling"/> specified.
1999
            </summary>
2000
            <param name="value">The value to convert.</param>
2001
            <param name="format">The format the date will be converted to.</param>
2002
            <param name="timeZoneHandling">The time zone handling when the date is converted to a string.</param>
2003
            <returns>A JSON string representation of the <see cref="T:System.DateTime"/>.</returns>
2004
        </member>
2005
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTimeOffset)">
2006
            <summary>
2007
            Converts the <see cref="T:System.DateTimeOffset"/> to its JSON string representation.
2008
            </summary>
2009
            <param name="value">The value to convert.</param>
2010
            <returns>A JSON string representation of the <see cref="T:System.DateTimeOffset"/>.</returns>
2011
        </member>
2012
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTimeOffset,Newtonsoft.Json.DateFormatHandling)">
2013
            <summary>
2014
            Converts the <see cref="T:System.DateTimeOffset"/> to its JSON string representation using the <see cref="T:Newtonsoft.Json.DateFormatHandling"/> specified.
2015
            </summary>
2016
            <param name="value">The value to convert.</param>
2017
            <param name="format">The format the date will be converted to.</param>
2018
            <returns>A JSON string representation of the <see cref="T:System.DateTimeOffset"/>.</returns>
2019
        </member>
2020
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Boolean)">
2021
            <summary>
2022
            Converts the <see cref="T:System.Boolean"/> to its JSON string representation.
2023
            </summary>
2024
            <param name="value">The value to convert.</param>
2025
            <returns>A JSON string representation of the <see cref="T:System.Boolean"/>.</returns>
2026
        </member>
2027
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Char)">
2028
            <summary>
2029
            Converts the <see cref="T:System.Char"/> to its JSON string representation.
2030
            </summary>
2031
            <param name="value">The value to convert.</param>
2032
            <returns>A JSON string representation of the <see cref="T:System.Char"/>.</returns>
2033
        </member>
2034
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Enum)">
2035
            <summary>
2036
            Converts the <see cref="T:System.Enum"/> to its JSON string representation.
2037
            </summary>
2038
            <param name="value">The value to convert.</param>
2039
            <returns>A JSON string representation of the <see cref="T:System.Enum"/>.</returns>
2040
        </member>
2041
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int32)">
2042
            <summary>
2043
            Converts the <see cref="T:System.Int32"/> to its JSON string representation.
2044
            </summary>
2045
            <param name="value">The value to convert.</param>
2046
            <returns>A JSON string representation of the <see cref="T:System.Int32"/>.</returns>
2047
        </member>
2048
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int16)">
2049
            <summary>
2050
            Converts the <see cref="T:System.Int16"/> to its JSON string representation.
2051
            </summary>
2052
            <param name="value">The value to convert.</param>
2053
            <returns>A JSON string representation of the <see cref="T:System.Int16"/>.</returns>
2054
        </member>
2055
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt16)">
2056
            <summary>
2057
            Converts the <see cref="T:System.UInt16"/> to its JSON string representation.
2058
            </summary>
2059
            <param name="value">The value to convert.</param>
2060
            <returns>A JSON string representation of the <see cref="T:System.UInt16"/>.</returns>
2061
        </member>
2062
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt32)">
2063
            <summary>
2064
            Converts the <see cref="T:System.UInt32"/> to its JSON string representation.
2065
            </summary>
2066
            <param name="value">The value to convert.</param>
2067
            <returns>A JSON string representation of the <see cref="T:System.UInt32"/>.</returns>
2068
        </member>
2069
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int64)">
2070
            <summary>
2071
            Converts the <see cref="T:System.Int64"/>  to its JSON string representation.
2072
            </summary>
2073
            <param name="value">The value to convert.</param>
2074
            <returns>A JSON string representation of the <see cref="T:System.Int64"/>.</returns>
2075
        </member>
2076
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt64)">
2077
            <summary>
2078
            Converts the <see cref="T:System.UInt64"/> to its JSON string representation.
2079
            </summary>
2080
            <param name="value">The value to convert.</param>
2081
            <returns>A JSON string representation of the <see cref="T:System.UInt64"/>.</returns>
2082
        </member>
2083
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Single)">
2084
            <summary>
2085
            Converts the <see cref="T:System.Single"/> to its JSON string representation.
2086
            </summary>
2087
            <param name="value">The value to convert.</param>
2088
            <returns>A JSON string representation of the <see cref="T:System.Single"/>.</returns>
2089
        </member>
2090
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Double)">
2091
            <summary>
2092
            Converts the <see cref="T:System.Double"/> to its JSON string representation.
2093
            </summary>
2094
            <param name="value">The value to convert.</param>
2095
            <returns>A JSON string representation of the <see cref="T:System.Double"/>.</returns>
2096
        </member>
2097
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Byte)">
2098
            <summary>
2099
            Converts the <see cref="T:System.Byte"/> to its JSON string representation.
2100
            </summary>
2101
            <param name="value">The value to convert.</param>
2102
            <returns>A JSON string representation of the <see cref="T:System.Byte"/>.</returns>
2103
        </member>
2104
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.SByte)">
2105
            <summary>
2106
            Converts the <see cref="T:System.SByte"/> to its JSON string representation.
2107
            </summary>
2108
            <param name="value">The value to convert.</param>
2109
            <returns>A JSON string representation of the <see cref="T:System.SByte"/>.</returns>
2110
        </member>
2111
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Decimal)">
2112
            <summary>
2113
            Converts the <see cref="T:System.Decimal"/> to its JSON string representation.
2114
            </summary>
2115
            <param name="value">The value to convert.</param>
2116
            <returns>A JSON string representation of the <see cref="T:System.SByte"/>.</returns>
2117
        </member>
2118
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Guid)">
2119
            <summary>
2120
            Converts the <see cref="T:System.Guid"/> to its JSON string representation.
2121
            </summary>
2122
            <param name="value">The value to convert.</param>
2123
            <returns>A JSON string representation of the <see cref="T:System.Guid"/>.</returns>
2124
        </member>
2125
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.TimeSpan)">
2126
            <summary>
2127
            Converts the <see cref="T:System.TimeSpan"/> to its JSON string representation.
2128
            </summary>
2129
            <param name="value">The value to convert.</param>
2130
            <returns>A JSON string representation of the <see cref="T:System.TimeSpan"/>.</returns>
2131
        </member>
2132
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Uri)">
2133
            <summary>
2134
            Converts the <see cref="T:System.Uri"/> to its JSON string representation.
2135
            </summary>
2136
            <param name="value">The value to convert.</param>
2137
            <returns>A JSON string representation of the <see cref="T:System.Uri"/>.</returns>
2138
        </member>
2139
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String)">
2140
            <summary>
2141
            Converts the <see cref="T:System.String"/> to its JSON string representation.
2142
            </summary>
2143
            <param name="value">The value to convert.</param>
2144
            <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns>
2145
        </member>
2146
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String,System.Char)">
2147
            <summary>
2148
            Converts the <see cref="T:System.String"/> to its JSON string representation.
2149
            </summary>
2150
            <param name="value">The value to convert.</param>
2151
            <param name="delimiter">The string delimiter character.</param>
2152
            <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns>
2153
        </member>
2154
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Object)">
2155
            <summary>
2156
            Converts the <see cref="T:System.Object"/> to its JSON string representation.
2157
            </summary>
2158
            <param name="value">The value to convert.</param>
2159
            <returns>A JSON string representation of the <see cref="T:System.Object"/>.</returns>
2160
        </member>
2161
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object)">
2162
            <summary>
2163
            Serializes the specified object to a JSON string.
2164
            </summary>
2165
            <param name="value">The object to serialize.</param>
2166
            <returns>A JSON string representation of the object.</returns>
2167
        </member>
2168
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting)">
2169
            <summary>
2170
            Serializes the specified object to a JSON string using formatting.
2171
            </summary>
2172
            <param name="value">The object to serialize.</param>
2173
            <param name="formatting">Indicates how the output is formatted.</param>
2174
            <returns>
2175
            A JSON string representation of the object.
2176
            </returns>
2177
        </member>
2178
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.JsonConverter[])">
2179
            <summary>
2180
            Serializes the specified object to a JSON string using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
2181
            </summary>
2182
            <param name="value">The object to serialize.</param>
2183
            <param name="converters">A collection converters used while serializing.</param>
2184
            <returns>A JSON string representation of the object.</returns>
2185
        </member>
2186
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[])">
2187
            <summary>
2188
            Serializes the specified object to a JSON string using formatting and a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
2189
            </summary>
2190
            <param name="value">The object to serialize.</param>
2191
            <param name="formatting">Indicates how the output is formatted.</param>
2192
            <param name="converters">A collection converters used while serializing.</param>
2193
            <returns>A JSON string representation of the object.</returns>
2194
        </member>
2195
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.JsonSerializerSettings)">
2196
            <summary>
2197
            Serializes the specified object to a JSON string using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2198
            </summary>
2199
            <param name="value">The object to serialize.</param>
2200
            <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.
2201
            If this is null, default serialization settings will be used.</param>
2202
            <returns>
2203
            A JSON string representation of the object.
2204
            </returns>
2205
        </member>
2206
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,System.Type,Newtonsoft.Json.JsonSerializerSettings)">
2207
            <summary>
2208
            Serializes the specified object to a JSON string using a type, formatting and <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2209
            </summary>
2210
            <param name="value">The object to serialize.</param>
2211
            <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.
2212
            If this is null, default serialization settings will be used.</param>
2213
            <param name="type">
2214
            The type of the value being serialized.
2215
            This parameter is used when <see cref="T:Newtonsoft.Json.TypeNameHandling"/> is Auto to write out the type name if the type of the value does not match.
2216
            Specifing the type is optional.
2217
            </param>
2218
            <returns>
2219
            A JSON string representation of the object.
2220
            </returns>
2221
        </member>
2222
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)">
2223
            <summary>
2224
            Serializes the specified object to a JSON string using formatting and <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2225
            </summary>
2226
            <param name="value">The object to serialize.</param>
2227
            <param name="formatting">Indicates how the output is formatted.</param>
2228
            <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.
2229
            If this is null, default serialization settings will be used.</param>
2230
            <returns>
2231
            A JSON string representation of the object.
2232
            </returns>
2233
        </member>
2234
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,System.Type,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)">
2235
            <summary>
2236
            Serializes the specified object to a JSON string using a type, formatting and <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2237
            </summary>
2238
            <param name="value">The object to serialize.</param>
2239
            <param name="formatting">Indicates how the output is formatted.</param>
2240
            <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.
2241
            If this is null, default serialization settings will be used.</param>
2242
            <param name="type">
2243
            The type of the value being serialized.
2244
            This parameter is used when <see cref="T:Newtonsoft.Json.TypeNameHandling"/> is Auto to write out the type name if the type of the value does not match.
2245
            Specifing the type is optional.
2246
            </param>
2247
            <returns>
2248
            A JSON string representation of the object.
2249
            </returns>
2250
        </member>
2251
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeObjectAsync(System.Object)">
2252
            <summary>
2253
            Asynchronously serializes the specified object to a JSON string.
2254
            Serialization will happen on a new thread.
2255
            </summary>
2256
            <param name="value">The object to serialize.</param>
2257
            <returns>
2258
            A task that represents the asynchronous serialize operation. The value of the <c>TResult</c> parameter contains a JSON string representation of the object.
2259
            </returns>
2260
        </member>
2261
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeObjectAsync(System.Object,Newtonsoft.Json.Formatting)">
2262
            <summary>
2263
            Asynchronously serializes the specified object to a JSON string using formatting.
2264
            Serialization will happen on a new thread.
2265
            </summary>
2266
            <param name="value">The object to serialize.</param>
2267
            <param name="formatting">Indicates how the output is formatted.</param>
2268
            <returns>
2269
            A task that represents the asynchronous serialize operation. The value of the <c>TResult</c> parameter contains a JSON string representation of the object.
2270
            </returns>
2271
        </member>
2272
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeObjectAsync(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)">
2273
            <summary>
2274
            Asynchronously serializes the specified object to a JSON string using formatting and a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
2275
            Serialization will happen on a new thread.
2276
            </summary>
2277
            <param name="value">The object to serialize.</param>
2278
            <param name="formatting">Indicates how the output is formatted.</param>
2279
            <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.
2280
            If this is null, default serialization settings will be used.</param>
2281
            <returns>
2282
            A task that represents the asynchronous serialize operation. The value of the <c>TResult</c> parameter contains a JSON string representation of the object.
2283
            </returns>
2284
        </member>
2285
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String)">
2286
            <summary>
2287
            Deserializes the JSON to a .NET object.
2288
            </summary>
2289
            <param name="value">The JSON to deserialize.</param>
2290
            <returns>The deserialized object from the JSON string.</returns>
2291
        </member>
2292
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,Newtonsoft.Json.JsonSerializerSettings)">
2293
            <summary>
2294
            Deserializes the JSON to a .NET object using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2295
            </summary>
2296
            <param name="value">The JSON to deserialize.</param>
2297
            <param name="settings">
2298
            The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
2299
            If this is null, default serialization settings will be used.
2300
            </param>
2301
            <returns>The deserialized object from the JSON string.</returns>
2302
        </member>
2303
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type)">
2304
            <summary>
2305
            Deserializes the JSON to the specified .NET type.
2306
            </summary>
2307
            <param name="value">The JSON to deserialize.</param>
2308
            <param name="type">The <see cref="T:System.Type"/> of object being deserialized.</param>
2309
            <returns>The deserialized object from the JSON string.</returns>
2310
        </member>
2311
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String)">
2312
            <summary>
2313
            Deserializes the JSON to the specified .NET type.
2314
            </summary>
2315
            <typeparam name="T">The type of the object to deserialize to.</typeparam>
2316
            <param name="value">The JSON to deserialize.</param>
2317
            <returns>The deserialized object from the JSON string.</returns>
2318
        </member>
2319
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeAnonymousType``1(System.String,``0)">
2320
            <summary>
2321
            Deserializes the JSON to the given anonymous type.
2322
            </summary>
2323
            <typeparam name="T">
2324
            The anonymous type to deserialize to. This can't be specified
2325
            traditionally and must be infered from the anonymous type passed
2326
            as a parameter.
2327
            </typeparam>
2328
            <param name="value">The JSON to deserialize.</param>
2329
            <param name="anonymousTypeObject">The anonymous type object.</param>
2330
            <returns>The deserialized anonymous type from the JSON string.</returns>
2331
        </member>
2332
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeAnonymousType``1(System.String,``0,Newtonsoft.Json.JsonSerializerSettings)">
2333
            <summary>
2334
            Deserializes the JSON to the given anonymous type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2335
            </summary>
2336
            <typeparam name="T">
2337
            The anonymous type to deserialize to. This can't be specified
2338
            traditionally and must be infered from the anonymous type passed
2339
            as a parameter.
2340
            </typeparam>
2341
            <param name="value">The JSON to deserialize.</param>
2342
            <param name="anonymousTypeObject">The anonymous type object.</param>
2343
            <param name="settings">
2344
            The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
2345
            If this is null, default serialization settings will be used.
2346
            </param>
2347
            <returns>The deserialized anonymous type from the JSON string.</returns>
2348
        </member>
2349
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String,Newtonsoft.Json.JsonConverter[])">
2350
            <summary>
2351
            Deserializes the JSON to the specified .NET type using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
2352
            </summary>
2353
            <typeparam name="T">The type of the object to deserialize to.</typeparam>
2354
            <param name="value">The JSON to deserialize.</param>
2355
            <param name="converters">Converters to use while deserializing.</param>
2356
            <returns>The deserialized object from the JSON string.</returns>
2357
        </member>
2358
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String,Newtonsoft.Json.JsonSerializerSettings)">
2359
            <summary>
2360
            Deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2361
            </summary>
2362
            <typeparam name="T">The type of the object to deserialize to.</typeparam>
2363
            <param name="value">The object to deserialize.</param>
2364
            <param name="settings">
2365
            The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
2366
            If this is null, default serialization settings will be used.
2367
            </param>
2368
            <returns>The deserialized object from the JSON string.</returns>
2369
        </member>
2370
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type,Newtonsoft.Json.JsonConverter[])">
2371
            <summary>
2372
            Deserializes the JSON to the specified .NET type using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
2373
            </summary>
2374
            <param name="value">The JSON to deserialize.</param>
2375
            <param name="type">The type of the object to deserialize.</param>
2376
            <param name="converters">Converters to use while deserializing.</param>
2377
            <returns>The deserialized object from the JSON string.</returns>
2378
        </member>
2379
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type,Newtonsoft.Json.JsonSerializerSettings)">
2380
            <summary>
2381
            Deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2382
            </summary>
2383
            <param name="value">The JSON to deserialize.</param>
2384
            <param name="type">The type of the object to deserialize to.</param>
2385
            <param name="settings">
2386
            The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
2387
            If this is null, default serialization settings will be used.
2388
            </param>
2389
            <returns>The deserialized object from the JSON string.</returns>
2390
        </member>
2391
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObjectAsync``1(System.String)">
2392
            <summary>
2393
            Asynchronously deserializes the JSON to the specified .NET type.
2394
            Deserialization will happen on a new thread.
2395
            </summary>
2396
            <typeparam name="T">The type of the object to deserialize to.</typeparam>
2397
            <param name="value">The JSON to deserialize.</param>
2398
            <returns>
2399
            A task that represents the asynchronous deserialize operation. The value of the <c>TResult</c> parameter contains the deserialized object from the JSON string.
2400
            </returns>
2401
        </member>
2402
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObjectAsync``1(System.String,Newtonsoft.Json.JsonSerializerSettings)">
2403
            <summary>
2404
            Asynchronously deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2405
            Deserialization will happen on a new thread.
2406
            </summary>
2407
            <typeparam name="T">The type of the object to deserialize to.</typeparam>
2408
            <param name="value">The JSON to deserialize.</param>
2409
            <param name="settings">
2410
            The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
2411
            If this is null, default serialization settings will be used.
2412
            </param>
2413
            <returns>
2414
            A task that represents the asynchronous deserialize operation. The value of the <c>TResult</c> parameter contains the deserialized object from the JSON string.
2415
            </returns>
2416
        </member>
2417
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObjectAsync(System.String)">
2418
            <summary>
2419
            Asynchronously deserializes the JSON to the specified .NET type.
2420
            Deserialization will happen on a new thread.
2421
            </summary>
2422
            <param name="value">The JSON to deserialize.</param>
2423
            <returns>
2424
            A task that represents the asynchronous deserialize operation. The value of the <c>TResult</c> parameter contains the deserialized object from the JSON string.
2425
            </returns>
2426
        </member>
2427
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObjectAsync(System.String,System.Type,Newtonsoft.Json.JsonSerializerSettings)">
2428
            <summary>
2429
            Asynchronously deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2430
            Deserialization will happen on a new thread.
2431
            </summary>
2432
            <param name="value">The JSON to deserialize.</param>
2433
            <param name="type">The type of the object to deserialize to.</param>
2434
            <param name="settings">
2435
            The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
2436
            If this is null, default serialization settings will be used.
2437
            </param>
2438
            <returns>
2439
            A task that represents the asynchronous deserialize operation. The value of the <c>TResult</c> parameter contains the deserialized object from the JSON string.
2440
            </returns>
2441
        </member>
2442
        <member name="M:Newtonsoft.Json.JsonConvert.PopulateObject(System.String,System.Object)">
2443
            <summary>
2444
            Populates the object with values from the JSON string.
2445
            </summary>
2446
            <param name="value">The JSON to populate values from.</param>
2447
            <param name="target">The target object to populate values onto.</param>
2448
        </member>
2449
        <member name="M:Newtonsoft.Json.JsonConvert.PopulateObject(System.String,System.Object,Newtonsoft.Json.JsonSerializerSettings)">
2450
            <summary>
2451
            Populates the object with values from the JSON string using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2452
            </summary>
2453
            <param name="value">The JSON to populate values from.</param>
2454
            <param name="target">The target object to populate values onto.</param>
2455
            <param name="settings">
2456
            The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
2457
            If this is null, default serialization settings will be used.
2458
            </param>
2459
        </member>
2460
        <member name="M:Newtonsoft.Json.JsonConvert.PopulateObjectAsync(System.String,System.Object,Newtonsoft.Json.JsonSerializerSettings)">
2461
            <summary>
2462
            Asynchronously populates the object with values from the JSON string using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2463
            </summary>
2464
            <param name="value">The JSON to populate values from.</param>
2465
            <param name="target">The target object to populate values onto.</param>
2466
            <param name="settings">
2467
            The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
2468
            If this is null, default serialization settings will be used.
2469
            </param>
2470
            <returns>
2471
            A task that represents the asynchronous populate operation.
2472
            </returns>
2473
        </member>
2474
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeXmlNode(System.Xml.XmlNode)">
2475
            <summary>
2476
            Serializes the XML node to a JSON string.
2477
            </summary>
2478
            <param name="node">The node to serialize.</param>
2479
            <returns>A JSON string of the XmlNode.</returns>
2480
        </member>
2481
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeXmlNode(System.Xml.XmlNode,Newtonsoft.Json.Formatting)">
2482
            <summary>
2483
            Serializes the XML node to a JSON string using formatting.
2484
            </summary>
2485
            <param name="node">The node to serialize.</param>
2486
            <param name="formatting">Indicates how the output is formatted.</param>
2487
            <returns>A JSON string of the XmlNode.</returns>
2488
        </member>
2489
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeXmlNode(System.Xml.XmlNode,Newtonsoft.Json.Formatting,System.Boolean)">
2490
            <summary>
2491
            Serializes the XML node to a JSON string using formatting and omits the root object if <paramref name="omitRootObject"/> is <c>true</c>.
2492
            </summary>
2493
            <param name="node">The node to serialize.</param>
2494
            <param name="formatting">Indicates how the output is formatted.</param>
2495
            <param name="omitRootObject">Omits writing the root object.</param>
2496
            <returns>A JSON string of the XmlNode.</returns>
2497
        </member>
2498
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXmlNode(System.String)">
2499
            <summary>
2500
            Deserializes the XmlNode from a JSON string.
2501
            </summary>
2502
            <param name="value">The JSON string.</param>
2503
            <returns>The deserialized XmlNode</returns>
2504
        </member>
2505
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXmlNode(System.String,System.String)">
2506
            <summary>
2507
            Deserializes the XmlNode from a JSON string nested in a root elment specified by <paramref name="deserializeRootElementName"/>.
2508
            </summary>
2509
            <param name="value">The JSON string.</param>
2510
            <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param>
2511
            <returns>The deserialized XmlNode</returns>
2512
        </member>
2513
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXmlNode(System.String,System.String,System.Boolean)">
2514
            <summary>
2515
            Deserializes the XmlNode from a JSON string nested in a root elment specified by <paramref name="deserializeRootElementName"/>
2516
            and writes a .NET array attribute for collections.
2517
            </summary>
2518
            <param name="value">The JSON string.</param>
2519
            <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param>
2520
            <param name="writeArrayAttribute">
2521
            A flag to indicate whether to write the Json.NET array attribute.
2522
            This attribute helps preserve arrays when converting the written XML back to JSON.
2523
            </param>
2524
            <returns>The deserialized XmlNode</returns>
2525
        </member>
2526
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeXNode(System.Xml.Linq.XObject)">
2527
            <summary>
2528
            Serializes the <see cref="T:System.Xml.Linq.XNode"/> to a JSON string.
2529
            </summary>
2530
            <param name="node">The node to convert to JSON.</param>
2531
            <returns>A JSON string of the XNode.</returns>
2532
        </member>
2533
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeXNode(System.Xml.Linq.XObject,Newtonsoft.Json.Formatting)">
2534
            <summary>
2535
            Serializes the <see cref="T:System.Xml.Linq.XNode"/> to a JSON string using formatting.
2536
            </summary>
2537
            <param name="node">The node to convert to JSON.</param>
2538
            <param name="formatting">Indicates how the output is formatted.</param>
2539
            <returns>A JSON string of the XNode.</returns>
2540
        </member>
2541
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeXNode(System.Xml.Linq.XObject,Newtonsoft.Json.Formatting,System.Boolean)">
2542
            <summary>
2543
            Serializes the <see cref="T:System.Xml.Linq.XNode"/> to a JSON string using formatting and omits the root object if <paramref name="omitRootObject"/> is <c>true</c>.
2544
            </summary>
2545
            <param name="node">The node to serialize.</param>
2546
            <param name="formatting">Indicates how the output is formatted.</param>
2547
            <param name="omitRootObject">Omits writing the root object.</param>
2548
            <returns>A JSON string of the XNode.</returns>
2549
        </member>
2550
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXNode(System.String)">
2551
            <summary>
2552
            Deserializes the <see cref="T:System.Xml.Linq.XNode"/> from a JSON string.
2553
            </summary>
2554
            <param name="value">The JSON string.</param>
2555
            <returns>The deserialized XNode</returns>
2556
        </member>
2557
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXNode(System.String,System.String)">
2558
            <summary>
2559
            Deserializes the <see cref="T:System.Xml.Linq.XNode"/> from a JSON string nested in a root elment specified by <paramref name="deserializeRootElementName"/>.
2560
            </summary>
2561
            <param name="value">The JSON string.</param>
2562
            <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param>
2563
            <returns>The deserialized XNode</returns>
2564
        </member>
2565
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXNode(System.String,System.String,System.Boolean)">
2566
            <summary>
2567
            Deserializes the <see cref="T:System.Xml.Linq.XNode"/> from a JSON string nested in a root elment specified by <paramref name="deserializeRootElementName"/>
2568
            and writes a .NET array attribute for collections.
2569
            </summary>
2570
            <param name="value">The JSON string.</param>
2571
            <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param>
2572
            <param name="writeArrayAttribute">
2573
            A flag to indicate whether to write the Json.NET array attribute.
2574
            This attribute helps preserve arrays when converting the written XML back to JSON.
2575
            </param>
2576
            <returns>The deserialized XNode</returns>
2577
        </member>
2578
        <member name="P:Newtonsoft.Json.JsonConvert.DefaultSettings">
2579
            <summary>
2580
            Gets or sets a function that creates default <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2581
            Default settings are automatically used by serialization methods on <see cref="T:Newtonsoft.Json.JsonConvert"/>,
2582
            and <see cref="M:Newtonsoft.Json.Linq.JToken.ToObject``1"/> and <see cref="M:Newtonsoft.Json.Linq.JToken.FromObject(System.Object)"/> on <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
2583
            To serialize without using any default settings create a <see cref="T:Newtonsoft.Json.JsonSerializer"/> with
2584
            <see cref="M:Newtonsoft.Json.JsonSerializer.Create"/>.
2585
            </summary>
2586
        </member>
2587
        <member name="T:Newtonsoft.Json.JsonConverterAttribute">
2588
            <summary>
2589
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to use the specified <see cref="T:Newtonsoft.Json.JsonConverter"/> when serializing the member or class.
2590
            </summary>
2591
        </member>
2592
        <member name="M:Newtonsoft.Json.JsonConverterAttribute.#ctor(System.Type)">
2593
            <summary>
2594
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonConverterAttribute"/> class.
2595
            </summary>
2596
            <param name="converterType">Type of the converter.</param>
2597
        </member>
2598
        <member name="P:Newtonsoft.Json.JsonConverterAttribute.ConverterType">
2599
            <summary>
2600
            Gets the type of the converter.
2601
            </summary>
2602
            <value>The type of the converter.</value>
2603
        </member>
2604
        <member name="T:Newtonsoft.Json.JsonConverterCollection">
2605
            <summary>
2606
            Represents a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
2607
            </summary>
2608
        </member>
2609
        <member name="T:Newtonsoft.Json.JsonDictionaryAttribute">
2610
            <summary>
2611
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the collection.
2612
            </summary>
2613
        </member>
2614
        <member name="M:Newtonsoft.Json.JsonDictionaryAttribute.#ctor">
2615
            <summary>
2616
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonDictionaryAttribute"/> class.
2617
            </summary>
2618
        </member>
2619
        <member name="M:Newtonsoft.Json.JsonDictionaryAttribute.#ctor(System.String)">
2620
            <summary>
2621
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonDictionaryAttribute"/> class with the specified container Id.
2622
            </summary>
2623
            <param name="id">The container Id.</param>
2624
        </member>
2625
        <member name="T:Newtonsoft.Json.JsonException">
2626
            <summary>
2627
            The exception thrown when an error occurs during Json serialization or deserialization.
2628
            </summary>
2629
        </member>
2630
        <member name="M:Newtonsoft.Json.JsonException.#ctor">
2631
            <summary>
2632
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class.
2633
            </summary>
2634
        </member>
2635
        <member name="M:Newtonsoft.Json.JsonException.#ctor(System.String)">
2636
            <summary>
2637
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class
2638
            with a specified error message.
2639
            </summary>
2640
            <param name="message">The error message that explains the reason for the exception.</param>
2641
        </member>
2642
        <member name="M:Newtonsoft.Json.JsonException.#ctor(System.String,System.Exception)">
2643
            <summary>
2644
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class
2645
            with a specified error message and a reference to the inner exception that is the cause of this exception.
2646
            </summary>
2647
            <param name="message">The error message that explains the reason for the exception.</param>
2648
            <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>
2649
        </member>
2650
        <member name="M:Newtonsoft.Json.JsonException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
2651
            <summary>
2652
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class.
2653
            </summary>
2654
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
2655
            <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
2656
            <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception>
2657
            <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception>
2658
        </member>
2659
        <member name="T:Newtonsoft.Json.JsonExtensionDataAttribute">
2660
            <summary>
2661
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to deserialize properties with no matching class member into the specified collection
2662
            and write values during serialization.
2663
            </summary>
2664
        </member>
2665
        <member name="M:Newtonsoft.Json.JsonExtensionDataAttribute.#ctor">
2666
            <summary>
2667
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonExtensionDataAttribute"/> class.
2668
            </summary>
2669
        </member>
2670
        <member name="P:Newtonsoft.Json.JsonExtensionDataAttribute.WriteData">
2671
            <summary>
2672
            Gets or sets a value that indicates whether to write extension data when serializing the object.
2673
            </summary>
2674
            <value>
2675
                    <c>true</c> to write extension data when serializing the object; otherwise, <c>false</c>. The default is <c>true</c>.
2676
            </value>
2677
        </member>
2678
        <member name="P:Newtonsoft.Json.JsonExtensionDataAttribute.ReadData">
2679
            <summary>
2680
            Gets or sets a value that indicates whether to read extension data when deserializing the object.
2681
            </summary>
2682
            <value>
2683
                    <c>true</c> to read extension data when deserializing the object; otherwise, <c>false</c>. The default is <c>true</c>.
2684
            </value>
2685
        </member>
2686
        <member name="T:Newtonsoft.Json.JsonIgnoreAttribute">
2687
            <summary>
2688
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> not to serialize the public field or public read/write property value.
2689
            </summary>
2690
        </member>
2691
        <member name="T:Newtonsoft.Json.JsonObjectAttribute">
2692
            <summary>
2693
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the object.
2694
            </summary>
2695
        </member>
2696
        <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor">
2697
            <summary>
2698
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class.
2699
            </summary>
2700
        </member>
2701
        <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor(Newtonsoft.Json.MemberSerialization)">
2702
            <summary>
2703
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with the specified member serialization.
2704
            </summary>
2705
            <param name="memberSerialization">The member serialization.</param>
2706
        </member>
2707
        <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor(System.String)">
2708
            <summary>
2709
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with the specified container Id.
2710
            </summary>
2711
            <param name="id">The container Id.</param>
2712
        </member>
2713
        <member name="P:Newtonsoft.Json.JsonObjectAttribute.MemberSerialization">
2714
            <summary>
2715
            Gets or sets the member serialization.
2716
            </summary>
2717
            <value>The member serialization.</value>
2718
        </member>
2719
        <member name="P:Newtonsoft.Json.JsonObjectAttribute.ItemRequired">
2720
            <summary>
2721
            Gets or sets a value that indicates whether the object's properties are required.
2722
            </summary>
2723
            <value>
2724
                    A value indicating whether the object's properties are required.
2725
            </value>
2726
        </member>
2727
        <member name="T:Newtonsoft.Json.JsonPropertyAttribute">
2728
            <summary>
2729
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to always serialize the member with the specified name.
2730
            </summary>
2731
        </member>
2732
        <member name="M:Newtonsoft.Json.JsonPropertyAttribute.#ctor">
2733
            <summary>
2734
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> class.
2735
            </summary>
2736
        </member>
2737
        <member name="M:Newtonsoft.Json.JsonPropertyAttribute.#ctor(System.String)">
2738
            <summary>
2739
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> class with the specified name.
2740
            </summary>
2741
            <param name="propertyName">Name of the property.</param>
2742
        </member>
2743
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemConverterType">
2744
            <summary>
2745
            Gets or sets the converter used when serializing the property's collection items.
2746
            </summary>
2747
            <value>The collection's items converter.</value>
2748
        </member>
2749
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.NullValueHandling">
2750
            <summary>
2751
            Gets or sets the null value handling used when serializing this property.
2752
            </summary>
2753
            <value>The null value handling.</value>
2754
        </member>
2755
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.DefaultValueHandling">
2756
            <summary>
2757
            Gets or sets the default value handling used when serializing this property.
2758
            </summary>
2759
            <value>The default value handling.</value>
2760
        </member>
2761
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ReferenceLoopHandling">
2762
            <summary>
2763
            Gets or sets the reference loop handling used when serializing this property.
2764
            </summary>
2765
            <value>The reference loop handling.</value>
2766
        </member>
2767
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ObjectCreationHandling">
2768
            <summary>
2769
            Gets or sets the object creation handling used when deserializing this property.
2770
            </summary>
2771
            <value>The object creation handling.</value>
2772
        </member>
2773
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.TypeNameHandling">
2774
            <summary>
2775
            Gets or sets the type name handling used when serializing this property.
2776
            </summary>
2777
            <value>The type name handling.</value>
2778
        </member>
2779
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.IsReference">
2780
            <summary>
2781
            Gets or sets whether this property's value is serialized as a reference.
2782
            </summary>
2783
            <value>Whether this property's value is serialized as a reference.</value>
2784
        </member>
2785
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.Order">
2786
            <summary>
2787
            Gets or sets the order of serialization and deserialization of a member.
2788
            </summary>
2789
            <value>The numeric order of serialization or deserialization.</value>
2790
        </member>
2791
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.Required">
2792
            <summary>
2793
            Gets or sets a value indicating whether this property is required.
2794
            </summary>
2795
            <value>
2796
                    A value indicating whether this property is required.
2797
            </value>
2798
        </member>
2799
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.PropertyName">
2800
            <summary>
2801
            Gets or sets the name of the property.
2802
            </summary>
2803
            <value>The name of the property.</value>
2804
        </member>
2805
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemReferenceLoopHandling">
2806
            <summary>
2807
            Gets or sets the the reference loop handling used when serializing the property's collection items.
2808
            </summary>
2809
            <value>The collection's items reference loop handling.</value>
2810
        </member>
2811
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemTypeNameHandling">
2812
            <summary>
2813
            Gets or sets the the type name handling used when serializing the property's collection items.
2814
            </summary>
2815
            <value>The collection's items type name handling.</value>
2816
        </member>
2817
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemIsReference">
2818
            <summary>
2819
            Gets or sets whether this property's collection items are serialized as a reference.
2820
            </summary>
2821
            <value>Whether this property's collection items are serialized as a reference.</value>
2822
        </member>
2823
        <member name="T:Newtonsoft.Json.JsonReaderException">
2824
            <summary>
2825
            The exception thrown when an error occurs while reading Json text.
2826
            </summary>
2827
        </member>
2828
        <member name="M:Newtonsoft.Json.JsonReaderException.#ctor">
2829
            <summary>
2830
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class.
2831
            </summary>
2832
        </member>
2833
        <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.String)">
2834
            <summary>
2835
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class
2836
            with a specified error message.
2837
            </summary>
2838
            <param name="message">The error message that explains the reason for the exception.</param>
2839
        </member>
2840
        <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.String,System.Exception)">
2841
            <summary>
2842
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class
2843
            with a specified error message and a reference to the inner exception that is the cause of this exception.
2844
            </summary>
2845
            <param name="message">The error message that explains the reason for the exception.</param>
2846
            <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>
2847
        </member>
2848
        <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
2849
            <summary>
2850
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class.
2851
            </summary>
2852
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
2853
            <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
2854
            <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception>
2855
            <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception>
2856
        </member>
2857
        <member name="P:Newtonsoft.Json.JsonReaderException.LineNumber">
2858
            <summary>
2859
            Gets the line number indicating where the error occurred.
2860
            </summary>
2861
            <value>The line number indicating where the error occurred.</value>
2862
        </member>
2863
        <member name="P:Newtonsoft.Json.JsonReaderException.LinePosition">
2864
            <summary>
2865
            Gets the line position indicating where the error occurred.
2866
            </summary>
2867
            <value>The line position indicating where the error occurred.</value>
2868
        </member>
2869
        <member name="P:Newtonsoft.Json.JsonReaderException.Path">
2870
            <summary>
2871
            Gets the path to the JSON where the error occurred.
2872
            </summary>
2873
            <value>The path to the JSON where the error occurred.</value>
2874
        </member>
2875
        <member name="T:Newtonsoft.Json.JsonSerializationException">
2876
            <summary>
2877
            The exception thrown when an error occurs during Json serialization or deserialization.
2878
            </summary>
2879
        </member>
2880
        <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor">
2881
            <summary>
2882
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class.
2883
            </summary>
2884
        </member>
2885
        <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.String)">
2886
            <summary>
2887
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class
2888
            with a specified error message.
2889
            </summary>
2890
            <param name="message">The error message that explains the reason for the exception.</param>
2891
        </member>
2892
        <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.String,System.Exception)">
2893
            <summary>
2894
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class
2895
            with a specified error message and a reference to the inner exception that is the cause of this exception.
2896
            </summary>
2897
            <param name="message">The error message that explains the reason for the exception.</param>
2898
            <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>
2899
        </member>
2900
        <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
2901
            <summary>
2902
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class.
2903
            </summary>
2904
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
2905
            <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
2906
            <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception>
2907
            <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception>
2908
        </member>
2909
        <member name="T:Newtonsoft.Json.JsonSerializer">
2910
            <summary>
2911
            Serializes and deserializes objects into and from the JSON format.
2912
            The <see cref="T:Newtonsoft.Json.JsonSerializer"/> enables you to control how objects are encoded into JSON.
2913
            </summary>
2914
        </member>
2915
        <member name="M:Newtonsoft.Json.JsonSerializer.#ctor">
2916
            <summary>
2917
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializer"/> class.
2918
            </summary>
2919
        </member>
2920
        <member name="M:Newtonsoft.Json.JsonSerializer.Create">
2921
            <summary>
2922
            Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance.
2923
            The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings.
2924
            </summary>
2925
            <returns>
2926
            A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance.
2927
            The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings.
2928
            </returns>
2929
        </member>
2930
        <member name="M:Newtonsoft.Json.JsonSerializer.Create(Newtonsoft.Json.JsonSerializerSettings)">
2931
            <summary>
2932
            Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2933
            The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings.
2934
            </summary>
2935
            <param name="settings">The settings to be applied to the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.</param>
2936
            <returns>
2937
            A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2938
            The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings.
2939
            </returns>
2940
        </member>
2941
        <member name="M:Newtonsoft.Json.JsonSerializer.CreateDefault">
2942
            <summary>
2943
            Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance.
2944
            The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings.
2945
            </summary>
2946
            <returns>
2947
            A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance.
2948
            The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings.
2949
            </returns>
2950
        </member>
2951
        <member name="M:Newtonsoft.Json.JsonSerializer.CreateDefault(Newtonsoft.Json.JsonSerializerSettings)">
2952
            <summary>
2953
            Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2954
            The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings.
2955
            </summary>
2956
            <param name="settings">The settings to be applied to the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.</param>
2957
            <returns>
2958
            A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2959
            The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings.
2960
            </returns>
2961
        </member>
2962
        <member name="M:Newtonsoft.Json.JsonSerializer.Populate(System.IO.TextReader,System.Object)">
2963
            <summary>
2964
            Populates the JSON values onto the target object.
2965
            </summary>
2966
            <param name="reader">The <see cref="T:System.IO.TextReader"/> that contains the JSON structure to reader values from.</param>
2967
            <param name="target">The target object to populate values onto.</param>
2968
        </member>
2969
        <member name="M:Newtonsoft.Json.JsonSerializer.Populate(Newtonsoft.Json.JsonReader,System.Object)">
2970
            <summary>
2971
            Populates the JSON values onto the target object.
2972
            </summary>
2973
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> that contains the JSON structure to reader values from.</param>
2974
            <param name="target">The target object to populate values onto.</param>
2975
        </member>
2976
        <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(Newtonsoft.Json.JsonReader)">
2977
            <summary>
2978
            Deserializes the Json structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.
2979
            </summary>
2980
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> that contains the JSON structure to deserialize.</param>
2981
            <returns>The <see cref="T:System.Object"/> being deserialized.</returns>
2982
        </member>
2983
        <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(System.IO.TextReader,System.Type)">
2984
            <summary>
2985
            Deserializes the Json structure contained by the specified <see cref="T:System.IO.StringReader"/>
2986
            into an instance of the specified type.
2987
            </summary>
2988
            <param name="reader">The <see cref="T:System.IO.TextReader"/> containing the object.</param>
2989
            <param name="objectType">The <see cref="T:System.Type"/> of object being deserialized.</param>
2990
            <returns>The instance of <paramref name="objectType"/> being deserialized.</returns>
2991
        </member>
2992
        <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize``1(Newtonsoft.Json.JsonReader)">
2993
            <summary>
2994
            Deserializes the Json structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>
2995
            into an instance of the specified type.
2996
            </summary>
2997
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the object.</param>
2998
            <typeparam name="T">The type of the object to deserialize.</typeparam>
2999
            <returns>The instance of <typeparamref name="T"/> being deserialized.</returns>
3000
        </member>
3001
        <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(Newtonsoft.Json.JsonReader,System.Type)">
3002
            <summary>
3003
            Deserializes the Json structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>
3004
            into an instance of the specified type.
3005
            </summary>
3006
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the object.</param>
3007
            <param name="objectType">The <see cref="T:System.Type"/> of object being deserialized.</param>
3008
            <returns>The instance of <paramref name="objectType"/> being deserialized.</returns>
3009
        </member>
3010
        <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(System.IO.TextWriter,System.Object)">
3011
            <summary>
3012
            Serializes the specified <see cref="T:System.Object"/> and writes the Json structure
3013
            to a <c>Stream</c> using the specified <see cref="T:System.IO.TextWriter"/>. 
3014
            </summary>
3015
            <param name="textWriter">The <see cref="T:System.IO.TextWriter"/> used to write the Json structure.</param>
3016
            <param name="value">The <see cref="T:System.Object"/> to serialize.</param>
3017
        </member>
3018
        <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(Newtonsoft.Json.JsonWriter,System.Object,System.Type)">
3019
            <summary>
3020
            Serializes the specified <see cref="T:System.Object"/> and writes the Json structure
3021
            to a <c>Stream</c> using the specified <see cref="T:System.IO.TextWriter"/>. 
3022
            </summary>
3023
            <param name="jsonWriter">The <see cref="T:Newtonsoft.Json.JsonWriter"/> used to write the Json structure.</param>
3024
            <param name="value">The <see cref="T:System.Object"/> to serialize.</param>
3025
            <param name="objectType">
3026
            The type of the value being serialized.
3027
            This parameter is used when <see cref="P:Newtonsoft.Json.JsonSerializer.TypeNameHandling"/> is Auto to write out the type name if the type of the value does not match.
3028
            Specifing the type is optional.
3029
            </param>
3030
        </member>
3031
        <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(System.IO.TextWriter,System.Object,System.Type)">
3032
            <summary>
3033
            Serializes the specified <see cref="T:System.Object"/> and writes the Json structure
3034
            to a <c>Stream</c> using the specified <see cref="T:System.IO.TextWriter"/>. 
3035
            </summary>
3036
            <param name="textWriter">The <see cref="T:System.IO.TextWriter"/> used to write the Json structure.</param>
3037
            <param name="value">The <see cref="T:System.Object"/> to serialize.</param>
3038
            <param name="objectType">
3039
            The type of the value being serialized.
3040
            This parameter is used when <see cref="P:Newtonsoft.Json.JsonSerializer.TypeNameHandling"/> is Auto to write out the type name if the type of the value does not match.
3041
            Specifing the type is optional.
3042
            </param>
3043
        </member>
3044
        <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(Newtonsoft.Json.JsonWriter,System.Object)">
3045
            <summary>
3046
            Serializes the specified <see cref="T:System.Object"/> and writes the Json structure
3047
            to a <c>Stream</c> using the specified <see cref="T:Newtonsoft.Json.JsonWriter"/>. 
3048
            </summary>
3049
            <param name="jsonWriter">The <see cref="T:Newtonsoft.Json.JsonWriter"/> used to write the Json structure.</param>
3050
            <param name="value">The <see cref="T:System.Object"/> to serialize.</param>
3051
        </member>
3052
        <member name="E:Newtonsoft.Json.JsonSerializer.Error">
3053
            <summary>
3054
            Occurs when the <see cref="T:Newtonsoft.Json.JsonSerializer"/> errors during serialization and deserialization.
3055
            </summary>
3056
        </member>
3057
        <member name="P:Newtonsoft.Json.JsonSerializer.ReferenceResolver">
3058
            <summary>
3059
            Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.
3060
            </summary>
3061
        </member>
3062
        <member name="P:Newtonsoft.Json.JsonSerializer.Binder">
3063
            <summary>
3064
            Gets or sets the <see cref="T:System.Runtime.Serialization.SerializationBinder"/> used by the serializer when resolving type names.
3065
            </summary>
3066
        </member>
3067
        <member name="P:Newtonsoft.Json.JsonSerializer.TraceWriter">
3068
            <summary>
3069
            Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.ITraceWriter"/> used by the serializer when writing trace messages.
3070
            </summary>
3071
            <value>The trace writer.</value>
3072
        </member>
3073
        <member name="P:Newtonsoft.Json.JsonSerializer.TypeNameHandling">
3074
            <summary>
3075
            Gets or sets how type name writing and reading is handled by the serializer.
3076
            </summary>
3077
        </member>
3078
        <member name="P:Newtonsoft.Json.JsonSerializer.TypeNameAssemblyFormat">
3079
            <summary>
3080
            Gets or sets how a type name assembly is written and resolved by the serializer.
3081
            </summary>
3082
            <value>The type name assembly format.</value>
3083
        </member>
3084
        <member name="P:Newtonsoft.Json.JsonSerializer.PreserveReferencesHandling">
3085
            <summary>
3086
            Gets or sets how object references are preserved by the serializer.
3087
            </summary>
3088
        </member>
3089
        <member name="P:Newtonsoft.Json.JsonSerializer.ReferenceLoopHandling">
3090
            <summary>
3091
            Get or set how reference loops (e.g. a class referencing itself) is handled.
3092
            </summary>
3093
        </member>
3094
        <member name="P:Newtonsoft.Json.JsonSerializer.MissingMemberHandling">
3095
            <summary>
3096
            Get or set how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
3097
            </summary>
3098
        </member>
3099
        <member name="P:Newtonsoft.Json.JsonSerializer.NullValueHandling">
3100
            <summary>
3101
            Get or set how null values are handled during serialization and deserialization.
3102
            </summary>
3103
        </member>
3104
        <member name="P:Newtonsoft.Json.JsonSerializer.DefaultValueHandling">
3105
            <summary>
3106
            Get or set how null default are handled during serialization and deserialization.
3107
            </summary>
3108
        </member>
3109
        <member name="P:Newtonsoft.Json.JsonSerializer.ObjectCreationHandling">
3110
            <summary>
3111
            Gets or sets how objects are created during deserialization.
3112
            </summary>
3113
            <value>The object creation handling.</value>
3114
        </member>
3115
        <member name="P:Newtonsoft.Json.JsonSerializer.ConstructorHandling">
3116
            <summary>
3117
            Gets or sets how constructors are used during deserialization.
3118
            </summary>
3119
            <value>The constructor handling.</value>
3120
        </member>
3121
        <member name="P:Newtonsoft.Json.JsonSerializer.MetadataPropertyHandling">
3122
            <summary>
3123
            Gets or sets how metadata properties are used during deserialization.
3124
            </summary>
3125
            <value>The metadata properties handling.</value>
3126
        </member>
3127
        <member name="P:Newtonsoft.Json.JsonSerializer.Converters">
3128
            <summary>
3129
            Gets a collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.
3130
            </summary>
3131
            <value>Collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.</value>
3132
        </member>
3133
        <member name="P:Newtonsoft.Json.JsonSerializer.ContractResolver">
3134
            <summary>
3135
            Gets or sets the contract resolver used by the serializer when
3136
            serializing .NET objects to JSON and vice versa.
3137
            </summary>
3138
        </member>
3139
        <member name="P:Newtonsoft.Json.JsonSerializer.Context">
3140
            <summary>
3141
            Gets or sets the <see cref="T:System.Runtime.Serialization.StreamingContext"/> used by the serializer when invoking serialization callback methods.
3142
            </summary>
3143
            <value>The context.</value>
3144
        </member>
3145
        <member name="P:Newtonsoft.Json.JsonSerializer.Formatting">
3146
            <summary>
3147
            Indicates how JSON text output is formatted.
3148
            </summary>
3149
        </member>
3150
        <member name="P:Newtonsoft.Json.JsonSerializer.DateFormatHandling">
3151
            <summary>
3152
            Get or set how dates are written to JSON text.
3153
            </summary>
3154
        </member>
3155
        <member name="P:Newtonsoft.Json.JsonSerializer.DateTimeZoneHandling">
3156
            <summary>
3157
            Get or set how <see cref="T:System.DateTime"/> time zones are handling during serialization and deserialization.
3158
            </summary>
3159
        </member>
3160
        <member name="P:Newtonsoft.Json.JsonSerializer.DateParseHandling">
3161
            <summary>
3162
            Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
3163
            </summary>
3164
        </member>
3165
        <member name="P:Newtonsoft.Json.JsonSerializer.FloatParseHandling">
3166
            <summary>
3167
            Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
3168
            </summary>
3169
        </member>
3170
        <member name="P:Newtonsoft.Json.JsonSerializer.FloatFormatHandling">
3171
            <summary>
3172
            Get or set how special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>,
3173
            <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/>,
3174
            are written as JSON text.
3175
            </summary>
3176
        </member>
3177
        <member name="P:Newtonsoft.Json.JsonSerializer.StringEscapeHandling">
3178
            <summary>
3179
            Get or set how strings are escaped when writing JSON text.
3180
            </summary>
3181
        </member>
3182
        <member name="P:Newtonsoft.Json.JsonSerializer.DateFormatString">
3183
            <summary>
3184
            Get or set how <see cref="T:System.DateTime"/> and <see cref="T:System.DateTimeOffset"/> values are formatting when writing JSON text.
3185
            </summary>
3186
        </member>
3187
        <member name="P:Newtonsoft.Json.JsonSerializer.Culture">
3188
            <summary>
3189
            Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.
3190
            </summary>
3191
        </member>
3192
        <member name="P:Newtonsoft.Json.JsonSerializer.MaxDepth">
3193
            <summary>
3194
            Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>.
3195
            </summary>
3196
        </member>
3197
        <member name="P:Newtonsoft.Json.JsonSerializer.CheckAdditionalContent">
3198
            <summary>
3199
            Gets a value indicating whether there will be a check for additional JSON content after deserializing an object.
3200
            </summary>
3201
            <value>
3202
                    <c>true</c> if there will be a check for additional JSON content after deserializing an object; otherwise, <c>false</c>.
3203
            </value>
3204
        </member>
3205
        <member name="T:Newtonsoft.Json.JsonSerializerSettings">
3206
            <summary>
3207
            Specifies the settings on a <see cref="T:Newtonsoft.Json.JsonSerializer"/> object.
3208
            </summary>
3209
        </member>
3210
        <member name="M:Newtonsoft.Json.JsonSerializerSettings.#ctor">
3211
            <summary>
3212
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> class.
3213
            </summary>
3214
        </member>
3215
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceLoopHandling">
3216
            <summary>
3217
            Gets or sets how reference loops (e.g. a class referencing itself) is handled.
3218
            </summary>
3219
            <value>Reference loop handling.</value>
3220
        </member>
3221
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.MissingMemberHandling">
3222
            <summary>
3223
            Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
3224
            </summary>
3225
            <value>Missing member handling.</value>
3226
        </member>
3227
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.ObjectCreationHandling">
3228
            <summary>
3229
            Gets or sets how objects are created during deserialization.
3230
            </summary>
3231
            <value>The object creation handling.</value>
3232
        </member>
3233
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.NullValueHandling">
3234
            <summary>
3235
            Gets or sets how null values are handled during serialization and deserialization.
3236
            </summary>
3237
            <value>Null value handling.</value>
3238
        </member>
3239
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.DefaultValueHandling">
3240
            <summary>
3241
            Gets or sets how null default are handled during serialization and deserialization.
3242
            </summary>
3243
            <value>The default value handling.</value>
3244
        </member>
3245
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.Converters">
3246
            <summary>
3247
            Gets or sets a collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.
3248
            </summary>
3249
            <value>The converters.</value>
3250
        </member>
3251
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.PreserveReferencesHandling">
3252
            <summary>
3253
            Gets or sets how object references are preserved by the serializer.
3254
            </summary>
3255
            <value>The preserve references handling.</value>
3256
        </member>
3257
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameHandling">
3258
            <summary>
3259
            Gets or sets how type name writing and reading is handled by the serializer.
3260
            </summary>
3261
            <value>The type name handling.</value>
3262
        </member>
3263
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.MetadataPropertyHandling">
3264
            <summary>
3265
            Gets or sets how metadata properties are used during deserialization.
3266
            </summary>
3267
            <value>The metadata properties handling.</value>
3268
        </member>
3269
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameAssemblyFormat">
3270
            <summary>
3271
            Gets or sets how a type name assembly is written and resolved by the serializer.
3272
            </summary>
3273
            <value>The type name assembly format.</value>
3274
        </member>
3275
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.ConstructorHandling">
3276
            <summary>
3277
            Gets or sets how constructors are used during deserialization.
3278
            </summary>
3279
            <value>The constructor handling.</value>
3280
        </member>
3281
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.ContractResolver">
3282
            <summary>
3283
            Gets or sets the contract resolver used by the serializer when
3284
            serializing .NET objects to JSON and vice versa.
3285
            </summary>
3286
            <value>The contract resolver.</value>
3287
        </member>
3288
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceResolver">
3289
            <summary>
3290
            Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.
3291
            </summary>
3292
            <value>The reference resolver.</value>
3293
        </member>
3294
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.TraceWriter">
3295
            <summary>
3296
            Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.ITraceWriter"/> used by the serializer when writing trace messages.
3297
            </summary>
3298
            <value>The trace writer.</value>
3299
        </member>
3300
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.Binder">
3301
            <summary>
3302
            Gets or sets the <see cref="T:System.Runtime.Serialization.SerializationBinder"/> used by the serializer when resolving type names.
3303
            </summary>
3304
            <value>The binder.</value>
3305
        </member>
3306
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.Error">
3307
            <summary>
3308
            Gets or sets the error handler called during serialization and deserialization.
3309
            </summary>
3310
            <value>The error handler called during serialization and deserialization.</value>
3311
        </member>
3312
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.Context">
3313
            <summary>
3314
            Gets or sets the <see cref="T:System.Runtime.Serialization.StreamingContext"/> used by the serializer when invoking serialization callback methods.
3315
            </summary>
3316
            <value>The context.</value>
3317
        </member>
3318
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateFormatString">
3319
            <summary>
3320
            Get or set how <see cref="T:System.DateTime"/> and <see cref="T:System.DateTimeOffset"/> values are formatting when writing JSON text.
3321
            </summary>
3322
        </member>
3323
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.MaxDepth">
3324
            <summary>
3325
            Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>.
3326
            </summary>
3327
        </member>
3328
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.Formatting">
3329
            <summary>
3330
            Indicates how JSON text output is formatted.
3331
            </summary>
3332
        </member>
3333
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateFormatHandling">
3334
            <summary>
3335
            Get or set how dates are written to JSON text.
3336
            </summary>
3337
        </member>
3338
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateTimeZoneHandling">
3339
            <summary>
3340
            Get or set how <see cref="T:System.DateTime"/> time zones are handling during serialization and deserialization.
3341
            </summary>
3342
        </member>
3343
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateParseHandling">
3344
            <summary>
3345
            Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
3346
            </summary>
3347
        </member>
3348
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.FloatFormatHandling">
3349
            <summary>
3350
            Get or set how special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>,
3351
            <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/>,
3352
            are written as JSON.
3353
            </summary>
3354
        </member>
3355
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.FloatParseHandling">
3356
            <summary>
3357
            Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
3358
            </summary>
3359
        </member>
3360
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.StringEscapeHandling">
3361
            <summary>
3362
            Get or set how strings are escaped when writing JSON text.
3363
            </summary>
3364
        </member>
3365
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.Culture">
3366
            <summary>
3367
            Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.
3368
            </summary>
3369
        </member>
3370
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.CheckAdditionalContent">
3371
            <summary>
3372
            Gets a value indicating whether there will be a check for additional content after deserializing an object.
3373
            </summary>
3374
            <value>
3375
                    <c>true</c> if there will be a check for additional content after deserializing an object; otherwise, <c>false</c>.
3376
            </value>
3377
        </member>
3378
        <member name="T:Newtonsoft.Json.JsonTextReader">
3379
            <summary>
3380
            Represents a reader that provides fast, non-cached, forward-only access to JSON text data.
3381
            </summary>
3382
        </member>
3383
        <member name="M:Newtonsoft.Json.JsonTextReader.#ctor(System.IO.TextReader)">
3384
            <summary>
3385
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReader"/> class with the specified <see cref="T:System.IO.TextReader"/>.
3386
            </summary>
3387
            <param name="reader">The <c>TextReader</c> containing the XML data to read.</param>
3388
        </member>
3389
        <member name="M:Newtonsoft.Json.JsonTextReader.Read">
3390
            <summary>
3391
            Reads the next JSON token from the stream.
3392
            </summary>
3393
            <returns>
3394
            true if the next token was read successfully; false if there are no more tokens to read.
3395
            </returns>
3396
        </member>
3397
        <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsBytes">
3398
            <summary>
3399
            Reads the next JSON token from the stream as a <see cref="T:Byte[]"/>.
3400
            </summary>
3401
            <returns>
3402
            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.
3403
            </returns>
3404
        </member>
3405
        <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDecimal">
3406
            <summary>
3407
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
3408
            </summary>
3409
            <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
3410
        </member>
3411
        <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsInt32">
3412
            <summary>
3413
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
3414
            </summary>
3415
            <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
3416
        </member>
3417
        <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsString">
3418
            <summary>
3419
            Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
3420
            </summary>
3421
            <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
3422
        </member>
3423
        <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTime">
3424
            <summary>
3425
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
3426
            </summary>
3427
            <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
3428
        </member>
3429
        <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTimeOffset">
3430
            <summary>
3431
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
3432
            </summary>
3433
            <returns>A <see cref="T:System.DateTimeOffset"/>. This method will return <c>null</c> at the end of an array.</returns>
3434
        </member>
3435
        <member name="M:Newtonsoft.Json.JsonTextReader.Close">
3436
            <summary>
3437
            Changes the state to closed. 
3438
            </summary>
3439
        </member>
3440
        <member name="M:Newtonsoft.Json.JsonTextReader.HasLineInfo">
3441
            <summary>
3442
            Gets a value indicating whether the class can return line information.
3443
            </summary>
3444
            <returns>
3445
                    <c>true</c> if LineNumber and LinePosition can be provided; otherwise, <c>false</c>.
3446
            </returns>
3447
        </member>
3448
        <member name="P:Newtonsoft.Json.JsonTextReader.LineNumber">
3449
            <summary>
3450
            Gets the current line number.
3451
            </summary>
3452
            <value>
3453
            The current line number or 0 if no line information is available (for example, HasLineInfo returns false).
3454
            </value>
3455
        </member>
3456
        <member name="P:Newtonsoft.Json.JsonTextReader.LinePosition">
3457
            <summary>
3458
            Gets the current line position.
3459
            </summary>
3460
            <value>
3461
            The current line position or 0 if no line information is available (for example, HasLineInfo returns false).
3462
            </value>
3463
        </member>
3464
        <member name="T:Newtonsoft.Json.JsonTextWriter">
3465
            <summary>
3466
            Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
3467
            </summary>
3468
        </member>
3469
        <member name="M:Newtonsoft.Json.JsonTextWriter.#ctor(System.IO.TextWriter)">
3470
            <summary>
3471
            Creates an instance of the <c>JsonWriter</c> class using the specified <see cref="T:System.IO.TextWriter"/>. 
3472
            </summary>
3473
            <param name="textWriter">The <c>TextWriter</c> to write to.</param>
3474
        </member>
3475
        <member name="M:Newtonsoft.Json.JsonTextWriter.Flush">
3476
            <summary>
3477
            Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
3478
            </summary>
3479
        </member>
3480
        <member name="M:Newtonsoft.Json.JsonTextWriter.Close">
3481
            <summary>
3482
            Closes this stream and the underlying stream.
3483
            </summary>
3484
        </member>
3485
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartObject">
3486
            <summary>
3487
            Writes the beginning of a Json object.
3488
            </summary>
3489
        </member>
3490
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartArray">
3491
            <summary>
3492
            Writes the beginning of a Json array.
3493
            </summary>
3494
        </member>
3495
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartConstructor(System.String)">
3496
            <summary>
3497
            Writes the start of a constructor with the given name.
3498
            </summary>
3499
            <param name="name">The name of the constructor.</param>
3500
        </member>
3501
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
3502
            <summary>
3503
            Writes the specified end token.
3504
            </summary>
3505
            <param name="token">The end token to write.</param>
3506
        </member>
3507
        <member name="M:Newtonsoft.Json.JsonTextWriter.WritePropertyName(System.String)">
3508
            <summary>
3509
            Writes the property name of a name/value pair on a Json object.
3510
            </summary>
3511
            <param name="name">The name of the property.</param>
3512
        </member>
3513
        <member name="M:Newtonsoft.Json.JsonTextWriter.WritePropertyName(System.String,System.Boolean)">
3514
            <summary>
3515
            Writes the property name of a name/value pair on a JSON object.
3516
            </summary>
3517
            <param name="name">The name of the property.</param>
3518
            <param name="escape">A flag to indicate whether the text should be escaped when it is written as a JSON property name.</param>
3519
        </member>
3520
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteIndent">
3521
            <summary>
3522
            Writes indent characters.
3523
            </summary>
3524
        </member>
3525
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValueDelimiter">
3526
            <summary>
3527
            Writes the JSON value delimiter.
3528
            </summary>
3529
        </member>
3530
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteIndentSpace">
3531
            <summary>
3532
            Writes an indent space.
3533
            </summary>
3534
        </member>
3535
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Object)">
3536
            <summary>
3537
            Writes a <see cref="T:System.Object"/> value.
3538
            An error will raised if the value cannot be written as a single JSON token.
3539
            </summary>
3540
            <param name="value">The <see cref="T:System.Object"/> value to write.</param>
3541
        </member>
3542
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteNull">
3543
            <summary>
3544
            Writes a null value.
3545
            </summary>
3546
        </member>
3547
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteUndefined">
3548
            <summary>
3549
            Writes an undefined value.
3550
            </summary>
3551
        </member>
3552
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteRaw(System.String)">
3553
            <summary>
3554
            Writes raw JSON.
3555
            </summary>
3556
            <param name="json">The raw JSON to write.</param>
3557
        </member>
3558
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.String)">
3559
            <summary>
3560
            Writes a <see cref="T:System.String"/> value.
3561
            </summary>
3562
            <param name="value">The <see cref="T:System.String"/> value to write.</param>
3563
        </member>
3564
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int32)">
3565
            <summary>
3566
            Writes a <see cref="T:System.Int32"/> value.
3567
            </summary>
3568
            <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
3569
        </member>
3570
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt32)">
3571
            <summary>
3572
            Writes a <see cref="T:System.UInt32"/> value.
3573
            </summary>
3574
            <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
3575
        </member>
3576
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int64)">
3577
            <summary>
3578
            Writes a <see cref="T:System.Int64"/> value.
3579
            </summary>
3580
            <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
3581
        </member>
3582
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt64)">
3583
            <summary>
3584
            Writes a <see cref="T:System.UInt64"/> value.
3585
            </summary>
3586
            <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
3587
        </member>
3588
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Single)">
3589
            <summary>
3590
            Writes a <see cref="T:System.Single"/> value.
3591
            </summary>
3592
            <param name="value">The <see cref="T:System.Single"/> value to write.</param>
3593
        </member>
3594
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Nullable{System.Single})">
3595
            <summary>
3596
            Writes a <see cref="T:System.Nullable`1"/> value.
3597
            </summary>
3598
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3599
        </member>
3600
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Double)">
3601
            <summary>
3602
            Writes a <see cref="T:System.Double"/> value.
3603
            </summary>
3604
            <param name="value">The <see cref="T:System.Double"/> value to write.</param>
3605
        </member>
3606
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Nullable{System.Double})">
3607
            <summary>
3608
            Writes a <see cref="T:System.Nullable`1"/> value.
3609
            </summary>
3610
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
3611
        </member>
3612
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Boolean)">
3613
            <summary>
3614
            Writes a <see cref="T:System.Boolean"/> value.
3615
            </summary>
3616
            <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
3617
        </member>
3618
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int16)">
3619
            <summary>
3620
            Writes a <see cref="T:System.Int16"/> value.
3621
            </summary>
3622
            <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
3623
        </member>
3624
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt16)">
3625
            <summary>
3626
            Writes a <see cref="T:System.UInt16"/> value.
3627
            </summary>
3628
            <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
3629
        </member>
3630
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Char)">
3631
            <summary>
3632
            Writes a <see cref="T:System.Char"/> value.
3633
            </summary>
3634
            <param name="value">The <see cref="T:System.Char"/> value to write.</param>
3635
        </member>
3636
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Byte)">
3637
            <summary>
3638
            Writes a <see cref="T:System.Byte"/> value.
3639
            </summary>
3640
            <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
3641
        </member>
3642
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.SByte)">
3643
            <summary>
3644
            Writes a <see cref="T:System.SByte"/> value.
3645
            </summary>
3646
            <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
3647
        </member>
3648
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Decimal)">
3649
            <summary>
3650
            Writes a <see cref="T:System.Decimal"/> value.
3651
            </summary>
3652
            <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
3653
        </member>
3654
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.DateTime)">
3655
            <summary>
3656
            Writes a <see cref="T:System.DateTime"/> value.
3657
            </summary>
3658
            <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
3659
        </member>
3660
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Byte[])">
3661
            <summary>
3662
            Writes a <see cref="T:Byte[]"/> value.
3663
            </summary>
3664
            <param name="value">The <see cref="T:Byte[]"/> value to write.</param>
3665
        </member>
3666
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.DateTimeOffset)">
3667
            <summary>
3668
            Writes a <see cref="T:System.DateTimeOffset"/> value.
3669
            </summary>
3670
            <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>
3671
        </member>
3672
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Guid)">
3673
            <summary>
3674
            Writes a <see cref="T:System.Guid"/> value.
3675
            </summary>
3676
            <param name="value">The <see cref="T:System.Guid"/> value to write.</param>
3677
        </member>
3678
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.TimeSpan)">
3679
            <summary>
3680
            Writes a <see cref="T:System.TimeSpan"/> value.
3681
            </summary>
3682
            <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>
3683
        </member>
3684
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Uri)">
3685
            <summary>
3686
            Writes a <see cref="T:System.Uri"/> value.
3687
            </summary>
3688
            <param name="value">The <see cref="T:System.Uri"/> value to write.</param>
3689
        </member>
3690
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteComment(System.String)">
3691
            <summary>
3692
            Writes out a comment <code>/*...*/</code> containing the specified text. 
3693
            </summary>
3694
            <param name="text">Text to place inside the comment.</param>
3695
        </member>
3696
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteWhitespace(System.String)">
3697
            <summary>
3698
            Writes out the given white space.
3699
            </summary>
3700
            <param name="ws">The string of white space characters.</param>
3701
        </member>
3702
        <member name="P:Newtonsoft.Json.JsonTextWriter.Indentation">
3703
            <summary>
3704
            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>.
3705
            </summary>
3706
        </member>
3707
        <member name="P:Newtonsoft.Json.JsonTextWriter.QuoteChar">
3708
            <summary>
3709
            Gets or sets which character to use to quote attribute values.
3710
            </summary>
3711
        </member>
3712
        <member name="P:Newtonsoft.Json.JsonTextWriter.IndentChar">
3713
            <summary>
3714
            Gets or sets which character to use for indenting when <see cref="T:Newtonsoft.Json.Formatting"/> is set to <c>Formatting.Indented</c>.
3715
            </summary>
3716
        </member>
3717
        <member name="P:Newtonsoft.Json.JsonTextWriter.QuoteName">
3718
            <summary>
3719
            Gets or sets a value indicating whether object names will be surrounded with quotes.
3720
            </summary>
3721
        </member>
3722
        <member name="T:Newtonsoft.Json.JsonToken">
3723
            <summary>
3724
            Specifies the type of Json token.
3725
            </summary>
3726
        </member>
3727
        <member name="F:Newtonsoft.Json.JsonToken.None">
3728
            <summary>
3729
            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. 
3730
            </summary>
3731
        </member>
3732
        <member name="F:Newtonsoft.Json.JsonToken.StartObject">
3733
            <summary>
3734
            An object start token.
3735
            </summary>
3736
        </member>
3737
        <member name="F:Newtonsoft.Json.JsonToken.StartArray">
3738
            <summary>
3739
            An array start token.
3740
            </summary>
3741
        </member>
3742
        <member name="F:Newtonsoft.Json.JsonToken.StartConstructor">
3743
            <summary>
3744
            A constructor start token.
3745
            </summary>
3746
        </member>
3747
        <member name="F:Newtonsoft.Json.JsonToken.PropertyName">
3748
            <summary>
3749
            An object property name.
3750
            </summary>
3751
        </member>
3752
        <member name="F:Newtonsoft.Json.JsonToken.Comment">
3753
            <summary>
3754
            A comment.
3755
            </summary>
3756
        </member>
3757
        <member name="F:Newtonsoft.Json.JsonToken.Raw">
3758
            <summary>
3759
            Raw JSON.
3760
            </summary>
3761
        </member>
3762
        <member name="F:Newtonsoft.Json.JsonToken.Integer">
3763
            <summary>
3764
            An integer.
3765
            </summary>
3766
        </member>
3767
        <member name="F:Newtonsoft.Json.JsonToken.Float">
3768
            <summary>
3769
            A float.
3770
            </summary>
3771
        </member>
3772
        <member name="F:Newtonsoft.Json.JsonToken.String">
3773
            <summary>
3774
            A string.
3775
            </summary>
3776
        </member>
3777
        <member name="F:Newtonsoft.Json.JsonToken.Boolean">
3778
            <summary>
3779
            A boolean.
3780
            </summary>
3781
        </member>
3782
        <member name="F:Newtonsoft.Json.JsonToken.Null">
3783
            <summary>
3784
            A null token.
3785
            </summary>
3786
        </member>
3787
        <member name="F:Newtonsoft.Json.JsonToken.Undefined">
3788
            <summary>
3789
            An undefined token.
3790
            </summary>
3791
        </member>
3792
        <member name="F:Newtonsoft.Json.JsonToken.EndObject">
3793
            <summary>
3794
            An object end token.
3795
            </summary>
3796
        </member>
3797
        <member name="F:Newtonsoft.Json.JsonToken.EndArray">
3798
            <summary>
3799
            An array end token.
3800
            </summary>
3801
        </member>
3802
        <member name="F:Newtonsoft.Json.JsonToken.EndConstructor">
3803
            <summary>
3804
            A constructor end token.
3805
            </summary>
3806
        </member>
3807
        <member name="F:Newtonsoft.Json.JsonToken.Date">
3808
            <summary>
3809
            A Date.
3810
            </summary>
3811
        </member>
3812
        <member name="F:Newtonsoft.Json.JsonToken.Bytes">
3813
            <summary>
3814
            Byte data.
3815
            </summary>
3816
        </member>
3817
        <member name="T:Newtonsoft.Json.JsonValidatingReader">
3818
            <summary>
3819
            Represents a reader that provides <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> validation.
3820
            </summary>
3821
        </member>
3822
        <member name="M:Newtonsoft.Json.JsonValidatingReader.#ctor(Newtonsoft.Json.JsonReader)">
3823
            <summary>
3824
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonValidatingReader"/> class that
3825
            validates the content returned from the given <see cref="T:Newtonsoft.Json.JsonReader"/>.
3826
            </summary>
3827
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from while validating.</param>
3828
        </member>
3829
        <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsInt32">
3830
            <summary>
3831
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
3832
            </summary>
3833
            <returns>A <see cref="T:System.Nullable`1"/>.</returns>
3834
        </member>
3835
        <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsBytes">
3836
            <summary>
3837
            Reads the next JSON token from the stream as a <see cref="T:Byte[]"/>.
3838
            </summary>
3839
            <returns>
3840
            A <see cref="T:Byte[]"/> or a null reference if the next JSON token is null.
3841
            </returns>
3842
        </member>
3843
        <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDecimal">
3844
            <summary>
3845
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
3846
            </summary>
3847
            <returns>A <see cref="T:System.Nullable`1"/>.</returns>
3848
        </member>
3849
        <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsString">
3850
            <summary>
3851
            Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
3852
            </summary>
3853
            <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
3854
        </member>
3855
        <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDateTime">
3856
            <summary>
3857
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
3858
            </summary>
3859
            <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
3860
        </member>
3861
        <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDateTimeOffset">
3862
            <summary>
3863
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
3864
            </summary>
3865
            <returns>A <see cref="T:System.Nullable`1"/>.</returns>
3866
        </member>
3867
        <member name="M:Newtonsoft.Json.JsonValidatingReader.Read">
3868
            <summary>
3869
            Reads the next JSON token from the stream.
3870
            </summary>
3871
            <returns>
3872
            true if the next token was read successfully; false if there are no more tokens to read.
3873
            </returns>
3874
        </member>
3875
        <member name="E:Newtonsoft.Json.JsonValidatingReader.ValidationEventHandler">
3876
            <summary>
3877
            Sets an event handler for receiving schema validation errors.
3878
            </summary>
3879
        </member>
3880
        <member name="P:Newtonsoft.Json.JsonValidatingReader.Value">
3881
            <summary>
3882
            Gets the text value of the current JSON token.
3883
            </summary>
3884
            <value></value>
3885
        </member>
3886
        <member name="P:Newtonsoft.Json.JsonValidatingReader.Depth">
3887
            <summary>
3888
            Gets the depth of the current token in the JSON document.
3889
            </summary>
3890
            <value>The depth of the current token in the JSON document.</value>
3891
        </member>
3892
        <member name="P:Newtonsoft.Json.JsonValidatingReader.Path">
3893
            <summary>
3894
            Gets the path of the current JSON token. 
3895
            </summary>
3896
        </member>
3897
        <member name="P:Newtonsoft.Json.JsonValidatingReader.QuoteChar">
3898
            <summary>
3899
            Gets the quotation mark character used to enclose the value of a string.
3900
            </summary>
3901
            <value></value>
3902
        </member>
3903
        <member name="P:Newtonsoft.Json.JsonValidatingReader.TokenType">
3904
            <summary>
3905
            Gets the type of the current JSON token.
3906
            </summary>
3907
            <value></value>
3908
        </member>
3909
        <member name="P:Newtonsoft.Json.JsonValidatingReader.ValueType">
3910
            <summary>
3911
            Gets the Common Language Runtime (CLR) type for the current JSON token.
3912
            </summary>
3913
            <value></value>
3914
        </member>
3915
        <member name="P:Newtonsoft.Json.JsonValidatingReader.Schema">
3916
            <summary>
3917
            Gets or sets the schema.
3918
            </summary>
3919
            <value>The schema.</value>
3920
        </member>
3921
        <member name="P:Newtonsoft.Json.JsonValidatingReader.Reader">
3922
            <summary>
3923
            Gets the <see cref="T:Newtonsoft.Json.JsonReader"/> used to construct this <see cref="T:Newtonsoft.Json.JsonValidatingReader"/>.
3924
            </summary>
3925
            <value>The <see cref="T:Newtonsoft.Json.JsonReader"/> specified in the constructor.</value>
3926
        </member>
3927
        <member name="T:Newtonsoft.Json.JsonWriterException">
3928
            <summary>
3929
            The exception thrown when an error occurs while reading Json text.
3930
            </summary>
3931
        </member>
3932
        <member name="M:Newtonsoft.Json.JsonWriterException.#ctor">
3933
            <summary>
3934
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class.
3935
            </summary>
3936
        </member>
3937
        <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.String)">
3938
            <summary>
3939
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class
3940
            with a specified error message.
3941
            </summary>
3942
            <param name="message">The error message that explains the reason for the exception.</param>
3943
        </member>
3944
        <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.String,System.Exception)">
3945
            <summary>
3946
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class
3947
            with a specified error message and a reference to the inner exception that is the cause of this exception.
3948
            </summary>
3949
            <param name="message">The error message that explains the reason for the exception.</param>
3950
            <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>
3951
        </member>
3952
        <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
3953
            <summary>
3954
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class.
3955
            </summary>
3956
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
3957
            <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
3958
            <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception>
3959
            <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception>
3960
        </member>
3961
        <member name="P:Newtonsoft.Json.JsonWriterException.Path">
3962
            <summary>
3963
            Gets the path to the JSON where the error occurred.
3964
            </summary>
3965
            <value>The path to the JSON where the error occurred.</value>
3966
        </member>
3967
        <member name="T:Newtonsoft.Json.Linq.Extensions">
3968
            <summary>
3969
            Contains the LINQ to JSON extension methods.
3970
            </summary>
3971
        </member>
3972
        <member name="M:Newtonsoft.Json.Linq.Extensions.Ancestors``1(System.Collections.Generic.IEnumerable{``0})">
3973
            <summary>
3974
            Returns a collection of tokens that contains the ancestors of every token in the source collection.
3975
            </summary>
3976
            <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</typeparam>
3977
            <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>
3978
            <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>
3979
        </member>
3980
        <member name="M:Newtonsoft.Json.Linq.Extensions.Descendants``1(System.Collections.Generic.IEnumerable{``0})">
3981
            <summary>
3982
            Returns a collection of tokens that contains the descendants of every token in the source collection.
3983
            </summary>
3984
            <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JContainer"/>.</typeparam>
3985
            <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>
3986
            <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>
3987
        </member>
3988
        <member name="M:Newtonsoft.Json.Linq.Extensions.Properties(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JObject})">
3989
            <summary>
3990
            Returns a collection of child properties of every object in the source collection.
3991
            </summary>
3992
            <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>
3993
            <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>
3994
        </member>
3995
        <member name="M:Newtonsoft.Json.Linq.Extensions.Values(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken},System.Object)">
3996
            <summary>
3997
            Returns a collection of child values of every object in the source collection with the given key.
3998
            </summary>
3999
            <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>
4000
            <param name="key">The token key.</param>
4001
            <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>
4002
        </member>
4003
        <member name="M:Newtonsoft.Json.Linq.Extensions.Values(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
4004
            <summary>
4005
            Returns a collection of child values of every object in the source collection.
4006
            </summary>
4007
            <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>
4008
            <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>
4009
        </member>
4010
        <member name="M:Newtonsoft.Json.Linq.Extensions.Values``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken},System.Object)">
4011
            <summary>
4012
            Returns a collection of converted child values of every object in the source collection with the given key.
4013
            </summary>
4014
            <typeparam name="U">The type to convert the values to.</typeparam>
4015
            <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>
4016
            <param name="key">The token key.</param>
4017
            <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>
4018
        </member>
4019
        <member name="M:Newtonsoft.Json.Linq.Extensions.Values``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
4020
            <summary>
4021
            Returns a collection of converted child values of every object in the source collection.
4022
            </summary>
4023
            <typeparam name="U">The type to convert the values to.</typeparam>
4024
            <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>
4025
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the converted values of every node in the source collection.</returns>
4026
        </member>
4027
        <member name="M:Newtonsoft.Json.Linq.Extensions.Value``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
4028
            <summary>
4029
            Converts the value.
4030
            </summary>
4031
            <typeparam name="U">The type to convert the value to.</typeparam>
4032
            <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>
4033
            <returns>A converted value.</returns>
4034
        </member>
4035
        <member name="M:Newtonsoft.Json.Linq.Extensions.Value``2(System.Collections.Generic.IEnumerable{``0})">
4036
            <summary>
4037
            Converts the value.
4038
            </summary>
4039
            <typeparam name="T">The source collection type.</typeparam>
4040
            <typeparam name="U">The type to convert the value to.</typeparam>
4041
            <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>
4042
            <returns>A converted value.</returns>
4043
        </member>
4044
        <member name="M:Newtonsoft.Json.Linq.Extensions.Children``1(System.Collections.Generic.IEnumerable{``0})">
4045
            <summary>
4046
            Returns a collection of child tokens of every array in the source collection.
4047
            </summary>
4048
            <typeparam name="T">The source collection type.</typeparam>
4049
            <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>
4050
            <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>
4051
        </member>
4052
        <member name="M:Newtonsoft.Json.Linq.Extensions.Children``2(System.Collections.Generic.IEnumerable{``0})">
4053
            <summary>
4054
            Returns a collection of converted child tokens of every array in the source collection.
4055
            </summary>
4056
            <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>
4057
            <typeparam name="U">The type to convert the values to.</typeparam>
4058
            <typeparam name="T">The source collection type.</typeparam>
4059
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the converted values of every node in the source collection.</returns>
4060
        </member>
4061
        <member name="M:Newtonsoft.Json.Linq.Extensions.AsJEnumerable(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
4062
            <summary>
4063
            Returns the input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.
4064
            </summary>
4065
            <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>
4066
            <returns>The input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.</returns>
4067
        </member>
4068
        <member name="M:Newtonsoft.Json.Linq.Extensions.AsJEnumerable``1(System.Collections.Generic.IEnumerable{``0})">
4069
            <summary>
4070
            Returns the input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.
4071
            </summary>
4072
            <typeparam name="T">The source collection type.</typeparam>
4073
            <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>
4074
            <returns>The input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.</returns>
4075
        </member>
4076
        <member name="T:Newtonsoft.Json.Linq.IJEnumerable`1">
4077
            <summary>
4078
            Represents a collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.
4079
            </summary>
4080
            <typeparam name="T">The type of token</typeparam>
4081
        </member>
4082
        <member name="P:Newtonsoft.Json.Linq.IJEnumerable`1.Item(System.Object)">
4083
            <summary>
4084
            Gets the <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/> with the specified key.
4085
            </summary>
4086
            <value></value>
4087
        </member>
4088
        <member name="T:Newtonsoft.Json.Linq.JArray">
4089
            <summary>
4090
            Represents a JSON array.
4091
            </summary>
4092
            <example>
4093
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParseArray" title="Parsing a JSON Array from Text" />
4094
            </example>
4095
        </member>
4096
        <member name="T:Newtonsoft.Json.Linq.JContainer">
4097
            <summary>
4098
            Represents a token that can contain other tokens.
4099
            </summary>
4100
        </member>
4101
        <member name="T:Newtonsoft.Json.Linq.JToken">
4102
            <summary>
4103
            Represents an abstract JSON token.
4104
            </summary>
4105
        </member>
4106
        <member name="M:Newtonsoft.Json.Linq.JToken.DeepEquals(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
4107
            <summary>
4108
            Compares the values of two tokens, including the values of all descendant tokens.
4109
            </summary>
4110
            <param name="t1">The first <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
4111
            <param name="t2">The second <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
4112
            <returns>true if the tokens are equal; otherwise false.</returns>
4113
        </member>
4114
        <member name="M:Newtonsoft.Json.Linq.JToken.AddAfterSelf(System.Object)">
4115
            <summary>
4116
            Adds the specified content immediately after this token.
4117
            </summary>
4118
            <param name="content">A content object that contains simple content or a collection of content objects to be added after this token.</param>
4119
        </member>
4120
        <member name="M:Newtonsoft.Json.Linq.JToken.AddBeforeSelf(System.Object)">
4121
            <summary>
4122
            Adds the specified content immediately before this token.
4123
            </summary>
4124
            <param name="content">A content object that contains simple content or a collection of content objects to be added before this token.</param>
4125
        </member>
4126
        <member name="M:Newtonsoft.Json.Linq.JToken.Ancestors">
4127
            <summary>
4128
            Returns a collection of the ancestor tokens of this token.
4129
            </summary>
4130
            <returns>A collection of the ancestor tokens of this token.</returns>
4131
        </member>
4132
        <member name="M:Newtonsoft.Json.Linq.JToken.AfterSelf">
4133
            <summary>
4134
            Returns a collection of the sibling tokens after this token, in document order.
4135
            </summary>
4136
            <returns>A collection of the sibling tokens after this tokens, in document order.</returns>
4137
        </member>
4138
        <member name="M:Newtonsoft.Json.Linq.JToken.BeforeSelf">
4139
            <summary>
4140
            Returns a collection of the sibling tokens before this token, in document order.
4141
            </summary>
4142
            <returns>A collection of the sibling tokens before this token, in document order.</returns>
4143
        </member>
4144
        <member name="M:Newtonsoft.Json.Linq.JToken.Value``1(System.Object)">
4145
            <summary>
4146
            Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key converted to the specified type.
4147
            </summary>
4148
            <typeparam name="T">The type to convert the token to.</typeparam>
4149
            <param name="key">The token key.</param>
4150
            <returns>The converted token value.</returns>
4151
        </member>
4152
        <member name="M:Newtonsoft.Json.Linq.JToken.Children">
4153
            <summary>
4154
            Returns a collection of the child tokens of this token, in document order.
4155
            </summary>
4156
            <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>
4157
        </member>
4158
        <member name="M:Newtonsoft.Json.Linq.JToken.Children``1">
4159
            <summary>
4160
            Returns a collection of the child tokens of this token, in document order, filtered by the specified type.
4161
            </summary>
4162
            <typeparam name="T">The type to filter the child tokens on.</typeparam>
4163
            <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>
4164
        </member>
4165
        <member name="M:Newtonsoft.Json.Linq.JToken.Values``1">
4166
            <summary>
4167
            Returns a collection of the child values of this token, in document order.
4168
            </summary>
4169
            <typeparam name="T">The type to convert the values to.</typeparam>
4170
            <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>
4171
        </member>
4172
        <member name="M:Newtonsoft.Json.Linq.JToken.Remove">
4173
            <summary>
4174
            Removes this token from its parent.
4175
            </summary>
4176
        </member>
4177
        <member name="M:Newtonsoft.Json.Linq.JToken.Replace(Newtonsoft.Json.Linq.JToken)">
4178
            <summary>
4179
            Replaces this token with the specified token.
4180
            </summary>
4181
            <param name="value">The value.</param>
4182
        </member>
4183
        <member name="M:Newtonsoft.Json.Linq.JToken.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
4184
            <summary>
4185
            Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
4186
            </summary>
4187
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
4188
            <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
4189
        </member>
4190
        <member name="M:Newtonsoft.Json.Linq.JToken.ToString">
4191
            <summary>
4192
            Returns the indented JSON for this token.
4193
            </summary>
4194
            <returns>
4195
            The indented JSON for this token.
4196
            </returns>
4197
        </member>
4198
        <member name="M:Newtonsoft.Json.Linq.JToken.ToString(Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[])">
4199
            <summary>
4200
            Returns the JSON for this token using the given formatting and converters.
4201
            </summary>
4202
            <param name="formatting">Indicates how the output is formatted.</param>
4203
            <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
4204
            <returns>The JSON for this token using the given formatting and converters.</returns>
4205
        </member>
4206
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Boolean">
4207
            <summary>
4208
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Boolean"/>.
4209
            </summary>
4210
            <param name="value">The value.</param>
4211
            <returns>The result of the conversion.</returns>
4212
        </member>
4213
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.DateTimeOffset">
4214
            <summary>
4215
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.DateTimeOffset"/>.
4216
            </summary>
4217
            <param name="value">The value.</param>
4218
            <returns>The result of the conversion.</returns>
4219
        </member>
4220
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Boolean}">
4221
            <summary>
4222
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
4223
            </summary>
4224
            <param name="value">The value.</param>
4225
            <returns>The result of the conversion.</returns>
4226
        </member>
4227
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int64">
4228
            <summary>
4229
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int64"/>.
4230
            </summary>
4231
            <param name="value">The value.</param>
4232
            <returns>The result of the conversion.</returns>
4233
        </member>
4234
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.DateTime}">
4235
            <summary>
4236
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
4237
            </summary>
4238
            <param name="value">The value.</param>
4239
            <returns>The result of the conversion.</returns>
4240
        </member>
4241
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.DateTimeOffset}">
4242
            <summary>
4243
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
4244
            </summary>
4245
            <param name="value">The value.</param>
4246
            <returns>The result of the conversion.</returns>
4247
        </member>
4248
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Decimal}">
4249
            <summary>
4250
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
4251
            </summary>
4252
            <param name="value">The value.</param>
4253
            <returns>The result of the conversion.</returns>
4254
        </member>
4255
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Double}">
4256
            <summary>
4257
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
4258
            </summary>
4259
            <param name="value">The value.</param>
4260
            <returns>The result of the conversion.</returns>
4261
        </member>
4262
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Char}">
4263
            <summary>
4264
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
4265
            </summary>
4266
            <param name="value">The value.</param>
4267
            <returns>The result of the conversion.</returns>
4268
        </member>
4269
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int32">
4270
            <summary>
4271
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int32"/>.
4272
            </summary>
4273
            <param name="value">The value.</param>
4274
            <returns>The result of the conversion.</returns>
4275
        </member>
4276
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int16">
4277
            <summary>
4278
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int16"/>.
4279
            </summary>
4280
            <param name="value">The value.</param>
4281
            <returns>The result of the conversion.</returns>
4282
        </member>
4283
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt16">
4284
            <summary>
4285
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt16"/>.
4286
            </summary>
4287
            <param name="value">The value.</param>
4288
            <returns>The result of the conversion.</returns>
4289
        </member>
4290
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Char">
4291
            <summary>
4292
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Char"/>.
4293
            </summary>
4294
            <param name="value">The value.</param>
4295
            <returns>The result of the conversion.</returns>
4296
        </member>
4297
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Byte">
4298
            <summary>
4299
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Byte"/>.
4300
            </summary>
4301
            <param name="value">The value.</param>
4302
            <returns>The result of the conversion.</returns>
4303
        </member>
4304
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.SByte">
4305
            <summary>
4306
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.SByte"/>.
4307
            </summary>
4308
            <param name="value">The value.</param>
4309
            <returns>The result of the conversion.</returns>
4310
        </member>
4311
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int32}">
4312
            <summary>
4313
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
4314
            </summary>
4315
            <param name="value">The value.</param>
4316
            <returns>The result of the conversion.</returns>
4317
        </member>
4318
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int16}">
4319
            <summary>
4320
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
4321
            </summary>
4322
            <param name="value">The value.</param>
4323
            <returns>The result of the conversion.</returns>
4324
        </member>
4325
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt16}">
4326
            <summary>
4327
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
4328
            </summary>
4329
            <param name="value">The value.</param>
4330
            <returns>The result of the conversion.</returns>
4331
        </member>
4332
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Byte}">
4333
            <summary>
4334
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
4335
            </summary>
4336
            <param name="value">The value.</param>
4337
            <returns>The result of the conversion.</returns>
4338
        </member>
4339
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.SByte}">
4340
            <summary>
4341
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
4342
            </summary>
4343
            <param name="value">The value.</param>
4344
            <returns>The result of the conversion.</returns>
4345
        </member>
4346
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.DateTime">
4347
            <summary>
4348
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.DateTime"/>.
4349
            </summary>
4350
            <param name="value">The value.</param>
4351
            <returns>The result of the conversion.</returns>
4352
        </member>
4353
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int64}">
4354
            <summary>
4355
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
4356
            </summary>
4357
            <param name="value">The value.</param>
4358
            <returns>The result of the conversion.</returns>
4359
        </member>
4360
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Single}">
4361
            <summary>
4362
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
4363
            </summary>
4364
            <param name="value">The value.</param>
4365
            <returns>The result of the conversion.</returns>
4366
        </member>
4367
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Decimal">
4368
            <summary>
4369
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Decimal"/>.
4370
            </summary>
4371
            <param name="value">The value.</param>
4372
            <returns>The result of the conversion.</returns>
4373
        </member>
4374
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt32}">
4375
            <summary>
4376
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
4377
            </summary>
4378
            <param name="value">The value.</param>
4379
            <returns>The result of the conversion.</returns>
4380
        </member>
4381
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt64}">
4382
            <summary>
4383
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
4384
            </summary>
4385
            <param name="value">The value.</param>
4386
            <returns>The result of the conversion.</returns>
4387
        </member>
4388
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Double">
4389
            <summary>
4390
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Double"/>.
4391
            </summary>
4392
            <param name="value">The value.</param>
4393
            <returns>The result of the conversion.</returns>
4394
        </member>
4395
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Single">
4396
            <summary>
4397
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Single"/>.
4398
            </summary>
4399
            <param name="value">The value.</param>
4400
            <returns>The result of the conversion.</returns>
4401
        </member>
4402
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.String">
4403
            <summary>
4404
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.String"/>.
4405
            </summary>
4406
            <param name="value">The value.</param>
4407
            <returns>The result of the conversion.</returns>
4408
        </member>
4409
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt32">
4410
            <summary>
4411
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt32"/>.
4412
            </summary>
4413
            <param name="value">The value.</param>
4414
            <returns>The result of the conversion.</returns>
4415
        </member>
4416
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt64">
4417
            <summary>
4418
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt64"/>.
4419
            </summary>
4420
            <param name="value">The value.</param>
4421
            <returns>The result of the conversion.</returns>
4422
        </member>
4423
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Byte[]">
4424
            <summary>
4425
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Byte[]"/>.
4426
            </summary>
4427
            <param name="value">The value.</param>
4428
            <returns>The result of the conversion.</returns>
4429
        </member>
4430
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Guid">
4431
            <summary>
4432
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Guid"/>.
4433
            </summary>
4434
            <param name="value">The value.</param>
4435
            <returns>The result of the conversion.</returns>
4436
        </member>
4437
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Guid}">
4438
            <summary>
4439
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Guid"/>.
4440
            </summary>
4441
            <param name="value">The value.</param>
4442
            <returns>The result of the conversion.</returns>
4443
        </member>
4444
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.TimeSpan">
4445
            <summary>
4446
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.TimeSpan"/>.
4447
            </summary>
4448
            <param name="value">The value.</param>
4449
            <returns>The result of the conversion.</returns>
4450
        </member>
4451
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.TimeSpan}">
4452
            <summary>
4453
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.TimeSpan"/>.
4454
            </summary>
4455
            <param name="value">The value.</param>
4456
            <returns>The result of the conversion.</returns>
4457
        </member>
4458
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Uri">
4459
            <summary>
4460
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Uri"/>.
4461
            </summary>
4462
            <param name="value">The value.</param>
4463
            <returns>The result of the conversion.</returns>
4464
        </member>
4465
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Boolean)~Newtonsoft.Json.Linq.JToken">
4466
            <summary>
4467
            Performs an implicit conversion from <see cref="T:System.Boolean"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4468
            </summary>
4469
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4470
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4471
        </member>
4472
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.DateTimeOffset)~Newtonsoft.Json.Linq.JToken">
4473
            <summary>
4474
            Performs an implicit conversion from <see cref="T:System.DateTimeOffset"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4475
            </summary>
4476
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4477
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4478
        </member>
4479
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Byte)~Newtonsoft.Json.Linq.JToken">
4480
            <summary>
4481
            Performs an implicit conversion from <see cref="T:System.Byte"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4482
            </summary>
4483
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4484
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4485
        </member>
4486
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Byte})~Newtonsoft.Json.Linq.JToken">
4487
            <summary>
4488
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4489
            </summary>
4490
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4491
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4492
        </member>
4493
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.SByte)~Newtonsoft.Json.Linq.JToken">
4494
            <summary>
4495
            Performs an implicit conversion from <see cref="T:System.SByte"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4496
            </summary>
4497
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4498
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4499
        </member>
4500
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.SByte})~Newtonsoft.Json.Linq.JToken">
4501
            <summary>
4502
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4503
            </summary>
4504
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4505
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4506
        </member>
4507
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Boolean})~Newtonsoft.Json.Linq.JToken">
4508
            <summary>
4509
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4510
            </summary>
4511
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4512
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4513
        </member>
4514
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int64)~Newtonsoft.Json.Linq.JToken">
4515
            <summary>
4516
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4517
            </summary>
4518
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4519
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4520
        </member>
4521
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.DateTime})~Newtonsoft.Json.Linq.JToken">
4522
            <summary>
4523
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4524
            </summary>
4525
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4526
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4527
        </member>
4528
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.DateTimeOffset})~Newtonsoft.Json.Linq.JToken">
4529
            <summary>
4530
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4531
            </summary>
4532
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4533
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4534
        </member>
4535
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Decimal})~Newtonsoft.Json.Linq.JToken">
4536
            <summary>
4537
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4538
            </summary>
4539
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4540
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4541
        </member>
4542
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Double})~Newtonsoft.Json.Linq.JToken">
4543
            <summary>
4544
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4545
            </summary>
4546
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4547
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4548
        </member>
4549
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int16)~Newtonsoft.Json.Linq.JToken">
4550
            <summary>
4551
            Performs an implicit conversion from <see cref="T:System.Int16"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4552
            </summary>
4553
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4554
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4555
        </member>
4556
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt16)~Newtonsoft.Json.Linq.JToken">
4557
            <summary>
4558
            Performs an implicit conversion from <see cref="T:System.UInt16"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4559
            </summary>
4560
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4561
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4562
        </member>
4563
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int32)~Newtonsoft.Json.Linq.JToken">
4564
            <summary>
4565
            Performs an implicit conversion from <see cref="T:System.Int32"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4566
            </summary>
4567
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4568
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4569
        </member>
4570
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int32})~Newtonsoft.Json.Linq.JToken">
4571
            <summary>
4572
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4573
            </summary>
4574
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4575
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4576
        </member>
4577
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.DateTime)~Newtonsoft.Json.Linq.JToken">
4578
            <summary>
4579
            Performs an implicit conversion from <see cref="T:System.DateTime"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4580
            </summary>
4581
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4582
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4583
        </member>
4584
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int64})~Newtonsoft.Json.Linq.JToken">
4585
            <summary>
4586
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4587
            </summary>
4588
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4589
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4590
        </member>
4591
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Single})~Newtonsoft.Json.Linq.JToken">
4592
            <summary>
4593
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4594
            </summary>
4595
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4596
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4597
        </member>
4598
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Decimal)~Newtonsoft.Json.Linq.JToken">
4599
            <summary>
4600
            Performs an implicit conversion from <see cref="T:System.Decimal"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4601
            </summary>
4602
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4603
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4604
        </member>
4605
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int16})~Newtonsoft.Json.Linq.JToken">
4606
            <summary>
4607
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4608
            </summary>
4609
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4610
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4611
        </member>
4612
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt16})~Newtonsoft.Json.Linq.JToken">
4613
            <summary>
4614
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4615
            </summary>
4616
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4617
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4618
        </member>
4619
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt32})~Newtonsoft.Json.Linq.JToken">
4620
            <summary>
4621
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4622
            </summary>
4623
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4624
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4625
        </member>
4626
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt64})~Newtonsoft.Json.Linq.JToken">
4627
            <summary>
4628
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4629
            </summary>
4630
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4631
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4632
        </member>
4633
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Double)~Newtonsoft.Json.Linq.JToken">
4634
            <summary>
4635
            Performs an implicit conversion from <see cref="T:System.Double"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4636
            </summary>
4637
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4638
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4639
        </member>
4640
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Single)~Newtonsoft.Json.Linq.JToken">
4641
            <summary>
4642
            Performs an implicit conversion from <see cref="T:System.Single"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4643
            </summary>
4644
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4645
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4646
        </member>
4647
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.String)~Newtonsoft.Json.Linq.JToken">
4648
            <summary>
4649
            Performs an implicit conversion from <see cref="T:System.String"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4650
            </summary>
4651
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4652
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4653
        </member>
4654
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt32)~Newtonsoft.Json.Linq.JToken">
4655
            <summary>
4656
            Performs an implicit conversion from <see cref="T:System.UInt32"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4657
            </summary>
4658
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4659
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4660
        </member>
4661
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt64)~Newtonsoft.Json.Linq.JToken">
4662
            <summary>
4663
            Performs an implicit conversion from <see cref="T:System.UInt64"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4664
            </summary>
4665
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4666
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4667
        </member>
4668
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Byte[])~Newtonsoft.Json.Linq.JToken">
4669
            <summary>
4670
            Performs an implicit conversion from <see cref="T:System.Byte[]"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4671
            </summary>
4672
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4673
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4674
        </member>
4675
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Uri)~Newtonsoft.Json.Linq.JToken">
4676
            <summary>
4677
            Performs an implicit conversion from <see cref="T:System.Uri"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4678
            </summary>
4679
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4680
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4681
        </member>
4682
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.TimeSpan)~Newtonsoft.Json.Linq.JToken">
4683
            <summary>
4684
            Performs an implicit conversion from <see cref="T:System.TimeSpan"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4685
            </summary>
4686
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4687
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4688
        </member>
4689
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.TimeSpan})~Newtonsoft.Json.Linq.JToken">
4690
            <summary>
4691
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4692
            </summary>
4693
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4694
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4695
        </member>
4696
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Guid)~Newtonsoft.Json.Linq.JToken">
4697
            <summary>
4698
            Performs an implicit conversion from <see cref="T:System.Guid"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4699
            </summary>
4700
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4701
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4702
        </member>
4703
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Guid})~Newtonsoft.Json.Linq.JToken">
4704
            <summary>
4705
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4706
            </summary>
4707
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
4708
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
4709
        </member>
4710
        <member name="M:Newtonsoft.Json.Linq.JToken.CreateReader">
4711
            <summary>
4712
            Creates an <see cref="T:Newtonsoft.Json.JsonReader"/> for this token.
4713
            </summary>
4714
            <returns>An <see cref="T:Newtonsoft.Json.JsonReader"/> that can be used to read this token and its descendants.</returns>
4715
        </member>
4716
        <member name="M:Newtonsoft.Json.Linq.JToken.FromObject(System.Object)">
4717
            <summary>
4718
            Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from an object.
4719
            </summary>
4720
            <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
4721
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the value of the specified object</returns>
4722
        </member>
4723
        <member name="M:Newtonsoft.Json.Linq.JToken.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">
4724
            <summary>
4725
            Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from an object using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
4726
            </summary>
4727
            <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
4728
            <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when reading the object.</param>
4729
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the value of the specified object</returns>
4730
        </member>
4731
        <member name="M:Newtonsoft.Json.Linq.JToken.ToObject``1">
4732
            <summary>
4733
            Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4734
            </summary>
4735
            <typeparam name="T">The object type that the token will be deserialized to.</typeparam>
4736
            <returns>The new object created from the JSON value.</returns>
4737
        </member>
4738
        <member name="M:Newtonsoft.Json.Linq.JToken.ToObject(System.Type)">
4739
            <summary>
4740
            Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4741
            </summary>
4742
            <param name="objectType">The object type that the token will be deserialized to.</param>
4743
            <returns>The new object created from the JSON value.</returns>
4744
        </member>
4745
        <member name="M:Newtonsoft.Json.Linq.JToken.ToObject``1(Newtonsoft.Json.JsonSerializer)">
4746
            <summary>
4747
            Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/> using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
4748
            </summary>
4749
            <typeparam name="T">The object type that the token will be deserialized to.</typeparam>
4750
            <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when creating the object.</param>
4751
            <returns>The new object created from the JSON value.</returns>
4752
        </member>
4753
        <member name="M:Newtonsoft.Json.Linq.JToken.ToObject(System.Type,Newtonsoft.Json.JsonSerializer)">
4754
            <summary>
4755
            Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/> using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
4756
            </summary>
4757
            <param name="objectType">The object type that the token will be deserialized to.</param>
4758
            <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when creating the object.</param>
4759
            <returns>The new object created from the JSON value.</returns>
4760
        </member>
4761
        <member name="M:Newtonsoft.Json.Linq.JToken.ReadFrom(Newtonsoft.Json.JsonReader)">
4762
            <summary>
4763
            Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
4764
            </summary>
4765
            <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>
4766
            <returns>
4767
            An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens
4768
            that were read from the reader. The runtime type of the token is determined
4769
            by the token type of the first token encountered in the reader.
4770
            </returns>
4771
        </member>
4772
        <member name="M:Newtonsoft.Json.Linq.JToken.Parse(System.String)">
4773
            <summary>
4774
            Load a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a string that contains JSON.
4775
            </summary>
4776
            <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
4777
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> populated from the string that contains JSON.</returns>
4778
        </member>
4779
        <member name="M:Newtonsoft.Json.Linq.JToken.Load(Newtonsoft.Json.JsonReader)">
4780
            <summary>
4781
            Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
4782
            </summary>
4783
            <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>
4784
            <returns>
4785
            An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens
4786
            that were read from the reader. The runtime type of the token is determined
4787
            by the token type of the first token encountered in the reader.
4788
            </returns>
4789
        </member>
4790
        <member name="M:Newtonsoft.Json.Linq.JToken.SelectToken(System.String)">
4791
            <summary>
4792
            Selects a <see cref="T:Newtonsoft.Json.Linq.JToken"/> using a JPath expression. Selects the token that matches the object path.
4793
            </summary>
4794
            <param name="path">
4795
            A <see cref="T:System.String"/> that contains a JPath expression.
4796
            </param>
4797
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/>, or null.</returns>
4798
        </member>
4799
        <member name="M:Newtonsoft.Json.Linq.JToken.SelectToken(System.String,System.Boolean)">
4800
            <summary>
4801
            Selects a <see cref="T:Newtonsoft.Json.Linq.JToken"/> using a JPath expression. Selects the token that matches the object path.
4802
            </summary>
4803
            <param name="path">
4804
            A <see cref="T:System.String"/> that contains a JPath expression.
4805
            </param>
4806
            <param name="errorWhenNoMatch">A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression.</param>
4807
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>
4808
        </member>
4809
        <member name="M:Newtonsoft.Json.Linq.JToken.SelectTokens(System.String)">
4810
            <summary>
4811
            Selects a collection of elements using a JPath expression.
4812
            </summary>
4813
            <param name="path">
4814
            A <see cref="T:System.String"/> that contains a JPath expression.
4815
            </param>
4816
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the selected elements.</returns>
4817
        </member>
4818
        <member name="M:Newtonsoft.Json.Linq.JToken.SelectTokens(System.String,System.Boolean)">
4819
            <summary>
4820
            Selects a collection of elements using a JPath expression.
4821
            </summary>
4822
            <param name="path">
4823
            A <see cref="T:System.String"/> that contains a JPath expression.
4824
            </param>
4825
            <param name="errorWhenNoMatch">A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression.</param>
4826
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the selected elements.</returns>
4827
        </member>
4828
        <member name="M:Newtonsoft.Json.Linq.JToken.GetMetaObject(System.Linq.Expressions.Expression)">
4829
            <summary>
4830
            Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.
4831
            </summary>
4832
            <param name="parameter">The expression tree representation of the runtime value.</param>
4833
            <returns>
4834
            The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.
4835
            </returns>
4836
        </member>
4837
        <member name="M:Newtonsoft.Json.Linq.JToken.System#Dynamic#IDynamicMetaObjectProvider#GetMetaObject(System.Linq.Expressions.Expression)">
4838
            <summary>
4839
            Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.
4840
            </summary>
4841
            <param name="parameter">The expression tree representation of the runtime value.</param>
4842
            <returns>
4843
            The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.
4844
            </returns>
4845
        </member>
4846
        <member name="M:Newtonsoft.Json.Linq.JToken.DeepClone">
4847
            <summary>
4848
            Creates a new instance of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>. All child tokens are recursively cloned.
4849
            </summary>
4850
            <returns>A new instance of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>
4851
        </member>
4852
        <member name="P:Newtonsoft.Json.Linq.JToken.EqualityComparer">
4853
            <summary>
4854
            Gets a comparer that can compare two tokens for value equality.
4855
            </summary>
4856
            <value>A <see cref="T:Newtonsoft.Json.Linq.JTokenEqualityComparer"/> that can compare two nodes for value equality.</value>
4857
        </member>
4858
        <member name="P:Newtonsoft.Json.Linq.JToken.Parent">
4859
            <summary>
4860
            Gets or sets the parent.
4861
            </summary>
4862
            <value>The parent.</value>
4863
        </member>
4864
        <member name="P:Newtonsoft.Json.Linq.JToken.Root">
4865
            <summary>
4866
            Gets the root <see cref="T:Newtonsoft.Json.Linq.JToken"/> of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4867
            </summary>
4868
            <value>The root <see cref="T:Newtonsoft.Json.Linq.JToken"/> of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value>
4869
        </member>
4870
        <member name="P:Newtonsoft.Json.Linq.JToken.Type">
4871
            <summary>
4872
            Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4873
            </summary>
4874
            <value>The type.</value>
4875
        </member>
4876
        <member name="P:Newtonsoft.Json.Linq.JToken.HasValues">
4877
            <summary>
4878
            Gets a value indicating whether this token has child tokens.
4879
            </summary>
4880
            <value>
4881
                    <c>true</c> if this token has child values; otherwise, <c>false</c>.
4882
            </value>
4883
        </member>
4884
        <member name="P:Newtonsoft.Json.Linq.JToken.Next">
4885
            <summary>
4886
            Gets the next sibling token of this node.
4887
            </summary>
4888
            <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the next sibling token.</value>
4889
        </member>
4890
        <member name="P:Newtonsoft.Json.Linq.JToken.Previous">
4891
            <summary>
4892
            Gets the previous sibling token of this node.
4893
            </summary>
4894
            <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the previous sibling token.</value>
4895
        </member>
4896
        <member name="P:Newtonsoft.Json.Linq.JToken.Path">
4897
            <summary>
4898
            Gets the path of the JSON token. 
4899
            </summary>
4900
        </member>
4901
        <member name="P:Newtonsoft.Json.Linq.JToken.Item(System.Object)">
4902
            <summary>
4903
            Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
4904
            </summary>
4905
            <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
4906
        </member>
4907
        <member name="P:Newtonsoft.Json.Linq.JToken.First">
4908
            <summary>
4909
            Get the first child token of this token.
4910
            </summary>
4911
            <value>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the first child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value>
4912
        </member>
4913
        <member name="P:Newtonsoft.Json.Linq.JToken.Last">
4914
            <summary>
4915
            Get the last child token of this token.
4916
            </summary>
4917
            <value>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the last child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value>
4918
        </member>
4919
        <member name="M:Newtonsoft.Json.Linq.JContainer.OnAddingNew(System.ComponentModel.AddingNewEventArgs)">
4920
            <summary>
4921
            Raises the <see cref="E:Newtonsoft.Json.Linq.JContainer.AddingNew"/> event.
4922
            </summary>
4923
            <param name="e">The <see cref="T:System.ComponentModel.AddingNewEventArgs"/> instance containing the event data.</param>
4924
        </member>
4925
        <member name="M:Newtonsoft.Json.Linq.JContainer.OnListChanged(System.ComponentModel.ListChangedEventArgs)">
4926
            <summary>
4927
            Raises the <see cref="E:Newtonsoft.Json.Linq.JContainer.ListChanged"/> event.
4928
            </summary>
4929
            <param name="e">The <see cref="T:System.ComponentModel.ListChangedEventArgs"/> instance containing the event data.</param>
4930
        </member>
4931
        <member name="M:Newtonsoft.Json.Linq.JContainer.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
4932
            <summary>
4933
            Raises the <see cref="E:Newtonsoft.Json.Linq.JContainer.CollectionChanged"/> event.
4934
            </summary>
4935
            <param name="e">The <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs"/> instance containing the event data.</param>
4936
        </member>
4937
        <member name="M:Newtonsoft.Json.Linq.JContainer.Children">
4938
            <summary>
4939
            Returns a collection of the child tokens of this token, in document order.
4940
            </summary>
4941
            <returns>
4942
            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.
4943
            </returns>
4944
        </member>
4945
        <member name="M:Newtonsoft.Json.Linq.JContainer.Values``1">
4946
            <summary>
4947
            Returns a collection of the child values of this token, in document order.
4948
            </summary>
4949
            <typeparam name="T">The type to convert the values to.</typeparam>
4950
            <returns>
4951
            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.
4952
            </returns>
4953
        </member>
4954
        <member name="M:Newtonsoft.Json.Linq.JContainer.Descendants">
4955
            <summary>
4956
            Returns a collection of the descendant tokens for this token in document order.
4957
            </summary>
4958
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> containing the descendant tokens of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>
4959
        </member>
4960
        <member name="M:Newtonsoft.Json.Linq.JContainer.Add(System.Object)">
4961
            <summary>
4962
            Adds the specified content as children of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4963
            </summary>
4964
            <param name="content">The content to be added.</param>
4965
        </member>
4966
        <member name="M:Newtonsoft.Json.Linq.JContainer.AddFirst(System.Object)">
4967
            <summary>
4968
            Adds the specified content as the first children of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4969
            </summary>
4970
            <param name="content">The content to be added.</param>
4971
        </member>
4972
        <member name="M:Newtonsoft.Json.Linq.JContainer.CreateWriter">
4973
            <summary>
4974
            Creates an <see cref="T:Newtonsoft.Json.JsonWriter"/> that can be used to add tokens to the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4975
            </summary>
4976
            <returns>An <see cref="T:Newtonsoft.Json.JsonWriter"/> that is ready to have content written to it.</returns>
4977
        </member>
4978
        <member name="M:Newtonsoft.Json.Linq.JContainer.ReplaceAll(System.Object)">
4979
            <summary>
4980
            Replaces the children nodes of this token with the specified content.
4981
            </summary>
4982
            <param name="content">The content.</param>
4983
        </member>
4984
        <member name="M:Newtonsoft.Json.Linq.JContainer.RemoveAll">
4985
            <summary>
4986
            Removes the child nodes from this token.
4987
            </summary>
4988
        </member>
4989
        <member name="M:Newtonsoft.Json.Linq.JContainer.Merge(System.Object)">
4990
            <summary>
4991
            Merge the specified content into this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4992
            </summary>
4993
            <param name="content">The content to be merged.</param>
4994
        </member>
4995
        <member name="M:Newtonsoft.Json.Linq.JContainer.Merge(System.Object,Newtonsoft.Json.Linq.JsonMergeSettings)">
4996
            <summary>
4997
            Merge the specified content into this <see cref="T:Newtonsoft.Json.Linq.JToken"/> using <see cref="T:Newtonsoft.Json.Linq.JsonMergeSettings"/>.
4998
            </summary>
4999
            <param name="content">The content to be merged.</param>
5000
            <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonMergeSettings"/> used to merge the content.</param>
5001
        </member>
5002
        <member name="E:Newtonsoft.Json.Linq.JContainer.ListChanged">
5003
            <summary>
5004
            Occurs when the list changes or an item in the list changes.
5005
            </summary>
5006
        </member>
5007
        <member name="E:Newtonsoft.Json.Linq.JContainer.AddingNew">
5008
            <summary>
5009
            Occurs before an item is added to the collection.
5010
            </summary>
5011
        </member>
5012
        <member name="E:Newtonsoft.Json.Linq.JContainer.CollectionChanged">
5013
            <summary>
5014
            Occurs when the items list of the collection has changed, or the collection is reset.
5015
            </summary>
5016
        </member>
5017
        <member name="P:Newtonsoft.Json.Linq.JContainer.ChildrenTokens">
5018
            <summary>
5019
            Gets the container's children tokens.
5020
            </summary>
5021
            <value>The container's children tokens.</value>
5022
        </member>
5023
        <member name="P:Newtonsoft.Json.Linq.JContainer.HasValues">
5024
            <summary>
5025
            Gets a value indicating whether this token has child tokens.
5026
            </summary>
5027
            <value>
5028
                    <c>true</c> if this token has child values; otherwise, <c>false</c>.
5029
            </value>
5030
        </member>
5031
        <member name="P:Newtonsoft.Json.Linq.JContainer.First">
5032
            <summary>
5033
            Get the first child token of this token.
5034
            </summary>
5035
            <value>
5036
            A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the first child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5037
            </value>
5038
        </member>
5039
        <member name="P:Newtonsoft.Json.Linq.JContainer.Last">
5040
            <summary>
5041
            Get the last child token of this token.
5042
            </summary>
5043
            <value>
5044
            A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the last child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5045
            </value>
5046
        </member>
5047
        <member name="P:Newtonsoft.Json.Linq.JContainer.Count">
5048
            <summary>
5049
            Gets the count of child JSON tokens.
5050
            </summary>
5051
            <value>The count of child JSON tokens</value>
5052
        </member>
5053
        <member name="M:Newtonsoft.Json.Linq.JArray.#ctor">
5054
            <summary>
5055
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class.
5056
            </summary>
5057
        </member>
5058
        <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(Newtonsoft.Json.Linq.JArray)">
5059
            <summary>
5060
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class from another <see cref="T:Newtonsoft.Json.Linq.JArray"/> object.
5061
            </summary>
5062
            <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JArray"/> object to copy from.</param>
5063
        </member>
5064
        <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(System.Object[])">
5065
            <summary>
5066
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class with the specified content.
5067
            </summary>
5068
            <param name="content">The contents of the array.</param>
5069
        </member>
5070
        <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(System.Object)">
5071
            <summary>
5072
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class with the specified content.
5073
            </summary>
5074
            <param name="content">The contents of the array.</param>
5075
        </member>
5076
        <member name="M:Newtonsoft.Json.Linq.JArray.Load(Newtonsoft.Json.JsonReader)">
5077
            <summary>
5078
            Loads an <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
5079
            </summary>
5080
            <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>
5081
            <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>
5082
        </member>
5083
        <member name="M:Newtonsoft.Json.Linq.JArray.Parse(System.String)">
5084
            <summary>
5085
            Load a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a string that contains JSON.
5086
            </summary>
5087
            <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
5088
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> populated from the string that contains JSON.</returns>
5089
            <example>
5090
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParseArray" title="Parsing a JSON Array from Text"/>
5091
            </example>
5092
        </member>
5093
        <member name="M:Newtonsoft.Json.Linq.JArray.FromObject(System.Object)">
5094
            <summary>
5095
            Creates a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from an object.
5096
            </summary>
5097
            <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>
5098
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> with the values of the specified object</returns>
5099
        </member>
5100
        <member name="M:Newtonsoft.Json.Linq.JArray.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">
5101
            <summary>
5102
            Creates a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from an object.
5103
            </summary>
5104
            <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>
5105
            <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used to read the object.</param>
5106
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> with the values of the specified object</returns>
5107
        </member>
5108
        <member name="M:Newtonsoft.Json.Linq.JArray.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
5109
            <summary>
5110
            Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
5111
            </summary>
5112
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
5113
            <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
5114
        </member>
5115
        <member name="M:Newtonsoft.Json.Linq.JArray.IndexOf(Newtonsoft.Json.Linq.JToken)">
5116
            <summary>
5117
            Determines the index of a specific item in the <see cref="T:System.Collections.Generic.IList`1"/>.
5118
            </summary>
5119
            <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.IList`1"/>.</param>
5120
            <returns>
5121
            The index of <paramref name="item"/> if found in the list; otherwise, -1.
5122
            </returns>
5123
        </member>
5124
        <member name="M:Newtonsoft.Json.Linq.JArray.Insert(System.Int32,Newtonsoft.Json.Linq.JToken)">
5125
            <summary>
5126
            Inserts an item to the <see cref="T:System.Collections.Generic.IList`1"/> at the specified index.
5127
            </summary>
5128
            <param name="index">The zero-based index at which <paramref name="item"/> should be inserted.</param>
5129
            <param name="item">The object to insert into the <see cref="T:System.Collections.Generic.IList`1"/>.</param>
5130
            <exception cref="T:System.ArgumentOutOfRangeException">
5131
                    <paramref name="index"/> is not a valid index in the <see cref="T:System.Collections.Generic.IList`1"/>.</exception>
5132
            <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IList`1"/> is read-only.</exception>
5133
        </member>
5134
        <member name="M:Newtonsoft.Json.Linq.JArray.RemoveAt(System.Int32)">
5135
            <summary>
5136
            Removes the <see cref="T:System.Collections.Generic.IList`1"/> item at the specified index.
5137
            </summary>
5138
            <param name="index">The zero-based index of the item to remove.</param>
5139
            <exception cref="T:System.ArgumentOutOfRangeException">
5140
                    <paramref name="index"/> is not a valid index in the <see cref="T:System.Collections.Generic.IList`1"/>.</exception>
5141
            <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IList`1"/> is read-only.</exception>
5142
        </member>
5143
        <member name="M:Newtonsoft.Json.Linq.JArray.GetEnumerator">
5144
            <summary>
5145
            Returns an enumerator that iterates through the collection.
5146
            </summary>
5147
            <returns>
5148
            A <see cref="T:System.Collections.Generic.IEnumerator`1" /> that can be used to iterate through the collection.
5149
            </returns>
5150
        </member>
5151
        <member name="M:Newtonsoft.Json.Linq.JArray.Add(Newtonsoft.Json.Linq.JToken)">
5152
            <summary>
5153
            Adds an item to the <see cref="T:System.Collections.Generic.ICollection`1"/>.
5154
            </summary>
5155
            <param name="item">The object to add to the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>
5156
            <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only.</exception>
5157
        </member>
5158
        <member name="M:Newtonsoft.Json.Linq.JArray.Clear">
5159
            <summary>
5160
            Removes all items from the <see cref="T:System.Collections.Generic.ICollection`1"/>.
5161
            </summary>
5162
            <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only. </exception>
5163
        </member>
5164
        <member name="M:Newtonsoft.Json.Linq.JArray.Contains(Newtonsoft.Json.Linq.JToken)">
5165
            <summary>
5166
            Determines whether the <see cref="T:System.Collections.Generic.ICollection`1"/> contains a specific value.
5167
            </summary>
5168
            <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>
5169
            <returns>
5170
            true if <paramref name="item"/> is found in the <see cref="T:System.Collections.Generic.ICollection`1"/>; otherwise, false.
5171
            </returns>
5172
        </member>
5173
        <member name="M:Newtonsoft.Json.Linq.JArray.CopyTo(Newtonsoft.Json.Linq.JToken[],System.Int32)">
5174
            <summary>
5175
            Copies to.
5176
            </summary>
5177
            <param name="array">The array.</param>
5178
            <param name="arrayIndex">Index of the array.</param>
5179
        </member>
5180
        <member name="M:Newtonsoft.Json.Linq.JArray.Remove(Newtonsoft.Json.Linq.JToken)">
5181
            <summary>
5182
            Removes the first occurrence of a specific object from the <see cref="T:System.Collections.Generic.ICollection`1"/>.
5183
            </summary>
5184
            <param name="item">The object to remove from the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>
5185
            <returns>
5186
            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"/>.
5187
            </returns>
5188
            <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only.</exception>
5189
        </member>
5190
        <member name="P:Newtonsoft.Json.Linq.JArray.ChildrenTokens">
5191
            <summary>
5192
            Gets the container's children tokens.
5193
            </summary>
5194
            <value>The container's children tokens.</value>
5195
        </member>
5196
        <member name="P:Newtonsoft.Json.Linq.JArray.Type">
5197
            <summary>
5198
            Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5199
            </summary>
5200
            <value>The type.</value>
5201
        </member>
5202
        <member name="P:Newtonsoft.Json.Linq.JArray.Item(System.Object)">
5203
            <summary>
5204
            Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
5205
            </summary>
5206
            <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
5207
        </member>
5208
        <member name="P:Newtonsoft.Json.Linq.JArray.Item(System.Int32)">
5209
            <summary>
5210
            Gets or sets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> at the specified index.
5211
            </summary>
5212
            <value></value>
5213
        </member>
5214
        <member name="P:Newtonsoft.Json.Linq.JArray.IsReadOnly">
5215
            <summary>
5216
            Gets a value indicating whether the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only.
5217
            </summary>
5218
            <returns>true if the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only; otherwise, false.</returns>
5219
        </member>
5220
        <member name="T:Newtonsoft.Json.Linq.JConstructor">
5221
            <summary>
5222
            Represents a JSON constructor.
5223
            </summary>
5224
        </member>
5225
        <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor">
5226
            <summary>
5227
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class.
5228
            </summary>
5229
        </member>
5230
        <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(Newtonsoft.Json.Linq.JConstructor)">
5231
            <summary>
5232
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class from another <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> object.
5233
            </summary>
5234
            <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> object to copy from.</param>
5235
        </member>
5236
        <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String,System.Object[])">
5237
            <summary>
5238
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name and content.
5239
            </summary>
5240
            <param name="name">The constructor name.</param>
5241
            <param name="content">The contents of the constructor.</param>
5242
        </member>
5243
        <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String,System.Object)">
5244
            <summary>
5245
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name and content.
5246
            </summary>
5247
            <param name="name">The constructor name.</param>
5248
            <param name="content">The contents of the constructor.</param>
5249
        </member>
5250
        <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String)">
5251
            <summary>
5252
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name.
5253
            </summary>
5254
            <param name="name">The constructor name.</param>
5255
        </member>
5256
        <member name="M:Newtonsoft.Json.Linq.JConstructor.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
5257
            <summary>
5258
            Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
5259
            </summary>
5260
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
5261
            <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
5262
        </member>
5263
        <member name="M:Newtonsoft.Json.Linq.JConstructor.Load(Newtonsoft.Json.JsonReader)">
5264
            <summary>
5265
            Loads an <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
5266
            </summary>
5267
            <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>
5268
            <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>
5269
        </member>
5270
        <member name="P:Newtonsoft.Json.Linq.JConstructor.ChildrenTokens">
5271
            <summary>
5272
            Gets the container's children tokens.
5273
            </summary>
5274
            <value>The container's children tokens.</value>
5275
        </member>
5276
        <member name="P:Newtonsoft.Json.Linq.JConstructor.Name">
5277
            <summary>
5278
            Gets or sets the name of this constructor.
5279
            </summary>
5280
            <value>The constructor name.</value>
5281
        </member>
5282
        <member name="P:Newtonsoft.Json.Linq.JConstructor.Type">
5283
            <summary>
5284
            Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5285
            </summary>
5286
            <value>The type.</value>
5287
        </member>
5288
        <member name="P:Newtonsoft.Json.Linq.JConstructor.Item(System.Object)">
5289
            <summary>
5290
            Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
5291
            </summary>
5292
            <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
5293
        </member>
5294
        <member name="T:Newtonsoft.Json.Linq.JEnumerable`1">
5295
            <summary>
5296
            Represents a collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.
5297
            </summary>
5298
            <typeparam name="T">The type of token</typeparam>
5299
        </member>
5300
        <member name="F:Newtonsoft.Json.Linq.JEnumerable`1.Empty">
5301
            <summary>
5302
            An empty collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.
5303
            </summary>
5304
        </member>
5305
        <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.#ctor(System.Collections.Generic.IEnumerable{`0})">
5306
            <summary>
5307
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> struct.
5308
            </summary>
5309
            <param name="enumerable">The enumerable.</param>
5310
        </member>
5311
        <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.GetEnumerator">
5312
            <summary>
5313
            Returns an enumerator that iterates through the collection.
5314
            </summary>
5315
            <returns>
5316
            A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
5317
            </returns>
5318
        </member>
5319
        <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.System#Collections#IEnumerable#GetEnumerator">
5320
            <summary>
5321
            Returns an enumerator that iterates through a collection.
5322
            </summary>
5323
            <returns>
5324
            An <see cref="T:System.Collections.IEnumerator"/> object that can be used to iterate through the collection.
5325
            </returns>
5326
        </member>
5327
        <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.Equals(System.Object)">
5328
            <summary>
5329
            Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.
5330
            </summary>
5331
            <param name="obj">The <see cref="T:System.Object"/> to compare with this instance.</param>
5332
            <returns>
5333
                    <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.
5334
            </returns>
5335
        </member>
5336
        <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.GetHashCode">
5337
            <summary>
5338
            Returns a hash code for this instance.
5339
            </summary>
5340
            <returns>
5341
            A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. 
5342
            </returns>
5343
        </member>
5344
        <member name="P:Newtonsoft.Json.Linq.JEnumerable`1.Item(System.Object)">
5345
            <summary>
5346
            Gets the <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/> with the specified key.
5347
            </summary>
5348
            <value></value>
5349
        </member>
5350
        <member name="T:Newtonsoft.Json.Linq.JObject">
5351
            <summary>
5352
            Represents a JSON object.
5353
            </summary>
5354
            <example>
5355
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParse" title="Parsing a JSON Object from Text" />
5356
            </example>
5357
        </member>
5358
        <member name="M:Newtonsoft.Json.Linq.JObject.#ctor">
5359
            <summary>
5360
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class.
5361
            </summary>
5362
        </member>
5363
        <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(Newtonsoft.Json.Linq.JObject)">
5364
            <summary>
5365
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class from another <see cref="T:Newtonsoft.Json.Linq.JObject"/> object.
5366
            </summary>
5367
            <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JObject"/> object to copy from.</param>
5368
        </member>
5369
        <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(System.Object[])">
5370
            <summary>
5371
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class with the specified content.
5372
            </summary>
5373
            <param name="content">The contents of the object.</param>
5374
        </member>
5375
        <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(System.Object)">
5376
            <summary>
5377
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class with the specified content.
5378
            </summary>
5379
            <param name="content">The contents of the object.</param>
5380
        </member>
5381
        <member name="M:Newtonsoft.Json.Linq.JObject.Properties">
5382
            <summary>
5383
            Gets an <see cref="T:System.Collections.Generic.IEnumerable`1"/> of this object's properties.
5384
            </summary>
5385
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of this object's properties.</returns>
5386
        </member>
5387
        <member name="M:Newtonsoft.Json.Linq.JObject.Property(System.String)">
5388
            <summary>
5389
            Gets a <see cref="T:Newtonsoft.Json.Linq.JProperty"/> the specified name.
5390
            </summary>
5391
            <param name="name">The property name.</param>
5392
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> with the specified name or null.</returns>
5393
        </member>
5394
        <member name="M:Newtonsoft.Json.Linq.JObject.PropertyValues">
5395
            <summary>
5396
            Gets an <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> of this object's property values.
5397
            </summary>
5398
            <returns>An <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> of this object's property values.</returns>
5399
        </member>
5400
        <member name="M:Newtonsoft.Json.Linq.JObject.Load(Newtonsoft.Json.JsonReader)">
5401
            <summary>
5402
            Loads an <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
5403
            </summary>
5404
            <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>
5405
            <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>
5406
        </member>
5407
        <member name="M:Newtonsoft.Json.Linq.JObject.Parse(System.String)">
5408
            <summary>
5409
            Load a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a string that contains JSON.
5410
            </summary>
5411
            <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
5412
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> populated from the string that contains JSON.</returns>
5413
            <example>
5414
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParse" title="Parsing a JSON Object from Text"/>
5415
            </example>
5416
        </member>
5417
        <member name="M:Newtonsoft.Json.Linq.JObject.FromObject(System.Object)">
5418
            <summary>
5419
            Creates a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from an object.
5420
            </summary>
5421
            <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JObject"/>.</param>
5422
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> with the values of the specified object</returns>
5423
        </member>
5424
        <member name="M:Newtonsoft.Json.Linq.JObject.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">
5425
            <summary>
5426
            Creates a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from an object.
5427
            </summary>
5428
            <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JObject"/>.</param>
5429
            <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used to read the object.</param>
5430
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> with the values of the specified object</returns>
5431
        </member>
5432
        <member name="M:Newtonsoft.Json.Linq.JObject.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
5433
            <summary>
5434
            Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
5435
            </summary>
5436
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
5437
            <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
5438
        </member>
5439
        <member name="M:Newtonsoft.Json.Linq.JObject.GetValue(System.String)">
5440
            <summary>
5441
            Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.
5442
            </summary>
5443
            <param name="propertyName">Name of the property.</param>
5444
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.</returns>
5445
        </member>
5446
        <member name="M:Newtonsoft.Json.Linq.JObject.GetValue(System.String,System.StringComparison)">
5447
            <summary>
5448
            Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.
5449
            The exact property name will be searched for first and if no matching property is found then
5450
            the <see cref="T:System.StringComparison"/> will be used to match a property.
5451
            </summary>
5452
            <param name="propertyName">Name of the property.</param>
5453
            <param name="comparison">One of the enumeration values that specifies how the strings will be compared.</param>
5454
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.</returns>
5455
        </member>
5456
        <member name="M:Newtonsoft.Json.Linq.JObject.TryGetValue(System.String,System.StringComparison,Newtonsoft.Json.Linq.JToken@)">
5457
            <summary>
5458
            Tries to get the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.
5459
            The exact property name will be searched for first and if no matching property is found then
5460
            the <see cref="T:System.StringComparison"/> will be used to match a property.
5461
            </summary>
5462
            <param name="propertyName">Name of the property.</param>
5463
            <param name="value">The value.</param>
5464
            <param name="comparison">One of the enumeration values that specifies how the strings will be compared.</param>
5465
            <returns>true if a value was successfully retrieved; otherwise, false.</returns>
5466
        </member>
5467
        <member name="M:Newtonsoft.Json.Linq.JObject.Add(System.String,Newtonsoft.Json.Linq.JToken)">
5468
            <summary>
5469
            Adds the specified property name.
5470
            </summary>
5471
            <param name="propertyName">Name of the property.</param>
5472
            <param name="value">The value.</param>
5473
        </member>
5474
        <member name="M:Newtonsoft.Json.Linq.JObject.Remove(System.String)">
5475
            <summary>
5476
            Removes the property with the specified name.
5477
            </summary>
5478
            <param name="propertyName">Name of the property.</param>
5479
            <returns>true if item was successfully removed; otherwise, false.</returns>
5480
        </member>
5481
        <member name="M:Newtonsoft.Json.Linq.JObject.TryGetValue(System.String,Newtonsoft.Json.Linq.JToken@)">
5482
            <summary>
5483
            Tries the get value.
5484
            </summary>
5485
            <param name="propertyName">Name of the property.</param>
5486
            <param name="value">The value.</param>
5487
            <returns>true if a value was successfully retrieved; otherwise, false.</returns>
5488
        </member>
5489
        <member name="M:Newtonsoft.Json.Linq.JObject.GetEnumerator">
5490
            <summary>
5491
            Returns an enumerator that iterates through the collection.
5492
            </summary>
5493
            <returns>
5494
            A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
5495
            </returns>
5496
        </member>
5497
        <member name="M:Newtonsoft.Json.Linq.JObject.OnPropertyChanged(System.String)">
5498
            <summary>
5499
            Raises the <see cref="E:Newtonsoft.Json.Linq.JObject.PropertyChanged"/> event with the provided arguments.
5500
            </summary>
5501
            <param name="propertyName">Name of the property.</param>
5502
        </member>
5503
        <member name="M:Newtonsoft.Json.Linq.JObject.OnPropertyChanging(System.String)">
5504
            <summary>
5505
            Raises the <see cref="E:Newtonsoft.Json.Linq.JObject.PropertyChanging"/> event with the provided arguments.
5506
            </summary>
5507
            <param name="propertyName">Name of the property.</param>
5508
        </member>
5509
        <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetProperties">
5510
            <summary>
5511
            Returns the properties for this instance of a component.
5512
            </summary>
5513
            <returns>
5514
            A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"/> that represents the properties for this component instance.
5515
            </returns>
5516
        </member>
5517
        <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetProperties(System.Attribute[])">
5518
            <summary>
5519
            Returns the properties for this instance of a component using the attribute array as a filter.
5520
            </summary>
5521
            <param name="attributes">An array of type <see cref="T:System.Attribute"/> that is used as a filter.</param>
5522
            <returns>
5523
            A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"/> that represents the filtered properties for this component instance.
5524
            </returns>
5525
        </member>
5526
        <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetAttributes">
5527
            <summary>
5528
            Returns a collection of custom attributes for this instance of a component.
5529
            </summary>
5530
            <returns>
5531
            An <see cref="T:System.ComponentModel.AttributeCollection"/> containing the attributes for this object.
5532
            </returns>
5533
        </member>
5534
        <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetClassName">
5535
            <summary>
5536
            Returns the class name of this instance of a component.
5537
            </summary>
5538
            <returns>
5539
            The class name of the object, or null if the class does not have a name.
5540
            </returns>
5541
        </member>
5542
        <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetComponentName">
5543
            <summary>
5544
            Returns the name of this instance of a component.
5545
            </summary>
5546
            <returns>
5547
            The name of the object, or null if the object does not have a name.
5548
            </returns>
5549
        </member>
5550
        <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetConverter">
5551
            <summary>
5552
            Returns a type converter for this instance of a component.
5553
            </summary>
5554
            <returns>
5555
            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.
5556
            </returns>
5557
        </member>
5558
        <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetDefaultEvent">
5559
            <summary>
5560
            Returns the default event for this instance of a component.
5561
            </summary>
5562
            <returns>
5563
            An <see cref="T:System.ComponentModel.EventDescriptor"/> that represents the default event for this object, or null if this object does not have events.
5564
            </returns>
5565
        </member>
5566
        <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetDefaultProperty">
5567
            <summary>
5568
            Returns the default property for this instance of a component.
5569
            </summary>
5570
            <returns>
5571
            A <see cref="T:System.ComponentModel.PropertyDescriptor"/> that represents the default property for this object, or null if this object does not have properties.
5572
            </returns>
5573
        </member>
5574
        <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetEditor(System.Type)">
5575
            <summary>
5576
            Returns an editor of the specified type for this instance of a component.
5577
            </summary>
5578
            <param name="editorBaseType">A <see cref="T:System.Type"/> that represents the editor for this object.</param>
5579
            <returns>
5580
            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.
5581
            </returns>
5582
        </member>
5583
        <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetEvents(System.Attribute[])">
5584
            <summary>
5585
            Returns the events for this instance of a component using the specified attribute array as a filter.
5586
            </summary>
5587
            <param name="attributes">An array of type <see cref="T:System.Attribute"/> that is used as a filter.</param>
5588
            <returns>
5589
            An <see cref="T:System.ComponentModel.EventDescriptorCollection"/> that represents the filtered events for this component instance.
5590
            </returns>
5591
        </member>
5592
        <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetEvents">
5593
            <summary>
5594
            Returns the events for this instance of a component.
5595
            </summary>
5596
            <returns>
5597
            An <see cref="T:System.ComponentModel.EventDescriptorCollection"/> that represents the events for this component instance.
5598
            </returns>
5599
        </member>
5600
        <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetPropertyOwner(System.ComponentModel.PropertyDescriptor)">
5601
            <summary>
5602
            Returns an object that contains the property described by the specified property descriptor.
5603
            </summary>
5604
            <param name="pd">A <see cref="T:System.ComponentModel.PropertyDescriptor"/> that represents the property whose owner is to be found.</param>
5605
            <returns>
5606
            An <see cref="T:System.Object"/> that represents the owner of the specified property.
5607
            </returns>
5608
        </member>
5609
        <member name="M:Newtonsoft.Json.Linq.JObject.GetMetaObject(System.Linq.Expressions.Expression)">
5610
            <summary>
5611
            Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.
5612
            </summary>
5613
            <param name="parameter">The expression tree representation of the runtime value.</param>
5614
            <returns>
5615
            The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.
5616
            </returns>
5617
        </member>
5618
        <member name="P:Newtonsoft.Json.Linq.JObject.ChildrenTokens">
5619
            <summary>
5620
            Gets the container's children tokens.
5621
            </summary>
5622
            <value>The container's children tokens.</value>
5623
        </member>
5624
        <member name="E:Newtonsoft.Json.Linq.JObject.PropertyChanged">
5625
            <summary>
5626
            Occurs when a property value changes.
5627
            </summary>
5628
        </member>
5629
        <member name="E:Newtonsoft.Json.Linq.JObject.PropertyChanging">
5630
            <summary>
5631
            Occurs when a property value is changing.
5632
            </summary>
5633
        </member>
5634
        <member name="P:Newtonsoft.Json.Linq.JObject.Type">
5635
            <summary>
5636
            Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5637
            </summary>
5638
            <value>The type.</value>
5639
        </member>
5640
        <member name="P:Newtonsoft.Json.Linq.JObject.Item(System.Object)">
5641
            <summary>
5642
            Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
5643
            </summary>
5644
            <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
5645
        </member>
5646
        <member name="P:Newtonsoft.Json.Linq.JObject.Item(System.String)">
5647
            <summary>
5648
            Gets or sets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.
5649
            </summary>
5650
            <value></value>
5651
        </member>
5652
        <member name="T:Newtonsoft.Json.Linq.JsonMergeSettings">
5653
            <summary>
5654
            Specifies the settings used when merging JSON.
5655
            </summary>
5656
        </member>
5657
        <member name="P:Newtonsoft.Json.Linq.JsonMergeSettings.MergeArrayHandling">
5658
            <summary>
5659
            Gets or sets the method used when merging JSON arrays.
5660
            </summary>
5661
            <value>The method used when merging JSON arrays.</value>
5662
        </member>
5663
        <member name="T:Newtonsoft.Json.Linq.JProperty">
5664
            <summary>
5665
            Represents a JSON property.
5666
            </summary>
5667
        </member>
5668
        <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(Newtonsoft.Json.Linq.JProperty)">
5669
            <summary>
5670
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class from another <see cref="T:Newtonsoft.Json.Linq.JProperty"/> object.
5671
            </summary>
5672
            <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> object to copy from.</param>
5673
        </member>
5674
        <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(System.String,System.Object[])">
5675
            <summary>
5676
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class.
5677
            </summary>
5678
            <param name="name">The property name.</param>
5679
            <param name="content">The property content.</param>
5680
        </member>
5681
        <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(System.String,System.Object)">
5682
            <summary>
5683
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class.
5684
            </summary>
5685
            <param name="name">The property name.</param>
5686
            <param name="content">The property content.</param>
5687
        </member>
5688
        <member name="M:Newtonsoft.Json.Linq.JProperty.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
5689
            <summary>
5690
            Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
5691
            </summary>
5692
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
5693
            <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
5694
        </member>
5695
        <member name="M:Newtonsoft.Json.Linq.JProperty.Load(Newtonsoft.Json.JsonReader)">
5696
            <summary>
5697
            Loads an <see cref="T:Newtonsoft.Json.Linq.JProperty"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
5698
            </summary>
5699
            <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>
5700
            <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>
5701
        </member>
5702
        <member name="P:Newtonsoft.Json.Linq.JProperty.ChildrenTokens">
5703
            <summary>
5704
            Gets the container's children tokens.
5705
            </summary>
5706
            <value>The container's children tokens.</value>
5707
        </member>
5708
        <member name="P:Newtonsoft.Json.Linq.JProperty.Name">
5709
            <summary>
5710
            Gets the property name.
5711
            </summary>
5712
            <value>The property name.</value>
5713
        </member>
5714
        <member name="P:Newtonsoft.Json.Linq.JProperty.Value">
5715
            <summary>
5716
            Gets or sets the property value.
5717
            </summary>
5718
            <value>The property value.</value>
5719
        </member>
5720
        <member name="P:Newtonsoft.Json.Linq.JProperty.Type">
5721
            <summary>
5722
            Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5723
            </summary>
5724
            <value>The type.</value>
5725
        </member>
5726
        <member name="T:Newtonsoft.Json.Linq.JPropertyDescriptor">
5727
            <summary>
5728
            Represents a view of a <see cref="T:Newtonsoft.Json.Linq.JProperty"/>.
5729
            </summary>
5730
        </member>
5731
        <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.#ctor(System.String)">
5732
            <summary>
5733
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JPropertyDescriptor"/> class.
5734
            </summary>
5735
            <param name="name">The name.</param>
5736
        </member>
5737
        <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.CanResetValue(System.Object)">
5738
            <summary>
5739
            When overridden in a derived class, returns whether resetting an object changes its value.
5740
            </summary>
5741
            <returns>
5742
            true if resetting the component changes its value; otherwise, false.
5743
            </returns>
5744
            <param name="component">The component to test for reset capability. 
5745
                            </param>
5746
        </member>
5747
        <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.GetValue(System.Object)">
5748
            <summary>
5749
            When overridden in a derived class, gets the current value of the property on a component.
5750
            </summary>
5751
            <returns>
5752
            The value of a property for a given component.
5753
            </returns>
5754
            <param name="component">The component with the property for which to retrieve the value. 
5755
                            </param>
5756
        </member>
5757
        <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.ResetValue(System.Object)">
5758
            <summary>
5759
            When overridden in a derived class, resets the value for this property of the component to the default value.
5760
            </summary>
5761
            <param name="component">The component with the property value that is to be reset to the default value. 
5762
                            </param>
5763
        </member>
5764
        <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.SetValue(System.Object,System.Object)">
5765
            <summary>
5766
            When overridden in a derived class, sets the value of the component to a different value.
5767
            </summary>
5768
            <param name="component">The component with the property value that is to be set. 
5769
                            </param><param name="value">The new value. 
5770
                            </param>
5771
        </member>
5772
        <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.ShouldSerializeValue(System.Object)">
5773
            <summary>
5774
            When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted.
5775
            </summary>
5776
            <returns>
5777
            true if the property should be persisted; otherwise, false.
5778
            </returns>
5779
            <param name="component">The component with the property to be examined for persistence. 
5780
                            </param>
5781
        </member>
5782
        <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.ComponentType">
5783
            <summary>
5784
            When overridden in a derived class, gets the type of the component this property is bound to.
5785
            </summary>
5786
            <returns>
5787
            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.
5788
            </returns>
5789
        </member>
5790
        <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.IsReadOnly">
5791
            <summary>
5792
            When overridden in a derived class, gets a value indicating whether this property is read-only.
5793
            </summary>
5794
            <returns>
5795
            true if the property is read-only; otherwise, false.
5796
            </returns>
5797
        </member>
5798
        <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.PropertyType">
5799
            <summary>
5800
            When overridden in a derived class, gets the type of the property.
5801
            </summary>
5802
            <returns>
5803
            A <see cref="T:System.Type"/> that represents the type of the property.
5804
            </returns>
5805
        </member>
5806
        <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.NameHashCode">
5807
            <summary>
5808
            Gets the hash code for the name of the member.
5809
            </summary>
5810
            <value></value>
5811
            <returns>
5812
            The hash code for the name of the member.
5813
            </returns>
5814
        </member>
5815
        <member name="T:Newtonsoft.Json.Linq.JRaw">
5816
            <summary>
5817
            Represents a raw JSON string.
5818
            </summary>
5819
        </member>
5820
        <member name="T:Newtonsoft.Json.Linq.JValue">
5821
            <summary>
5822
            Represents a value in JSON (string, integer, date, etc).
5823
            </summary>
5824
        </member>
5825
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(Newtonsoft.Json.Linq.JValue)">
5826
            <summary>
5827
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class from another <see cref="T:Newtonsoft.Json.Linq.JValue"/> object.
5828
            </summary>
5829
            <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JValue"/> object to copy from.</param>
5830
        </member>
5831
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Int64)">
5832
            <summary>
5833
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
5834
            </summary>
5835
            <param name="value">The value.</param>
5836
        </member>
5837
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Decimal)">
5838
            <summary>
5839
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
5840
            </summary>
5841
            <param name="value">The value.</param>
5842
        </member>
5843
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Char)">
5844
            <summary>
5845
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
5846
            </summary>
5847
            <param name="value">The value.</param>
5848
        </member>
5849
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.UInt64)">
5850
            <summary>
5851
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
5852
            </summary>
5853
            <param name="value">The value.</param>
5854
        </member>
5855
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Double)">
5856
            <summary>
5857
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
5858
            </summary>
5859
            <param name="value">The value.</param>
5860
        </member>
5861
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Single)">
5862
            <summary>
5863
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
5864
            </summary>
5865
            <param name="value">The value.</param>
5866
        </member>
5867
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.DateTime)">
5868
            <summary>
5869
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
5870
            </summary>
5871
            <param name="value">The value.</param>
5872
        </member>
5873
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.DateTimeOffset)">
5874
            <summary>
5875
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
5876
            </summary>
5877
            <param name="value">The value.</param>
5878
        </member>
5879
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Boolean)">
5880
            <summary>
5881
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
5882
            </summary>
5883
            <param name="value">The value.</param>
5884
        </member>
5885
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.String)">
5886
            <summary>
5887
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
5888
            </summary>
5889
            <param name="value">The value.</param>
5890
        </member>
5891
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Guid)">
5892
            <summary>
5893
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
5894
            </summary>
5895
            <param name="value">The value.</param>
5896
        </member>
5897
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Uri)">
5898
            <summary>
5899
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
5900
            </summary>
5901
            <param name="value">The value.</param>
5902
        </member>
5903
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.TimeSpan)">
5904
            <summary>
5905
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
5906
            </summary>
5907
            <param name="value">The value.</param>
5908
        </member>
5909
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Object)">
5910
            <summary>
5911
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
5912
            </summary>
5913
            <param name="value">The value.</param>
5914
        </member>
5915
        <member name="M:Newtonsoft.Json.Linq.JValue.CreateComment(System.String)">
5916
            <summary>
5917
            Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> comment with the given value.
5918
            </summary>
5919
            <param name="value">The value.</param>
5920
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> comment with the given value.</returns>
5921
        </member>
5922
        <member name="M:Newtonsoft.Json.Linq.JValue.CreateString(System.String)">
5923
            <summary>
5924
            Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> string with the given value.
5925
            </summary>
5926
            <param name="value">The value.</param>
5927
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> string with the given value.</returns>
5928
        </member>
5929
        <member name="M:Newtonsoft.Json.Linq.JValue.CreateNull">
5930
            <summary>
5931
            Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value.
5932
            </summary>
5933
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value.</returns>
5934
        </member>
5935
        <member name="M:Newtonsoft.Json.Linq.JValue.CreateUndefined">
5936
            <summary>
5937
            Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value.
5938
            </summary>
5939
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value.</returns>
5940
        </member>
5941
        <member name="M:Newtonsoft.Json.Linq.JValue.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
5942
            <summary>
5943
            Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
5944
            </summary>
5945
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
5946
            <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
5947
        </member>
5948
        <member name="M:Newtonsoft.Json.Linq.JValue.Equals(Newtonsoft.Json.Linq.JValue)">
5949
            <summary>
5950
            Indicates whether the current object is equal to another object of the same type.
5951
            </summary>
5952
            <returns>
5953
            true if the current object is equal to the <paramref name="other"/> parameter; otherwise, false.
5954
            </returns>
5955
            <param name="other">An object to compare with this object.</param>
5956
        </member>
5957
        <member name="M:Newtonsoft.Json.Linq.JValue.Equals(System.Object)">
5958
            <summary>
5959
            Determines whether the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:System.Object"/>.
5960
            </summary>
5961
            <param name="obj">The <see cref="T:System.Object"/> to compare with the current <see cref="T:System.Object"/>.</param>
5962
            <returns>
5963
            true if the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:System.Object"/>; otherwise, false.
5964
            </returns>
5965
            <exception cref="T:System.NullReferenceException">
5966
            The <paramref name="obj"/> parameter is null.
5967
            </exception>
5968
        </member>
5969
        <member name="M:Newtonsoft.Json.Linq.JValue.GetHashCode">
5970
            <summary>
5971
            Serves as a hash function for a particular type.
5972
            </summary>
5973
            <returns>
5974
            A hash code for the current <see cref="T:System.Object"/>.
5975
            </returns>
5976
        </member>
5977
        <member name="M:Newtonsoft.Json.Linq.JValue.ToString">
5978
            <summary>
5979
            Returns a <see cref="T:System.String"/> that represents this instance.
5980
            </summary>
5981
            <returns>
5982
            A <see cref="T:System.String"/> that represents this instance.
5983
            </returns>
5984
        </member>
5985
        <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.String)">
5986
            <summary>
5987
            Returns a <see cref="T:System.String"/> that represents this instance.
5988
            </summary>
5989
            <param name="format">The format.</param>
5990
            <returns>
5991
            A <see cref="T:System.String"/> that represents this instance.
5992
            </returns>
5993
        </member>
5994
        <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.IFormatProvider)">
5995
            <summary>
5996
            Returns a <see cref="T:System.String"/> that represents this instance.
5997
            </summary>
5998
            <param name="formatProvider">The format provider.</param>
5999
            <returns>
6000
            A <see cref="T:System.String"/> that represents this instance.
6001
            </returns>
6002
        </member>
6003
        <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.String,System.IFormatProvider)">
6004
            <summary>
6005
            Returns a <see cref="T:System.String"/> that represents this instance.
6006
            </summary>
6007
            <param name="format">The format.</param>
6008
            <param name="formatProvider">The format provider.</param>
6009
            <returns>
6010
            A <see cref="T:System.String"/> that represents this instance.
6011
            </returns>
6012
        </member>
6013
        <member name="M:Newtonsoft.Json.Linq.JValue.GetMetaObject(System.Linq.Expressions.Expression)">
6014
            <summary>
6015
            Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.
6016
            </summary>
6017
            <param name="parameter">The expression tree representation of the runtime value.</param>
6018
            <returns>
6019
            The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.
6020
            </returns>
6021
        </member>
6022
        <member name="M:Newtonsoft.Json.Linq.JValue.CompareTo(Newtonsoft.Json.Linq.JValue)">
6023
            <summary>
6024
            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.
6025
            </summary>
6026
            <param name="obj">An object to compare with this instance.</param>
6027
            <returns>
6028
            A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings:
6029
            Value
6030
            Meaning
6031
            Less than zero
6032
            This instance is less than <paramref name="obj"/>.
6033
            Zero
6034
            This instance is equal to <paramref name="obj"/>.
6035
            Greater than zero
6036
            This instance is greater than <paramref name="obj"/>.
6037
            </returns>
6038
            <exception cref="T:System.ArgumentException">
6039
                    <paramref name="obj"/> is not the same type as this instance.
6040
            </exception>
6041
        </member>
6042
        <member name="P:Newtonsoft.Json.Linq.JValue.HasValues">
6043
            <summary>
6044
            Gets a value indicating whether this token has child tokens.
6045
            </summary>
6046
            <value>
6047
                    <c>true</c> if this token has child values; otherwise, <c>false</c>.
6048
            </value>
6049
        </member>
6050
        <member name="P:Newtonsoft.Json.Linq.JValue.Type">
6051
            <summary>
6052
            Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6053
            </summary>
6054
            <value>The type.</value>
6055
        </member>
6056
        <member name="P:Newtonsoft.Json.Linq.JValue.Value">
6057
            <summary>
6058
            Gets or sets the underlying token value.
6059
            </summary>
6060
            <value>The underlying token value.</value>
6061
        </member>
6062
        <member name="M:Newtonsoft.Json.Linq.JRaw.#ctor(Newtonsoft.Json.Linq.JRaw)">
6063
            <summary>
6064
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JRaw"/> class from another <see cref="T:Newtonsoft.Json.Linq.JRaw"/> object.
6065
            </summary>
6066
            <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JRaw"/> object to copy from.</param>
6067
        </member>
6068
        <member name="M:Newtonsoft.Json.Linq.JRaw.#ctor(System.Object)">
6069
            <summary>
6070
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JRaw"/> class.
6071
            </summary>
6072
            <param name="rawJson">The raw json.</param>
6073
        </member>
6074
        <member name="M:Newtonsoft.Json.Linq.JRaw.Create(Newtonsoft.Json.JsonReader)">
6075
            <summary>
6076
            Creates an instance of <see cref="T:Newtonsoft.Json.Linq.JRaw"/> with the content of the reader's current token.
6077
            </summary>
6078
            <param name="reader">The reader.</param>
6079
            <returns>An instance of <see cref="T:Newtonsoft.Json.Linq.JRaw"/> with the content of the reader's current token.</returns>
6080
        </member>
6081
        <member name="T:Newtonsoft.Json.Linq.JTokenEqualityComparer">
6082
            <summary>
6083
            Compares tokens to determine whether they are equal.
6084
            </summary>
6085
        </member>
6086
        <member name="M:Newtonsoft.Json.Linq.JTokenEqualityComparer.Equals(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
6087
            <summary>
6088
            Determines whether the specified objects are equal.
6089
            </summary>
6090
            <param name="x">The first object of type <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
6091
            <param name="y">The second object of type <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
6092
            <returns>
6093
            true if the specified objects are equal; otherwise, false.
6094
            </returns>
6095
        </member>
6096
        <member name="M:Newtonsoft.Json.Linq.JTokenEqualityComparer.GetHashCode(Newtonsoft.Json.Linq.JToken)">
6097
            <summary>
6098
            Returns a hash code for the specified object.
6099
            </summary>
6100
            <param name="obj">The <see cref="T:System.Object"/> for which a hash code is to be returned.</param>
6101
            <returns>A hash code for the specified object.</returns>
6102
            <exception cref="T:System.ArgumentNullException">The type of <paramref name="obj"/> is a reference type and <paramref name="obj"/> is null.</exception>
6103
        </member>
6104
        <member name="T:Newtonsoft.Json.Linq.JTokenReader">
6105
            <summary>
6106
            Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
6107
            </summary>
6108
        </member>
6109
        <member name="M:Newtonsoft.Json.Linq.JTokenReader.#ctor(Newtonsoft.Json.Linq.JToken)">
6110
            <summary>
6111
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JTokenReader"/> class.
6112
            </summary>
6113
            <param name="token">The token to read from.</param>
6114
        </member>
6115
        <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsBytes">
6116
            <summary>
6117
            Reads the next JSON token from the stream as a <see cref="T:Byte[]"/>.
6118
            </summary>
6119
            <returns>
6120
            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.
6121
            </returns>
6122
        </member>
6123
        <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDecimal">
6124
            <summary>
6125
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
6126
            </summary>
6127
            <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
6128
        </member>
6129
        <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsInt32">
6130
            <summary>
6131
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
6132
            </summary>
6133
            <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
6134
        </member>
6135
        <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsString">
6136
            <summary>
6137
            Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
6138
            </summary>
6139
            <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
6140
        </member>
6141
        <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDateTime">
6142
            <summary>
6143
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
6144
            </summary>
6145
            <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
6146
        </member>
6147
        <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDateTimeOffset">
6148
            <summary>
6149
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
6150
            </summary>
6151
            <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
6152
        </member>
6153
        <member name="M:Newtonsoft.Json.Linq.JTokenReader.Read">
6154
            <summary>
6155
            Reads the next JSON token from the stream.
6156
            </summary>
6157
            <returns>
6158
            true if the next token was read successfully; false if there are no more tokens to read.
6159
            </returns>
6160
        </member>
6161
        <member name="P:Newtonsoft.Json.Linq.JTokenReader.Path">
6162
            <summary>
6163
            Gets the path of the current JSON token. 
6164
            </summary>
6165
        </member>
6166
        <member name="T:Newtonsoft.Json.Linq.JTokenType">
6167
            <summary>
6168
            Specifies the type of token.
6169
            </summary>
6170
        </member>
6171
        <member name="F:Newtonsoft.Json.Linq.JTokenType.None">
6172
            <summary>
6173
            No token type has been set.
6174
            </summary>
6175
        </member>
6176
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Object">
6177
            <summary>
6178
            A JSON object.
6179
            </summary>
6180
        </member>
6181
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Array">
6182
            <summary>
6183
            A JSON array.
6184
            </summary>
6185
        </member>
6186
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Constructor">
6187
            <summary>
6188
            A JSON constructor.
6189
            </summary>
6190
        </member>
6191
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Property">
6192
            <summary>
6193
            A JSON object property.
6194
            </summary>
6195
        </member>
6196
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Comment">
6197
            <summary>
6198
            A comment.
6199
            </summary>
6200
        </member>
6201
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Integer">
6202
            <summary>
6203
            An integer value.
6204
            </summary>
6205
        </member>
6206
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Float">
6207
            <summary>
6208
            A float value.
6209
            </summary>
6210
        </member>
6211
        <member name="F:Newtonsoft.Json.Linq.JTokenType.String">
6212
            <summary>
6213
            A string value.
6214
            </summary>
6215
        </member>
6216
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Boolean">
6217
            <summary>
6218
            A boolean value.
6219
            </summary>
6220
        </member>
6221
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Null">
6222
            <summary>
6223
            A null value.
6224
            </summary>
6225
        </member>
6226
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Undefined">
6227
            <summary>
6228
            An undefined value.
6229
            </summary>
6230
        </member>
6231
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Date">
6232
            <summary>
6233
            A date value.
6234
            </summary>
6235
        </member>
6236
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Raw">
6237
            <summary>
6238
            A raw JSON value.
6239
            </summary>
6240
        </member>
6241
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Bytes">
6242
            <summary>
6243
            A collection of bytes value.
6244
            </summary>
6245
        </member>
6246
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Guid">
6247
            <summary>
6248
            A Guid value.
6249
            </summary>
6250
        </member>
6251
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Uri">
6252
            <summary>
6253
            A Uri value.
6254
            </summary>
6255
        </member>
6256
        <member name="F:Newtonsoft.Json.Linq.JTokenType.TimeSpan">
6257
            <summary>
6258
            A TimeSpan value.
6259
            </summary>
6260
        </member>
6261
        <member name="T:Newtonsoft.Json.Linq.JTokenWriter">
6262
            <summary>
6263
            Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
6264
            </summary>
6265
        </member>
6266
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.#ctor(Newtonsoft.Json.Linq.JContainer)">
6267
            <summary>
6268
            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"/>.
6269
            </summary>
6270
            <param name="container">The container being written to.</param>
6271
        </member>
6272
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.#ctor">
6273
            <summary>
6274
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JTokenWriter"/> class.
6275
            </summary>
6276
        </member>
6277
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.Flush">
6278
            <summary>
6279
            Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
6280
            </summary>
6281
        </member>
6282
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.Close">
6283
            <summary>
6284
            Closes this stream and the underlying stream.
6285
            </summary>
6286
        </member>
6287
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartObject">
6288
            <summary>
6289
            Writes the beginning of a Json object.
6290
            </summary>
6291
        </member>
6292
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartArray">
6293
            <summary>
6294
            Writes the beginning of a Json array.
6295
            </summary>
6296
        </member>
6297
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartConstructor(System.String)">
6298
            <summary>
6299
            Writes the start of a constructor with the given name.
6300
            </summary>
6301
            <param name="name">The name of the constructor.</param>
6302
        </member>
6303
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
6304
            <summary>
6305
            Writes the end.
6306
            </summary>
6307
            <param name="token">The token.</param>
6308
        </member>
6309
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WritePropertyName(System.String)">
6310
            <summary>
6311
            Writes the property name of a name/value pair on a Json object.
6312
            </summary>
6313
            <param name="name">The name of the property.</param>
6314
        </member>
6315
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Object)">
6316
            <summary>
6317
            Writes a <see cref="T:System.Object"/> value.
6318
            An error will raised if the value cannot be written as a single JSON token.
6319
            </summary>
6320
            <param name="value">The <see cref="T:System.Object"/> value to write.</param>
6321
        </member>
6322
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteNull">
6323
            <summary>
6324
            Writes a null value.
6325
            </summary>
6326
        </member>
6327
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteUndefined">
6328
            <summary>
6329
            Writes an undefined value.
6330
            </summary>
6331
        </member>
6332
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteRaw(System.String)">
6333
            <summary>
6334
            Writes raw JSON.
6335
            </summary>
6336
            <param name="json">The raw JSON to write.</param>
6337
        </member>
6338
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteComment(System.String)">
6339
            <summary>
6340
            Writes out a comment <code>/*...*/</code> containing the specified text.
6341
            </summary>
6342
            <param name="text">Text to place inside the comment.</param>
6343
        </member>
6344
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.String)">
6345
            <summary>
6346
            Writes a <see cref="T:System.String"/> value.
6347
            </summary>
6348
            <param name="value">The <see cref="T:System.String"/> value to write.</param>
6349
        </member>
6350
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int32)">
6351
            <summary>
6352
            Writes a <see cref="T:System.Int32"/> value.
6353
            </summary>
6354
            <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
6355
        </member>
6356
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt32)">
6357
            <summary>
6358
            Writes a <see cref="T:System.UInt32"/> value.
6359
            </summary>
6360
            <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
6361
        </member>
6362
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int64)">
6363
            <summary>
6364
            Writes a <see cref="T:System.Int64"/> value.
6365
            </summary>
6366
            <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
6367
        </member>
6368
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt64)">
6369
            <summary>
6370
            Writes a <see cref="T:System.UInt64"/> value.
6371
            </summary>
6372
            <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
6373
        </member>
6374
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Single)">
6375
            <summary>
6376
            Writes a <see cref="T:System.Single"/> value.
6377
            </summary>
6378
            <param name="value">The <see cref="T:System.Single"/> value to write.</param>
6379
        </member>
6380
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Double)">
6381
            <summary>
6382
            Writes a <see cref="T:System.Double"/> value.
6383
            </summary>
6384
            <param name="value">The <see cref="T:System.Double"/> value to write.</param>
6385
        </member>
6386
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Boolean)">
6387
            <summary>
6388
            Writes a <see cref="T:System.Boolean"/> value.
6389
            </summary>
6390
            <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
6391
        </member>
6392
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int16)">
6393
            <summary>
6394
            Writes a <see cref="T:System.Int16"/> value.
6395
            </summary>
6396
            <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
6397
        </member>
6398
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt16)">
6399
            <summary>
6400
            Writes a <see cref="T:System.UInt16"/> value.
6401
            </summary>
6402
            <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
6403
        </member>
6404
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Char)">
6405
            <summary>
6406
            Writes a <see cref="T:System.Char"/> value.
6407
            </summary>
6408
            <param name="value">The <see cref="T:System.Char"/> value to write.</param>
6409
        </member>
6410
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Byte)">
6411
            <summary>
6412
            Writes a <see cref="T:System.Byte"/> value.
6413
            </summary>
6414
            <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
6415
        </member>
6416
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.SByte)">
6417
            <summary>
6418
            Writes a <see cref="T:System.SByte"/> value.
6419
            </summary>
6420
            <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
6421
        </member>
6422
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Decimal)">
6423
            <summary>
6424
            Writes a <see cref="T:System.Decimal"/> value.
6425
            </summary>
6426
            <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
6427
        </member>
6428
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.DateTime)">
6429
            <summary>
6430
            Writes a <see cref="T:System.DateTime"/> value.
6431
            </summary>
6432
            <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
6433
        </member>
6434
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.DateTimeOffset)">
6435
            <summary>
6436
            Writes a <see cref="T:System.DateTimeOffset"/> value.
6437
            </summary>
6438
            <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>
6439
        </member>
6440
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Byte[])">
6441
            <summary>
6442
            Writes a <see cref="T:Byte[]"/> value.
6443
            </summary>
6444
            <param name="value">The <see cref="T:Byte[]"/> value to write.</param>
6445
        </member>
6446
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.TimeSpan)">
6447
            <summary>
6448
            Writes a <see cref="T:System.TimeSpan"/> value.
6449
            </summary>
6450
            <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>
6451
        </member>
6452
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Guid)">
6453
            <summary>
6454
            Writes a <see cref="T:System.Guid"/> value.
6455
            </summary>
6456
            <param name="value">The <see cref="T:System.Guid"/> value to write.</param>
6457
        </member>
6458
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Uri)">
6459
            <summary>
6460
            Writes a <see cref="T:System.Uri"/> value.
6461
            </summary>
6462
            <param name="value">The <see cref="T:System.Uri"/> value to write.</param>
6463
        </member>
6464
        <member name="P:Newtonsoft.Json.Linq.JTokenWriter.Token">
6465
            <summary>
6466
            Gets the token being writen.
6467
            </summary>
6468
            <value>The token being writen.</value>
6469
        </member>
6470
        <member name="T:Newtonsoft.Json.Linq.MergeArrayHandling">
6471
            <summary>
6472
            Specifies how JSON arrays are merged together.
6473
            </summary>
6474
        </member>
6475
        <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Concat">
6476
            <summary>Concatenate arrays.</summary>
6477
        </member>
6478
        <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Union">
6479
            <summary>Union arrays, skipping items that already exist.</summary>
6480
        </member>
6481
        <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Replace">
6482
            <summary>Replace all array items.</summary>
6483
        </member>
6484
        <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Merge">
6485
            <summary>Merge array items together, matched by index.</summary>
6486
        </member>
6487
        <member name="T:Newtonsoft.Json.MemberSerialization">
6488
            <summary>
6489
            Specifies the member serialization options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6490
            </summary>
6491
        </member>
6492
        <member name="F:Newtonsoft.Json.MemberSerialization.OptOut">
6493
            <summary>
6494
            All public members are serialized by default. Members can be excluded using <see cref="T:Newtonsoft.Json.JsonIgnoreAttribute"/> or <see cref="T:System.NonSerializedAttribute"/>.
6495
            This is the default member serialization mode.
6496
            </summary>
6497
        </member>
6498
        <member name="F:Newtonsoft.Json.MemberSerialization.OptIn">
6499
            <summary>
6500
            Only members must be marked with <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> or <see cref="T:System.Runtime.Serialization.DataMemberAttribute"/> are serialized.
6501
            This member serialization mode can also be set by marking the class with <see cref="T:System.Runtime.Serialization.DataContractAttribute"/>.
6502
            </summary>
6503
        </member>
6504
        <member name="F:Newtonsoft.Json.MemberSerialization.Fields">
6505
            <summary>
6506
            All public and private fields are serialized. Members can be excluded using <see cref="T:Newtonsoft.Json.JsonIgnoreAttribute"/> or <see cref="T:System.NonSerializedAttribute"/>.
6507
            This member serialization mode can also be set by marking the class with <see cref="T:System.SerializableAttribute"/>
6508
            and setting IgnoreSerializableAttribute on <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> to false.
6509
            </summary>
6510
        </member>
6511
        <member name="T:Newtonsoft.Json.MetadataPropertyHandling">
6512
            <summary>
6513
            Specifies metadata property handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6514
            </summary>
6515
        </member>
6516
        <member name="F:Newtonsoft.Json.MetadataPropertyHandling.Default">
6517
            <summary>
6518
            Read metadata properties located at the start of a JSON object.
6519
            </summary>
6520
        </member>
6521
        <member name="F:Newtonsoft.Json.MetadataPropertyHandling.ReadAhead">
6522
            <summary>
6523
            Read metadata properties located anywhere in a JSON object. Note that this setting will impact performance.
6524
            </summary>
6525
        </member>
6526
        <member name="F:Newtonsoft.Json.MetadataPropertyHandling.Ignore">
6527
            <summary>
6528
            Do not try to read metadata properties.
6529
            </summary>
6530
        </member>
6531
        <member name="T:Newtonsoft.Json.MissingMemberHandling">
6532
            <summary>
6533
            Specifies missing member handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6534
            </summary>
6535
        </member>
6536
        <member name="F:Newtonsoft.Json.MissingMemberHandling.Ignore">
6537
            <summary>
6538
            Ignore a missing member and do not attempt to deserialize it.
6539
            </summary>
6540
        </member>
6541
        <member name="F:Newtonsoft.Json.MissingMemberHandling.Error">
6542
            <summary>
6543
            Throw a <see cref="T:Newtonsoft.Json.JsonSerializationException"/> when a missing member is encountered during deserialization.
6544
            </summary>
6545
        </member>
6546
        <member name="T:Newtonsoft.Json.NullValueHandling">
6547
            <summary>
6548
            Specifies null value handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6549
            </summary>
6550
            <example>
6551
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeNullValueHandlingObject" title="NullValueHandling Class"/>
6552
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeNullValueHandlingExample" title="NullValueHandling Ignore Example"/>
6553
            </example>
6554
        </member>
6555
        <member name="F:Newtonsoft.Json.NullValueHandling.Include">
6556
            <summary>
6557
            Include null values when serializing and deserializing objects.
6558
            </summary>
6559
        </member>
6560
        <member name="F:Newtonsoft.Json.NullValueHandling.Ignore">
6561
            <summary>
6562
            Ignore null values when serializing and deserializing objects.
6563
            </summary>
6564
        </member>
6565
        <member name="T:Newtonsoft.Json.ObjectCreationHandling">
6566
            <summary>
6567
            Specifies how object creation is handled by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6568
            </summary>
6569
        </member>
6570
        <member name="F:Newtonsoft.Json.ObjectCreationHandling.Auto">
6571
            <summary>
6572
            Reuse existing objects, create new objects when needed.
6573
            </summary>
6574
        </member>
6575
        <member name="F:Newtonsoft.Json.ObjectCreationHandling.Reuse">
6576
            <summary>
6577
            Only reuse existing objects.
6578
            </summary>
6579
        </member>
6580
        <member name="F:Newtonsoft.Json.ObjectCreationHandling.Replace">
6581
            <summary>
6582
            Always create new objects.
6583
            </summary>
6584
        </member>
6585
        <member name="T:Newtonsoft.Json.PreserveReferencesHandling">
6586
            <summary>
6587
            Specifies reference handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6588
            Note that references cannot be preserved when a value is set via a non-default constructor such as types that implement ISerializable.
6589
            </summary>
6590
            <example>
6591
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="PreservingObjectReferencesOn" title="Preserve Object References"/>       
6592
            </example>
6593
        </member>
6594
        <member name="F:Newtonsoft.Json.PreserveReferencesHandling.None">
6595
            <summary>
6596
            Do not preserve references when serializing types.
6597
            </summary>
6598
        </member>
6599
        <member name="F:Newtonsoft.Json.PreserveReferencesHandling.Objects">
6600
            <summary>
6601
            Preserve references when serializing into a JSON object structure.
6602
            </summary>
6603
        </member>
6604
        <member name="F:Newtonsoft.Json.PreserveReferencesHandling.Arrays">
6605
            <summary>
6606
            Preserve references when serializing into a JSON array structure.
6607
            </summary>
6608
        </member>
6609
        <member name="F:Newtonsoft.Json.PreserveReferencesHandling.All">
6610
            <summary>
6611
            Preserve references when serializing.
6612
            </summary>
6613
        </member>
6614
        <member name="T:Newtonsoft.Json.ReferenceLoopHandling">
6615
            <summary>
6616
            Specifies reference loop handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6617
            </summary>
6618
        </member>
6619
        <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Error">
6620
            <summary>
6621
            Throw a <see cref="T:Newtonsoft.Json.JsonSerializationException"/> when a loop is encountered.
6622
            </summary>
6623
        </member>
6624
        <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Ignore">
6625
            <summary>
6626
            Ignore loop references and do not serialize.
6627
            </summary>
6628
        </member>
6629
        <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Serialize">
6630
            <summary>
6631
            Serialize loop references.
6632
            </summary>
6633
        </member>
6634
        <member name="T:Newtonsoft.Json.Required">
6635
            <summary>
6636
            Indicating whether a property is required.
6637
            </summary>
6638
        </member>
6639
        <member name="F:Newtonsoft.Json.Required.Default">
6640
            <summary>
6641
            The property is not required. The default state.
6642
            </summary>
6643
        </member>
6644
        <member name="F:Newtonsoft.Json.Required.AllowNull">
6645
            <summary>
6646
            The property must be defined in JSON but can be a null value.
6647
            </summary>
6648
        </member>
6649
        <member name="F:Newtonsoft.Json.Required.Always">
6650
            <summary>
6651
            The property must be defined in JSON and cannot be a null value.
6652
            </summary>
6653
        </member>
6654
        <member name="T:Newtonsoft.Json.Schema.Extensions">
6655
            <summary>
6656
            Contains the JSON schema extension methods.
6657
            </summary>
6658
        </member>
6659
        <member name="M:Newtonsoft.Json.Schema.Extensions.IsValid(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema)">
6660
            <summary>
6661
            Determines whether the <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid.
6662
            </summary>
6663
            <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
6664
            <param name="schema">The schema to test with.</param>
6665
            <returns>
6666
                    <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid; otherwise, <c>false</c>.
6667
            </returns>
6668
        </member>
6669
        <member name="M:Newtonsoft.Json.Schema.Extensions.IsValid(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema,System.Collections.Generic.IList{System.String}@)">
6670
            <summary>
6671
            Determines whether the <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid.
6672
            </summary>
6673
            <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
6674
            <param name="schema">The schema to test with.</param>
6675
            <param name="errorMessages">When this method returns, contains any error messages generated while validating. </param>
6676
            <returns>
6677
                    <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid; otherwise, <c>false</c>.
6678
            </returns>
6679
        </member>
6680
        <member name="M:Newtonsoft.Json.Schema.Extensions.Validate(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema)">
6681
            <summary>
6682
            Validates the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6683
            </summary>
6684
            <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
6685
            <param name="schema">The schema to test with.</param>
6686
        </member>
6687
        <member name="M:Newtonsoft.Json.Schema.Extensions.Validate(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema,Newtonsoft.Json.Schema.ValidationEventHandler)">
6688
            <summary>
6689
            Validates the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6690
            </summary>
6691
            <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
6692
            <param name="schema">The schema to test with.</param>
6693
            <param name="validationEventHandler">The validation event handler.</param>
6694
        </member>
6695
        <member name="T:Newtonsoft.Json.Schema.JsonSchema">
6696
            <summary>
6697
            An in-memory representation of a JSON Schema.
6698
            </summary>
6699
        </member>
6700
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.#ctor">
6701
            <summary>
6702
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> class.
6703
            </summary>
6704
        </member>
6705
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.Read(Newtonsoft.Json.JsonReader)">
6706
            <summary>
6707
            Reads a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.
6708
            </summary>
6709
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the JSON Schema to read.</param>
6710
            <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> object representing the JSON Schema.</returns>
6711
        </member>
6712
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.Read(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Schema.JsonSchemaResolver)">
6713
            <summary>
6714
            Reads a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.
6715
            </summary>
6716
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the JSON Schema to read.</param>
6717
            <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> to use when resolving schema references.</param>
6718
            <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> object representing the JSON Schema.</returns>
6719
        </member>
6720
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.Parse(System.String)">
6721
            <summary>
6722
            Load a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from a string that contains schema JSON.
6723
            </summary>
6724
            <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
6725
            <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> populated from the string that contains JSON.</returns>
6726
        </member>
6727
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.Parse(System.String,Newtonsoft.Json.Schema.JsonSchemaResolver)">
6728
            <summary>
6729
            Parses the specified json.
6730
            </summary>
6731
            <param name="json">The json.</param>
6732
            <param name="resolver">The resolver.</param>
6733
            <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> populated from the string that contains JSON.</returns>
6734
        </member>
6735
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.WriteTo(Newtonsoft.Json.JsonWriter)">
6736
            <summary>
6737
            Writes this schema to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
6738
            </summary>
6739
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
6740
        </member>
6741
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.Schema.JsonSchemaResolver)">
6742
            <summary>
6743
            Writes this schema to a <see cref="T:Newtonsoft.Json.JsonWriter"/> using the specified <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/>.
6744
            </summary>
6745
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
6746
            <param name="resolver">The resolver used.</param>
6747
        </member>
6748
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.ToString">
6749
            <summary>
6750
            Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
6751
            </summary>
6752
            <returns>
6753
            A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
6754
            </returns>
6755
        </member>
6756
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Id">
6757
            <summary>
6758
            Gets or sets the id.
6759
            </summary>
6760
        </member>
6761
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Title">
6762
            <summary>
6763
            Gets or sets the title.
6764
            </summary>
6765
        </member>
6766
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Required">
6767
            <summary>
6768
            Gets or sets whether the object is required.
6769
            </summary>
6770
        </member>
6771
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.ReadOnly">
6772
            <summary>
6773
            Gets or sets whether the object is read only.
6774
            </summary>
6775
        </member>
6776
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Hidden">
6777
            <summary>
6778
            Gets or sets whether the object is visible to users.
6779
            </summary>
6780
        </member>
6781
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Transient">
6782
            <summary>
6783
            Gets or sets whether the object is transient.
6784
            </summary>
6785
        </member>
6786
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Description">
6787
            <summary>
6788
            Gets or sets the description of the object.
6789
            </summary>
6790
        </member>
6791
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Type">
6792
            <summary>
6793
            Gets or sets the types of values allowed by the object.
6794
            </summary>
6795
            <value>The type.</value>
6796
        </member>
6797
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Pattern">
6798
            <summary>
6799
            Gets or sets the pattern.
6800
            </summary>
6801
            <value>The pattern.</value>
6802
        </member>
6803
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.MinimumLength">
6804
            <summary>
6805
            Gets or sets the minimum length.
6806
            </summary>
6807
            <value>The minimum length.</value>
6808
        </member>
6809
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.MaximumLength">
6810
            <summary>
6811
            Gets or sets the maximum length.
6812
            </summary>
6813
            <value>The maximum length.</value>
6814
        </member>
6815
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.DivisibleBy">
6816
            <summary>
6817
            Gets or sets a number that the value should be divisble by.
6818
            </summary>
6819
            <value>A number that the value should be divisble by.</value>
6820
        </member>
6821
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Minimum">
6822
            <summary>
6823
            Gets or sets the minimum.
6824
            </summary>
6825
            <value>The minimum.</value>
6826
        </member>
6827
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Maximum">
6828
            <summary>
6829
            Gets or sets the maximum.
6830
            </summary>
6831
            <value>The maximum.</value>
6832
        </member>
6833
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.ExclusiveMinimum">
6834
            <summary>
6835
            Gets or sets a flag indicating whether the value can not equal the number defined by the "minimum" attribute.
6836
            </summary>
6837
            <value>A flag indicating whether the value can not equal the number defined by the "minimum" attribute.</value>
6838
        </member>
6839
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.ExclusiveMaximum">
6840
            <summary>
6841
            Gets or sets a flag indicating whether the value can not equal the number defined by the "maximum" attribute.
6842
            </summary>
6843
            <value>A flag indicating whether the value can not equal the number defined by the "maximum" attribute.</value>
6844
        </member>
6845
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.MinimumItems">
6846
            <summary>
6847
            Gets or sets the minimum number of items.
6848
            </summary>
6849
            <value>The minimum number of items.</value>
6850
        </member>
6851
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.MaximumItems">
6852
            <summary>
6853
            Gets or sets the maximum number of items.
6854
            </summary>
6855
            <value>The maximum number of items.</value>
6856
        </member>
6857
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Items">
6858
            <summary>
6859
            Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of items.
6860
            </summary>
6861
            <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of items.</value>
6862
        </member>
6863
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.PositionalItemsValidation">
6864
            <summary>
6865
            Gets or sets a value indicating whether items in an array are validated using the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> instance at their array position from <see cref="P:Newtonsoft.Json.Schema.JsonSchema.Items"/>.
6866
            </summary>
6867
            <value>
6868
                    <c>true</c> if items are validated using their array position; otherwise, <c>false</c>.
6869
            </value>
6870
        </member>
6871
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.AdditionalItems">
6872
            <summary>
6873
            Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional items.
6874
            </summary>
6875
            <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional items.</value>
6876
        </member>
6877
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.AllowAdditionalItems">
6878
            <summary>
6879
            Gets or sets a value indicating whether additional items are allowed.
6880
            </summary>
6881
            <value>
6882
                    <c>true</c> if additional items are allowed; otherwise, <c>false</c>.
6883
            </value>
6884
        </member>
6885
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.UniqueItems">
6886
            <summary>
6887
            Gets or sets whether the array items must be unique.
6888
            </summary>
6889
        </member>
6890
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Properties">
6891
            <summary>
6892
            Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of properties.
6893
            </summary>
6894
            <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of properties.</value>
6895
        </member>
6896
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.AdditionalProperties">
6897
            <summary>
6898
            Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional properties.
6899
            </summary>
6900
            <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional properties.</value>
6901
        </member>
6902
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.PatternProperties">
6903
            <summary>
6904
            Gets or sets the pattern properties.
6905
            </summary>
6906
            <value>The pattern properties.</value>
6907
        </member>
6908
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.AllowAdditionalProperties">
6909
            <summary>
6910
            Gets or sets a value indicating whether additional properties are allowed.
6911
            </summary>
6912
            <value>
6913
                    <c>true</c> if additional properties are allowed; otherwise, <c>false</c>.
6914
            </value>
6915
        </member>
6916
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Requires">
6917
            <summary>
6918
            Gets or sets the required property if this property is present.
6919
            </summary>
6920
            <value>The required property if this property is present.</value>
6921
        </member>
6922
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Enum">
6923
            <summary>
6924
            Gets or sets the a collection of valid enum values allowed.
6925
            </summary>
6926
            <value>A collection of valid enum values allowed.</value>
6927
        </member>
6928
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Disallow">
6929
            <summary>
6930
            Gets or sets disallowed types.
6931
            </summary>
6932
            <value>The disallow types.</value>
6933
        </member>
6934
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Default">
6935
            <summary>
6936
            Gets or sets the default value.
6937
            </summary>
6938
            <value>The default value.</value>
6939
        </member>
6940
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Extends">
6941
            <summary>
6942
            Gets or sets the collection of <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> that this schema extends.
6943
            </summary>
6944
            <value>The collection of <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> that this schema extends.</value>
6945
        </member>
6946
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Format">
6947
            <summary>
6948
            Gets or sets the format.
6949
            </summary>
6950
            <value>The format.</value>
6951
        </member>
6952
        <member name="T:Newtonsoft.Json.Schema.JsonSchemaException">
6953
            <summary>
6954
            Returns detailed information about the schema exception.
6955
            </summary>
6956
        </member>
6957
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor">
6958
            <summary>
6959
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class.
6960
            </summary>
6961
        </member>
6962
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.String)">
6963
            <summary>
6964
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class
6965
            with a specified error message.
6966
            </summary>
6967
            <param name="message">The error message that explains the reason for the exception.</param>
6968
        </member>
6969
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.String,System.Exception)">
6970
            <summary>
6971
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class
6972
            with a specified error message and a reference to the inner exception that is the cause of this exception.
6973
            </summary>
6974
            <param name="message">The error message that explains the reason for the exception.</param>
6975
            <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>
6976
        </member>
6977
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
6978
            <summary>
6979
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class.
6980
            </summary>
6981
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
6982
            <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
6983
            <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception>
6984
            <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception>
6985
        </member>
6986
        <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.LineNumber">
6987
            <summary>
6988
            Gets the line number indicating where the error occurred.
6989
            </summary>
6990
            <value>The line number indicating where the error occurred.</value>
6991
        </member>
6992
        <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.LinePosition">
6993
            <summary>
6994
            Gets the line position indicating where the error occurred.
6995
            </summary>
6996
            <value>The line position indicating where the error occurred.</value>
6997
        </member>
6998
        <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.Path">
6999
            <summary>
7000
            Gets the path to the JSON where the error occurred.
7001
            </summary>
7002
            <value>The path to the JSON where the error occurred.</value>
7003
        </member>
7004
        <member name="T:Newtonsoft.Json.Schema.JsonSchemaGenerator">
7005
            <summary>
7006
            Generates a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from a specified <see cref="T:System.Type"/>.
7007
            </summary>
7008
        </member>
7009
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type)">
7010
            <summary>
7011
            Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
7012
            </summary>
7013
            <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
7014
            <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
7015
        </member>
7016
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,Newtonsoft.Json.Schema.JsonSchemaResolver)">
7017
            <summary>
7018
            Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
7019
            </summary>
7020
            <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
7021
            <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> used to resolve schema references.</param>
7022
            <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
7023
        </member>
7024
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,System.Boolean)">
7025
            <summary>
7026
            Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
7027
            </summary>
7028
            <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
7029
            <param name="rootSchemaNullable">Specify whether the generated root <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> will be nullable.</param>
7030
            <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
7031
        </member>
7032
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,Newtonsoft.Json.Schema.JsonSchemaResolver,System.Boolean)">
7033
            <summary>
7034
            Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
7035
            </summary>
7036
            <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
7037
            <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> used to resolve schema references.</param>
7038
            <param name="rootSchemaNullable">Specify whether the generated root <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> will be nullable.</param>
7039
            <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
7040
        </member>
7041
        <member name="P:Newtonsoft.Json.Schema.JsonSchemaGenerator.UndefinedSchemaIdHandling">
7042
            <summary>
7043
            Gets or sets how undefined schemas are handled by the serializer.
7044
            </summary>
7045
        </member>
7046
        <member name="P:Newtonsoft.Json.Schema.JsonSchemaGenerator.ContractResolver">
7047
            <summary>
7048
            Gets or sets the contract resolver.
7049
            </summary>
7050
            <value>The contract resolver.</value>
7051
        </member>
7052
        <member name="T:Newtonsoft.Json.Schema.JsonSchemaResolver">
7053
            <summary>
7054
            Resolves <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from an id.
7055
            </summary>
7056
        </member>
7057
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaResolver.#ctor">
7058
            <summary>
7059
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> class.
7060
            </summary>
7061
        </member>
7062
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaResolver.GetSchema(System.String)">
7063
            <summary>
7064
            Gets a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> for the specified reference.
7065
            </summary>
7066
            <param name="reference">The id.</param>
7067
            <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> for the specified reference.</returns>
7068
        </member>
7069
        <member name="P:Newtonsoft.Json.Schema.JsonSchemaResolver.LoadedSchemas">
7070
            <summary>
7071
            Gets or sets the loaded schemas.
7072
            </summary>
7073
            <value>The loaded schemas.</value>
7074
        </member>
7075
        <member name="T:Newtonsoft.Json.Schema.JsonSchemaType">
7076
            <summary>
7077
            The value types allowed by the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/>.
7078
            </summary>
7079
        </member>
7080
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.None">
7081
            <summary>
7082
            No type specified.
7083
            </summary>
7084
        </member>
7085
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.String">
7086
            <summary>
7087
            String type.
7088
            </summary>
7089
        </member>
7090
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Float">
7091
            <summary>
7092
            Float type.
7093
            </summary>
7094
        </member>
7095
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Integer">
7096
            <summary>
7097
            Integer type.
7098
            </summary>
7099
        </member>
7100
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Boolean">
7101
            <summary>
7102
            Boolean type.
7103
            </summary>
7104
        </member>
7105
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Object">
7106
            <summary>
7107
            Object type.
7108
            </summary>
7109
        </member>
7110
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Array">
7111
            <summary>
7112
            Array type.
7113
            </summary>
7114
        </member>
7115
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Null">
7116
            <summary>
7117
            Null type.
7118
            </summary>
7119
        </member>
7120
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Any">
7121
            <summary>
7122
            Any type.
7123
            </summary>
7124
        </member>
7125
        <member name="T:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling">
7126
            <summary>
7127
            Specifies undefined schema Id handling options for the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaGenerator"/>.
7128
            </summary>
7129
        </member>
7130
        <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.None">
7131
            <summary>
7132
            Do not infer a schema Id.
7133
            </summary>
7134
        </member>
7135
        <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.UseTypeName">
7136
            <summary>
7137
            Use the .NET type name as the schema Id.
7138
            </summary>
7139
        </member>
7140
        <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.UseAssemblyQualifiedName">
7141
            <summary>
7142
            Use the assembly qualified .NET type name as the schema Id.
7143
            </summary>
7144
        </member>
7145
        <member name="T:Newtonsoft.Json.Schema.ValidationEventArgs">
7146
            <summary>
7147
            Returns detailed information related to the <see cref="T:Newtonsoft.Json.Schema.ValidationEventHandler"/>.
7148
            </summary>
7149
        </member>
7150
        <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Exception">
7151
            <summary>
7152
            Gets the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> associated with the validation error.
7153
            </summary>
7154
            <value>The JsonSchemaException associated with the validation error.</value>
7155
        </member>
7156
        <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Path">
7157
            <summary>
7158
            Gets the path of the JSON location where the validation error occurred.
7159
            </summary>
7160
            <value>The path of the JSON location where the validation error occurred.</value>
7161
        </member>
7162
        <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Message">
7163
            <summary>
7164
            Gets the text description corresponding to the validation error.
7165
            </summary>
7166
            <value>The text description.</value>
7167
        </member>
7168
        <member name="T:Newtonsoft.Json.Schema.ValidationEventHandler">
7169
            <summary>
7170
            Represents the callback method that will handle JSON schema validation events and the <see cref="T:Newtonsoft.Json.Schema.ValidationEventArgs"/>.
7171
            </summary>
7172
        </member>
7173
        <member name="T:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver">
7174
            <summary>
7175
            Resolves member mappings for a type, camel casing property names.
7176
            </summary>
7177
        </member>
7178
        <member name="T:Newtonsoft.Json.Serialization.DefaultContractResolver">
7179
            <summary>
7180
            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"/>.
7181
            </summary>
7182
        </member>
7183
        <member name="T:Newtonsoft.Json.Serialization.IContractResolver">
7184
            <summary>
7185
            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"/>.
7186
            </summary>
7187
            <example>
7188
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeContractResolverObject" title="IContractResolver Class"/>
7189
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeContractResolverExample" title="IContractResolver Example"/>
7190
            </example>
7191
        </member>
7192
        <member name="M:Newtonsoft.Json.Serialization.IContractResolver.ResolveContract(System.Type)">
7193
            <summary>
7194
            Resolves the contract for a given type.
7195
            </summary>
7196
            <param name="type">The type to resolve a contract for.</param>
7197
            <returns>The contract for a given type.</returns>
7198
        </member>
7199
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.#ctor">
7200
            <summary>
7201
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> class.
7202
            </summary>
7203
        </member>
7204
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.#ctor(System.Boolean)">
7205
            <summary>
7206
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> class.
7207
            </summary>
7208
            <param name="shareCache">
7209
            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.
7210
            Sharing the cache will significantly performance because expensive reflection will only happen once but could cause unexpected
7211
            behavior if different instances of the resolver are suppose to produce different results. When set to false it is highly
7212
            recommended to reuse <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> instances with the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7213
            </param>
7214
        </member>
7215
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContract(System.Type)">
7216
            <summary>
7217
            Resolves the contract for a given type.
7218
            </summary>
7219
            <param name="type">The type to resolve a contract for.</param>
7220
            <returns>The contract for a given type.</returns>
7221
        </member>
7222
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.GetSerializableMembers(System.Type)">
7223
            <summary>
7224
            Gets the serializable members for the type.
7225
            </summary>
7226
            <param name="objectType">The type to get serializable members for.</param>
7227
            <returns>The serializable members for the type.</returns>
7228
        </member>
7229
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateObjectContract(System.Type)">
7230
            <summary>
7231
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> for the given type.
7232
            </summary>
7233
            <param name="objectType">Type of the object.</param>
7234
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> for the given type.</returns>
7235
        </member>
7236
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateConstructorParameters(System.Reflection.ConstructorInfo,Newtonsoft.Json.Serialization.JsonPropertyCollection)">
7237
            <summary>
7238
            Creates the constructor parameters.
7239
            </summary>
7240
            <param name="constructor">The constructor to create properties for.</param>
7241
            <param name="memberProperties">The type's member properties.</param>
7242
            <returns>Properties for the given <see cref="T:System.Reflection.ConstructorInfo"/>.</returns>
7243
        </member>
7244
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreatePropertyFromConstructorParameter(Newtonsoft.Json.Serialization.JsonProperty,System.Reflection.ParameterInfo)">
7245
            <summary>
7246
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.ParameterInfo"/>.
7247
            </summary>
7248
            <param name="matchingMemberProperty">The matching member property.</param>
7249
            <param name="parameterInfo">The constructor parameter.</param>
7250
            <returns>A created <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.ParameterInfo"/>.</returns>
7251
        </member>
7252
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContractConverter(System.Type)">
7253
            <summary>
7254
            Resolves the default <see cref="T:Newtonsoft.Json.JsonConverter"/> for the contract.
7255
            </summary>
7256
            <param name="objectType">Type of the object.</param>
7257
            <returns>The contract's default <see cref="T:Newtonsoft.Json.JsonConverter"/>.</returns>
7258
        </member>
7259
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateDictionaryContract(System.Type)">
7260
            <summary>
7261
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> for the given type.
7262
            </summary>
7263
            <param name="objectType">Type of the object.</param>
7264
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> for the given type.</returns>
7265
        </member>
7266
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateArrayContract(System.Type)">
7267
            <summary>
7268
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> for the given type.
7269
            </summary>
7270
            <param name="objectType">Type of the object.</param>
7271
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> for the given type.</returns>
7272
        </member>
7273
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreatePrimitiveContract(System.Type)">
7274
            <summary>
7275
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> for the given type.
7276
            </summary>
7277
            <param name="objectType">Type of the object.</param>
7278
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> for the given type.</returns>
7279
        </member>
7280
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateLinqContract(System.Type)">
7281
            <summary>
7282
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> for the given type.
7283
            </summary>
7284
            <param name="objectType">Type of the object.</param>
7285
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> for the given type.</returns>
7286
        </member>
7287
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateISerializableContract(System.Type)">
7288
            <summary>
7289
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonISerializableContract"/> for the given type.
7290
            </summary>
7291
            <param name="objectType">Type of the object.</param>
7292
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonISerializableContract"/> for the given type.</returns>
7293
        </member>
7294
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateDynamicContract(System.Type)">
7295
            <summary>
7296
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonDynamicContract"/> for the given type.
7297
            </summary>
7298
            <param name="objectType">Type of the object.</param>
7299
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonDynamicContract"/> for the given type.</returns>
7300
        </member>
7301
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateStringContract(System.Type)">
7302
            <summary>
7303
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> for the given type.
7304
            </summary>
7305
            <param name="objectType">Type of the object.</param>
7306
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> for the given type.</returns>
7307
        </member>
7308
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateContract(System.Type)">
7309
            <summary>
7310
            Determines which contract type is created for the given type.
7311
            </summary>
7312
            <param name="objectType">Type of the object.</param>
7313
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/> for the given type.</returns>
7314
        </member>
7315
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateProperties(System.Type,Newtonsoft.Json.MemberSerialization)">
7316
            <summary>
7317
            Creates properties for the given <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/>.
7318
            </summary>
7319
            <param name="type">The type to create properties for.</param>
7320
            /// <param name="memberSerialization">The member serialization mode for the type.</param>
7321
            <returns>Properties for the given <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/>.</returns>
7322
        </member>
7323
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateMemberValueProvider(System.Reflection.MemberInfo)">
7324
            <summary>
7325
            Creates the <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> used by the serializer to get and set values from a member.
7326
            </summary>
7327
            <param name="member">The member.</param>
7328
            <returns>The <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> used by the serializer to get and set values from a member.</returns>
7329
        </member>
7330
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateProperty(System.Reflection.MemberInfo,Newtonsoft.Json.MemberSerialization)">
7331
            <summary>
7332
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.MemberInfo"/>.
7333
            </summary>
7334
            <param name="memberSerialization">The member's parent <see cref="T:Newtonsoft.Json.MemberSerialization"/>.</param>
7335
            <param name="member">The member to create a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for.</param>
7336
            <returns>A created <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.MemberInfo"/>.</returns>
7337
        </member>
7338
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolvePropertyName(System.String)">
7339
            <summary>
7340
            Resolves the name of the property.
7341
            </summary>
7342
            <param name="propertyName">Name of the property.</param>
7343
            <returns>Name of the property.</returns>
7344
        </member>
7345
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.GetResolvedPropertyName(System.String)">
7346
            <summary>
7347
            Gets the resolved name of the property.
7348
            </summary>
7349
            <param name="propertyName">Name of the property.</param>
7350
            <returns>Name of the property.</returns>
7351
        </member>
7352
        <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.DynamicCodeGeneration">
7353
            <summary>
7354
            Gets a value indicating whether members are being get and set using dynamic code generation.
7355
            This value is determined by the runtime permissions available.
7356
            </summary>
7357
            <value>
7358
                    <c>true</c> if using dynamic code generation; otherwise, <c>false</c>.
7359
            </value>
7360
        </member>
7361
        <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.DefaultMembersSearchFlags">
7362
            <summary>
7363
            Gets or sets the default members search flags.
7364
            </summary>
7365
            <value>The default members search flags.</value>
7366
        </member>
7367
        <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.SerializeCompilerGeneratedMembers">
7368
            <summary>
7369
            Gets or sets a value indicating whether compiler generated members should be serialized.
7370
            </summary>
7371
            <value>
7372
                    <c>true</c> if serialized compiler generated members; otherwise, <c>false</c>.
7373
            </value>
7374
        </member>
7375
        <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.IgnoreSerializableInterface">
7376
            <summary>
7377
            Gets or sets a value indicating whether to ignore the <see cref="T:System.Runtime.Serialization.ISerializable"/> interface when serializing and deserializing types.
7378
            </summary>
7379
            <value>
7380
                    <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>.
7381
            </value>
7382
        </member>
7383
        <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.IgnoreSerializableAttribute">
7384
            <summary>
7385
            Gets or sets a value indicating whether to ignore the <see cref="T:System.SerializableAttribute"/> attribute when serializing and deserializing types.
7386
            </summary>
7387
            <value>
7388
                    <c>true</c> if the <see cref="T:System.SerializableAttribute"/> attribute will be ignored when serializing and deserializing types; otherwise, <c>false</c>.
7389
            </value>
7390
        </member>
7391
        <member name="M:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver.#ctor">
7392
            <summary>
7393
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver"/> class.
7394
            </summary>
7395
        </member>
7396
        <member name="M:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver.ResolvePropertyName(System.String)">
7397
            <summary>
7398
            Resolves the name of the property.
7399
            </summary>
7400
            <param name="propertyName">Name of the property.</param>
7401
            <returns>The property name camel cased.</returns>
7402
        </member>
7403
        <member name="T:Newtonsoft.Json.Serialization.IReferenceResolver">
7404
            <summary>
7405
            Used to resolve references when serializing and deserializing JSON by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7406
            </summary>
7407
        </member>
7408
        <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.ResolveReference(System.Object,System.String)">
7409
            <summary>
7410
            Resolves a reference to its object.
7411
            </summary>
7412
            <param name="context">The serialization context.</param>
7413
            <param name="reference">The reference to resolve.</param>
7414
            <returns>The object that</returns>
7415
        </member>
7416
        <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.GetReference(System.Object,System.Object)">
7417
            <summary>
7418
            Gets the reference for the sepecified object.
7419
            </summary>
7420
            <param name="context">The serialization context.</param>
7421
            <param name="value">The object to get a reference for.</param>
7422
            <returns>The reference to the object.</returns>
7423
        </member>
7424
        <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.IsReferenced(System.Object,System.Object)">
7425
            <summary>
7426
            Determines whether the specified object is referenced.
7427
            </summary>
7428
            <param name="context">The serialization context.</param>
7429
            <param name="value">The object to test for a reference.</param>
7430
            <returns>
7431
                    <c>true</c> if the specified object is referenced; otherwise, <c>false</c>.
7432
            </returns>
7433
        </member>
7434
        <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.AddReference(System.Object,System.String,System.Object)">
7435
            <summary>
7436
            Adds a reference to the specified object.
7437
            </summary>
7438
            <param name="context">The serialization context.</param>
7439
            <param name="reference">The reference.</param>
7440
            <param name="value">The object to reference.</param>
7441
        </member>
7442
        <member name="T:Newtonsoft.Json.Serialization.DefaultSerializationBinder">
7443
            <summary>
7444
            The default serialization binder used when resolving and loading classes from type names.
7445
            </summary>
7446
        </member>
7447
        <member name="M:Newtonsoft.Json.Serialization.DefaultSerializationBinder.BindToType(System.String,System.String)">
7448
            <summary>
7449
            When overridden in a derived class, controls the binding of a serialized object to a type.
7450
            </summary>
7451
            <param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object.</param>
7452
            <param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object.</param>
7453
            <returns>
7454
            The type of the object the formatter creates a new instance of.
7455
            </returns>
7456
        </member>
7457
        <member name="M:Newtonsoft.Json.Serialization.DefaultSerializationBinder.BindToName(System.Type,System.String@,System.String@)">
7458
            <summary>
7459
            When overridden in a derived class, controls the binding of a serialized object to a type.
7460
            </summary>
7461
            <param name="serializedType">The type of the object the formatter creates a new instance of.</param>
7462
            <param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object. </param>
7463
            <param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object. </param>
7464
        </member>
7465
        <member name="T:Newtonsoft.Json.Serialization.DiagnosticsTraceWriter">
7466
            <summary>
7467
            Represents a trace writer that writes to the application's <see cref="T:System.Diagnostics.TraceListener"/> instances.
7468
            </summary>
7469
        </member>
7470
        <member name="T:Newtonsoft.Json.Serialization.ITraceWriter">
7471
            <summary>
7472
            Represents a trace writer.
7473
            </summary>
7474
        </member>
7475
        <member name="M:Newtonsoft.Json.Serialization.ITraceWriter.Trace(System.Diagnostics.TraceLevel,System.String,System.Exception)">
7476
            <summary>
7477
            Writes the specified trace level, message and optional exception.
7478
            </summary>
7479
            <param name="level">The <see cref="T:System.Diagnostics.TraceLevel"/> at which to write this trace.</param>
7480
            <param name="message">The trace message.</param>
7481
            <param name="ex">The trace exception. This parameter is optional.</param>
7482
        </member>
7483
        <member name="P:Newtonsoft.Json.Serialization.ITraceWriter.LevelFilter">
7484
            <summary>
7485
            Gets the <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.
7486
            For example a filter level of <code>Info</code> will exclude <code>Verbose</code> messages and include <code>Info</code>,
7487
            <code>Warning</code> and <code>Error</code> messages.
7488
            </summary>
7489
            <value>The <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.</value>
7490
        </member>
7491
        <member name="M:Newtonsoft.Json.Serialization.DiagnosticsTraceWriter.Trace(System.Diagnostics.TraceLevel,System.String,System.Exception)">
7492
            <summary>
7493
            Writes the specified trace level, message and optional exception.
7494
            </summary>
7495
            <param name="level">The <see cref="T:System.Diagnostics.TraceLevel"/> at which to write this trace.</param>
7496
            <param name="message">The trace message.</param>
7497
            <param name="ex">The trace exception. This parameter is optional.</param>
7498
        </member>
7499
        <member name="P:Newtonsoft.Json.Serialization.DiagnosticsTraceWriter.LevelFilter">
7500
            <summary>
7501
            Gets the <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.
7502
            For example a filter level of <code>Info</code> will exclude <code>Verbose</code> messages and include <code>Info</code>,
7503
            <code>Warning</code> and <code>Error</code> messages.
7504
            </summary>
7505
            <value>
7506
            The <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.
7507
            </value>
7508
        </member>
7509
        <member name="T:Newtonsoft.Json.Serialization.DynamicValueProvider">
7510
            <summary>
7511
            Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using dynamic methods.
7512
            </summary>
7513
        </member>
7514
        <member name="T:Newtonsoft.Json.Serialization.IValueProvider">
7515
            <summary>
7516
            Provides methods to get and set values.
7517
            </summary>
7518
        </member>
7519
        <member name="M:Newtonsoft.Json.Serialization.IValueProvider.SetValue(System.Object,System.Object)">
7520
            <summary>
7521
            Sets the value.
7522
            </summary>
7523
            <param name="target">The target to set the value on.</param>
7524
            <param name="value">The value to set on the target.</param>
7525
        </member>
7526
        <member name="M:Newtonsoft.Json.Serialization.IValueProvider.GetValue(System.Object)">
7527
            <summary>
7528
            Gets the value.
7529
            </summary>
7530
            <param name="target">The target to get the value from.</param>
7531
            <returns>The value.</returns>
7532
        </member>
7533
        <member name="M:Newtonsoft.Json.Serialization.DynamicValueProvider.#ctor(System.Reflection.MemberInfo)">
7534
            <summary>
7535
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DynamicValueProvider"/> class.
7536
            </summary>
7537
            <param name="memberInfo">The member info.</param>
7538
        </member>
7539
        <member name="M:Newtonsoft.Json.Serialization.DynamicValueProvider.SetValue(System.Object,System.Object)">
7540
            <summary>
7541
            Sets the value.
7542
            </summary>
7543
            <param name="target">The target to set the value on.</param>
7544
            <param name="value">The value to set on the target.</param>
7545
        </member>
7546
        <member name="M:Newtonsoft.Json.Serialization.DynamicValueProvider.GetValue(System.Object)">
7547
            <summary>
7548
            Gets the value.
7549
            </summary>
7550
            <param name="target">The target to get the value from.</param>
7551
            <returns>The value.</returns>
7552
        </member>
7553
        <member name="T:Newtonsoft.Json.Serialization.ErrorContext">
7554
            <summary>
7555
            Provides information surrounding an error.
7556
            </summary>
7557
        </member>
7558
        <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Error">
7559
            <summary>
7560
            Gets the error.
7561
            </summary>
7562
            <value>The error.</value>
7563
        </member>
7564
        <member name="P:Newtonsoft.Json.Serialization.ErrorContext.OriginalObject">
7565
            <summary>
7566
            Gets the original object that caused the error.
7567
            </summary>
7568
            <value>The original object that caused the error.</value>
7569
        </member>
7570
        <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Member">
7571
            <summary>
7572
            Gets the member that caused the error.
7573
            </summary>
7574
            <value>The member that caused the error.</value>
7575
        </member>
7576
        <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Path">
7577
            <summary>
7578
            Gets the path of the JSON location where the error occurred.
7579
            </summary>
7580
            <value>The path of the JSON location where the error occurred.</value>
7581
        </member>
7582
        <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Handled">
7583
            <summary>
7584
            Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.ErrorContext"/> is handled.
7585
            </summary>
7586
            <value><c>true</c> if handled; otherwise, <c>false</c>.</value>
7587
        </member>
7588
        <member name="T:Newtonsoft.Json.Serialization.ErrorEventArgs">
7589
            <summary>
7590
            Provides data for the Error event.
7591
            </summary>
7592
        </member>
7593
        <member name="M:Newtonsoft.Json.Serialization.ErrorEventArgs.#ctor(System.Object,Newtonsoft.Json.Serialization.ErrorContext)">
7594
            <summary>
7595
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ErrorEventArgs"/> class.
7596
            </summary>
7597
            <param name="currentObject">The current object.</param>
7598
            <param name="errorContext">The error context.</param>
7599
        </member>
7600
        <member name="P:Newtonsoft.Json.Serialization.ErrorEventArgs.CurrentObject">
7601
            <summary>
7602
            Gets the current object the error event is being raised against.
7603
            </summary>
7604
            <value>The current object the error event is being raised against.</value>
7605
        </member>
7606
        <member name="P:Newtonsoft.Json.Serialization.ErrorEventArgs.ErrorContext">
7607
            <summary>
7608
            Gets the error context.
7609
            </summary>
7610
            <value>The error context.</value>
7611
        </member>
7612
        <member name="T:Newtonsoft.Json.Serialization.ExpressionValueProvider">
7613
            <summary>
7614
            Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using dynamic methods.
7615
            </summary>
7616
        </member>
7617
        <member name="M:Newtonsoft.Json.Serialization.ExpressionValueProvider.#ctor(System.Reflection.MemberInfo)">
7618
            <summary>
7619
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ExpressionValueProvider"/> class.
7620
            </summary>
7621
            <param name="memberInfo">The member info.</param>
7622
        </member>
7623
        <member name="M:Newtonsoft.Json.Serialization.ExpressionValueProvider.SetValue(System.Object,System.Object)">
7624
            <summary>
7625
            Sets the value.
7626
            </summary>
7627
            <param name="target">The target to set the value on.</param>
7628
            <param name="value">The value to set on the target.</param>
7629
        </member>
7630
        <member name="M:Newtonsoft.Json.Serialization.ExpressionValueProvider.GetValue(System.Object)">
7631
            <summary>
7632
            Gets the value.
7633
            </summary>
7634
            <param name="target">The target to get the value from.</param>
7635
            <returns>The value.</returns>
7636
        </member>
7637
        <member name="T:Newtonsoft.Json.Serialization.JsonArrayContract">
7638
            <summary>
7639
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7640
            </summary>
7641
        </member>
7642
        <member name="T:Newtonsoft.Json.Serialization.JsonContainerContract">
7643
            <summary>
7644
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7645
            </summary>
7646
        </member>
7647
        <member name="T:Newtonsoft.Json.Serialization.JsonContract">
7648
            <summary>
7649
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7650
            </summary>
7651
        </member>
7652
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.UnderlyingType">
7653
            <summary>
7654
            Gets the underlying type for the contract.
7655
            </summary>
7656
            <value>The underlying type for the contract.</value>
7657
        </member>
7658
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.CreatedType">
7659
            <summary>
7660
            Gets or sets the type created during deserialization.
7661
            </summary>
7662
            <value>The type created during deserialization.</value>
7663
        </member>
7664
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.IsReference">
7665
            <summary>
7666
            Gets or sets whether this type contract is serialized as a reference.
7667
            </summary>
7668
            <value>Whether this type contract is serialized as a reference.</value>
7669
        </member>
7670
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.Converter">
7671
            <summary>
7672
            Gets or sets the default <see cref="T:Newtonsoft.Json.JsonConverter"/> for this contract.
7673
            </summary>
7674
            <value>The converter.</value>
7675
        </member>
7676
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserializedCallbacks">
7677
            <summary>
7678
            Gets or sets all methods called immediately after deserialization of the object.
7679
            </summary>
7680
            <value>The methods called immediately after deserialization of the object.</value>
7681
        </member>
7682
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserializingCallbacks">
7683
            <summary>
7684
            Gets or sets all methods called during deserialization of the object.
7685
            </summary>
7686
            <value>The methods called during deserialization of the object.</value>
7687
        </member>
7688
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerializedCallbacks">
7689
            <summary>
7690
            Gets or sets all methods called after serialization of the object graph.
7691
            </summary>
7692
            <value>The methods called after serialization of the object graph.</value>
7693
        </member>
7694
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerializingCallbacks">
7695
            <summary>
7696
            Gets or sets all methods called before serialization of the object.
7697
            </summary>
7698
            <value>The methods called before serialization of the object.</value>
7699
        </member>
7700
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnErrorCallbacks">
7701
            <summary>
7702
            Gets or sets all method called when an error is thrown during the serialization of the object.
7703
            </summary>
7704
            <value>The methods called when an error is thrown during the serialization of the object.</value>
7705
        </member>
7706
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserialized">
7707
            <summary>
7708
            Gets or sets the method called immediately after deserialization of the object.
7709
            </summary>
7710
            <value>The method called immediately after deserialization of the object.</value>
7711
        </member>
7712
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserializing">
7713
            <summary>
7714
            Gets or sets the method called during deserialization of the object.
7715
            </summary>
7716
            <value>The method called during deserialization of the object.</value>
7717
        </member>
7718
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerialized">
7719
            <summary>
7720
            Gets or sets the method called after serialization of the object graph.
7721
            </summary>
7722
            <value>The method called after serialization of the object graph.</value>
7723
        </member>
7724
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerializing">
7725
            <summary>
7726
            Gets or sets the method called before serialization of the object.
7727
            </summary>
7728
            <value>The method called before serialization of the object.</value>
7729
        </member>
7730
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnError">
7731
            <summary>
7732
            Gets or sets the method called when an error is thrown during the serialization of the object.
7733
            </summary>
7734
            <value>The method called when an error is thrown during the serialization of the object.</value>
7735
        </member>
7736
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator">
7737
            <summary>
7738
            Gets or sets the default creator method used to create the object.
7739
            </summary>
7740
            <value>The default creator method used to create the object.</value>
7741
        </member>
7742
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreatorNonPublic">
7743
            <summary>
7744
            Gets or sets a value indicating whether the default creator is non public.
7745
            </summary>
7746
            <value><c>true</c> if the default object creator is non-public; otherwise, <c>false</c>.</value>
7747
        </member>
7748
        <member name="M:Newtonsoft.Json.Serialization.JsonContainerContract.#ctor(System.Type)">
7749
            <summary>
7750
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonContainerContract"/> class.
7751
            </summary>
7752
            <param name="underlyingType">The underlying type for the contract.</param>
7753
        </member>
7754
        <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemConverter">
7755
            <summary>
7756
            Gets or sets the default collection items <see cref="T:Newtonsoft.Json.JsonConverter"/>.
7757
            </summary>
7758
            <value>The converter.</value>
7759
        </member>
7760
        <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemIsReference">
7761
            <summary>
7762
            Gets or sets a value indicating whether the collection items preserve object references.
7763
            </summary>
7764
            <value><c>true</c> if collection items preserve object references; otherwise, <c>false</c>.</value>
7765
        </member>
7766
        <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemReferenceLoopHandling">
7767
            <summary>
7768
            Gets or sets the collection item reference loop handling.
7769
            </summary>
7770
            <value>The reference loop handling.</value>
7771
        </member>
7772
        <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemTypeNameHandling">
7773
            <summary>
7774
            Gets or sets the collection item type name handling.
7775
            </summary>
7776
            <value>The type name handling.</value>
7777
        </member>
7778
        <member name="M:Newtonsoft.Json.Serialization.JsonArrayContract.#ctor(System.Type)">
7779
            <summary>
7780
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> class.
7781
            </summary>
7782
            <param name="underlyingType">The underlying type for the contract.</param>
7783
        </member>
7784
        <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.CollectionItemType">
7785
            <summary>
7786
            Gets the <see cref="T:System.Type"/> of the collection items.
7787
            </summary>
7788
            <value>The <see cref="T:System.Type"/> of the collection items.</value>
7789
        </member>
7790
        <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.IsMultidimensionalArray">
7791
            <summary>
7792
            Gets a value indicating whether the collection type is a multidimensional array.
7793
            </summary>
7794
            <value><c>true</c> if the collection type is a multidimensional array; otherwise, <c>false</c>.</value>
7795
        </member>
7796
        <member name="T:Newtonsoft.Json.Serialization.SerializationCallback">
7797
            <summary>
7798
            Handles <see cref="T:Newtonsoft.Json.JsonSerializer"/> serialization callback events.
7799
            </summary>
7800
            <param name="o">The object that raised the callback event.</param>
7801
            <param name="context">The streaming context.</param>
7802
        </member>
7803
        <member name="T:Newtonsoft.Json.Serialization.SerializationErrorCallback">
7804
            <summary>
7805
            Handles <see cref="T:Newtonsoft.Json.JsonSerializer"/> serialization error callback events.
7806
            </summary>
7807
            <param name="o">The object that raised the callback event.</param>
7808
            <param name="context">The streaming context.</param>
7809
            <param name="errorContext">The error context.</param>
7810
        </member>
7811
        <member name="T:Newtonsoft.Json.Serialization.ExtensionDataSetter">
7812
            <summary>
7813
            Sets extension data for an object during deserialization.
7814
            </summary>
7815
            <param name="o">The object to set extension data on.</param>
7816
            <param name="key">The extension data key.</param>
7817
            <param name="value">The extension data value.</param>
7818
        </member>
7819
        <member name="T:Newtonsoft.Json.Serialization.ExtensionDataGetter">
7820
            <summary>
7821
            Gets extension data for an object during serialization.
7822
            </summary>
7823
            <param name="o">The object to set extension data on.</param>
7824
        </member>
7825
        <member name="T:Newtonsoft.Json.Serialization.JsonDictionaryContract">
7826
            <summary>
7827
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7828
            </summary>
7829
        </member>
7830
        <member name="M:Newtonsoft.Json.Serialization.JsonDictionaryContract.#ctor(System.Type)">
7831
            <summary>
7832
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> class.
7833
            </summary>
7834
            <param name="underlyingType">The underlying type for the contract.</param>
7835
        </member>
7836
        <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.PropertyNameResolver">
7837
            <summary>
7838
            Gets or sets the property name resolver.
7839
            </summary>
7840
            <value>The property name resolver.</value>
7841
        </member>
7842
        <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.DictionaryKeyType">
7843
            <summary>
7844
            Gets the <see cref="T:System.Type"/> of the dictionary keys.
7845
            </summary>
7846
            <value>The <see cref="T:System.Type"/> of the dictionary keys.</value>
7847
        </member>
7848
        <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.DictionaryValueType">
7849
            <summary>
7850
            Gets the <see cref="T:System.Type"/> of the dictionary values.
7851
            </summary>
7852
            <value>The <see cref="T:System.Type"/> of the dictionary values.</value>
7853
        </member>
7854
        <member name="T:Newtonsoft.Json.Serialization.JsonDynamicContract">
7855
            <summary>
7856
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7857
            </summary>
7858
        </member>
7859
        <member name="M:Newtonsoft.Json.Serialization.JsonDynamicContract.#ctor(System.Type)">
7860
            <summary>
7861
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonDynamicContract"/> class.
7862
            </summary>
7863
            <param name="underlyingType">The underlying type for the contract.</param>
7864
        </member>
7865
        <member name="P:Newtonsoft.Json.Serialization.JsonDynamicContract.Properties">
7866
            <summary>
7867
            Gets the object's properties.
7868
            </summary>
7869
            <value>The object's properties.</value>
7870
        </member>
7871
        <member name="P:Newtonsoft.Json.Serialization.JsonDynamicContract.PropertyNameResolver">
7872
            <summary>
7873
            Gets or sets the property name resolver.
7874
            </summary>
7875
            <value>The property name resolver.</value>
7876
        </member>
7877
        <member name="T:Newtonsoft.Json.Serialization.JsonISerializableContract">
7878
            <summary>
7879
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7880
            </summary>
7881
        </member>
7882
        <member name="M:Newtonsoft.Json.Serialization.JsonISerializableContract.#ctor(System.Type)">
7883
            <summary>
7884
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonISerializableContract"/> class.
7885
            </summary>
7886
            <param name="underlyingType">The underlying type for the contract.</param>
7887
        </member>
7888
        <member name="P:Newtonsoft.Json.Serialization.JsonISerializableContract.ISerializableCreator">
7889
            <summary>
7890
            Gets or sets the ISerializable object constructor.
7891
            </summary>
7892
            <value>The ISerializable object constructor.</value>
7893
        </member>
7894
        <member name="T:Newtonsoft.Json.Serialization.JsonLinqContract">
7895
            <summary>
7896
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7897
            </summary>
7898
        </member>
7899
        <member name="M:Newtonsoft.Json.Serialization.JsonLinqContract.#ctor(System.Type)">
7900
            <summary>
7901
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> class.
7902
            </summary>
7903
            <param name="underlyingType">The underlying type for the contract.</param>
7904
        </member>
7905
        <member name="T:Newtonsoft.Json.Serialization.JsonObjectContract">
7906
            <summary>
7907
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7908
            </summary>
7909
        </member>
7910
        <member name="M:Newtonsoft.Json.Serialization.JsonObjectContract.#ctor(System.Type)">
7911
            <summary>
7912
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> class.
7913
            </summary>
7914
            <param name="underlyingType">The underlying type for the contract.</param>
7915
        </member>
7916
        <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.MemberSerialization">
7917
            <summary>
7918
            Gets or sets the object member serialization.
7919
            </summary>
7920
            <value>The member object serialization.</value>
7921
        </member>
7922
        <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ItemRequired">
7923
            <summary>
7924
            Gets or sets a value that indicates whether the object's properties are required.
7925
            </summary>
7926
            <value>
7927
                    A value indicating whether the object's properties are required.
7928
            </value>
7929
        </member>
7930
        <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.Properties">
7931
            <summary>
7932
            Gets the object's properties.
7933
            </summary>
7934
            <value>The object's properties.</value>
7935
        </member>
7936
        <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ConstructorParameters">
7937
            <summary>
7938
            Gets the constructor parameters required for any non-default constructor
7939
            </summary>
7940
        </member>
7941
        <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.CreatorParameters">
7942
            <summary>
7943
            Gets a collection of <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> instances that define the parameters used with <see cref="P:Newtonsoft.Json.Serialization.JsonObjectContract.OverrideCreator"/>.
7944
            </summary>
7945
        </member>
7946
        <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.OverrideConstructor">
7947
            <summary>
7948
            Gets or sets the override constructor used to create the object.
7949
            This is set when a constructor is marked up using the
7950
            JsonConstructor attribute.
7951
            </summary>
7952
            <value>The override constructor.</value>
7953
        </member>
7954
        <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ParametrizedConstructor">
7955
            <summary>
7956
            Gets or sets the parametrized constructor used to create the object.
7957
            </summary>
7958
            <value>The parametrized constructor.</value>
7959
        </member>
7960
        <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.OverrideCreator">
7961
            <summary>
7962
            Gets or sets the function used to create the object. When set this function will override <see cref="P:DefaultCreator"/>.
7963
            This function is called with a collection of arguments which are defined by the <see cref="P:Newtonsoft.Json.Serialization.JsonObjectContract.CreatorParameters"/> collection.
7964
            </summary>
7965
            <value>The function used to create the object.</value>
7966
        </member>
7967
        <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ExtensionDataSetter">
7968
            <summary>
7969
            Gets or sets the extension data setter.
7970
            </summary>
7971
        </member>
7972
        <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ExtensionDataGetter">
7973
            <summary>
7974
            Gets or sets the extension data getter.
7975
            </summary>
7976
        </member>
7977
        <member name="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract">
7978
            <summary>
7979
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7980
            </summary>
7981
        </member>
7982
        <member name="M:Newtonsoft.Json.Serialization.JsonPrimitiveContract.#ctor(System.Type)">
7983
            <summary>
7984
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> class.
7985
            </summary>
7986
            <param name="underlyingType">The underlying type for the contract.</param>
7987
        </member>
7988
        <member name="T:Newtonsoft.Json.Serialization.JsonProperty">
7989
            <summary>
7990
            Maps a JSON property to a .NET member or constructor parameter.
7991
            </summary>
7992
        </member>
7993
        <member name="M:Newtonsoft.Json.Serialization.JsonProperty.ToString">
7994
            <summary>
7995
            Returns a <see cref="T:System.String"/> that represents this instance.
7996
            </summary>
7997
            <returns>
7998
            A <see cref="T:System.String"/> that represents this instance.
7999
            </returns>
8000
        </member>
8001
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.PropertyName">
8002
            <summary>
8003
            Gets or sets the name of the property.
8004
            </summary>
8005
            <value>The name of the property.</value>
8006
        </member>
8007
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DeclaringType">
8008
            <summary>
8009
            Gets or sets the type that declared this property.
8010
            </summary>
8011
            <value>The type that declared this property.</value>
8012
        </member>
8013
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Order">
8014
            <summary>
8015
            Gets or sets the order of serialization and deserialization of a member.
8016
            </summary>
8017
            <value>The numeric order of serialization or deserialization.</value>
8018
        </member>
8019
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.UnderlyingName">
8020
            <summary>
8021
            Gets or sets the name of the underlying member or parameter.
8022
            </summary>
8023
            <value>The name of the underlying member or parameter.</value>
8024
        </member>
8025
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ValueProvider">
8026
            <summary>
8027
            Gets the <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> that will get and set the <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> during serialization.
8028
            </summary>
8029
            <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>
8030
        </member>
8031
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.PropertyType">
8032
            <summary>
8033
            Gets or sets the type of the property.
8034
            </summary>
8035
            <value>The type of the property.</value>
8036
        </member>
8037
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Converter">
8038
            <summary>
8039
            Gets or sets the <see cref="T:Newtonsoft.Json.JsonConverter"/> for the property.
8040
            If set this converter takes presidence over the contract converter for the property type.
8041
            </summary>
8042
            <value>The converter.</value>
8043
        </member>
8044
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.MemberConverter">
8045
            <summary>
8046
            Gets or sets the member converter.
8047
            </summary>
8048
            <value>The member converter.</value>
8049
        </member>
8050
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Ignored">
8051
            <summary>
8052
            Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is ignored.
8053
            </summary>
8054
            <value><c>true</c> if ignored; otherwise, <c>false</c>.</value>
8055
        </member>
8056
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Readable">
8057
            <summary>
8058
            Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is readable.
8059
            </summary>
8060
            <value><c>true</c> if readable; otherwise, <c>false</c>.</value>
8061
        </member>
8062
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Writable">
8063
            <summary>
8064
            Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is writable.
8065
            </summary>
8066
            <value><c>true</c> if writable; otherwise, <c>false</c>.</value>
8067
        </member>
8068
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.HasMemberAttribute">
8069
            <summary>
8070
            Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> has a member attribute.
8071
            </summary>
8072
            <value><c>true</c> if has a member attribute; otherwise, <c>false</c>.</value>
8073
        </member>
8074
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DefaultValue">
8075
            <summary>
8076
            Gets the default value.
8077
            </summary>
8078
            <value>The default value.</value>
8079
        </member>
8080
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Required">
8081
            <summary>
8082
            Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is required.
8083
            </summary>
8084
            <value>A value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is required.</value>
8085
        </member>
8086
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.IsReference">
8087
            <summary>
8088
            Gets or sets a value indicating whether this property preserves object references.
8089
            </summary>
8090
            <value>
8091
                    <c>true</c> if this instance is reference; otherwise, <c>false</c>.
8092
            </value>
8093
        </member>
8094
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.NullValueHandling">
8095
            <summary>
8096
            Gets or sets the property null value handling.
8097
            </summary>
8098
            <value>The null value handling.</value>
8099
        </member>
8100
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DefaultValueHandling">
8101
            <summary>
8102
            Gets or sets the property default value handling.
8103
            </summary>
8104
            <value>The default value handling.</value>
8105
        </member>
8106
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ReferenceLoopHandling">
8107
            <summary>
8108
            Gets or sets the property reference loop handling.
8109
            </summary>
8110
            <value>The reference loop handling.</value>
8111
        </member>
8112
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ObjectCreationHandling">
8113
            <summary>
8114
            Gets or sets the property object creation handling.
8115
            </summary>
8116
            <value>The object creation handling.</value>
8117
        </member>
8118
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.TypeNameHandling">
8119
            <summary>
8120
            Gets or sets or sets the type name handling.
8121
            </summary>
8122
            <value>The type name handling.</value>
8123
        </member>
8124
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ShouldSerialize">
8125
            <summary>
8126
            Gets or sets a predicate used to determine whether the property should be serialize.
8127
            </summary>
8128
            <value>A predicate used to determine whether the property should be serialize.</value>
8129
        </member>
8130
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.GetIsSpecified">
8131
            <summary>
8132
            Gets or sets a predicate used to determine whether the property should be serialized.
8133
            </summary>
8134
            <value>A predicate used to determine whether the property should be serialized.</value>
8135
        </member>
8136
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.SetIsSpecified">
8137
            <summary>
8138
            Gets or sets an action used to set whether the property has been deserialized.
8139
            </summary>
8140
            <value>An action used to set whether the property has been deserialized.</value>
8141
        </member>
8142
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemConverter">
8143
            <summary>
8144
            Gets or sets the converter used when serializing the property's collection items.
8145
            </summary>
8146
            <value>The collection's items converter.</value>
8147
        </member>
8148
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemIsReference">
8149
            <summary>
8150
            Gets or sets whether this property's collection items are serialized as a reference.
8151
            </summary>
8152
            <value>Whether this property's collection items are serialized as a reference.</value>
8153
        </member>
8154
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemTypeNameHandling">
8155
            <summary>
8156
            Gets or sets the the type name handling used when serializing the property's collection items.
8157
            </summary>
8158
            <value>The collection's items type name handling.</value>
8159
        </member>
8160
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemReferenceLoopHandling">
8161
            <summary>
8162
            Gets or sets the the reference loop handling used when serializing the property's collection items.
8163
            </summary>
8164
            <value>The collection's items reference loop handling.</value>
8165
        </member>
8166
        <member name="T:Newtonsoft.Json.Serialization.JsonPropertyCollection">
8167
            <summary>
8168
            A collection of <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> objects.
8169
            </summary>
8170
        </member>
8171
        <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.#ctor(System.Type)">
8172
            <summary>
8173
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonPropertyCollection"/> class.
8174
            </summary>
8175
            <param name="type">The type.</param>
8176
        </member>
8177
        <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetKeyForItem(Newtonsoft.Json.Serialization.JsonProperty)">
8178
            <summary>
8179
            When implemented in a derived class, extracts the key from the specified element.
8180
            </summary>
8181
            <param name="item">The element from which to extract the key.</param>
8182
            <returns>The key for the specified element.</returns>
8183
        </member>
8184
        <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.AddProperty(Newtonsoft.Json.Serialization.JsonProperty)">
8185
            <summary>
8186
            Adds a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> object.
8187
            </summary>
8188
            <param name="property">The property to add to the collection.</param>
8189
        </member>
8190
        <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetClosestMatchProperty(System.String)">
8191
            <summary>
8192
            Gets the closest matching <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> object.
8193
            First attempts to get an exact case match of propertyName and then
8194
            a case insensitive match.
8195
            </summary>
8196
            <param name="propertyName">Name of the property.</param>
8197
            <returns>A matching property if found.</returns>
8198
        </member>
8199
        <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetProperty(System.String,System.StringComparison)">
8200
            <summary>
8201
            Gets a property by property name.
8202
            </summary>
8203
            <param name="propertyName">The name of the property to get.</param>
8204
            <param name="comparisonType">Type property name string comparison.</param>
8205
            <returns>A matching property if found.</returns>
8206
        </member>
8207
        <member name="T:Newtonsoft.Json.Serialization.JsonStringContract">
8208
            <summary>
8209
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8210
            </summary>
8211
        </member>
8212
        <member name="M:Newtonsoft.Json.Serialization.JsonStringContract.#ctor(System.Type)">
8213
            <summary>
8214
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> class.
8215
            </summary>
8216
            <param name="underlyingType">The underlying type for the contract.</param>
8217
        </member>
8218
        <member name="T:Newtonsoft.Json.Serialization.MemoryTraceWriter">
8219
            <summary>
8220
            Represents a trace writer that writes to memory. When the trace message limit is
8221
            reached then old trace messages will be removed as new messages are added.
8222
            </summary>
8223
        </member>
8224
        <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.#ctor">
8225
            <summary>
8226
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.MemoryTraceWriter"/> class.
8227
            </summary>
8228
        </member>
8229
        <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.Trace(System.Diagnostics.TraceLevel,System.String,System.Exception)">
8230
            <summary>
8231
            Writes the specified trace level, message and optional exception.
8232
            </summary>
8233
            <param name="level">The <see cref="T:System.Diagnostics.TraceLevel"/> at which to write this trace.</param>
8234
            <param name="message">The trace message.</param>
8235
            <param name="ex">The trace exception. This parameter is optional.</param>
8236
        </member>
8237
        <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.GetTraceMessages">
8238
            <summary>
8239
            Returns an enumeration of the most recent trace messages.
8240
            </summary>
8241
            <returns>An enumeration of the most recent trace messages.</returns>
8242
        </member>
8243
        <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.ToString">
8244
            <summary>
8245
            Returns a <see cref="T:System.String"/> of the most recent trace messages.
8246
            </summary>
8247
            <returns>
8248
            A <see cref="T:System.String"/> of the most recent trace messages.
8249
            </returns>
8250
        </member>
8251
        <member name="P:Newtonsoft.Json.Serialization.MemoryTraceWriter.LevelFilter">
8252
            <summary>
8253
            Gets the <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.
8254
            For example a filter level of <code>Info</code> will exclude <code>Verbose</code> messages and include <code>Info</code>,
8255
            <code>Warning</code> and <code>Error</code> messages.
8256
            </summary>
8257
            <value>
8258
            The <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.
8259
            </value>
8260
        </member>
8261
        <member name="T:Newtonsoft.Json.Serialization.ObjectConstructor`1">
8262
            <summary>
8263
            Represents a method that constructs an object.
8264
            </summary>
8265
            <typeparam name="T">The object type to create.</typeparam>
8266
        </member>
8267
        <member name="T:Newtonsoft.Json.Serialization.OnErrorAttribute">
8268
            <summary>
8269
            When applied to a method, specifies that the method is called when an error occurs serializing an object.
8270
            </summary>
8271
        </member>
8272
        <member name="T:Newtonsoft.Json.Serialization.ReflectionValueProvider">
8273
            <summary>
8274
            Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using reflection.
8275
            </summary>
8276
        </member>
8277
        <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.#ctor(System.Reflection.MemberInfo)">
8278
            <summary>
8279
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ReflectionValueProvider"/> class.
8280
            </summary>
8281
            <param name="memberInfo">The member info.</param>
8282
        </member>
8283
        <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.SetValue(System.Object,System.Object)">
8284
            <summary>
8285
            Sets the value.
8286
            </summary>
8287
            <param name="target">The target to set the value on.</param>
8288
            <param name="value">The value to set on the target.</param>
8289
        </member>
8290
        <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.GetValue(System.Object)">
8291
            <summary>
8292
            Gets the value.
8293
            </summary>
8294
            <param name="target">The target to get the value from.</param>
8295
            <returns>The value.</returns>
8296
        </member>
8297
        <member name="T:Newtonsoft.Json.StringEscapeHandling">
8298
            <summary>
8299
            Specifies how strings are escaped when writing JSON text.
8300
            </summary>
8301
        </member>
8302
        <member name="F:Newtonsoft.Json.StringEscapeHandling.Default">
8303
            <summary>
8304
            Only control characters (e.g. newline) are escaped.
8305
            </summary>
8306
        </member>
8307
        <member name="F:Newtonsoft.Json.StringEscapeHandling.EscapeNonAscii">
8308
            <summary>
8309
            All non-ASCII and control characters (e.g. newline) are escaped.
8310
            </summary>
8311
        </member>
8312
        <member name="F:Newtonsoft.Json.StringEscapeHandling.EscapeHtml">
8313
            <summary>
8314
            HTML (&lt;, &gt;, &amp;, &apos;, &quot;) and control characters (e.g. newline) are escaped.
8315
            </summary>
8316
        </member>
8317
        <member name="T:Newtonsoft.Json.TypeNameHandling">
8318
            <summary>
8319
            Specifies type name handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8320
            </summary>
8321
        </member>
8322
        <member name="F:Newtonsoft.Json.TypeNameHandling.None">
8323
            <summary>
8324
            Do not include the .NET type name when serializing types.
8325
            </summary>
8326
        </member>
8327
        <member name="F:Newtonsoft.Json.TypeNameHandling.Objects">
8328
            <summary>
8329
            Include the .NET type name when serializing into a JSON object structure.
8330
            </summary>
8331
        </member>
8332
        <member name="F:Newtonsoft.Json.TypeNameHandling.Arrays">
8333
            <summary>
8334
            Include the .NET type name when serializing into a JSON array structure.
8335
            </summary>
8336
        </member>
8337
        <member name="F:Newtonsoft.Json.TypeNameHandling.All">
8338
            <summary>
8339
            Always include the .NET type name when serializing.
8340
            </summary>
8341
        </member>
8342
        <member name="F:Newtonsoft.Json.TypeNameHandling.Auto">
8343
            <summary>
8344
            Include the .NET type name when the type of the object being serialized is not the same as its declared type.
8345
            </summary>
8346
        </member>
8347
        <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.IsNullOrEmpty``1(System.Collections.Generic.ICollection{``0})">
8348
            <summary>
8349
            Determines whether the collection is null or empty.
8350
            </summary>
8351
            <param name="collection">The collection.</param>
8352
            <returns>
8353
                    <c>true</c> if the collection is null or empty; otherwise, <c>false</c>.
8354
            </returns>
8355
        </member>
8356
        <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.AddRange``1(System.Collections.Generic.IList{``0},System.Collections.Generic.IEnumerable{``0})">
8357
            <summary>
8358
            Adds the elements of the specified collection to the specified generic IList.
8359
            </summary>
8360
            <param name="initial">The list to add to.</param>
8361
            <param name="collection">The collection of elements to add.</param>
8362
        </member>
8363
        <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.IndexOf``1(System.Collections.Generic.IEnumerable{``0},``0,System.Collections.Generic.IEqualityComparer{``0})">
8364
            <summary>
8365
            Returns the index of the first occurrence in a sequence by using a specified IEqualityComparer.
8366
            </summary>
8367
            <typeparam name="TSource">The type of the elements of source.</typeparam>
8368
            <param name="list">A sequence in which to locate a value.</param>
8369
            <param name="value">The object to locate in the sequence</param>
8370
            <param name="comparer">An equality comparer to compare values.</param>
8371
            <returns>The zero-based index of the first occurrence of value within the entire sequence, if found; otherwise, –1.</returns>
8372
        </member>
8373
        <member name="M:Newtonsoft.Json.Utilities.ConvertUtils.ConvertOrCast(System.Object,System.Globalization.CultureInfo,System.Type)">
8374
            <summary>
8375
            Converts the value to the specified type. If the value is unable to be converted, the
8376
            value is checked whether it assignable to the specified type.
8377
            </summary>
8378
            <param name="initialValue">The value to convert.</param>
8379
            <param name="culture">The culture to use when converting.</param>
8380
            <param name="targetType">The type to convert or cast the value to.</param>
8381
            <returns>
8382
            The converted type. If conversion was unsuccessful, the initial value
8383
            is returned if assignable to the target type.
8384
            </returns>
8385
        </member>
8386
        <member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.CallMethodWithResult(System.String,System.Dynamic.DynamicMetaObjectBinder,System.Linq.Expressions.Expression[],Newtonsoft.Json.Utilities.DynamicProxyMetaObject{`0}.Fallback,Newtonsoft.Json.Utilities.DynamicProxyMetaObject{`0}.Fallback)">
8387
            <summary>
8388
            Helper method for generating a MetaObject which calls a
8389
            specific method on Dynamic that returns a result
8390
            </summary>
8391
        </member>
8392
        <member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.CallMethodReturnLast(System.String,System.Dynamic.DynamicMetaObjectBinder,System.Linq.Expressions.Expression[],Newtonsoft.Json.Utilities.DynamicProxyMetaObject{`0}.Fallback)">
8393
            <summary>
8394
            Helper method for generating a MetaObject which calls a
8395
            specific method on Dynamic, but uses one of the arguments for
8396
            the result.
8397
            </summary>
8398
        </member>
8399
        <member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.CallMethodNoResult(System.String,System.Dynamic.DynamicMetaObjectBinder,System.Linq.Expressions.Expression[],Newtonsoft.Json.Utilities.DynamicProxyMetaObject{`0}.Fallback)">
8400
            <summary>
8401
            Helper method for generating a MetaObject which calls a
8402
            specific method on Dynamic, but uses one of the arguments for
8403
            the result.
8404
            </summary>
8405
        </member>
8406
        <member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.GetRestrictions">
8407
            <summary>
8408
            Returns a Restrictions object which includes our current restrictions merged
8409
            with a restriction limiting our type
8410
            </summary>
8411
        </member>
8412
        <member name="M:Newtonsoft.Json.Utilities.EnumUtils.GetNamesAndValues``1">
8413
            <summary>
8414
            Gets a dictionary of the names and values of an Enum type.
8415
            </summary>
8416
            <returns></returns>
8417
        </member>
8418
        <member name="M:Newtonsoft.Json.Utilities.EnumUtils.GetNamesAndValues``1(System.Type)">
8419
            <summary>
8420
            Gets a dictionary of the names and values of an Enum type.
8421
            </summary>
8422
            <param name="enumType">The enum type to get names and values for.</param>
8423
            <returns></returns>
8424
        </member>
8425
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetCollectionItemType(System.Type)">
8426
            <summary>
8427
            Gets the type of the typed collection's items.
8428
            </summary>
8429
            <param name="type">The type.</param>
8430
            <returns>The type of the typed collection's items.</returns>
8431
        </member>
8432
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetMemberUnderlyingType(System.Reflection.MemberInfo)">
8433
            <summary>
8434
            Gets the member's underlying type.
8435
            </summary>
8436
            <param name="member">The member.</param>
8437
            <returns>The underlying type of the member.</returns>
8438
        </member>
8439
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.IsIndexedProperty(System.Reflection.MemberInfo)">
8440
            <summary>
8441
            Determines whether the member is an indexed property.
8442
            </summary>
8443
            <param name="member">The member.</param>
8444
            <returns>
8445
                    <c>true</c> if the member is an indexed property; otherwise, <c>false</c>.
8446
            </returns>
8447
        </member>
8448
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.IsIndexedProperty(System.Reflection.PropertyInfo)">
8449
            <summary>
8450
            Determines whether the property is an indexed property.
8451
            </summary>
8452
            <param name="property">The property.</param>
8453
            <returns>
8454
                    <c>true</c> if the property is an indexed property; otherwise, <c>false</c>.
8455
            </returns>
8456
        </member>
8457
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetMemberValue(System.Reflection.MemberInfo,System.Object)">
8458
            <summary>
8459
            Gets the member's value on the object.
8460
            </summary>
8461
            <param name="member">The member.</param>
8462
            <param name="target">The target object.</param>
8463
            <returns>The member's value on the object.</returns>
8464
        </member>
8465
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.SetMemberValue(System.Reflection.MemberInfo,System.Object,System.Object)">
8466
            <summary>
8467
            Sets the member's value on the target object.
8468
            </summary>
8469
            <param name="member">The member.</param>
8470
            <param name="target">The target.</param>
8471
            <param name="value">The value.</param>
8472
        </member>
8473
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.CanReadMemberValue(System.Reflection.MemberInfo,System.Boolean)">
8474
            <summary>
8475
            Determines whether the specified MemberInfo can be read.
8476
            </summary>
8477
            <param name="member">The MemberInfo to determine whether can be read.</param>
8478
            /// <param name="nonPublic">if set to <c>true</c> then allow the member to be gotten non-publicly.</param>
8479
            <returns>
8480
                    <c>true</c> if the specified MemberInfo can be read; otherwise, <c>false</c>.
8481
            </returns>
8482
        </member>
8483
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.CanSetMemberValue(System.Reflection.MemberInfo,System.Boolean,System.Boolean)">
8484
            <summary>
8485
            Determines whether the specified MemberInfo can be set.
8486
            </summary>
8487
            <param name="member">The MemberInfo to determine whether can be set.</param>
8488
            <param name="nonPublic">if set to <c>true</c> then allow the member to be set non-publicly.</param>
8489
            <param name="canSetReadOnly">if set to <c>true</c> then allow the member to be set if read-only.</param>
8490
            <returns>
8491
                    <c>true</c> if the specified MemberInfo can be set; otherwise, <c>false</c>.
8492
            </returns>
8493
        </member>
8494
        <member name="T:Newtonsoft.Json.Utilities.StringBuffer">
8495
            <summary>
8496
            Builds a string. Unlike StringBuilder this class lets you reuse it's internal buffer.
8497
            </summary>
8498
        </member>
8499
        <member name="M:Newtonsoft.Json.Utilities.StringUtils.IsWhiteSpace(System.String)">
8500
            <summary>
8501
            Determines whether the string is all white space. Empty string will return false.
8502
            </summary>
8503
            <param name="s">The string to test whether it is all white space.</param>
8504
            <returns>
8505
                    <c>true</c> if the string is all white space; otherwise, <c>false</c>.
8506
            </returns>
8507
        </member>
8508
        <member name="M:Newtonsoft.Json.Utilities.StringUtils.NullEmptyString(System.String)">
8509
            <summary>
8510
            Nulls an empty string.
8511
            </summary>
8512
            <param name="s">The string.</param>
8513
            <returns>Null if the string was null, otherwise the string unchanged.</returns>
8514
        </member>
8515
        <member name="T:Newtonsoft.Json.WriteState">
8516
            <summary>
8517
            Specifies the state of the <see cref="T:Newtonsoft.Json.JsonWriter"/>.
8518
            </summary>
8519
        </member>
8520
        <member name="F:Newtonsoft.Json.WriteState.Error">
8521
            <summary>
8522
            An exception has been thrown, which has left the <see cref="T:Newtonsoft.Json.JsonWriter"/> in an invalid state.
8523
            You may call the <see cref="M:Newtonsoft.Json.JsonWriter.Close"/> method to put the <see cref="T:Newtonsoft.Json.JsonWriter"/> in the <c>Closed</c> state.
8524
            Any other <see cref="T:Newtonsoft.Json.JsonWriter"/> method calls results in an <see cref="T:System.InvalidOperationException"/> being thrown. 
8525
            </summary>
8526
        </member>
8527
        <member name="F:Newtonsoft.Json.WriteState.Closed">
8528
            <summary>
8529
            The <see cref="M:Newtonsoft.Json.JsonWriter.Close"/> method has been called. 
8530
            </summary>
8531
        </member>
8532
        <member name="F:Newtonsoft.Json.WriteState.Object">
8533
            <summary>
8534
            An object is being written. 
8535
            </summary>
8536
        </member>
8537
        <member name="F:Newtonsoft.Json.WriteState.Array">
8538
            <summary>
8539
            A array is being written.
8540
            </summary>
8541
        </member>
8542
        <member name="F:Newtonsoft.Json.WriteState.Constructor">
8543
            <summary>
8544
            A constructor is being written.
8545
            </summary>
8546
        </member>
8547
        <member name="F:Newtonsoft.Json.WriteState.Property">
8548
            <summary>
8549
            A property is being written.
8550
            </summary>
8551
        </member>
8552
        <member name="F:Newtonsoft.Json.WriteState.Start">
8553
            <summary>
8554
            A write method has not been called.
8555
            </summary>
8556
        </member>
8557
    </members>
8558
</doc>
클립보드 이미지 추가 (최대 크기: 500 MB)