Statistics
| Branch: | Revision:

root / trunk / packages / Newtonsoft.Json.4.0.2 / lib / sl3-wp / Newtonsoft.Json.WindowsPhone.xml @ 1caef52e

History | View | Annotate | Download (330.5 kB)

1
<?xml version="1.0"?>
2
<doc>
3
    <assembly>
4
        <name>Newtonsoft.Json.WindowsPhone</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.ReadAsBytes">
46
            <summary>
47
            Reads the next JSON token from the stream as a <see cref="T:Byte[]"/>.
48
            </summary>
49
            <returns>A <see cref="T:Byte[]"/> or a null reference if the next JSON token is null.</returns>
50
        </member>
51
        <member name="M:Newtonsoft.Json.JsonReader.ReadAsDecimal">
52
            <summary>
53
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
54
            </summary>
55
            <returns>A <see cref="T:System.Nullable`1"/>.</returns>
56
        </member>
57
        <member name="M:Newtonsoft.Json.JsonReader.ReadAsDateTimeOffset">
58
            <summary>
59
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
60
            </summary>
61
            <returns>A <see cref="T:System.Nullable`1"/>.</returns>
62
        </member>
63
        <member name="M:Newtonsoft.Json.JsonReader.Skip">
64
            <summary>
65
            Skips the children of the current token.
66
            </summary>
67
        </member>
68
        <member name="M:Newtonsoft.Json.JsonReader.SetToken(Newtonsoft.Json.JsonToken)">
69
            <summary>
70
            Sets the current token.
71
            </summary>
72
            <param name="newToken">The new token.</param>
73
        </member>
74
        <member name="M:Newtonsoft.Json.JsonReader.SetToken(Newtonsoft.Json.JsonToken,System.Object)">
75
            <summary>
76
            Sets the current token and value.
77
            </summary>
78
            <param name="newToken">The new token.</param>
79
            <param name="value">The value.</param>
80
        </member>
81
        <member name="M:Newtonsoft.Json.JsonReader.SetStateBasedOnCurrent">
82
            <summary>
83
            Sets the state based on current token type.
84
            </summary>
85
        </member>
86
        <member name="M:Newtonsoft.Json.JsonReader.System#IDisposable#Dispose">
87
            <summary>
88
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
89
            </summary>
90
        </member>
91
        <member name="M:Newtonsoft.Json.JsonReader.Dispose(System.Boolean)">
92
            <summary>
93
            Releases unmanaged and - optionally - managed resources
94
            </summary>
95
            <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
96
        </member>
97
        <member name="M:Newtonsoft.Json.JsonReader.Close">
98
            <summary>
99
            Changes the <see cref="T:Newtonsoft.Json.JsonReader.State"/> to Closed. 
100
            </summary>
101
        </member>
102
        <member name="P:Newtonsoft.Json.JsonReader.CurrentState">
103
            <summary>
104
            Gets the current reader state.
105
            </summary>
106
            <value>The current reader state.</value>
107
        </member>
108
        <member name="P:Newtonsoft.Json.JsonReader.CloseInput">
109
            <summary>
110
            Gets or sets a value indicating whether the underlying stream or
111
            <see cref="T:System.IO.TextReader"/> should be closed when the reader is closed.
112
            </summary>
113
            <value>
114
            true to close the underlying stream or <see cref="T:System.IO.TextReader"/> when
115
            the reader is closed; otherwise false. The default is true.
116
            </value>
117
        </member>
118
        <member name="P:Newtonsoft.Json.JsonReader.QuoteChar">
119
            <summary>
120
            Gets the quotation mark character used to enclose the value of a string.
121
            </summary>
122
        </member>
123
        <member name="P:Newtonsoft.Json.JsonReader.TokenType">
124
            <summary>
125
            Gets the type of the current Json token. 
126
            </summary>
127
        </member>
128
        <member name="P:Newtonsoft.Json.JsonReader.Value">
129
            <summary>
130
            Gets the text value of the current Json token.
131
            </summary>
132
        </member>
133
        <member name="P:Newtonsoft.Json.JsonReader.ValueType">
134
            <summary>
135
            Gets The Common Language Runtime (CLR) type for the current Json token.
136
            </summary>
137
        </member>
138
        <member name="P:Newtonsoft.Json.JsonReader.Depth">
139
            <summary>
140
            Gets the depth of the current token in the JSON document.
141
            </summary>
142
            <value>The depth of the current token in the JSON document.</value>
143
        </member>
144
        <member name="T:Newtonsoft.Json.JsonReader.State">
145
            <summary>
146
            Specifies the state of the reader.
147
            </summary>
148
        </member>
149
        <member name="F:Newtonsoft.Json.JsonReader.State.Start">
150
            <summary>
151
            The Read method has not been called.
152
            </summary>
153
        </member>
154
        <member name="F:Newtonsoft.Json.JsonReader.State.Complete">
155
            <summary>
156
            The end of the file has been reached successfully.
157
            </summary>
158
        </member>
159
        <member name="F:Newtonsoft.Json.JsonReader.State.Property">
160
            <summary>
161
            Reader is at a property.
162
            </summary>
163
        </member>
164
        <member name="F:Newtonsoft.Json.JsonReader.State.ObjectStart">
165
            <summary>
166
            Reader is at the start of an object.
167
            </summary>
168
        </member>
169
        <member name="F:Newtonsoft.Json.JsonReader.State.Object">
170
            <summary>
171
            Reader is in an object.
172
            </summary>
173
        </member>
174
        <member name="F:Newtonsoft.Json.JsonReader.State.ArrayStart">
175
            <summary>
176
            Reader is at the start of an array.
177
            </summary>
178
        </member>
179
        <member name="F:Newtonsoft.Json.JsonReader.State.Array">
180
            <summary>
181
            Reader is in an array.
182
            </summary>
183
        </member>
184
        <member name="F:Newtonsoft.Json.JsonReader.State.Closed">
185
            <summary>
186
            The Close method has been called.
187
            </summary>
188
        </member>
189
        <member name="F:Newtonsoft.Json.JsonReader.State.PostValue">
190
            <summary>
191
            Reader has just read a value.
192
            </summary>
193
        </member>
194
        <member name="F:Newtonsoft.Json.JsonReader.State.ConstructorStart">
195
            <summary>
196
            Reader is at the start of a constructor.
197
            </summary>
198
        </member>
199
        <member name="F:Newtonsoft.Json.JsonReader.State.Constructor">
200
            <summary>
201
            Reader in a constructor.
202
            </summary>
203
        </member>
204
        <member name="F:Newtonsoft.Json.JsonReader.State.Error">
205
            <summary>
206
            An error occurred that prevents the read operation from continuing.
207
            </summary>
208
        </member>
209
        <member name="F:Newtonsoft.Json.JsonReader.State.Finished">
210
            <summary>
211
            The end of the file has been reached successfully.
212
            </summary>
213
        </member>
214
        <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.Stream)">
215
            <summary>
216
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.
217
            </summary>
218
            <param name="stream">The stream.</param>
219
        </member>
220
        <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.Stream,System.Boolean,System.DateTimeKind)">
221
            <summary>
222
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.
223
            </summary>
224
            <param name="stream">The stream.</param>
225
            <param name="readRootValueAsArray">if set to <c>true</c> the root object will be read as a JSON array.</param>
226
            <param name="dateTimeKindHandling">The <see cref="T:System.DateTimeKind"/> used when reading <see cref="T:System.DateTime"/> values from BSON.</param>
227
        </member>
228
        <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsBytes">
229
            <summary>
230
            Reads the next JSON token from the stream as a <see cref="T:Byte[]"/>.
231
            </summary>
232
            <returns>
233
            A <see cref="T:Byte[]"/> or a null reference if the next JSON token is null.
234
            </returns>
235
        </member>
236
        <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDecimal">
237
            <summary>
238
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
239
            </summary>
240
            <returns>A <see cref="T:System.Nullable`1"/>.</returns>
241
        </member>
242
        <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDateTimeOffset">
243
            <summary>
244
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
245
            </summary>
246
            <returns>
247
            A <see cref="T:System.Nullable`1"/>.
248
            </returns>
249
        </member>
250
        <member name="M:Newtonsoft.Json.Bson.BsonReader.Read">
251
            <summary>
252
            Reads the next JSON token from the stream.
253
            </summary>
254
            <returns>
255
            true if the next token was read successfully; false if there are no more tokens to read.
256
            </returns>
257
        </member>
258
        <member name="M:Newtonsoft.Json.Bson.BsonReader.Close">
259
            <summary>
260
            Changes the <see cref="T:Newtonsoft.Json.JsonReader.State"/> to Closed.
261
            </summary>
262
        </member>
263
        <member name="P:Newtonsoft.Json.Bson.BsonReader.JsonNet35BinaryCompatibility">
264
            <summary>
265
            Gets or sets a value indicating whether binary data reading should compatible with incorrect Json.NET 3.5 written binary.
266
            </summary>
267
            <value>
268
                    <c>true</c> if binary data reading will be compatible with incorrect Json.NET 3.5 written binary; otherwise, <c>false</c>.
269
            </value>
270
        </member>
271
        <member name="P:Newtonsoft.Json.Bson.BsonReader.ReadRootValueAsArray">
272
            <summary>
273
            Gets or sets a value indicating whether the root object will be read as a JSON array.
274
            </summary>
275
            <value>
276
                    <c>true</c> if the root object will be read as a JSON array; otherwise, <c>false</c>.
277
            </value>
278
        </member>
279
        <member name="P:Newtonsoft.Json.Bson.BsonReader.DateTimeKindHandling">
280
            <summary>
281
            Gets or sets the <see cref="T:System.DateTimeKind"/> used when reading <see cref="T:System.DateTime"/> values from BSON.
282
            </summary>
283
            <value>The <see cref="T:System.DateTimeKind"/> used when reading <see cref="T:System.DateTime"/> values from BSON.</value>
284
        </member>
285
        <member name="T:Newtonsoft.Json.Bson.BsonWriter">
286
            <summary>
287
            Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
288
            </summary>
289
        </member>
290
        <member name="T:Newtonsoft.Json.JsonWriter">
291
            <summary>
292
            Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
293
            </summary>
294
        </member>
295
        <member name="M:Newtonsoft.Json.JsonWriter.#ctor">
296
            <summary>
297
            Creates an instance of the <c>JsonWriter</c> class. 
298
            </summary>
299
        </member>
300
        <member name="M:Newtonsoft.Json.JsonWriter.Flush">
301
            <summary>
302
            Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
303
            </summary>
304
        </member>
305
        <member name="M:Newtonsoft.Json.JsonWriter.Close">
306
            <summary>
307
            Closes this stream and the underlying stream.
308
            </summary>
309
        </member>
310
        <member name="M:Newtonsoft.Json.JsonWriter.WriteStartObject">
311
            <summary>
312
            Writes the beginning of a Json object.
313
            </summary>
314
        </member>
315
        <member name="M:Newtonsoft.Json.JsonWriter.WriteEndObject">
316
            <summary>
317
            Writes the end of a Json object.
318
            </summary>
319
        </member>
320
        <member name="M:Newtonsoft.Json.JsonWriter.WriteStartArray">
321
            <summary>
322
            Writes the beginning of a Json array.
323
            </summary>
324
        </member>
325
        <member name="M:Newtonsoft.Json.JsonWriter.WriteEndArray">
326
            <summary>
327
            Writes the end of an array.
328
            </summary>
329
        </member>
330
        <member name="M:Newtonsoft.Json.JsonWriter.WriteStartConstructor(System.String)">
331
            <summary>
332
            Writes the start of a constructor with the given name.
333
            </summary>
334
            <param name="name">The name of the constructor.</param>
335
        </member>
336
        <member name="M:Newtonsoft.Json.JsonWriter.WriteEndConstructor">
337
            <summary>
338
            Writes the end constructor.
339
            </summary>
340
        </member>
341
        <member name="M:Newtonsoft.Json.JsonWriter.WritePropertyName(System.String)">
342
            <summary>
343
            Writes the property name of a name/value pair on a Json object.
344
            </summary>
345
            <param name="name">The name of the property.</param>
346
        </member>
347
        <member name="M:Newtonsoft.Json.JsonWriter.WriteEnd">
348
            <summary>
349
            Writes the end of the current Json object or array.
350
            </summary>
351
        </member>
352
        <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonReader)">
353
            <summary>
354
            Writes the current <see cref="T:Newtonsoft.Json.JsonReader"/> token.
355
            </summary>
356
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read the token from.</param>
357
        </member>
358
        <member name="M:Newtonsoft.Json.JsonWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
359
            <summary>
360
            Writes the specified end token.
361
            </summary>
362
            <param name="token">The end token to write.</param>
363
        </member>
364
        <member name="M:Newtonsoft.Json.JsonWriter.WriteIndent">
365
            <summary>
366
            Writes indent characters.
367
            </summary>
368
        </member>
369
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValueDelimiter">
370
            <summary>
371
            Writes the JSON value delimiter.
372
            </summary>
373
        </member>
374
        <member name="M:Newtonsoft.Json.JsonWriter.WriteIndentSpace">
375
            <summary>
376
            Writes an indent space.
377
            </summary>
378
        </member>
379
        <member name="M:Newtonsoft.Json.JsonWriter.WriteNull">
380
            <summary>
381
            Writes a null value.
382
            </summary>
383
        </member>
384
        <member name="M:Newtonsoft.Json.JsonWriter.WriteUndefined">
385
            <summary>
386
            Writes an undefined value.
387
            </summary>
388
        </member>
389
        <member name="M:Newtonsoft.Json.JsonWriter.WriteRaw(System.String)">
390
            <summary>
391
            Writes raw JSON without changing the writer's state.
392
            </summary>
393
            <param name="json">The raw JSON to write.</param>
394
        </member>
395
        <member name="M:Newtonsoft.Json.JsonWriter.WriteRawValue(System.String)">
396
            <summary>
397
            Writes raw JSON where a value is expected and updates the writer's state.
398
            </summary>
399
            <param name="json">The raw JSON to write.</param>
400
        </member>
401
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.String)">
402
            <summary>
403
            Writes a <see cref="T:System.String"/> value.
404
            </summary>
405
            <param name="value">The <see cref="T:System.String"/> value to write.</param>
406
        </member>
407
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int32)">
408
            <summary>
409
            Writes a <see cref="T:System.Int32"/> value.
410
            </summary>
411
            <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
412
        </member>
413
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt32)">
414
            <summary>
415
            Writes a <see cref="T:System.UInt32"/> value.
416
            </summary>
417
            <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
418
        </member>
419
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int64)">
420
            <summary>
421
            Writes a <see cref="T:System.Int64"/> value.
422
            </summary>
423
            <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
424
        </member>
425
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt64)">
426
            <summary>
427
            Writes a <see cref="T:System.UInt64"/> value.
428
            </summary>
429
            <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
430
        </member>
431
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Single)">
432
            <summary>
433
            Writes a <see cref="T:System.Single"/> value.
434
            </summary>
435
            <param name="value">The <see cref="T:System.Single"/> value to write.</param>
436
        </member>
437
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Double)">
438
            <summary>
439
            Writes a <see cref="T:System.Double"/> value.
440
            </summary>
441
            <param name="value">The <see cref="T:System.Double"/> value to write.</param>
442
        </member>
443
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Boolean)">
444
            <summary>
445
            Writes a <see cref="T:System.Boolean"/> value.
446
            </summary>
447
            <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
448
        </member>
449
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int16)">
450
            <summary>
451
            Writes a <see cref="T:System.Int16"/> value.
452
            </summary>
453
            <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
454
        </member>
455
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt16)">
456
            <summary>
457
            Writes a <see cref="T:System.UInt16"/> value.
458
            </summary>
459
            <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
460
        </member>
461
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Char)">
462
            <summary>
463
            Writes a <see cref="T:System.Char"/> value.
464
            </summary>
465
            <param name="value">The <see cref="T:System.Char"/> value to write.</param>
466
        </member>
467
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Byte)">
468
            <summary>
469
            Writes a <see cref="T:System.Byte"/> value.
470
            </summary>
471
            <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
472
        </member>
473
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.SByte)">
474
            <summary>
475
            Writes a <see cref="T:System.SByte"/> value.
476
            </summary>
477
            <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
478
        </member>
479
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Decimal)">
480
            <summary>
481
            Writes a <see cref="T:System.Decimal"/> value.
482
            </summary>
483
            <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
484
        </member>
485
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.DateTime)">
486
            <summary>
487
            Writes a <see cref="T:System.DateTime"/> value.
488
            </summary>
489
            <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
490
        </member>
491
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.DateTimeOffset)">
492
            <summary>
493
            Writes a <see cref="T:System.DateTimeOffset"/> value.
494
            </summary>
495
            <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>
496
        </member>
497
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int32})">
498
            <summary>
499
            Writes a <see cref="T:System.Nullable`1"/> value.
500
            </summary>
501
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
502
        </member>
503
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt32})">
504
            <summary>
505
            Writes a <see cref="T:System.Nullable`1"/> value.
506
            </summary>
507
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
508
        </member>
509
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int64})">
510
            <summary>
511
            Writes a <see cref="T:System.Nullable`1"/> value.
512
            </summary>
513
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
514
        </member>
515
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt64})">
516
            <summary>
517
            Writes a <see cref="T:System.Nullable`1"/> value.
518
            </summary>
519
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
520
        </member>
521
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Single})">
522
            <summary>
523
            Writes a <see cref="T:System.Nullable`1"/> value.
524
            </summary>
525
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
526
        </member>
527
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Double})">
528
            <summary>
529
            Writes a <see cref="T:System.Nullable`1"/> value.
530
            </summary>
531
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
532
        </member>
533
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Boolean})">
534
            <summary>
535
            Writes a <see cref="T:System.Nullable`1"/> value.
536
            </summary>
537
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
538
        </member>
539
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int16})">
540
            <summary>
541
            Writes a <see cref="T:System.Nullable`1"/> value.
542
            </summary>
543
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
544
        </member>
545
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt16})">
546
            <summary>
547
            Writes a <see cref="T:System.Nullable`1"/> value.
548
            </summary>
549
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
550
        </member>
551
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Char})">
552
            <summary>
553
            Writes a <see cref="T:System.Nullable`1"/> value.
554
            </summary>
555
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
556
        </member>
557
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Byte})">
558
            <summary>
559
            Writes a <see cref="T:System.Nullable`1"/> value.
560
            </summary>
561
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
562
        </member>
563
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.SByte})">
564
            <summary>
565
            Writes a <see cref="T:System.Nullable`1"/> value.
566
            </summary>
567
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
568
        </member>
569
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Decimal})">
570
            <summary>
571
            Writes a <see cref="T:System.Nullable`1"/> value.
572
            </summary>
573
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
574
        </member>
575
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.DateTime})">
576
            <summary>
577
            Writes a <see cref="T:System.Nullable`1"/> value.
578
            </summary>
579
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
580
        </member>
581
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.DateTimeOffset})">
582
            <summary>
583
            Writes a <see cref="T:System.Nullable`1"/> value.
584
            </summary>
585
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
586
        </member>
587
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Byte[])">
588
            <summary>
589
            Writes a <see cref="T:Byte[]"/> value.
590
            </summary>
591
            <param name="value">The <see cref="T:Byte[]"/> value to write.</param>
592
        </member>
593
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Object)">
594
            <summary>
595
            Writes a <see cref="T:System.Object"/> value.
596
            An error will raised if the value cannot be written as a single JSON token.
597
            </summary>
598
            <param name="value">The <see cref="T:System.Object"/> value to write.</param>
599
        </member>
600
        <member name="M:Newtonsoft.Json.JsonWriter.WriteComment(System.String)">
601
            <summary>
602
            Writes out a comment <code>/*...*/</code> containing the specified text. 
603
            </summary>
604
            <param name="text">Text to place inside the comment.</param>
605
        </member>
606
        <member name="M:Newtonsoft.Json.JsonWriter.WriteWhitespace(System.String)">
607
            <summary>
608
            Writes out the given white space.
609
            </summary>
610
            <param name="ws">The string of white space characters.</param>
611
        </member>
612
        <member name="P:Newtonsoft.Json.JsonWriter.CloseOutput">
613
            <summary>
614
            Gets or sets a value indicating whether the underlying stream or
615
            <see cref="T:System.IO.TextReader"/> should be closed when the writer is closed.
616
            </summary>
617
            <value>
618
            true to close the underlying stream or <see cref="T:System.IO.TextReader"/> when
619
            the writer is closed; otherwise false. The default is true.
620
            </value>
621
        </member>
622
        <member name="P:Newtonsoft.Json.JsonWriter.Top">
623
            <summary>
624
            Gets the top.
625
            </summary>
626
            <value>The top.</value>
627
        </member>
628
        <member name="P:Newtonsoft.Json.JsonWriter.WriteState">
629
            <summary>
630
            Gets the state of the writer.
631
            </summary>
632
        </member>
633
        <member name="P:Newtonsoft.Json.JsonWriter.Formatting">
634
            <summary>
635
            Indicates how the output is formatted.
636
            </summary>
637
        </member>
638
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.#ctor(System.IO.Stream)">
639
            <summary>
640
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonWriter"/> class.
641
            </summary>
642
            <param name="stream">The stream.</param>
643
        </member>
644
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.Flush">
645
            <summary>
646
            Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
647
            </summary>
648
        </member>
649
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
650
            <summary>
651
            Writes the end.
652
            </summary>
653
            <param name="token">The token.</param>
654
        </member>
655
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteComment(System.String)">
656
            <summary>
657
            Writes out a comment <code>/*...*/</code> containing the specified text.
658
            </summary>
659
            <param name="text">Text to place inside the comment.</param>
660
        </member>
661
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartConstructor(System.String)">
662
            <summary>
663
            Writes the start of a constructor with the given name.
664
            </summary>
665
            <param name="name">The name of the constructor.</param>
666
        </member>
667
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRaw(System.String)">
668
            <summary>
669
            Writes raw JSON.
670
            </summary>
671
            <param name="json">The raw JSON to write.</param>
672
        </member>
673
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRawValue(System.String)">
674
            <summary>
675
            Writes raw JSON where a value is expected and updates the writer's state.
676
            </summary>
677
            <param name="json">The raw JSON to write.</param>
678
        </member>
679
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartArray">
680
            <summary>
681
            Writes the beginning of a Json array.
682
            </summary>
683
        </member>
684
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartObject">
685
            <summary>
686
            Writes the beginning of a Json object.
687
            </summary>
688
        </member>
689
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WritePropertyName(System.String)">
690
            <summary>
691
            Writes the property name of a name/value pair on a Json object.
692
            </summary>
693
            <param name="name">The name of the property.</param>
694
        </member>
695
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.Close">
696
            <summary>
697
            Closes this stream and the underlying stream.
698
            </summary>
699
        </member>
700
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteNull">
701
            <summary>
702
            Writes a null value.
703
            </summary>
704
        </member>
705
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteUndefined">
706
            <summary>
707
            Writes an undefined value.
708
            </summary>
709
        </member>
710
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.String)">
711
            <summary>
712
            Writes a <see cref="T:System.String"/> value.
713
            </summary>
714
            <param name="value">The <see cref="T:System.String"/> value to write.</param>
715
        </member>
716
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int32)">
717
            <summary>
718
            Writes a <see cref="T:System.Int32"/> value.
719
            </summary>
720
            <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
721
        </member>
722
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt32)">
723
            <summary>
724
            Writes a <see cref="T:System.UInt32"/> value.
725
            </summary>
726
            <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
727
        </member>
728
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int64)">
729
            <summary>
730
            Writes a <see cref="T:System.Int64"/> value.
731
            </summary>
732
            <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
733
        </member>
734
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt64)">
735
            <summary>
736
            Writes a <see cref="T:System.UInt64"/> value.
737
            </summary>
738
            <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
739
        </member>
740
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Single)">
741
            <summary>
742
            Writes a <see cref="T:System.Single"/> value.
743
            </summary>
744
            <param name="value">The <see cref="T:System.Single"/> value to write.</param>
745
        </member>
746
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Double)">
747
            <summary>
748
            Writes a <see cref="T:System.Double"/> value.
749
            </summary>
750
            <param name="value">The <see cref="T:System.Double"/> value to write.</param>
751
        </member>
752
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Boolean)">
753
            <summary>
754
            Writes a <see cref="T:System.Boolean"/> value.
755
            </summary>
756
            <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
757
        </member>
758
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int16)">
759
            <summary>
760
            Writes a <see cref="T:System.Int16"/> value.
761
            </summary>
762
            <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
763
        </member>
764
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt16)">
765
            <summary>
766
            Writes a <see cref="T:System.UInt16"/> value.
767
            </summary>
768
            <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
769
        </member>
770
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Char)">
771
            <summary>
772
            Writes a <see cref="T:System.Char"/> value.
773
            </summary>
774
            <param name="value">The <see cref="T:System.Char"/> value to write.</param>
775
        </member>
776
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Byte)">
777
            <summary>
778
            Writes a <see cref="T:System.Byte"/> value.
779
            </summary>
780
            <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
781
        </member>
782
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.SByte)">
783
            <summary>
784
            Writes a <see cref="T:System.SByte"/> value.
785
            </summary>
786
            <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
787
        </member>
788
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Decimal)">
789
            <summary>
790
            Writes a <see cref="T:System.Decimal"/> value.
791
            </summary>
792
            <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
793
        </member>
794
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.DateTime)">
795
            <summary>
796
            Writes a <see cref="T:System.DateTime"/> value.
797
            </summary>
798
            <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
799
        </member>
800
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.DateTimeOffset)">
801
            <summary>
802
            Writes a <see cref="T:System.DateTimeOffset"/> value.
803
            </summary>
804
            <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>
805
        </member>
806
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Byte[])">
807
            <summary>
808
            Writes a <see cref="T:Byte[]"/> value.
809
            </summary>
810
            <param name="value">The <see cref="T:Byte[]"/> value to write.</param>
811
        </member>
812
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteObjectId(System.Byte[])">
813
            <summary>
814
            Writes a <see cref="T:Byte[]"/> value that represents a BSON object id.
815
            </summary>
816
            <param name="value"></param>
817
        </member>
818
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRegex(System.String,System.String)">
819
            <summary>
820
            Writes a BSON regex.
821
            </summary>
822
            <param name="pattern">The regex pattern.</param>
823
            <param name="options">The regex options.</param>
824
        </member>
825
        <member name="P:Newtonsoft.Json.Bson.BsonWriter.DateTimeKindHandling">
826
            <summary>
827
            Gets or sets the <see cref="T:System.DateTimeKind"/> used when writing <see cref="T:System.DateTime"/> values to BSON.
828
            When set to <see cref="F:System.DateTimeKind.Unspecified"/> no conversion will occur.
829
            </summary>
830
            <value>The <see cref="T:System.DateTimeKind"/> used when writing <see cref="T:System.DateTime"/> values to BSON.</value>
831
        </member>
832
        <member name="T:Newtonsoft.Json.ConstructorHandling">
833
            <summary>
834
            Specifies how constructors are used when initializing objects during deserialization by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
835
            </summary>
836
        </member>
837
        <member name="F:Newtonsoft.Json.ConstructorHandling.Default">
838
            <summary>
839
            First attempt to use the public default constructor then fall back to single paramatized constructor.
840
            </summary>
841
        </member>
842
        <member name="F:Newtonsoft.Json.ConstructorHandling.AllowNonPublicDefaultConstructor">
843
            <summary>
844
            Allow Json.NET to use a non-public default constructor.
845
            </summary>
846
        </member>
847
        <member name="T:Newtonsoft.Json.Converters.BinaryConverter">
848
            <summary>
849
            Converts a binary value to and from a base 64 string value.
850
            </summary>
851
        </member>
852
        <member name="T:Newtonsoft.Json.JsonConverter">
853
            <summary>
854
            Converts an object to and from JSON.
855
            </summary>
856
        </member>
857
        <member name="M:Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
858
            <summary>
859
            Writes the JSON representation of the object.
860
            </summary>
861
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
862
            <param name="value">The value.</param>
863
            <param name="serializer">The calling serializer.</param>
864
        </member>
865
        <member name="M:Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
866
            <summary>
867
            Reads the JSON representation of the object.
868
            </summary>
869
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
870
            <param name="objectType">Type of the object.</param>
871
            <param name="existingValue">The existing value of object being read.</param>
872
            <param name="serializer">The calling serializer.</param>
873
            <returns>The object value.</returns>
874
        </member>
875
        <member name="M:Newtonsoft.Json.JsonConverter.CanConvert(System.Type)">
876
            <summary>
877
            Determines whether this instance can convert the specified object type.
878
            </summary>
879
            <param name="objectType">Type of the object.</param>
880
            <returns>
881
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
882
            </returns>
883
        </member>
884
        <member name="M:Newtonsoft.Json.JsonConverter.GetSchema">
885
            <summary>
886
            Gets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of the JSON produced by the JsonConverter.
887
            </summary>
888
            <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of the JSON produced by the JsonConverter.</returns>
889
        </member>
890
        <member name="P:Newtonsoft.Json.JsonConverter.CanRead">
891
            <summary>
892
            Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can read JSON.
893
            </summary>
894
            <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can read JSON; otherwise, <c>false</c>.</value>
895
        </member>
896
        <member name="P:Newtonsoft.Json.JsonConverter.CanWrite">
897
            <summary>
898
            Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON.
899
            </summary>
900
            <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.</value>
901
        </member>
902
        <member name="M:Newtonsoft.Json.Converters.BinaryConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
903
            <summary>
904
            Writes the JSON representation of the object.
905
            </summary>
906
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
907
            <param name="value">The value.</param>
908
            <param name="serializer">The calling serializer.</param>
909
        </member>
910
        <member name="M:Newtonsoft.Json.Converters.BinaryConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
911
            <summary>
912
            Reads the JSON representation of the object.
913
            </summary>
914
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
915
            <param name="objectType">Type of the object.</param>
916
            <param name="existingValue">The existing value of object being read.</param>
917
            <param name="serializer">The calling serializer.</param>
918
            <returns>The object value.</returns>
919
        </member>
920
        <member name="M:Newtonsoft.Json.Converters.BinaryConverter.CanConvert(System.Type)">
921
            <summary>
922
            Determines whether this instance can convert the specified object type.
923
            </summary>
924
            <param name="objectType">Type of the object.</param>
925
            <returns>
926
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
927
            </returns>
928
        </member>
929
        <member name="T:Newtonsoft.Json.Converters.BsonObjectIdConverter">
930
            <summary>
931
            Converts a <see cref="T:Newtonsoft.Json.Bson.BsonObjectId"/> to and from JSON and BSON.
932
            </summary>
933
        </member>
934
        <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
935
            <summary>
936
            Writes the JSON representation of the object.
937
            </summary>
938
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
939
            <param name="value">The value.</param>
940
            <param name="serializer">The calling serializer.</param>
941
        </member>
942
        <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
943
            <summary>
944
            Reads the JSON representation of the object.
945
            </summary>
946
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
947
            <param name="objectType">Type of the object.</param>
948
            <param name="existingValue">The existing value of object being read.</param>
949
            <param name="serializer">The calling serializer.</param>
950
            <returns>The object value.</returns>
951
        </member>
952
        <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.CanConvert(System.Type)">
953
            <summary>
954
            Determines whether this instance can convert the specified object type.
955
            </summary>
956
            <param name="objectType">Type of the object.</param>
957
            <returns>
958
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
959
            </returns>
960
        </member>
961
        <member name="T:Newtonsoft.Json.Converters.CustomCreationConverter`1">
962
            <summary>
963
            Create a custom object
964
            </summary>
965
            <typeparam name="T"></typeparam>
966
        </member>
967
        <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
968
            <summary>
969
            Writes the JSON representation of the object.
970
            </summary>
971
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
972
            <param name="value">The value.</param>
973
            <param name="serializer">The calling serializer.</param>
974
        </member>
975
        <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
976
            <summary>
977
            Reads the JSON representation of the object.
978
            </summary>
979
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
980
            <param name="objectType">Type of the object.</param>
981
            <param name="existingValue">The existing value of object being read.</param>
982
            <param name="serializer">The calling serializer.</param>
983
            <returns>The object value.</returns>
984
        </member>
985
        <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.Create(System.Type)">
986
            <summary>
987
            Creates an object which will then be populated by the serializer.
988
            </summary>
989
            <param name="objectType">Type of the object.</param>
990
            <returns></returns>
991
        </member>
992
        <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.CanConvert(System.Type)">
993
            <summary>
994
            Determines whether this instance can convert the specified object type.
995
            </summary>
996
            <param name="objectType">Type of the object.</param>
997
            <returns>
998
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
999
            </returns>
1000
        </member>
1001
        <member name="P:Newtonsoft.Json.Converters.CustomCreationConverter`1.CanWrite">
1002
            <summary>
1003
            Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON.
1004
            </summary>
1005
            <value>
1006
                    <c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.
1007
            </value>
1008
        </member>
1009
        <member name="T:Newtonsoft.Json.Converters.DateTimeConverterBase">
1010
            <summary>
1011
            Provides a base class for converting a <see cref="T:System.DateTime"/> to and from JSON.
1012
            </summary>
1013
        </member>
1014
        <member name="M:Newtonsoft.Json.Converters.DateTimeConverterBase.CanConvert(System.Type)">
1015
            <summary>
1016
            Determines whether this instance can convert the specified object type.
1017
            </summary>
1018
            <param name="objectType">Type of the object.</param>
1019
            <returns>
1020
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1021
            </returns>
1022
        </member>
1023
        <member name="T:Newtonsoft.Json.Converters.IsoDateTimeConverter">
1024
            <summary>
1025
            Converts a <see cref="T:System.DateTime"/> to and from the ISO 8601 date format (e.g. 2008-04-12T12:53Z).
1026
            </summary>
1027
        </member>
1028
        <member name="M:Newtonsoft.Json.Converters.IsoDateTimeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1029
            <summary>
1030
            Writes the JSON representation of the object.
1031
            </summary>
1032
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1033
            <param name="value">The value.</param>
1034
            <param name="serializer">The calling serializer.</param>
1035
        </member>
1036
        <member name="M:Newtonsoft.Json.Converters.IsoDateTimeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1037
            <summary>
1038
            Reads the JSON representation of the object.
1039
            </summary>
1040
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1041
            <param name="objectType">Type of the object.</param>
1042
            <param name="existingValue">The existing value of object being read.</param>
1043
            <param name="serializer">The calling serializer.</param>
1044
            <returns>The object value.</returns>
1045
        </member>
1046
        <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.DateTimeStyles">
1047
            <summary>
1048
            Gets or sets the date time styles used when converting a date to and from JSON.
1049
            </summary>
1050
            <value>The date time styles used when converting a date to and from JSON.</value>
1051
        </member>
1052
        <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.DateTimeFormat">
1053
            <summary>
1054
            Gets or sets the date time format used when converting a date to and from JSON.
1055
            </summary>
1056
            <value>The date time format used when converting a date to and from JSON.</value>
1057
        </member>
1058
        <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.Culture">
1059
            <summary>
1060
            Gets or sets the culture used when converting a date to and from JSON.
1061
            </summary>
1062
            <value>The culture used when converting a date to and from JSON.</value>
1063
        </member>
1064
        <member name="T:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter">
1065
            <summary>
1066
            Converts a <see cref="T:System.DateTime"/> to and from a JavaScript date constructor (e.g. new Date(52231943)).
1067
            </summary>
1068
        </member>
1069
        <member name="M:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1070
            <summary>
1071
            Writes the JSON representation of the object.
1072
            </summary>
1073
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1074
            <param name="value">The value.</param>
1075
            <param name="serializer">The calling serializer.</param>
1076
        </member>
1077
        <member name="M:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1078
            <summary>
1079
            Reads the JSON representation of the object.
1080
            </summary>
1081
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1082
            <param name="objectType">Type of the object.</param>
1083
            <param name="existingValue">The existing property value of the JSON that is being converted.</param>
1084
            <param name="serializer">The calling serializer.</param>
1085
            <returns>The object value.</returns>
1086
        </member>
1087
        <member name="T:Newtonsoft.Json.Converters.JsonDateTimeSerializationMode">
1088
            <summary>
1089
            Specifies whether a DateTime object represents a local time, a Coordinated Universal Time (UTC), or is not specified as either local time or UTC.
1090
            </summary>
1091
        </member>
1092
        <member name="F:Newtonsoft.Json.Converters.JsonDateTimeSerializationMode.Local">
1093
            <summary>
1094
            The time represented is local time.
1095
            </summary>
1096
        </member>
1097
        <member name="F:Newtonsoft.Json.Converters.JsonDateTimeSerializationMode.Utc">
1098
            <summary>
1099
            The time represented is UTC.
1100
            </summary>
1101
        </member>
1102
        <member name="F:Newtonsoft.Json.Converters.JsonDateTimeSerializationMode.Unspecified">
1103
            <summary>
1104
            The time represented is not specified as either local time or Coordinated Universal Time (UTC).
1105
            </summary>
1106
        </member>
1107
        <member name="F:Newtonsoft.Json.Converters.JsonDateTimeSerializationMode.RoundtripKind">
1108
            <summary>
1109
            Preserves the DateTimeKind field of a date when a DateTime object is converted to a string and the string is then converted back to a DateTime object.
1110
            </summary>
1111
        </member>
1112
        <member name="T:Newtonsoft.Json.Converters.KeyValuePairConverter">
1113
            <summary>
1114
            Converts a <see cref="T:System.Collections.Generic.KeyValuePair`2"/> to and from JSON.
1115
            </summary>
1116
        </member>
1117
        <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1118
            <summary>
1119
            Writes the JSON representation of the object.
1120
            </summary>
1121
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1122
            <param name="value">The value.</param>
1123
            <param name="serializer">The calling serializer.</param>
1124
        </member>
1125
        <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1126
            <summary>
1127
            Reads the JSON representation of the object.
1128
            </summary>
1129
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1130
            <param name="objectType">Type of the object.</param>
1131
            <param name="existingValue">The existing value of object being read.</param>
1132
            <param name="serializer">The calling serializer.</param>
1133
            <returns>The object value.</returns>
1134
        </member>
1135
        <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.CanConvert(System.Type)">
1136
            <summary>
1137
            Determines whether this instance can convert the specified object type.
1138
            </summary>
1139
            <param name="objectType">Type of the object.</param>
1140
            <returns>
1141
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1142
            </returns>
1143
        </member>
1144
        <member name="T:Newtonsoft.Json.Converters.RegexConverter">
1145
            <summary>
1146
            Converts a <see cref="T:System.Text.RegularExpressions.Regex"/> to and from JSON and BSON.
1147
            </summary>
1148
        </member>
1149
        <member name="M:Newtonsoft.Json.Converters.RegexConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1150
            <summary>
1151
            Writes the JSON representation of the object.
1152
            </summary>
1153
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1154
            <param name="value">The value.</param>
1155
            <param name="serializer">The calling serializer.</param>
1156
        </member>
1157
        <member name="M:Newtonsoft.Json.Converters.RegexConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1158
            <summary>
1159
            Reads the JSON representation of the object.
1160
            </summary>
1161
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1162
            <param name="objectType">Type of the object.</param>
1163
            <param name="existingValue">The existing value of object being read.</param>
1164
            <param name="serializer">The calling serializer.</param>
1165
            <returns>The object value.</returns>
1166
        </member>
1167
        <member name="M:Newtonsoft.Json.Converters.RegexConverter.CanConvert(System.Type)">
1168
            <summary>
1169
            Determines whether this instance can convert the specified object type.
1170
            </summary>
1171
            <param name="objectType">Type of the object.</param>
1172
            <returns>
1173
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1174
            </returns>
1175
        </member>
1176
        <member name="T:Newtonsoft.Json.Converters.StringEnumConverter">
1177
            <summary>
1178
            Converts an <see cref="T:System.Enum"/> to and from its name string value.
1179
            </summary>
1180
            <summary>
1181
            Converts an <see cref="T:System.Enum"/> to and from its name string value.
1182
            </summary>
1183
        </member>
1184
        <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1185
            <summary>
1186
            Writes the JSON representation of the object.
1187
            </summary>
1188
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1189
            <param name="value">The value.</param>
1190
            <param name="serializer">The calling serializer.</param>
1191
        </member>
1192
        <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1193
            <summary>
1194
            Reads the JSON representation of the object.
1195
            </summary>
1196
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1197
            <param name="objectType">Type of the object.</param>
1198
            <param name="existingValue">The existing value of object being read.</param>
1199
            <param name="serializer">The calling serializer.</param>
1200
            <returns>The object value.</returns>
1201
        </member>
1202
        <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.GetEnumNameMap(System.Type)">
1203
            <summary>
1204
            A cached representation of the Enum string representation to respect per Enum field name.
1205
            </summary>
1206
            <param name="t">The type of the Enum.</param>
1207
            <returns>A map of enum field name to either the field name, or the configured enum member name (<see cref="T:System.Runtime.Serialization.EnumMemberAttribute"/>).</returns>
1208
        </member>
1209
        <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.CanConvert(System.Type)">
1210
            <summary>
1211
            Determines whether this instance can convert the specified object type.
1212
            </summary>
1213
            <param name="objectType">Type of the object.</param>
1214
            <returns>
1215
            <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1216
            </returns>
1217
        </member>
1218
        <member name="P:Newtonsoft.Json.Converters.StringEnumConverter.CamelCaseText">
1219
            <summary>
1220
            Gets or sets a value indicating whether the written enum text should be camel case.
1221
            </summary>
1222
            <value><c>true</c> if the written enum text will be camel case; otherwise, <c>false</c>.</value>
1223
        </member>
1224
        <member name="T:Newtonsoft.Json.Converters.XmlNodeConverter">
1225
            <summary>
1226
            Converts XML to and from JSON.
1227
            </summary>
1228
        </member>
1229
        <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1230
            <summary>
1231
            Writes the JSON representation of the object.
1232
            </summary>
1233
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1234
            <param name="serializer">The calling serializer.</param>
1235
            <param name="value">The value.</param>
1236
        </member>
1237
        <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1238
            <summary>
1239
            Reads the JSON representation of the object.
1240
            </summary>
1241
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1242
            <param name="objectType">Type of the object.</param>
1243
            <param name="existingValue">The existing value of object being read.</param>
1244
            <param name="serializer">The calling serializer.</param>
1245
            <returns>The object value.</returns>
1246
        </member>
1247
        <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.IsNamespaceAttribute(System.String,System.String@)">
1248
            <summary>
1249
            Checks if the attributeName is a namespace attribute.
1250
            </summary>
1251
            <param name="attributeName">Attribute name to test.</param>
1252
            <param name="prefix">The attribute name prefix if it has one, otherwise an empty string.</param>
1253
            <returns>True if attribute name is for a namespace attribute, otherwise false.</returns>
1254
        </member>
1255
        <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.CanConvert(System.Type)">
1256
            <summary>
1257
            Determines whether this instance can convert the specified value type.
1258
            </summary>
1259
            <param name="valueType">Type of the value.</param>
1260
            <returns>
1261
                    <c>true</c> if this instance can convert the specified value type; otherwise, <c>false</c>.
1262
            </returns>
1263
        </member>
1264
        <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.DeserializeRootElementName">
1265
            <summary>
1266
            Gets or sets the name of the root element to insert when deserializing to XML if the JSON structure has produces multiple root elements.
1267
            </summary>
1268
            <value>The name of the deserialize root element.</value>
1269
        </member>
1270
        <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.WriteArrayAttribute">
1271
            <summary>
1272
            Gets or sets a flag to indicate whether to write the Json.NET array attribute.
1273
            This attribute helps preserve arrays when converting the written XML back to JSON.
1274
            </summary>
1275
            <value><c>true</c> if the array attibute is written to the XML; otherwise, <c>false</c>.</value>
1276
        </member>
1277
        <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.OmitRootObject">
1278
            <summary>
1279
            Gets or sets a value indicating whether to write the root JSON object.
1280
            </summary>
1281
            <value><c>true</c> if the JSON root object is omitted; otherwise, <c>false</c>.</value>
1282
        </member>
1283
        <member name="T:System.Runtime.Serialization.Formatters.FormatterAssemblyStyle">
1284
            <summary>
1285
            Indicates the method that will be used during deserialization for locating and loading assemblies.
1286
            </summary>
1287
        </member>
1288
        <member name="F:System.Runtime.Serialization.Formatters.FormatterAssemblyStyle.Simple">
1289
            <summary>
1290
            In simple mode, the assembly used during deserialization need not match exactly the assembly used during serialization. Specifically, the version numbers need not match as the LoadWithPartialName method is used to load the assembly.
1291
            </summary>
1292
        </member>
1293
        <member name="F:System.Runtime.Serialization.Formatters.FormatterAssemblyStyle.Full">
1294
            <summary>
1295
            In full mode, the assembly used during deserialization must match exactly the assembly used during serialization. The Load method of the Assembly class is used to load the assembly.
1296
            </summary>
1297
        </member>
1298
        <member name="T:Newtonsoft.Json.DefaultValueHandling">
1299
            <summary>
1300
            Specifies default value handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
1301
            </summary>
1302
        </member>
1303
        <member name="F:Newtonsoft.Json.DefaultValueHandling.Include">
1304
            <summary>
1305
            Include default values when serializing and deserializing objects.
1306
            </summary>
1307
        </member>
1308
        <member name="F:Newtonsoft.Json.DefaultValueHandling.Ignore">
1309
            <summary>
1310
            Ignore default values when serializing and deserializing objects.
1311
            </summary>
1312
        </member>
1313
        <member name="T:Newtonsoft.Json.IJsonLineInfo">
1314
            <summary>
1315
            Provides an interface to enable a class to return line and position information.
1316
            </summary>
1317
        </member>
1318
        <member name="M:Newtonsoft.Json.IJsonLineInfo.HasLineInfo">
1319
            <summary>
1320
            Gets a value indicating whether the class can return line information.
1321
            </summary>
1322
            <returns>
1323
                    <c>true</c> if LineNumber and LinePosition can be provided; otherwise, <c>false</c>.
1324
            </returns>
1325
        </member>
1326
        <member name="P:Newtonsoft.Json.IJsonLineInfo.LineNumber">
1327
            <summary>
1328
            Gets the current line number.
1329
            </summary>
1330
            <value>The current line number or 0 if no line information is available (for example, HasLineInfo returns false).</value>
1331
        </member>
1332
        <member name="P:Newtonsoft.Json.IJsonLineInfo.LinePosition">
1333
            <summary>
1334
            Gets the current line position.
1335
            </summary>
1336
            <value>The current line position or 0 if no line information is available (for example, HasLineInfo returns false).</value>
1337
        </member>
1338
        <member name="T:Newtonsoft.Json.JsonArrayAttribute">
1339
            <summary>
1340
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the collection.
1341
            </summary>
1342
        </member>
1343
        <member name="T:Newtonsoft.Json.JsonContainerAttribute">
1344
            <summary>
1345
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the object.
1346
            </summary>
1347
        </member>
1348
        <member name="M:Newtonsoft.Json.JsonContainerAttribute.#ctor">
1349
            <summary>
1350
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonContainerAttribute"/> class.
1351
            </summary>
1352
        </member>
1353
        <member name="M:Newtonsoft.Json.JsonContainerAttribute.#ctor(System.String)">
1354
            <summary>
1355
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonContainerAttribute"/> class with the specified container Id.
1356
            </summary>
1357
            <param name="id">The container Id.</param>
1358
        </member>
1359
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.Id">
1360
            <summary>
1361
            Gets or sets the id.
1362
            </summary>
1363
            <value>The id.</value>
1364
        </member>
1365
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.Title">
1366
            <summary>
1367
            Gets or sets the title.
1368
            </summary>
1369
            <value>The title.</value>
1370
        </member>
1371
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.Description">
1372
            <summary>
1373
            Gets or sets the description.
1374
            </summary>
1375
            <value>The description.</value>
1376
        </member>
1377
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.IsReference">
1378
            <summary>
1379
            Gets or sets a value that indicates whether to preserve object reference data.
1380
            </summary>
1381
            <value>
1382
                    <c>true</c> to keep object reference; otherwise, <c>false</c>. The default is <c>false</c>.
1383
            </value>
1384
        </member>
1385
        <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor">
1386
            <summary>
1387
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonArrayAttribute"/> class.
1388
            </summary>
1389
        </member>
1390
        <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor(System.Boolean)">
1391
            <summary>
1392
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with a flag indicating whether the array can contain null items
1393
            </summary>
1394
            <param name="allowNullItems">A flag indicating whether the array can contain null items.</param>
1395
        </member>
1396
        <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor(System.String)">
1397
            <summary>
1398
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonArrayAttribute"/> class with the specified container Id.
1399
            </summary>
1400
            <param name="id">The container Id.</param>
1401
        </member>
1402
        <member name="P:Newtonsoft.Json.JsonArrayAttribute.AllowNullItems">
1403
            <summary>
1404
            Gets or sets a value indicating whether null items are allowed in the collection.
1405
            </summary>
1406
            <value><c>true</c> if null items are allowed in the collection; otherwise, <c>false</c>.</value>
1407
        </member>
1408
        <member name="T:Newtonsoft.Json.JsonConstructorAttribute">
1409
            <summary>
1410
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> not to serialize the public field or public read/write property value.
1411
            </summary>
1412
        </member>
1413
        <member name="T:Newtonsoft.Json.JsonConvert">
1414
            <summary>
1415
            Provides methods for converting between common language runtime types and JSON types.
1416
            </summary>
1417
        </member>
1418
        <member name="F:Newtonsoft.Json.JsonConvert.True">
1419
            <summary>
1420
            Represents JavaScript's boolean value true as a string. This field is read-only.
1421
            </summary>
1422
        </member>
1423
        <member name="F:Newtonsoft.Json.JsonConvert.False">
1424
            <summary>
1425
            Represents JavaScript's boolean value false as a string. This field is read-only.
1426
            </summary>
1427
        </member>
1428
        <member name="F:Newtonsoft.Json.JsonConvert.Null">
1429
            <summary>
1430
            Represents JavaScript's null as a string. This field is read-only.
1431
            </summary>
1432
        </member>
1433
        <member name="F:Newtonsoft.Json.JsonConvert.Undefined">
1434
            <summary>
1435
            Represents JavaScript's undefined as a string. This field is read-only.
1436
            </summary>
1437
        </member>
1438
        <member name="F:Newtonsoft.Json.JsonConvert.PositiveInfinity">
1439
            <summary>
1440
            Represents JavaScript's positive infinity as a string. This field is read-only.
1441
            </summary>
1442
        </member>
1443
        <member name="F:Newtonsoft.Json.JsonConvert.NegativeInfinity">
1444
            <summary>
1445
            Represents JavaScript's negative infinity as a string. This field is read-only.
1446
            </summary>
1447
        </member>
1448
        <member name="F:Newtonsoft.Json.JsonConvert.NaN">
1449
            <summary>
1450
            Represents JavaScript's NaN as a string. This field is read-only.
1451
            </summary>
1452
        </member>
1453
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTime)">
1454
            <summary>
1455
            Converts the <see cref="T:System.DateTime"/> to its JSON string representation.
1456
            </summary>
1457
            <param name="value">The value to convert.</param>
1458
            <returns>A JSON string representation of the <see cref="T:System.DateTime"/>.</returns>
1459
        </member>
1460
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTimeOffset)">
1461
            <summary>
1462
            Converts the <see cref="T:System.DateTimeOffset"/> to its JSON string representation.
1463
            </summary>
1464
            <param name="value">The value to convert.</param>
1465
            <returns>A JSON string representation of the <see cref="T:System.DateTimeOffset"/>.</returns>
1466
        </member>
1467
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Boolean)">
1468
            <summary>
1469
            Converts the <see cref="T:System.Boolean"/> to its JSON string representation.
1470
            </summary>
1471
            <param name="value">The value to convert.</param>
1472
            <returns>A JSON string representation of the <see cref="T:System.Boolean"/>.</returns>
1473
        </member>
1474
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Char)">
1475
            <summary>
1476
            Converts the <see cref="T:System.Char"/> to its JSON string representation.
1477
            </summary>
1478
            <param name="value">The value to convert.</param>
1479
            <returns>A JSON string representation of the <see cref="T:System.Char"/>.</returns>
1480
        </member>
1481
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Enum)">
1482
            <summary>
1483
            Converts the <see cref="T:System.Enum"/> to its JSON string representation.
1484
            </summary>
1485
            <param name="value">The value to convert.</param>
1486
            <returns>A JSON string representation of the <see cref="T:System.Enum"/>.</returns>
1487
        </member>
1488
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int32)">
1489
            <summary>
1490
            Converts the <see cref="T:System.Int32"/> to its JSON string representation.
1491
            </summary>
1492
            <param name="value">The value to convert.</param>
1493
            <returns>A JSON string representation of the <see cref="T:System.Int32"/>.</returns>
1494
        </member>
1495
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int16)">
1496
            <summary>
1497
            Converts the <see cref="T:System.Int16"/> to its JSON string representation.
1498
            </summary>
1499
            <param name="value">The value to convert.</param>
1500
            <returns>A JSON string representation of the <see cref="T:System.Int16"/>.</returns>
1501
        </member>
1502
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt16)">
1503
            <summary>
1504
            Converts the <see cref="T:System.UInt16"/> to its JSON string representation.
1505
            </summary>
1506
            <param name="value">The value to convert.</param>
1507
            <returns>A JSON string representation of the <see cref="T:System.UInt16"/>.</returns>
1508
        </member>
1509
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt32)">
1510
            <summary>
1511
            Converts the <see cref="T:System.UInt32"/> to its JSON string representation.
1512
            </summary>
1513
            <param name="value">The value to convert.</param>
1514
            <returns>A JSON string representation of the <see cref="T:System.UInt32"/>.</returns>
1515
        </member>
1516
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int64)">
1517
            <summary>
1518
            Converts the <see cref="T:System.Int64"/>  to its JSON string representation.
1519
            </summary>
1520
            <param name="value">The value to convert.</param>
1521
            <returns>A JSON string representation of the <see cref="T:System.Int64"/>.</returns>
1522
        </member>
1523
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt64)">
1524
            <summary>
1525
            Converts the <see cref="T:System.UInt64"/> to its JSON string representation.
1526
            </summary>
1527
            <param name="value">The value to convert.</param>
1528
            <returns>A JSON string representation of the <see cref="T:System.UInt64"/>.</returns>
1529
        </member>
1530
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Single)">
1531
            <summary>
1532
            Converts the <see cref="T:System.Single"/> to its JSON string representation.
1533
            </summary>
1534
            <param name="value">The value to convert.</param>
1535
            <returns>A JSON string representation of the <see cref="T:System.Single"/>.</returns>
1536
        </member>
1537
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Double)">
1538
            <summary>
1539
            Converts the <see cref="T:System.Double"/> to its JSON string representation.
1540
            </summary>
1541
            <param name="value">The value to convert.</param>
1542
            <returns>A JSON string representation of the <see cref="T:System.Double"/>.</returns>
1543
        </member>
1544
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Byte)">
1545
            <summary>
1546
            Converts the <see cref="T:System.Byte"/> to its JSON string representation.
1547
            </summary>
1548
            <param name="value">The value to convert.</param>
1549
            <returns>A JSON string representation of the <see cref="T:System.Byte"/>.</returns>
1550
        </member>
1551
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.SByte)">
1552
            <summary>
1553
            Converts the <see cref="T:System.SByte"/> to its JSON string representation.
1554
            </summary>
1555
            <param name="value">The value to convert.</param>
1556
            <returns>A JSON string representation of the <see cref="T:System.SByte"/>.</returns>
1557
        </member>
1558
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Decimal)">
1559
            <summary>
1560
            Converts the <see cref="T:System.Decimal"/> to its JSON string representation.
1561
            </summary>
1562
            <param name="value">The value to convert.</param>
1563
            <returns>A JSON string representation of the <see cref="T:System.SByte"/>.</returns>
1564
        </member>
1565
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Guid)">
1566
            <summary>
1567
            Converts the <see cref="T:System.Guid"/> to its JSON string representation.
1568
            </summary>
1569
            <param name="value">The value to convert.</param>
1570
            <returns>A JSON string representation of the <see cref="T:System.Guid"/>.</returns>
1571
        </member>
1572
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String)">
1573
            <summary>
1574
            Converts the <see cref="T:System.String"/> to its JSON string representation.
1575
            </summary>
1576
            <param name="value">The value to convert.</param>
1577
            <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns>
1578
        </member>
1579
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String,System.Char)">
1580
            <summary>
1581
            Converts the <see cref="T:System.String"/> to its JSON string representation.
1582
            </summary>
1583
            <param name="value">The value to convert.</param>
1584
            <param name="delimter">The string delimiter character.</param>
1585
            <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns>
1586
        </member>
1587
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Object)">
1588
            <summary>
1589
            Converts the <see cref="T:System.Object"/> to its JSON string representation.
1590
            </summary>
1591
            <param name="value">The value to convert.</param>
1592
            <returns>A JSON string representation of the <see cref="T:System.Object"/>.</returns>
1593
        </member>
1594
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object)">
1595
            <summary>
1596
            Serializes the specified object to a JSON string.
1597
            </summary>
1598
            <param name="value">The object to serialize.</param>
1599
            <returns>A JSON string representation of the object.</returns>
1600
        </member>
1601
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting)">
1602
            <summary>
1603
            Serializes the specified object to a JSON string.
1604
            </summary>
1605
            <param name="value">The object to serialize.</param>
1606
            <param name="formatting">Indicates how the output is formatted.</param>
1607
            <returns>
1608
            A JSON string representation of the object.
1609
            </returns>
1610
        </member>
1611
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.JsonConverter[])">
1612
            <summary>
1613
            Serializes the specified object to a JSON string using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1614
            </summary>
1615
            <param name="value">The object to serialize.</param>
1616
            <param name="converters">A collection converters used while serializing.</param>
1617
            <returns>A JSON string representation of the object.</returns>
1618
        </member>
1619
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[])">
1620
            <summary>
1621
            Serializes the specified object to a JSON string using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1622
            </summary>
1623
            <param name="value">The object to serialize.</param>
1624
            <param name="formatting">Indicates how the output is formatted.</param>
1625
            <param name="converters">A collection converters used while serializing.</param>
1626
            <returns>A JSON string representation of the object.</returns>
1627
        </member>
1628
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)">
1629
            <summary>
1630
            Serializes the specified object to a JSON string using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1631
            </summary>
1632
            <param name="value">The object to serialize.</param>
1633
            <param name="formatting">Indicates how the output is formatted.</param>
1634
            <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.
1635
            If this is null, default serialization settings will be is used.</param>
1636
            <returns>
1637
            A JSON string representation of the object.
1638
            </returns>
1639
        </member>
1640
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String)">
1641
            <summary>
1642
            Deserializes the JSON to a .NET object.
1643
            </summary>
1644
            <param name="value">The JSON to deserialize.</param>
1645
            <returns>The deserialized object from the Json string.</returns>
1646
        </member>
1647
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,Newtonsoft.Json.JsonSerializerSettings)">
1648
            <summary>
1649
            Deserializes the JSON to a .NET object.
1650
            </summary>
1651
            <param name="value">The JSON to deserialize.</param>
1652
            <param name="settings">
1653
            The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1654
            If this is null, default serialization settings will be is used.
1655
            </param>
1656
            <returns>The deserialized object from the JSON string.</returns>
1657
        </member>
1658
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type)">
1659
            <summary>
1660
            Deserializes the JSON to the specified .NET type.
1661
            </summary>
1662
            <param name="value">The JSON to deserialize.</param>
1663
            <param name="type">The <see cref="T:System.Type"/> of object being deserialized.</param>
1664
            <returns>The deserialized object from the Json string.</returns>
1665
        </member>
1666
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String)">
1667
            <summary>
1668
            Deserializes the JSON to the specified .NET type.
1669
            </summary>
1670
            <typeparam name="T">The type of the object to deserialize to.</typeparam>
1671
            <param name="value">The JSON to deserialize.</param>
1672
            <returns>The deserialized object from the Json string.</returns>
1673
        </member>
1674
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeAnonymousType``1(System.String,``0)">
1675
            <summary>
1676
            Deserializes the JSON to the given anonymous type.
1677
            </summary>
1678
            <typeparam name="T">
1679
            The anonymous type to deserialize to. This can't be specified
1680
            traditionally and must be infered from the anonymous type passed
1681
            as a parameter.
1682
            </typeparam>
1683
            <param name="value">The JSON to deserialize.</param>
1684
            <param name="anonymousTypeObject">The anonymous type object.</param>
1685
            <returns>The deserialized anonymous type from the JSON string.</returns>
1686
        </member>
1687
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String,Newtonsoft.Json.JsonConverter[])">
1688
            <summary>
1689
            Deserializes the JSON to the specified .NET type.
1690
            </summary>
1691
            <typeparam name="T">The type of the object to deserialize to.</typeparam>
1692
            <param name="value">The JSON to deserialize.</param>
1693
            <param name="converters">Converters to use while deserializing.</param>
1694
            <returns>The deserialized object from the JSON string.</returns>
1695
        </member>
1696
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String,Newtonsoft.Json.JsonSerializerSettings)">
1697
            <summary>
1698
            Deserializes the JSON to the specified .NET type.
1699
            </summary>
1700
            <typeparam name="T">The type of the object to deserialize to.</typeparam>
1701
            <param name="value">The object to deserialize.</param>
1702
            <param name="settings">
1703
            The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1704
            If this is null, default serialization settings will be is used.
1705
            </param>
1706
            <returns>The deserialized object from the JSON string.</returns>
1707
        </member>
1708
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type,Newtonsoft.Json.JsonConverter[])">
1709
            <summary>
1710
            Deserializes the JSON to the specified .NET type.
1711
            </summary>
1712
            <param name="value">The JSON to deserialize.</param>
1713
            <param name="type">The type of the object to deserialize.</param>
1714
            <param name="converters">Converters to use while deserializing.</param>
1715
            <returns>The deserialized object from the JSON string.</returns>
1716
        </member>
1717
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type,Newtonsoft.Json.JsonSerializerSettings)">
1718
            <summary>
1719
            Deserializes the JSON to the specified .NET type.
1720
            </summary>
1721
            <param name="value">The JSON to deserialize.</param>
1722
            <param name="type">The type of the object to deserialize to.</param>
1723
            <param name="settings">
1724
            The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1725
            If this is null, default serialization settings will be is used.
1726
            </param>
1727
            <returns>The deserialized object from the JSON string.</returns>
1728
        </member>
1729
        <member name="M:Newtonsoft.Json.JsonConvert.PopulateObject(System.String,System.Object)">
1730
            <summary>
1731
            Populates the object with values from the JSON string.
1732
            </summary>
1733
            <param name="value">The JSON to populate values from.</param>
1734
            <param name="target">The target object to populate values onto.</param>
1735
        </member>
1736
        <member name="M:Newtonsoft.Json.JsonConvert.PopulateObject(System.String,System.Object,Newtonsoft.Json.JsonSerializerSettings)">
1737
            <summary>
1738
            Populates the object with values from the JSON string.
1739
            </summary>
1740
            <param name="value">The JSON to populate values from.</param>
1741
            <param name="target">The target object to populate values onto.</param>
1742
            <param name="settings">
1743
            The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1744
            If this is null, default serialization settings will be is used.
1745
            </param>
1746
        </member>
1747
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeXNode(System.Xml.Linq.XObject)">
1748
            <summary>
1749
            Serializes the <see cref="T:System.Xml.Linq.XNode"/> to a JSON string.
1750
            </summary>
1751
            <param name="node">The node to convert to JSON.</param>
1752
            <returns>A JSON string of the XNode.</returns>
1753
        </member>
1754
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeXNode(System.Xml.Linq.XObject,Newtonsoft.Json.Formatting)">
1755
            <summary>
1756
            Serializes the <see cref="T:System.Xml.Linq.XNode"/> to a JSON string.
1757
            </summary>
1758
            <param name="node">The node to convert to JSON.</param>
1759
            <param name="formatting">Indicates how the output is formatted.</param>
1760
            <returns>A JSON string of the XNode.</returns>
1761
        </member>
1762
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeXNode(System.Xml.Linq.XObject,Newtonsoft.Json.Formatting,System.Boolean)">
1763
            <summary>
1764
            Serializes the <see cref="T:System.Xml.Linq.XNode"/> to a JSON string.
1765
            </summary>
1766
            <param name="node">The node to serialize.</param>
1767
            <param name="formatting">Indicates how the output is formatted.</param>
1768
            <param name="omitRootObject">Omits writing the root object.</param>
1769
            <returns>A JSON string of the XNode.</returns>
1770
        </member>
1771
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXNode(System.String)">
1772
            <summary>
1773
            Deserializes the <see cref="T:System.Xml.Linq.XNode"/> from a JSON string.
1774
            </summary>
1775
            <param name="value">The JSON string.</param>
1776
            <returns>The deserialized XNode</returns>
1777
        </member>
1778
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXNode(System.String,System.String)">
1779
            <summary>
1780
            Deserializes the <see cref="T:System.Xml.Linq.XNode"/> from a JSON string nested in a root elment.
1781
            </summary>
1782
            <param name="value">The JSON string.</param>
1783
            <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param>
1784
            <returns>The deserialized XNode</returns>
1785
        </member>
1786
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXNode(System.String,System.String,System.Boolean)">
1787
            <summary>
1788
            Deserializes the <see cref="T:System.Xml.Linq.XNode"/> from a JSON string nested in a root elment.
1789
            </summary>
1790
            <param name="value">The JSON string.</param>
1791
            <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param>
1792
            <param name="writeArrayAttribute">
1793
            A flag to indicate whether to write the Json.NET array attribute.
1794
            This attribute helps preserve arrays when converting the written XML back to JSON.
1795
            </param>
1796
            <returns>The deserialized XNode</returns>
1797
        </member>
1798
        <member name="T:Newtonsoft.Json.JsonConverterAttribute">
1799
            <summary>
1800
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to use the specified <see cref="T:Newtonsoft.Json.JsonConverter"/> when serializing the member or class.
1801
            </summary>
1802
        </member>
1803
        <member name="M:Newtonsoft.Json.JsonConverterAttribute.#ctor(System.Type)">
1804
            <summary>
1805
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonConverterAttribute"/> class.
1806
            </summary>
1807
            <param name="converterType">Type of the converter.</param>
1808
        </member>
1809
        <member name="P:Newtonsoft.Json.JsonConverterAttribute.ConverterType">
1810
            <summary>
1811
            Gets the type of the converter.
1812
            </summary>
1813
            <value>The type of the converter.</value>
1814
        </member>
1815
        <member name="T:Newtonsoft.Json.JsonConverterCollection">
1816
            <summary>
1817
            Represents a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1818
            </summary>
1819
        </member>
1820
        <member name="T:Newtonsoft.Json.JsonIgnoreAttribute">
1821
            <summary>
1822
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> not to serialize the public field or public read/write property value.
1823
            </summary>
1824
        </member>
1825
        <member name="T:Newtonsoft.Json.JsonObjectAttribute">
1826
            <summary>
1827
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the object.
1828
            </summary>
1829
        </member>
1830
        <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor">
1831
            <summary>
1832
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class.
1833
            </summary>
1834
        </member>
1835
        <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor(Newtonsoft.Json.MemberSerialization)">
1836
            <summary>
1837
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with the specified member serialization.
1838
            </summary>
1839
            <param name="memberSerialization">The member serialization.</param>
1840
        </member>
1841
        <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor(System.String)">
1842
            <summary>
1843
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with the specified container Id.
1844
            </summary>
1845
            <param name="id">The container Id.</param>
1846
        </member>
1847
        <member name="P:Newtonsoft.Json.JsonObjectAttribute.MemberSerialization">
1848
            <summary>
1849
            Gets or sets the member serialization.
1850
            </summary>
1851
            <value>The member serialization.</value>
1852
        </member>
1853
        <member name="T:Newtonsoft.Json.JsonPropertyAttribute">
1854
            <summary>
1855
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to always serialize the member with the specified name.
1856
            </summary>
1857
        </member>
1858
        <member name="M:Newtonsoft.Json.JsonPropertyAttribute.#ctor">
1859
            <summary>
1860
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> class.
1861
            </summary>
1862
        </member>
1863
        <member name="M:Newtonsoft.Json.JsonPropertyAttribute.#ctor(System.String)">
1864
            <summary>
1865
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> class with the specified name.
1866
            </summary>
1867
            <param name="propertyName">Name of the property.</param>
1868
        </member>
1869
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.NullValueHandling">
1870
            <summary>
1871
            Gets or sets the null value handling used when serializing this property.
1872
            </summary>
1873
            <value>The null value handling.</value>
1874
        </member>
1875
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.DefaultValueHandling">
1876
            <summary>
1877
            Gets or sets the default value handling used when serializing this property.
1878
            </summary>
1879
            <value>The default value handling.</value>
1880
        </member>
1881
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ReferenceLoopHandling">
1882
            <summary>
1883
            Gets or sets the reference loop handling used when serializing this property.
1884
            </summary>
1885
            <value>The reference loop handling.</value>
1886
        </member>
1887
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ObjectCreationHandling">
1888
            <summary>
1889
            Gets or sets the object creation handling used when deserializing this property.
1890
            </summary>
1891
            <value>The object creation handling.</value>
1892
        </member>
1893
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.TypeNameHandling">
1894
            <summary>
1895
            Gets or sets the type name handling used when serializing this property.
1896
            </summary>
1897
            <value>The type name handling.</value>
1898
        </member>
1899
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.IsReference">
1900
            <summary>
1901
            Gets or sets whether this property's value is serialized as a reference.
1902
            </summary>
1903
            <value>Whether this property's value is serialized as a reference.</value>
1904
        </member>
1905
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.PropertyName">
1906
            <summary>
1907
            Gets or sets the name of the property.
1908
            </summary>
1909
            <value>The name of the property.</value>
1910
        </member>
1911
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.Required">
1912
            <summary>
1913
            Gets or sets a value indicating whether this property is required.
1914
            </summary>
1915
            <value>
1916
                    A value indicating whether this property is required.
1917
            </value>
1918
        </member>
1919
        <member name="T:Newtonsoft.Json.JsonReaderException">
1920
            <summary>
1921
            The exception thrown when an error occurs while reading Json text.
1922
            </summary>
1923
        </member>
1924
        <member name="M:Newtonsoft.Json.JsonReaderException.#ctor">
1925
            <summary>
1926
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class.
1927
            </summary>
1928
        </member>
1929
        <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.String)">
1930
            <summary>
1931
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class
1932
            with a specified error message.
1933
            </summary>
1934
            <param name="message">The error message that explains the reason for the exception.</param>
1935
        </member>
1936
        <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.String,System.Exception)">
1937
            <summary>
1938
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class
1939
            with a specified error message and a reference to the inner exception that is the cause of this exception.
1940
            </summary>
1941
            <param name="message">The error message that explains the reason for the exception.</param>
1942
            <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>
1943
        </member>
1944
        <member name="P:Newtonsoft.Json.JsonReaderException.LineNumber">
1945
            <summary>
1946
            Gets the line number indicating where the error occurred.
1947
            </summary>
1948
            <value>The line number indicating where the error occurred.</value>
1949
        </member>
1950
        <member name="P:Newtonsoft.Json.JsonReaderException.LinePosition">
1951
            <summary>
1952
            Gets the line position indicating where the error occurred.
1953
            </summary>
1954
            <value>The line position indicating where the error occurred.</value>
1955
        </member>
1956
        <member name="T:Newtonsoft.Json.JsonSerializationException">
1957
            <summary>
1958
            The exception thrown when an error occurs during Json serialization or deserialization.
1959
            </summary>
1960
        </member>
1961
        <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor">
1962
            <summary>
1963
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class.
1964
            </summary>
1965
        </member>
1966
        <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.String)">
1967
            <summary>
1968
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class
1969
            with a specified error message.
1970
            </summary>
1971
            <param name="message">The error message that explains the reason for the exception.</param>
1972
        </member>
1973
        <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.String,System.Exception)">
1974
            <summary>
1975
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class
1976
            with a specified error message and a reference to the inner exception that is the cause of this exception.
1977
            </summary>
1978
            <param name="message">The error message that explains the reason for the exception.</param>
1979
            <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>
1980
        </member>
1981
        <member name="T:Newtonsoft.Json.JsonSerializer">
1982
            <summary>
1983
            Serializes and deserializes objects into and from the JSON format.
1984
            The <see cref="T:Newtonsoft.Json.JsonSerializer"/> enables you to control how objects are encoded into JSON.
1985
            </summary>
1986
        </member>
1987
        <member name="M:Newtonsoft.Json.JsonSerializer.#ctor">
1988
            <summary>
1989
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializer"/> class.
1990
            </summary>
1991
        </member>
1992
        <member name="M:Newtonsoft.Json.JsonSerializer.Create(Newtonsoft.Json.JsonSerializerSettings)">
1993
            <summary>
1994
            Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1995
            </summary>
1996
            <param name="settings">The settings to be applied to the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.</param>
1997
            <returns>A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.</returns>
1998
        </member>
1999
        <member name="M:Newtonsoft.Json.JsonSerializer.Populate(System.IO.TextReader,System.Object)">
2000
            <summary>
2001
            Populates the JSON values onto the target object.
2002
            </summary>
2003
            <param name="reader">The <see cref="T:System.IO.TextReader"/> that contains the JSON structure to reader values from.</param>
2004
            <param name="target">The target object to populate values onto.</param>
2005
        </member>
2006
        <member name="M:Newtonsoft.Json.JsonSerializer.Populate(Newtonsoft.Json.JsonReader,System.Object)">
2007
            <summary>
2008
            Populates the JSON values onto the target object.
2009
            </summary>
2010
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> that contains the JSON structure to reader values from.</param>
2011
            <param name="target">The target object to populate values onto.</param>
2012
        </member>
2013
        <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(Newtonsoft.Json.JsonReader)">
2014
            <summary>
2015
            Deserializes the Json structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.
2016
            </summary>
2017
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> that contains the JSON structure to deserialize.</param>
2018
            <returns>The <see cref="T:System.Object"/> being deserialized.</returns>
2019
        </member>
2020
        <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(System.IO.TextReader,System.Type)">
2021
            <summary>
2022
            Deserializes the Json structure contained by the specified <see cref="T:System.IO.StringReader"/>
2023
            into an instance of the specified type.
2024
            </summary>
2025
            <param name="reader">The <see cref="T:System.IO.TextReader"/> containing the object.</param>
2026
            <param name="objectType">The <see cref="T:System.Type"/> of object being deserialized.</param>
2027
            <returns>The instance of <paramref name="objectType"/> being deserialized.</returns>
2028
        </member>
2029
        <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize``1(Newtonsoft.Json.JsonReader)">
2030
            <summary>
2031
            Deserializes the Json structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>
2032
            into an instance of the specified type.
2033
            </summary>
2034
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the object.</param>
2035
            <typeparam name="T">The type of the object to deserialize.</typeparam>
2036
            <returns>The instance of <typeparamref name="T"/> being deserialized.</returns>
2037
        </member>
2038
        <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(Newtonsoft.Json.JsonReader,System.Type)">
2039
            <summary>
2040
            Deserializes the Json structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>
2041
            into an instance of the specified type.
2042
            </summary>
2043
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the object.</param>
2044
            <param name="objectType">The <see cref="T:System.Type"/> of object being deserialized.</param>
2045
            <returns>The instance of <paramref name="objectType"/> being deserialized.</returns>
2046
        </member>
2047
        <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(System.IO.TextWriter,System.Object)">
2048
            <summary>
2049
            Serializes the specified <see cref="T:System.Object"/> and writes the Json structure
2050
            to a <c>Stream</c> using the specified <see cref="T:System.IO.TextWriter"/>. 
2051
            </summary>
2052
            <param name="textWriter">The <see cref="T:System.IO.TextWriter"/> used to write the Json structure.</param>
2053
            <param name="value">The <see cref="T:System.Object"/> to serialize.</param>
2054
        </member>
2055
        <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(Newtonsoft.Json.JsonWriter,System.Object)">
2056
            <summary>
2057
            Serializes the specified <see cref="T:System.Object"/> and writes the Json structure
2058
            to a <c>Stream</c> using the specified <see cref="T:Newtonsoft.Json.JsonWriter"/>. 
2059
            </summary>
2060
            <param name="jsonWriter">The <see cref="T:Newtonsoft.Json.JsonWriter"/> used to write the Json structure.</param>
2061
            <param name="value">The <see cref="T:System.Object"/> to serialize.</param>
2062
        </member>
2063
        <member name="E:Newtonsoft.Json.JsonSerializer.Error">
2064
            <summary>
2065
            Occurs when the <see cref="T:Newtonsoft.Json.JsonSerializer"/> errors during serialization and deserialization.
2066
            </summary>
2067
        </member>
2068
        <member name="P:Newtonsoft.Json.JsonSerializer.ReferenceResolver">
2069
            <summary>
2070
            Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.
2071
            </summary>
2072
        </member>
2073
        <member name="P:Newtonsoft.Json.JsonSerializer.Binder">
2074
            <summary>
2075
            Gets or sets the <see cref="T:Newtonsoft.Json.SerializationBinder"/> used by the serializer when resolving type names.
2076
            </summary>
2077
        </member>
2078
        <member name="P:Newtonsoft.Json.JsonSerializer.TypeNameHandling">
2079
            <summary>
2080
            Gets or sets how type name writing and reading is handled by the serializer.
2081
            </summary>
2082
        </member>
2083
        <member name="P:Newtonsoft.Json.JsonSerializer.TypeNameAssemblyFormat">
2084
            <summary>
2085
            Gets or sets how a type name assembly is written and resolved by the serializer.
2086
            </summary>
2087
            <value>The type name assembly format.</value>
2088
        </member>
2089
        <member name="P:Newtonsoft.Json.JsonSerializer.PreserveReferencesHandling">
2090
            <summary>
2091
            Gets or sets how object references are preserved by the serializer.
2092
            </summary>
2093
        </member>
2094
        <member name="P:Newtonsoft.Json.JsonSerializer.ReferenceLoopHandling">
2095
            <summary>
2096
            Get or set how reference loops (e.g. a class referencing itself) is handled.
2097
            </summary>
2098
        </member>
2099
        <member name="P:Newtonsoft.Json.JsonSerializer.MissingMemberHandling">
2100
            <summary>
2101
            Get or set how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
2102
            </summary>
2103
        </member>
2104
        <member name="P:Newtonsoft.Json.JsonSerializer.NullValueHandling">
2105
            <summary>
2106
            Get or set how null values are handled during serialization and deserialization.
2107
            </summary>
2108
        </member>
2109
        <member name="P:Newtonsoft.Json.JsonSerializer.DefaultValueHandling">
2110
            <summary>
2111
            Get or set how null default are handled during serialization and deserialization.
2112
            </summary>
2113
        </member>
2114
        <member name="P:Newtonsoft.Json.JsonSerializer.ObjectCreationHandling">
2115
            <summary>
2116
            Gets or sets how objects are created during deserialization.
2117
            </summary>
2118
            <value>The object creation handling.</value>
2119
        </member>
2120
        <member name="P:Newtonsoft.Json.JsonSerializer.ConstructorHandling">
2121
            <summary>
2122
            Gets or sets how constructors are used during deserialization.
2123
            </summary>
2124
            <value>The constructor handling.</value>
2125
        </member>
2126
        <member name="P:Newtonsoft.Json.JsonSerializer.Converters">
2127
            <summary>
2128
            Gets a collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.
2129
            </summary>
2130
            <value>Collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.</value>
2131
        </member>
2132
        <member name="P:Newtonsoft.Json.JsonSerializer.ContractResolver">
2133
            <summary>
2134
            Gets or sets the contract resolver used by the serializer when
2135
            serializing .NET objects to JSON and vice versa.
2136
            </summary>
2137
        </member>
2138
        <member name="P:Newtonsoft.Json.JsonSerializer.Context">
2139
            <summary>
2140
            Gets or sets the <see cref="T:System.Runtime.Serialization.StreamingContext"/> used by the serializer when invoking serialization callback methods.
2141
            </summary>
2142
            <value>The context.</value>
2143
        </member>
2144
        <member name="T:Newtonsoft.Json.JsonSerializerSettings">
2145
            <summary>
2146
            Specifies the settings on a <see cref="T:Newtonsoft.Json.JsonSerializer"/> object.
2147
            </summary>
2148
        </member>
2149
        <member name="M:Newtonsoft.Json.JsonSerializerSettings.#ctor">
2150
            <summary>
2151
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> class.
2152
            </summary>
2153
        </member>
2154
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceLoopHandling">
2155
            <summary>
2156
            Gets or sets how reference loops (e.g. a class referencing itself) is handled.
2157
            </summary>
2158
            <value>Reference loop handling.</value>
2159
        </member>
2160
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.MissingMemberHandling">
2161
            <summary>
2162
            Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
2163
            </summary>
2164
            <value>Missing member handling.</value>
2165
        </member>
2166
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.ObjectCreationHandling">
2167
            <summary>
2168
            Gets or sets how objects are created during deserialization.
2169
            </summary>
2170
            <value>The object creation handling.</value>
2171
        </member>
2172
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.NullValueHandling">
2173
            <summary>
2174
            Gets or sets how null values are handled during serialization and deserialization.
2175
            </summary>
2176
            <value>Null value handling.</value>
2177
        </member>
2178
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.DefaultValueHandling">
2179
            <summary>
2180
            Gets or sets how null default are handled during serialization and deserialization.
2181
            </summary>
2182
            <value>The default value handling.</value>
2183
        </member>
2184
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.Converters">
2185
            <summary>
2186
            Gets or sets a collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.
2187
            </summary>
2188
            <value>The converters.</value>
2189
        </member>
2190
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.PreserveReferencesHandling">
2191
            <summary>
2192
            Gets or sets how object references are preserved by the serializer.
2193
            </summary>
2194
            <value>The preserve references handling.</value>
2195
        </member>
2196
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameHandling">
2197
            <summary>
2198
            Gets or sets how type name writing and reading is handled by the serializer.
2199
            </summary>
2200
            <value>The type name handling.</value>
2201
        </member>
2202
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameAssemblyFormat">
2203
            <summary>
2204
            Gets or sets how a type name assembly is written and resolved by the serializer.
2205
            </summary>
2206
            <value>The type name assembly format.</value>
2207
        </member>
2208
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.ConstructorHandling">
2209
            <summary>
2210
            Gets or sets how constructors are used during deserialization.
2211
            </summary>
2212
            <value>The constructor handling.</value>
2213
        </member>
2214
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.ContractResolver">
2215
            <summary>
2216
            Gets or sets the contract resolver used by the serializer when
2217
            serializing .NET objects to JSON and vice versa.
2218
            </summary>
2219
            <value>The contract resolver.</value>
2220
        </member>
2221
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceResolver">
2222
            <summary>
2223
            Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.
2224
            </summary>
2225
            <value>The reference resolver.</value>
2226
        </member>
2227
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.Binder">
2228
            <summary>
2229
            Gets or sets the <see cref="T:Newtonsoft.Json.SerializationBinder"/> used by the serializer when resolving type names.
2230
            </summary>
2231
            <value>The binder.</value>
2232
        </member>
2233
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.Error">
2234
            <summary>
2235
            Gets or sets the error handler called during serialization and deserialization.
2236
            </summary>
2237
            <value>The error handler called during serialization and deserialization.</value>
2238
        </member>
2239
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.Context">
2240
            <summary>
2241
            Gets or sets the <see cref="T:System.Runtime.Serialization.StreamingContext"/> used by the serializer when invoking serialization callback methods.
2242
            </summary>
2243
            <value>The context.</value>
2244
        </member>
2245
        <member name="T:Newtonsoft.Json.JsonTextReader">
2246
            <summary>
2247
            Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
2248
            </summary>
2249
        </member>
2250
        <member name="M:Newtonsoft.Json.JsonTextReader.#ctor(System.IO.TextReader)">
2251
            <summary>
2252
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReader"/> class with the specified <see cref="T:System.IO.TextReader"/>.
2253
            </summary>
2254
            <param name="reader">The <c>TextReader</c> containing the XML data to read.</param>
2255
        </member>
2256
        <member name="M:Newtonsoft.Json.JsonTextReader.Read">
2257
            <summary>
2258
            Reads the next JSON token from the stream.
2259
            </summary>
2260
            <returns>
2261
            true if the next token was read successfully; false if there are no more tokens to read.
2262
            </returns>
2263
        </member>
2264
        <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsBytes">
2265
            <summary>
2266
            Reads the next JSON token from the stream as a <see cref="T:Byte[]"/>.
2267
            </summary>
2268
            <returns>
2269
            A <see cref="T:Byte[]"/> or a null reference if the next JSON token is null.
2270
            </returns>
2271
        </member>
2272
        <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDecimal">
2273
            <summary>
2274
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
2275
            </summary>
2276
            <returns>A <see cref="T:System.Nullable`1"/>.</returns>
2277
        </member>
2278
        <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTimeOffset">
2279
            <summary>
2280
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
2281
            </summary>
2282
            <returns>A <see cref="T:System.DateTimeOffset"/>.</returns>
2283
        </member>
2284
        <member name="M:Newtonsoft.Json.JsonTextReader.Close">
2285
            <summary>
2286
            Changes the state to closed. 
2287
            </summary>
2288
        </member>
2289
        <member name="M:Newtonsoft.Json.JsonTextReader.HasLineInfo">
2290
            <summary>
2291
            Gets a value indicating whether the class can return line information.
2292
            </summary>
2293
            <returns>
2294
                    <c>true</c> if LineNumber and LinePosition can be provided; otherwise, <c>false</c>.
2295
            </returns>
2296
        </member>
2297
        <member name="P:Newtonsoft.Json.JsonTextReader.LineNumber">
2298
            <summary>
2299
            Gets the current line number.
2300
            </summary>
2301
            <value>
2302
            The current line number or 0 if no line information is available (for example, HasLineInfo returns false).
2303
            </value>
2304
        </member>
2305
        <member name="P:Newtonsoft.Json.JsonTextReader.LinePosition">
2306
            <summary>
2307
            Gets the current line position.
2308
            </summary>
2309
            <value>
2310
            The current line position or 0 if no line information is available (for example, HasLineInfo returns false).
2311
            </value>
2312
        </member>
2313
        <member name="T:Newtonsoft.Json.JsonTextWriter">
2314
            <summary>
2315
            Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
2316
            </summary>
2317
        </member>
2318
        <member name="M:Newtonsoft.Json.JsonTextWriter.#ctor(System.IO.TextWriter)">
2319
            <summary>
2320
            Creates an instance of the <c>JsonWriter</c> class using the specified <see cref="T:System.IO.TextWriter"/>. 
2321
            </summary>
2322
            <param name="textWriter">The <c>TextWriter</c> to write to.</param>
2323
        </member>
2324
        <member name="M:Newtonsoft.Json.JsonTextWriter.Flush">
2325
            <summary>
2326
            Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
2327
            </summary>
2328
        </member>
2329
        <member name="M:Newtonsoft.Json.JsonTextWriter.Close">
2330
            <summary>
2331
            Closes this stream and the underlying stream.
2332
            </summary>
2333
        </member>
2334
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartObject">
2335
            <summary>
2336
            Writes the beginning of a Json object.
2337
            </summary>
2338
        </member>
2339
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartArray">
2340
            <summary>
2341
            Writes the beginning of a Json array.
2342
            </summary>
2343
        </member>
2344
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartConstructor(System.String)">
2345
            <summary>
2346
            Writes the start of a constructor with the given name.
2347
            </summary>
2348
            <param name="name">The name of the constructor.</param>
2349
        </member>
2350
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
2351
            <summary>
2352
            Writes the specified end token.
2353
            </summary>
2354
            <param name="token">The end token to write.</param>
2355
        </member>
2356
        <member name="M:Newtonsoft.Json.JsonTextWriter.WritePropertyName(System.String)">
2357
            <summary>
2358
            Writes the property name of a name/value pair on a Json object.
2359
            </summary>
2360
            <param name="name">The name of the property.</param>
2361
        </member>
2362
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteIndent">
2363
            <summary>
2364
            Writes indent characters.
2365
            </summary>
2366
        </member>
2367
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValueDelimiter">
2368
            <summary>
2369
            Writes the JSON value delimiter.
2370
            </summary>
2371
        </member>
2372
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteIndentSpace">
2373
            <summary>
2374
            Writes an indent space.
2375
            </summary>
2376
        </member>
2377
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteNull">
2378
            <summary>
2379
            Writes a null value.
2380
            </summary>
2381
        </member>
2382
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteUndefined">
2383
            <summary>
2384
            Writes an undefined value.
2385
            </summary>
2386
        </member>
2387
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteRaw(System.String)">
2388
            <summary>
2389
            Writes raw JSON.
2390
            </summary>
2391
            <param name="json">The raw JSON to write.</param>
2392
        </member>
2393
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.String)">
2394
            <summary>
2395
            Writes a <see cref="T:System.String"/> value.
2396
            </summary>
2397
            <param name="value">The <see cref="T:System.String"/> value to write.</param>
2398
        </member>
2399
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int32)">
2400
            <summary>
2401
            Writes a <see cref="T:System.Int32"/> value.
2402
            </summary>
2403
            <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
2404
        </member>
2405
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt32)">
2406
            <summary>
2407
            Writes a <see cref="T:System.UInt32"/> value.
2408
            </summary>
2409
            <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
2410
        </member>
2411
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int64)">
2412
            <summary>
2413
            Writes a <see cref="T:System.Int64"/> value.
2414
            </summary>
2415
            <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
2416
        </member>
2417
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt64)">
2418
            <summary>
2419
            Writes a <see cref="T:System.UInt64"/> value.
2420
            </summary>
2421
            <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
2422
        </member>
2423
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Single)">
2424
            <summary>
2425
            Writes a <see cref="T:System.Single"/> value.
2426
            </summary>
2427
            <param name="value">The <see cref="T:System.Single"/> value to write.</param>
2428
        </member>
2429
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Double)">
2430
            <summary>
2431
            Writes a <see cref="T:System.Double"/> value.
2432
            </summary>
2433
            <param name="value">The <see cref="T:System.Double"/> value to write.</param>
2434
        </member>
2435
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Boolean)">
2436
            <summary>
2437
            Writes a <see cref="T:System.Boolean"/> value.
2438
            </summary>
2439
            <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
2440
        </member>
2441
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int16)">
2442
            <summary>
2443
            Writes a <see cref="T:System.Int16"/> value.
2444
            </summary>
2445
            <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
2446
        </member>
2447
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt16)">
2448
            <summary>
2449
            Writes a <see cref="T:System.UInt16"/> value.
2450
            </summary>
2451
            <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
2452
        </member>
2453
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Char)">
2454
            <summary>
2455
            Writes a <see cref="T:System.Char"/> value.
2456
            </summary>
2457
            <param name="value">The <see cref="T:System.Char"/> value to write.</param>
2458
        </member>
2459
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Byte)">
2460
            <summary>
2461
            Writes a <see cref="T:System.Byte"/> value.
2462
            </summary>
2463
            <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
2464
        </member>
2465
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.SByte)">
2466
            <summary>
2467
            Writes a <see cref="T:System.SByte"/> value.
2468
            </summary>
2469
            <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
2470
        </member>
2471
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Decimal)">
2472
            <summary>
2473
            Writes a <see cref="T:System.Decimal"/> value.
2474
            </summary>
2475
            <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
2476
        </member>
2477
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.DateTime)">
2478
            <summary>
2479
            Writes a <see cref="T:System.DateTime"/> value.
2480
            </summary>
2481
            <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
2482
        </member>
2483
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Byte[])">
2484
            <summary>
2485
            Writes a <see cref="T:Byte[]"/> value.
2486
            </summary>
2487
            <param name="value">The <see cref="T:Byte[]"/> value to write.</param>
2488
        </member>
2489
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.DateTimeOffset)">
2490
            <summary>
2491
            Writes a <see cref="T:System.DateTimeOffset"/> value.
2492
            </summary>
2493
            <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>
2494
        </member>
2495
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteComment(System.String)">
2496
            <summary>
2497
            Writes out a comment <code>/*...*/</code> containing the specified text. 
2498
            </summary>
2499
            <param name="text">Text to place inside the comment.</param>
2500
        </member>
2501
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteWhitespace(System.String)">
2502
            <summary>
2503
            Writes out the given white space.
2504
            </summary>
2505
            <param name="ws">The string of white space characters.</param>
2506
        </member>
2507
        <member name="P:Newtonsoft.Json.JsonTextWriter.Indentation">
2508
            <summary>
2509
            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>.
2510
            </summary>
2511
        </member>
2512
        <member name="P:Newtonsoft.Json.JsonTextWriter.QuoteChar">
2513
            <summary>
2514
            Gets or sets which character to use to quote attribute values.
2515
            </summary>
2516
        </member>
2517
        <member name="P:Newtonsoft.Json.JsonTextWriter.IndentChar">
2518
            <summary>
2519
            Gets or sets which character to use for indenting when <see cref="T:Newtonsoft.Json.Formatting"/> is set to <c>Formatting.Indented</c>.
2520
            </summary>
2521
        </member>
2522
        <member name="P:Newtonsoft.Json.JsonTextWriter.QuoteName">
2523
            <summary>
2524
            Gets or sets a value indicating whether object names will be surrounded with quotes.
2525
            </summary>
2526
        </member>
2527
        <member name="T:Newtonsoft.Json.JsonToken">
2528
            <summary>
2529
            Specifies the type of Json token.
2530
            </summary>
2531
        </member>
2532
        <member name="F:Newtonsoft.Json.JsonToken.None">
2533
            <summary>
2534
            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. 
2535
            </summary>
2536
        </member>
2537
        <member name="F:Newtonsoft.Json.JsonToken.StartObject">
2538
            <summary>
2539
            An object start token.
2540
            </summary>
2541
        </member>
2542
        <member name="F:Newtonsoft.Json.JsonToken.StartArray">
2543
            <summary>
2544
            An array start token.
2545
            </summary>
2546
        </member>
2547
        <member name="F:Newtonsoft.Json.JsonToken.StartConstructor">
2548
            <summary>
2549
            A constructor start token.
2550
            </summary>
2551
        </member>
2552
        <member name="F:Newtonsoft.Json.JsonToken.PropertyName">
2553
            <summary>
2554
            An object property name.
2555
            </summary>
2556
        </member>
2557
        <member name="F:Newtonsoft.Json.JsonToken.Comment">
2558
            <summary>
2559
            A comment.
2560
            </summary>
2561
        </member>
2562
        <member name="F:Newtonsoft.Json.JsonToken.Raw">
2563
            <summary>
2564
            Raw JSON.
2565
            </summary>
2566
        </member>
2567
        <member name="F:Newtonsoft.Json.JsonToken.Integer">
2568
            <summary>
2569
            An interger.
2570
            </summary>
2571
        </member>
2572
        <member name="F:Newtonsoft.Json.JsonToken.Float">
2573
            <summary>
2574
            A float.
2575
            </summary>
2576
        </member>
2577
        <member name="F:Newtonsoft.Json.JsonToken.String">
2578
            <summary>
2579
            A string.
2580
            </summary>
2581
        </member>
2582
        <member name="F:Newtonsoft.Json.JsonToken.Boolean">
2583
            <summary>
2584
            A boolean.
2585
            </summary>
2586
        </member>
2587
        <member name="F:Newtonsoft.Json.JsonToken.Null">
2588
            <summary>
2589
            A null token.
2590
            </summary>
2591
        </member>
2592
        <member name="F:Newtonsoft.Json.JsonToken.Undefined">
2593
            <summary>
2594
            An undefined token.
2595
            </summary>
2596
        </member>
2597
        <member name="F:Newtonsoft.Json.JsonToken.EndObject">
2598
            <summary>
2599
            An object end token.
2600
            </summary>
2601
        </member>
2602
        <member name="F:Newtonsoft.Json.JsonToken.EndArray">
2603
            <summary>
2604
            An array end token.
2605
            </summary>
2606
        </member>
2607
        <member name="F:Newtonsoft.Json.JsonToken.EndConstructor">
2608
            <summary>
2609
            A constructor end token.
2610
            </summary>
2611
        </member>
2612
        <member name="F:Newtonsoft.Json.JsonToken.Date">
2613
            <summary>
2614
            A Date.
2615
            </summary>
2616
        </member>
2617
        <member name="F:Newtonsoft.Json.JsonToken.Bytes">
2618
            <summary>
2619
            Byte data.
2620
            </summary>
2621
        </member>
2622
        <member name="T:Newtonsoft.Json.JsonValidatingReader">
2623
            <summary>
2624
            Represents a reader that provides <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> validation.
2625
            </summary>
2626
        </member>
2627
        <member name="M:Newtonsoft.Json.JsonValidatingReader.#ctor(Newtonsoft.Json.JsonReader)">
2628
            <summary>
2629
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonValidatingReader"/> class that
2630
            validates the content returned from the given <see cref="T:Newtonsoft.Json.JsonReader"/>.
2631
            </summary>
2632
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from while validating.</param>
2633
        </member>
2634
        <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsBytes">
2635
            <summary>
2636
            Reads the next JSON token from the stream as a <see cref="T:Byte[]"/>.
2637
            </summary>
2638
            <returns>
2639
            A <see cref="T:Byte[]"/> or a null reference if the next JSON token is null.
2640
            </returns>
2641
        </member>
2642
        <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDecimal">
2643
            <summary>
2644
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
2645
            </summary>
2646
            <returns>A <see cref="T:System.Nullable`1"/>.</returns>
2647
        </member>
2648
        <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDateTimeOffset">
2649
            <summary>
2650
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
2651
            </summary>
2652
            <returns>A <see cref="T:System.Nullable`1"/>.</returns>
2653
        </member>
2654
        <member name="M:Newtonsoft.Json.JsonValidatingReader.Read">
2655
            <summary>
2656
            Reads the next JSON token from the stream.
2657
            </summary>
2658
            <returns>
2659
            true if the next token was read successfully; false if there are no more tokens to read.
2660
            </returns>
2661
        </member>
2662
        <member name="E:Newtonsoft.Json.JsonValidatingReader.ValidationEventHandler">
2663
            <summary>
2664
            Sets an event handler for receiving schema validation errors.
2665
            </summary>
2666
        </member>
2667
        <member name="P:Newtonsoft.Json.JsonValidatingReader.Value">
2668
            <summary>
2669
            Gets the text value of the current Json token.
2670
            </summary>
2671
            <value></value>
2672
        </member>
2673
        <member name="P:Newtonsoft.Json.JsonValidatingReader.Depth">
2674
            <summary>
2675
            Gets the depth of the current token in the JSON document.
2676
            </summary>
2677
            <value>The depth of the current token in the JSON document.</value>
2678
        </member>
2679
        <member name="P:Newtonsoft.Json.JsonValidatingReader.QuoteChar">
2680
            <summary>
2681
            Gets the quotation mark character used to enclose the value of a string.
2682
            </summary>
2683
            <value></value>
2684
        </member>
2685
        <member name="P:Newtonsoft.Json.JsonValidatingReader.TokenType">
2686
            <summary>
2687
            Gets the type of the current Json token.
2688
            </summary>
2689
            <value></value>
2690
        </member>
2691
        <member name="P:Newtonsoft.Json.JsonValidatingReader.ValueType">
2692
            <summary>
2693
            Gets The Common Language Runtime (CLR) type for the current Json token.
2694
            </summary>
2695
            <value></value>
2696
        </member>
2697
        <member name="P:Newtonsoft.Json.JsonValidatingReader.Schema">
2698
            <summary>
2699
            Gets or sets the schema.
2700
            </summary>
2701
            <value>The schema.</value>
2702
        </member>
2703
        <member name="P:Newtonsoft.Json.JsonValidatingReader.Reader">
2704
            <summary>
2705
            Gets the <see cref="T:Newtonsoft.Json.JsonReader"/> used to construct this <see cref="T:Newtonsoft.Json.JsonValidatingReader"/>.
2706
            </summary>
2707
            <value>The <see cref="T:Newtonsoft.Json.JsonReader"/> specified in the constructor.</value>
2708
        </member>
2709
        <member name="T:Newtonsoft.Json.WriteState">
2710
            <summary>
2711
            Specifies the state of the <see cref="T:Newtonsoft.Json.JsonWriter"/>.
2712
            </summary>
2713
        </member>
2714
        <member name="F:Newtonsoft.Json.WriteState.Error">
2715
            <summary>
2716
            An exception has been thrown, which has left the <see cref="T:Newtonsoft.Json.JsonWriter"/> in an invalid state.
2717
            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.
2718
            Any other <see cref="T:Newtonsoft.Json.JsonWriter"/> method calls results in an <see cref="T:System.InvalidOperationException"/> being thrown. 
2719
            </summary>
2720
        </member>
2721
        <member name="F:Newtonsoft.Json.WriteState.Closed">
2722
            <summary>
2723
            The <see cref="M:Newtonsoft.Json.JsonWriter.Close"/> method has been called. 
2724
            </summary>
2725
        </member>
2726
        <member name="F:Newtonsoft.Json.WriteState.Object">
2727
            <summary>
2728
            An object is being written. 
2729
            </summary>
2730
        </member>
2731
        <member name="F:Newtonsoft.Json.WriteState.Array">
2732
            <summary>
2733
            A array is being written.
2734
            </summary>
2735
        </member>
2736
        <member name="F:Newtonsoft.Json.WriteState.Constructor">
2737
            <summary>
2738
            A constructor is being written.
2739
            </summary>
2740
        </member>
2741
        <member name="F:Newtonsoft.Json.WriteState.Property">
2742
            <summary>
2743
            A property is being written.
2744
            </summary>
2745
        </member>
2746
        <member name="F:Newtonsoft.Json.WriteState.Start">
2747
            <summary>
2748
            A write method has not been called.
2749
            </summary>
2750
        </member>
2751
        <member name="T:Newtonsoft.Json.Formatting">
2752
            <summary>
2753
            Specifies formatting options for the <see cref="T:Newtonsoft.Json.JsonTextWriter"/>.
2754
            </summary>
2755
        </member>
2756
        <member name="F:Newtonsoft.Json.Formatting.None">
2757
            <summary>
2758
            No special formatting is applied. This is the default.
2759
            </summary>
2760
        </member>
2761
        <member name="F:Newtonsoft.Json.Formatting.Indented">
2762
            <summary>
2763
            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.
2764
            </summary>
2765
        </member>
2766
        <member name="T:Newtonsoft.Json.JsonWriterException">
2767
            <summary>
2768
            The exception thrown when an error occurs while reading Json text.
2769
            </summary>
2770
        </member>
2771
        <member name="M:Newtonsoft.Json.JsonWriterException.#ctor">
2772
            <summary>
2773
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class.
2774
            </summary>
2775
        </member>
2776
        <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.String)">
2777
            <summary>
2778
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class
2779
            with a specified error message.
2780
            </summary>
2781
            <param name="message">The error message that explains the reason for the exception.</param>
2782
        </member>
2783
        <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.String,System.Exception)">
2784
            <summary>
2785
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class
2786
            with a specified error message and a reference to the inner exception that is the cause of this exception.
2787
            </summary>
2788
            <param name="message">The error message that explains the reason for the exception.</param>
2789
            <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>
2790
        </member>
2791
        <member name="T:Newtonsoft.Json.Linq.Extensions">
2792
            <summary>
2793
            Contains the LINQ to JSON extension methods.
2794
            </summary>
2795
        </member>
2796
        <member name="M:Newtonsoft.Json.Linq.Extensions.Ancestors``1(System.Collections.Generic.IEnumerable{``0})">
2797
            <summary>
2798
            Returns a collection of tokens that contains the ancestors of every token in the source collection.
2799
            </summary>
2800
            <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</typeparam>
2801
            <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>
2802
            <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>
2803
        </member>
2804
        <member name="M:Newtonsoft.Json.Linq.Extensions.Descendants``1(System.Collections.Generic.IEnumerable{``0})">
2805
            <summary>
2806
            Returns a collection of tokens that contains the descendants of every token in the source collection.
2807
            </summary>
2808
            <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JContainer"/>.</typeparam>
2809
            <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>
2810
            <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>
2811
        </member>
2812
        <member name="M:Newtonsoft.Json.Linq.Extensions.Properties(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JObject})">
2813
            <summary>
2814
            Returns a collection of child properties of every object in the source collection.
2815
            </summary>
2816
            <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>
2817
            <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>
2818
        </member>
2819
        <member name="M:Newtonsoft.Json.Linq.Extensions.Values(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken},System.Object)">
2820
            <summary>
2821
            Returns a collection of child values of every object in the source collection with the given key.
2822
            </summary>
2823
            <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>
2824
            <param name="key">The token key.</param>
2825
            <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>
2826
        </member>
2827
        <member name="M:Newtonsoft.Json.Linq.Extensions.Values(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
2828
            <summary>
2829
            Returns a collection of child values of every object in the source collection.
2830
            </summary>
2831
            <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>
2832
            <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>
2833
        </member>
2834
        <member name="M:Newtonsoft.Json.Linq.Extensions.Values``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken},System.Object)">
2835
            <summary>
2836
            Returns a collection of converted child values of every object in the source collection with the given key.
2837
            </summary>
2838
            <typeparam name="U">The type to convert the values to.</typeparam>
2839
            <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>
2840
            <param name="key">The token key.</param>
2841
            <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>
2842
        </member>
2843
        <member name="M:Newtonsoft.Json.Linq.Extensions.Values``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
2844
            <summary>
2845
            Returns a collection of converted child values of every object in the source collection.
2846
            </summary>
2847
            <typeparam name="U">The type to convert the values to.</typeparam>
2848
            <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>
2849
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the converted values of every node in the source collection.</returns>
2850
        </member>
2851
        <member name="M:Newtonsoft.Json.Linq.Extensions.Value``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
2852
            <summary>
2853
            Converts the value.
2854
            </summary>
2855
            <typeparam name="U">The type to convert the value to.</typeparam>
2856
            <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>
2857
            <returns>A converted value.</returns>
2858
        </member>
2859
        <member name="M:Newtonsoft.Json.Linq.Extensions.Value``2(System.Collections.Generic.IEnumerable{``0})">
2860
            <summary>
2861
            Converts the value.
2862
            </summary>
2863
            <typeparam name="T">The source collection type.</typeparam>
2864
            <typeparam name="U">The type to convert the value to.</typeparam>
2865
            <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>
2866
            <returns>A converted value.</returns>
2867
        </member>
2868
        <member name="M:Newtonsoft.Json.Linq.Extensions.Children``1(System.Collections.Generic.IEnumerable{``0})">
2869
            <summary>
2870
            Returns a collection of child tokens of every array in the source collection.
2871
            </summary>
2872
            <typeparam name="T">The source collection type.</typeparam>
2873
            <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>
2874
            <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>
2875
        </member>
2876
        <member name="M:Newtonsoft.Json.Linq.Extensions.Children``2(System.Collections.Generic.IEnumerable{``0})">
2877
            <summary>
2878
            Returns a collection of converted child tokens of every array in the source collection.
2879
            </summary>
2880
            <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>
2881
            <typeparam name="U">The type to convert the values to.</typeparam>
2882
            <typeparam name="T">The source collection type.</typeparam>
2883
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the converted values of every node in the source collection.</returns>
2884
        </member>
2885
        <member name="M:Newtonsoft.Json.Linq.Extensions.AsJEnumerable(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
2886
            <summary>
2887
            Returns the input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.
2888
            </summary>
2889
            <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>
2890
            <returns>The input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.</returns>
2891
        </member>
2892
        <member name="M:Newtonsoft.Json.Linq.Extensions.AsJEnumerable``1(System.Collections.Generic.IEnumerable{``0})">
2893
            <summary>
2894
            Returns the input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.
2895
            </summary>
2896
            <typeparam name="T">The source collection type.</typeparam>
2897
            <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>
2898
            <returns>The input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.</returns>
2899
        </member>
2900
        <member name="T:Newtonsoft.Json.Linq.IJEnumerable`1">
2901
            <summary>
2902
            Represents a collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.
2903
            </summary>
2904
            <typeparam name="T">The type of token</typeparam>
2905
        </member>
2906
        <member name="P:Newtonsoft.Json.Linq.IJEnumerable`1.Item(System.Object)">
2907
            <summary>
2908
            Gets the <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/> with the specified key.
2909
            </summary>
2910
            <value></value>
2911
        </member>
2912
        <member name="T:Newtonsoft.Json.Linq.JArray">
2913
            <summary>
2914
            Represents a JSON array.
2915
            </summary>
2916
        </member>
2917
        <member name="T:Newtonsoft.Json.Linq.JContainer">
2918
            <summary>
2919
            Represents a token that can contain other tokens.
2920
            </summary>
2921
        </member>
2922
        <member name="T:Newtonsoft.Json.Linq.JToken">
2923
            <summary>
2924
            Represents an abstract JSON token.
2925
            </summary>
2926
        </member>
2927
        <member name="M:Newtonsoft.Json.Linq.JToken.DeepEquals(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
2928
            <summary>
2929
            Compares the values of two tokens, including the values of all descendant tokens.
2930
            </summary>
2931
            <param name="t1">The first <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
2932
            <param name="t2">The second <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
2933
            <returns>true if the tokens are equal; otherwise false.</returns>
2934
        </member>
2935
        <member name="M:Newtonsoft.Json.Linq.JToken.AddAfterSelf(System.Object)">
2936
            <summary>
2937
            Adds the specified content immediately after this token.
2938
            </summary>
2939
            <param name="content">A content object that contains simple content or a collection of content objects to be added after this token.</param>
2940
        </member>
2941
        <member name="M:Newtonsoft.Json.Linq.JToken.AddBeforeSelf(System.Object)">
2942
            <summary>
2943
            Adds the specified content immediately before this token.
2944
            </summary>
2945
            <param name="content">A content object that contains simple content or a collection of content objects to be added before this token.</param>
2946
        </member>
2947
        <member name="M:Newtonsoft.Json.Linq.JToken.Ancestors">
2948
            <summary>
2949
            Returns a collection of the ancestor tokens of this token.
2950
            </summary>
2951
            <returns>A collection of the ancestor tokens of this token.</returns>
2952
        </member>
2953
        <member name="M:Newtonsoft.Json.Linq.JToken.AfterSelf">
2954
            <summary>
2955
            Returns a collection of the sibling tokens after this token, in document order.
2956
            </summary>
2957
            <returns>A collection of the sibling tokens after this tokens, in document order.</returns>
2958
        </member>
2959
        <member name="M:Newtonsoft.Json.Linq.JToken.BeforeSelf">
2960
            <summary>
2961
            Returns a collection of the sibling tokens before this token, in document order.
2962
            </summary>
2963
            <returns>A collection of the sibling tokens before this token, in document order.</returns>
2964
        </member>
2965
        <member name="M:Newtonsoft.Json.Linq.JToken.Value``1(System.Object)">
2966
            <summary>
2967
            Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key converted to the specified type.
2968
            </summary>
2969
            <typeparam name="T">The type to convert the token to.</typeparam>
2970
            <param name="key">The token key.</param>
2971
            <returns>The converted token value.</returns>
2972
        </member>
2973
        <member name="M:Newtonsoft.Json.Linq.JToken.Children">
2974
            <summary>
2975
            Returns a collection of the child tokens of this token, in document order.
2976
            </summary>
2977
            <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>
2978
        </member>
2979
        <member name="M:Newtonsoft.Json.Linq.JToken.Children``1">
2980
            <summary>
2981
            Returns a collection of the child tokens of this token, in document order, filtered by the specified type.
2982
            </summary>
2983
            <typeparam name="T">The type to filter the child tokens on.</typeparam>
2984
            <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>
2985
        </member>
2986
        <member name="M:Newtonsoft.Json.Linq.JToken.Values``1">
2987
            <summary>
2988
            Returns a collection of the child values of this token, in document order.
2989
            </summary>
2990
            <typeparam name="T">The type to convert the values to.</typeparam>
2991
            <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>
2992
        </member>
2993
        <member name="M:Newtonsoft.Json.Linq.JToken.Remove">
2994
            <summary>
2995
            Removes this token from its parent.
2996
            </summary>
2997
        </member>
2998
        <member name="M:Newtonsoft.Json.Linq.JToken.Replace(Newtonsoft.Json.Linq.JToken)">
2999
            <summary>
3000
            Replaces this token with the specified token.
3001
            </summary>
3002
            <param name="value">The value.</param>
3003
        </member>
3004
        <member name="M:Newtonsoft.Json.Linq.JToken.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
3005
            <summary>
3006
            Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
3007
            </summary>
3008
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
3009
            <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
3010
        </member>
3011
        <member name="M:Newtonsoft.Json.Linq.JToken.ToString">
3012
            <summary>
3013
            Returns the indented JSON for this token.
3014
            </summary>
3015
            <returns>
3016
            The indented JSON for this token.
3017
            </returns>
3018
        </member>
3019
        <member name="M:Newtonsoft.Json.Linq.JToken.ToString(Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[])">
3020
            <summary>
3021
            Returns the JSON for this token using the given formatting and converters.
3022
            </summary>
3023
            <param name="formatting">Indicates how the output is formatted.</param>
3024
            <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
3025
            <returns>The JSON for this token using the given formatting and converters.</returns>
3026
        </member>
3027
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Boolean">
3028
            <summary>
3029
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Boolean"/>.
3030
            </summary>
3031
            <param name="value">The value.</param>
3032
            <returns>The result of the conversion.</returns>
3033
        </member>
3034
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.DateTimeOffset">
3035
            <summary>
3036
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.DateTimeOffset"/>.
3037
            </summary>
3038
            <param name="value">The value.</param>
3039
            <returns>The result of the conversion.</returns>
3040
        </member>
3041
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Boolean}">
3042
            <summary>
3043
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
3044
            </summary>
3045
            <param name="value">The value.</param>
3046
            <returns>The result of the conversion.</returns>
3047
        </member>
3048
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int64">
3049
            <summary>
3050
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int64"/>.
3051
            </summary>
3052
            <param name="value">The value.</param>
3053
            <returns>The result of the conversion.</returns>
3054
        </member>
3055
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.DateTime}">
3056
            <summary>
3057
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
3058
            </summary>
3059
            <param name="value">The value.</param>
3060
            <returns>The result of the conversion.</returns>
3061
        </member>
3062
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.DateTimeOffset}">
3063
            <summary>
3064
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
3065
            </summary>
3066
            <param name="value">The value.</param>
3067
            <returns>The result of the conversion.</returns>
3068
        </member>
3069
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Decimal}">
3070
            <summary>
3071
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
3072
            </summary>
3073
            <param name="value">The value.</param>
3074
            <returns>The result of the conversion.</returns>
3075
        </member>
3076
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Double}">
3077
            <summary>
3078
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
3079
            </summary>
3080
            <param name="value">The value.</param>
3081
            <returns>The result of the conversion.</returns>
3082
        </member>
3083
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int32">
3084
            <summary>
3085
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int32"/>.
3086
            </summary>
3087
            <param name="value">The value.</param>
3088
            <returns>The result of the conversion.</returns>
3089
        </member>
3090
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int16">
3091
            <summary>
3092
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int16"/>.
3093
            </summary>
3094
            <param name="value">The value.</param>
3095
            <returns>The result of the conversion.</returns>
3096
        </member>
3097
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt16">
3098
            <summary>
3099
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt16"/>.
3100
            </summary>
3101
            <param name="value">The value.</param>
3102
            <returns>The result of the conversion.</returns>
3103
        </member>
3104
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int32}">
3105
            <summary>
3106
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
3107
            </summary>
3108
            <param name="value">The value.</param>
3109
            <returns>The result of the conversion.</returns>
3110
        </member>
3111
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int16}">
3112
            <summary>
3113
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
3114
            </summary>
3115
            <param name="value">The value.</param>
3116
            <returns>The result of the conversion.</returns>
3117
        </member>
3118
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt16}">
3119
            <summary>
3120
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
3121
            </summary>
3122
            <param name="value">The value.</param>
3123
            <returns>The result of the conversion.</returns>
3124
        </member>
3125
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.DateTime">
3126
            <summary>
3127
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.DateTime"/>.
3128
            </summary>
3129
            <param name="value">The value.</param>
3130
            <returns>The result of the conversion.</returns>
3131
        </member>
3132
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int64}">
3133
            <summary>
3134
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
3135
            </summary>
3136
            <param name="value">The value.</param>
3137
            <returns>The result of the conversion.</returns>
3138
        </member>
3139
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Single}">
3140
            <summary>
3141
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
3142
            </summary>
3143
            <param name="value">The value.</param>
3144
            <returns>The result of the conversion.</returns>
3145
        </member>
3146
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Decimal">
3147
            <summary>
3148
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Decimal"/>.
3149
            </summary>
3150
            <param name="value">The value.</param>
3151
            <returns>The result of the conversion.</returns>
3152
        </member>
3153
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt32}">
3154
            <summary>
3155
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
3156
            </summary>
3157
            <param name="value">The value.</param>
3158
            <returns>The result of the conversion.</returns>
3159
        </member>
3160
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt64}">
3161
            <summary>
3162
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
3163
            </summary>
3164
            <param name="value">The value.</param>
3165
            <returns>The result of the conversion.</returns>
3166
        </member>
3167
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Double">
3168
            <summary>
3169
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Double"/>.
3170
            </summary>
3171
            <param name="value">The value.</param>
3172
            <returns>The result of the conversion.</returns>
3173
        </member>
3174
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Single">
3175
            <summary>
3176
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Single"/>.
3177
            </summary>
3178
            <param name="value">The value.</param>
3179
            <returns>The result of the conversion.</returns>
3180
        </member>
3181
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.String">
3182
            <summary>
3183
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.String"/>.
3184
            </summary>
3185
            <param name="value">The value.</param>
3186
            <returns>The result of the conversion.</returns>
3187
        </member>
3188
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt32">
3189
            <summary>
3190
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt32"/>.
3191
            </summary>
3192
            <param name="value">The value.</param>
3193
            <returns>The result of the conversion.</returns>
3194
        </member>
3195
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt64">
3196
            <summary>
3197
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt64"/>.
3198
            </summary>
3199
            <param name="value">The value.</param>
3200
            <returns>The result of the conversion.</returns>
3201
        </member>
3202
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Byte[]">
3203
            <summary>
3204
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Byte[]"/>.
3205
            </summary>
3206
            <param name="value">The value.</param>
3207
            <returns>The result of the conversion.</returns>
3208
        </member>
3209
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Boolean)~Newtonsoft.Json.Linq.JToken">
3210
            <summary>
3211
            Performs an implicit conversion from <see cref="T:System.Boolean"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3212
            </summary>
3213
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3214
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3215
        </member>
3216
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.DateTimeOffset)~Newtonsoft.Json.Linq.JToken">
3217
            <summary>
3218
            Performs an implicit conversion from <see cref="T:System.DateTimeOffset"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3219
            </summary>
3220
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3221
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3222
        </member>
3223
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Boolean})~Newtonsoft.Json.Linq.JToken">
3224
            <summary>
3225
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3226
            </summary>
3227
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3228
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3229
        </member>
3230
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int64)~Newtonsoft.Json.Linq.JToken">
3231
            <summary>
3232
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3233
            </summary>
3234
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3235
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3236
        </member>
3237
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.DateTime})~Newtonsoft.Json.Linq.JToken">
3238
            <summary>
3239
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3240
            </summary>
3241
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3242
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3243
        </member>
3244
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.DateTimeOffset})~Newtonsoft.Json.Linq.JToken">
3245
            <summary>
3246
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3247
            </summary>
3248
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3249
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3250
        </member>
3251
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Decimal})~Newtonsoft.Json.Linq.JToken">
3252
            <summary>
3253
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3254
            </summary>
3255
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3256
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3257
        </member>
3258
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Double})~Newtonsoft.Json.Linq.JToken">
3259
            <summary>
3260
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3261
            </summary>
3262
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3263
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3264
        </member>
3265
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int16)~Newtonsoft.Json.Linq.JToken">
3266
            <summary>
3267
            Performs an implicit conversion from <see cref="T:System.Int16"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3268
            </summary>
3269
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3270
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3271
        </member>
3272
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt16)~Newtonsoft.Json.Linq.JToken">
3273
            <summary>
3274
            Performs an implicit conversion from <see cref="T:System.UInt16"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3275
            </summary>
3276
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3277
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3278
        </member>
3279
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int32)~Newtonsoft.Json.Linq.JToken">
3280
            <summary>
3281
            Performs an implicit conversion from <see cref="T:System.Int32"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3282
            </summary>
3283
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3284
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3285
        </member>
3286
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int32})~Newtonsoft.Json.Linq.JToken">
3287
            <summary>
3288
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3289
            </summary>
3290
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3291
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3292
        </member>
3293
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.DateTime)~Newtonsoft.Json.Linq.JToken">
3294
            <summary>
3295
            Performs an implicit conversion from <see cref="T:System.DateTime"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3296
            </summary>
3297
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3298
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3299
        </member>
3300
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int64})~Newtonsoft.Json.Linq.JToken">
3301
            <summary>
3302
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3303
            </summary>
3304
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3305
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3306
        </member>
3307
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Single})~Newtonsoft.Json.Linq.JToken">
3308
            <summary>
3309
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3310
            </summary>
3311
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3312
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3313
        </member>
3314
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Decimal)~Newtonsoft.Json.Linq.JToken">
3315
            <summary>
3316
            Performs an implicit conversion from <see cref="T:System.Decimal"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3317
            </summary>
3318
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3319
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3320
        </member>
3321
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int16})~Newtonsoft.Json.Linq.JToken">
3322
            <summary>
3323
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3324
            </summary>
3325
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3326
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3327
        </member>
3328
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt16})~Newtonsoft.Json.Linq.JToken">
3329
            <summary>
3330
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3331
            </summary>
3332
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3333
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3334
        </member>
3335
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt32})~Newtonsoft.Json.Linq.JToken">
3336
            <summary>
3337
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3338
            </summary>
3339
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3340
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3341
        </member>
3342
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt64})~Newtonsoft.Json.Linq.JToken">
3343
            <summary>
3344
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3345
            </summary>
3346
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3347
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3348
        </member>
3349
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Double)~Newtonsoft.Json.Linq.JToken">
3350
            <summary>
3351
            Performs an implicit conversion from <see cref="T:System.Double"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3352
            </summary>
3353
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3354
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3355
        </member>
3356
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Single)~Newtonsoft.Json.Linq.JToken">
3357
            <summary>
3358
            Performs an implicit conversion from <see cref="T:System.Single"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3359
            </summary>
3360
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3361
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3362
        </member>
3363
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.String)~Newtonsoft.Json.Linq.JToken">
3364
            <summary>
3365
            Performs an implicit conversion from <see cref="T:System.String"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3366
            </summary>
3367
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3368
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3369
        </member>
3370
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt32)~Newtonsoft.Json.Linq.JToken">
3371
            <summary>
3372
            Performs an implicit conversion from <see cref="T:System.UInt32"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3373
            </summary>
3374
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3375
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3376
        </member>
3377
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt64)~Newtonsoft.Json.Linq.JToken">
3378
            <summary>
3379
            Performs an implicit conversion from <see cref="T:System.UInt64"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3380
            </summary>
3381
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3382
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3383
        </member>
3384
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Byte[])~Newtonsoft.Json.Linq.JToken">
3385
            <summary>
3386
            Performs an implicit conversion from <see cref="T:System.Byte[]"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3387
            </summary>
3388
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3389
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3390
        </member>
3391
        <member name="M:Newtonsoft.Json.Linq.JToken.CreateReader">
3392
            <summary>
3393
            Creates an <see cref="T:Newtonsoft.Json.JsonReader"/> for this token.
3394
            </summary>
3395
            <returns>An <see cref="T:Newtonsoft.Json.JsonReader"/> that can be used to read this token and its descendants.</returns>
3396
        </member>
3397
        <member name="M:Newtonsoft.Json.Linq.JToken.FromObject(System.Object)">
3398
            <summary>
3399
            Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from an object.
3400
            </summary>
3401
            <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
3402
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the value of the specified object</returns>
3403
        </member>
3404
        <member name="M:Newtonsoft.Json.Linq.JToken.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">
3405
            <summary>
3406
            Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from an object using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
3407
            </summary>
3408
            <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
3409
            <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when reading the object.</param>
3410
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the value of the specified object</returns>
3411
        </member>
3412
        <member name="M:Newtonsoft.Json.Linq.JToken.ReadFrom(Newtonsoft.Json.JsonReader)">
3413
            <summary>
3414
            Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
3415
            </summary>
3416
            <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>
3417
            <returns>
3418
            An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens
3419
            that were read from the reader. The runtime type of the token is determined
3420
            by the token type of the first token encountered in the reader.
3421
            </returns>
3422
        </member>
3423
        <member name="M:Newtonsoft.Json.Linq.JToken.Parse(System.String)">
3424
            <summary>
3425
            Load a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a string that contains JSON.
3426
            </summary>
3427
            <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
3428
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> populated from the string that contains JSON.</returns>
3429
        </member>
3430
        <member name="M:Newtonsoft.Json.Linq.JToken.Load(Newtonsoft.Json.JsonReader)">
3431
            <summary>
3432
            Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
3433
            </summary>
3434
            <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>
3435
            <returns>
3436
            An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens
3437
            that were read from the reader. The runtime type of the token is determined
3438
            by the token type of the first token encountered in the reader.
3439
            </returns>
3440
        </member>
3441
        <member name="M:Newtonsoft.Json.Linq.JToken.SelectToken(System.String)">
3442
            <summary>
3443
            Selects the token that matches the object path.
3444
            </summary>
3445
            <param name="path">
3446
            The object path from the current <see cref="T:Newtonsoft.Json.Linq.JToken"/> to the <see cref="T:Newtonsoft.Json.Linq.JToken"/>
3447
            to be returned. This must be a string of property names or array indexes separated
3448
            by periods, such as <code>Tables[0].DefaultView[0].Price</code> in C# or
3449
            <code>Tables(0).DefaultView(0).Price</code> in Visual Basic.
3450
            </param>
3451
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> that matches the object path or a null reference if no matching token is found.</returns>
3452
        </member>
3453
        <member name="M:Newtonsoft.Json.Linq.JToken.SelectToken(System.String,System.Boolean)">
3454
            <summary>
3455
            Selects the token that matches the object path.
3456
            </summary>
3457
            <param name="path">
3458
            The object path from the current <see cref="T:Newtonsoft.Json.Linq.JToken"/> to the <see cref="T:Newtonsoft.Json.Linq.JToken"/>
3459
            to be returned. This must be a string of property names or array indexes separated
3460
            by periods, such as <code>Tables[0].DefaultView[0].Price</code> in C# or
3461
            <code>Tables(0).DefaultView(0).Price</code> in Visual Basic.
3462
            </param>
3463
            <param name="errorWhenNoMatch">A flag to indicate whether an error should be thrown if no token is found.</param>
3464
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> that matches the object path.</returns>
3465
        </member>
3466
        <member name="M:Newtonsoft.Json.Linq.JToken.DeepClone">
3467
            <summary>
3468
            Creates a new instance of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>. All child tokens are recursively cloned.
3469
            </summary>
3470
            <returns>A new instance of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>
3471
        </member>
3472
        <member name="P:Newtonsoft.Json.Linq.JToken.EqualityComparer">
3473
            <summary>
3474
            Gets a comparer that can compare two tokens for value equality.
3475
            </summary>
3476
            <value>A <see cref="T:Newtonsoft.Json.Linq.JTokenEqualityComparer"/> that can compare two nodes for value equality.</value>
3477
        </member>
3478
        <member name="P:Newtonsoft.Json.Linq.JToken.Parent">
3479
            <summary>
3480
            Gets or sets the parent.
3481
            </summary>
3482
            <value>The parent.</value>
3483
        </member>
3484
        <member name="P:Newtonsoft.Json.Linq.JToken.Root">
3485
            <summary>
3486
            Gets the root <see cref="T:Newtonsoft.Json.Linq.JToken"/> of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3487
            </summary>
3488
            <value>The root <see cref="T:Newtonsoft.Json.Linq.JToken"/> of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value>
3489
        </member>
3490
        <member name="P:Newtonsoft.Json.Linq.JToken.Type">
3491
            <summary>
3492
            Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3493
            </summary>
3494
            <value>The type.</value>
3495
        </member>
3496
        <member name="P:Newtonsoft.Json.Linq.JToken.HasValues">
3497
            <summary>
3498
            Gets a value indicating whether this token has childen tokens.
3499
            </summary>
3500
            <value>
3501
                    <c>true</c> if this token has child values; otherwise, <c>false</c>.
3502
            </value>
3503
        </member>
3504
        <member name="P:Newtonsoft.Json.Linq.JToken.Next">
3505
            <summary>
3506
            Gets the next sibling token of this node.
3507
            </summary>
3508
            <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the next sibling token.</value>
3509
        </member>
3510
        <member name="P:Newtonsoft.Json.Linq.JToken.Previous">
3511
            <summary>
3512
            Gets the previous sibling token of this node.
3513
            </summary>
3514
            <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the previous sibling token.</value>
3515
        </member>
3516
        <member name="P:Newtonsoft.Json.Linq.JToken.Item(System.Object)">
3517
            <summary>
3518
            Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
3519
            </summary>
3520
            <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
3521
        </member>
3522
        <member name="P:Newtonsoft.Json.Linq.JToken.First">
3523
            <summary>
3524
            Get the first child token of this token.
3525
            </summary>
3526
            <value>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the first child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value>
3527
        </member>
3528
        <member name="P:Newtonsoft.Json.Linq.JToken.Last">
3529
            <summary>
3530
            Get the last child token of this token.
3531
            </summary>
3532
            <value>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the last child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value>
3533
        </member>
3534
        <member name="M:Newtonsoft.Json.Linq.JContainer.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
3535
            <summary>
3536
            Raises the <see cref="E:Newtonsoft.Json.Linq.JContainer.CollectionChanged"/> event.
3537
            </summary>
3538
            <param name="e">The <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs"/> instance containing the event data.</param>
3539
        </member>
3540
        <member name="M:Newtonsoft.Json.Linq.JContainer.Children">
3541
            <summary>
3542
            Returns a collection of the child tokens of this token, in document order.
3543
            </summary>
3544
            <returns>
3545
            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.
3546
            </returns>
3547
        </member>
3548
        <member name="M:Newtonsoft.Json.Linq.JContainer.Values``1">
3549
            <summary>
3550
            Returns a collection of the child values of this token, in document order.
3551
            </summary>
3552
            <typeparam name="T">The type to convert the values to.</typeparam>
3553
            <returns>
3554
            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.
3555
            </returns>
3556
        </member>
3557
        <member name="M:Newtonsoft.Json.Linq.JContainer.Descendants">
3558
            <summary>
3559
            Returns a collection of the descendant tokens for this token in document order.
3560
            </summary>
3561
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> containing the descendant tokens of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>
3562
        </member>
3563
        <member name="M:Newtonsoft.Json.Linq.JContainer.Add(System.Object)">
3564
            <summary>
3565
            Adds the specified content as children of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3566
            </summary>
3567
            <param name="content">The content to be added.</param>
3568
        </member>
3569
        <member name="M:Newtonsoft.Json.Linq.JContainer.AddFirst(System.Object)">
3570
            <summary>
3571
            Adds the specified content as the first children of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3572
            </summary>
3573
            <param name="content">The content to be added.</param>
3574
        </member>
3575
        <member name="M:Newtonsoft.Json.Linq.JContainer.CreateWriter">
3576
            <summary>
3577
            Creates an <see cref="T:Newtonsoft.Json.JsonWriter"/> that can be used to add tokens to the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3578
            </summary>
3579
            <returns>An <see cref="T:Newtonsoft.Json.JsonWriter"/> that is ready to have content written to it.</returns>
3580
        </member>
3581
        <member name="M:Newtonsoft.Json.Linq.JContainer.ReplaceAll(System.Object)">
3582
            <summary>
3583
            Replaces the children nodes of this token with the specified content.
3584
            </summary>
3585
            <param name="content">The content.</param>
3586
        </member>
3587
        <member name="M:Newtonsoft.Json.Linq.JContainer.RemoveAll">
3588
            <summary>
3589
            Removes the child nodes from this token.
3590
            </summary>
3591
        </member>
3592
        <member name="E:Newtonsoft.Json.Linq.JContainer.CollectionChanged">
3593
            <summary>
3594
            Occurs when the items list of the collection has changed, or the collection is reset.
3595
            </summary>
3596
        </member>
3597
        <member name="P:Newtonsoft.Json.Linq.JContainer.HasValues">
3598
            <summary>
3599
            Gets a value indicating whether this token has childen tokens.
3600
            </summary>
3601
            <value>
3602
                    <c>true</c> if this token has child values; otherwise, <c>false</c>.
3603
            </value>
3604
        </member>
3605
        <member name="P:Newtonsoft.Json.Linq.JContainer.First">
3606
            <summary>
3607
            Get the first child token of this token.
3608
            </summary>
3609
            <value>
3610
            A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the first child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3611
            </value>
3612
        </member>
3613
        <member name="P:Newtonsoft.Json.Linq.JContainer.Last">
3614
            <summary>
3615
            Get the last child token of this token.
3616
            </summary>
3617
            <value>
3618
            A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the last child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3619
            </value>
3620
        </member>
3621
        <member name="M:Newtonsoft.Json.Linq.JArray.#ctor">
3622
            <summary>
3623
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class.
3624
            </summary>
3625
        </member>
3626
        <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(Newtonsoft.Json.Linq.JArray)">
3627
            <summary>
3628
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class from another <see cref="T:Newtonsoft.Json.Linq.JArray"/> object.
3629
            </summary>
3630
            <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JArray"/> object to copy from.</param>
3631
        </member>
3632
        <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(System.Object[])">
3633
            <summary>
3634
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class with the specified content.
3635
            </summary>
3636
            <param name="content">The contents of the array.</param>
3637
        </member>
3638
        <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(System.Object)">
3639
            <summary>
3640
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class with the specified content.
3641
            </summary>
3642
            <param name="content">The contents of the array.</param>
3643
        </member>
3644
        <member name="M:Newtonsoft.Json.Linq.JArray.Load(Newtonsoft.Json.JsonReader)">
3645
            <summary>
3646
            Loads an <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
3647
            </summary>
3648
            <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>
3649
            <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>
3650
        </member>
3651
        <member name="M:Newtonsoft.Json.Linq.JArray.Parse(System.String)">
3652
            <summary>
3653
            Load a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a string that contains JSON.
3654
            </summary>
3655
            <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
3656
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> populated from the string that contains JSON.</returns>
3657
        </member>
3658
        <member name="M:Newtonsoft.Json.Linq.JArray.FromObject(System.Object)">
3659
            <summary>
3660
            Creates a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from an object.
3661
            </summary>
3662
            <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>
3663
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> with the values of the specified object</returns>
3664
        </member>
3665
        <member name="M:Newtonsoft.Json.Linq.JArray.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">
3666
            <summary>
3667
            Creates a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from an object.
3668
            </summary>
3669
            <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>
3670
            <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used to read the object.</param>
3671
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> with the values of the specified object</returns>
3672
        </member>
3673
        <member name="M:Newtonsoft.Json.Linq.JArray.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
3674
            <summary>
3675
            Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
3676
            </summary>
3677
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
3678
            <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
3679
        </member>
3680
        <member name="M:Newtonsoft.Json.Linq.JArray.IndexOf(Newtonsoft.Json.Linq.JToken)">
3681
            <summary>
3682
            Determines the index of a specific item in the <see cref="T:System.Collections.Generic.IList`1"/>.
3683
            </summary>
3684
            <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.IList`1"/>.</param>
3685
            <returns>
3686
            The index of <paramref name="item"/> if found in the list; otherwise, -1.
3687
            </returns>
3688
        </member>
3689
        <member name="M:Newtonsoft.Json.Linq.JArray.Insert(System.Int32,Newtonsoft.Json.Linq.JToken)">
3690
            <summary>
3691
            Inserts an item to the <see cref="T:System.Collections.Generic.IList`1"/> at the specified index.
3692
            </summary>
3693
            <param name="index">The zero-based index at which <paramref name="item"/> should be inserted.</param>
3694
            <param name="item">The object to insert into the <see cref="T:System.Collections.Generic.IList`1"/>.</param>
3695
            <exception cref="T:System.ArgumentOutOfRangeException">
3696
                    <paramref name="index"/> is not a valid index in the <see cref="T:System.Collections.Generic.IList`1"/>.</exception>
3697
            <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IList`1"/> is read-only.</exception>
3698
        </member>
3699
        <member name="M:Newtonsoft.Json.Linq.JArray.RemoveAt(System.Int32)">
3700
            <summary>
3701
            Removes the <see cref="T:System.Collections.Generic.IList`1"/> item at the specified index.
3702
            </summary>
3703
            <param name="index">The zero-based index of the item to remove.</param>
3704
            <exception cref="T:System.ArgumentOutOfRangeException">
3705
                    <paramref name="index"/> is not a valid index in the <see cref="T:System.Collections.Generic.IList`1"/>.</exception>
3706
            <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IList`1"/> is read-only.</exception>
3707
        </member>
3708
        <member name="M:Newtonsoft.Json.Linq.JArray.Add(Newtonsoft.Json.Linq.JToken)">
3709
            <summary>
3710
            Adds an item to the <see cref="T:System.Collections.Generic.ICollection`1"/>.
3711
            </summary>
3712
            <param name="item">The object to add to the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>
3713
            <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only.</exception>
3714
        </member>
3715
        <member name="M:Newtonsoft.Json.Linq.JArray.Clear">
3716
            <summary>
3717
            Removes all items from the <see cref="T:System.Collections.Generic.ICollection`1"/>.
3718
            </summary>
3719
            <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only. </exception>
3720
        </member>
3721
        <member name="M:Newtonsoft.Json.Linq.JArray.Contains(Newtonsoft.Json.Linq.JToken)">
3722
            <summary>
3723
            Determines whether the <see cref="T:System.Collections.Generic.ICollection`1"/> contains a specific value.
3724
            </summary>
3725
            <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>
3726
            <returns>
3727
            true if <paramref name="item"/> is found in the <see cref="T:System.Collections.Generic.ICollection`1"/>; otherwise, false.
3728
            </returns>
3729
        </member>
3730
        <member name="M:Newtonsoft.Json.Linq.JArray.Remove(Newtonsoft.Json.Linq.JToken)">
3731
            <summary>
3732
            Removes the first occurrence of a specific object from the <see cref="T:System.Collections.Generic.ICollection`1"/>.
3733
            </summary>
3734
            <param name="item">The object to remove from the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>
3735
            <returns>
3736
            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"/>.
3737
            </returns>
3738
            <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only.</exception>
3739
        </member>
3740
        <member name="P:Newtonsoft.Json.Linq.JArray.Type">
3741
            <summary>
3742
            Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3743
            </summary>
3744
            <value>The type.</value>
3745
        </member>
3746
        <member name="P:Newtonsoft.Json.Linq.JArray.Item(System.Object)">
3747
            <summary>
3748
            Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
3749
            </summary>
3750
            <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
3751
        </member>
3752
        <member name="P:Newtonsoft.Json.Linq.JArray.Item(System.Int32)">
3753
            <summary>
3754
            Gets or sets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> at the specified index.
3755
            </summary>
3756
            <value></value>
3757
        </member>
3758
        <member name="P:Newtonsoft.Json.Linq.JArray.Count">
3759
            <summary>
3760
            Gets the number of elements contained in the <see cref="T:System.Collections.Generic.ICollection`1"/>.
3761
            </summary>
3762
            <value></value>
3763
            <returns>The number of elements contained in the <see cref="T:System.Collections.Generic.ICollection`1"/>.</returns>
3764
        </member>
3765
        <member name="T:Newtonsoft.Json.Linq.JConstructor">
3766
            <summary>
3767
            Represents a JSON constructor.
3768
            </summary>
3769
        </member>
3770
        <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor">
3771
            <summary>
3772
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class.
3773
            </summary>
3774
        </member>
3775
        <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(Newtonsoft.Json.Linq.JConstructor)">
3776
            <summary>
3777
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class from another <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> object.
3778
            </summary>
3779
            <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> object to copy from.</param>
3780
        </member>
3781
        <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String,System.Object[])">
3782
            <summary>
3783
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name and content.
3784
            </summary>
3785
            <param name="name">The constructor name.</param>
3786
            <param name="content">The contents of the constructor.</param>
3787
        </member>
3788
        <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String,System.Object)">
3789
            <summary>
3790
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name and content.
3791
            </summary>
3792
            <param name="name">The constructor name.</param>
3793
            <param name="content">The contents of the constructor.</param>
3794
        </member>
3795
        <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String)">
3796
            <summary>
3797
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name.
3798
            </summary>
3799
            <param name="name">The constructor name.</param>
3800
        </member>
3801
        <member name="M:Newtonsoft.Json.Linq.JConstructor.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
3802
            <summary>
3803
            Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
3804
            </summary>
3805
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
3806
            <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
3807
        </member>
3808
        <member name="M:Newtonsoft.Json.Linq.JConstructor.Load(Newtonsoft.Json.JsonReader)">
3809
            <summary>
3810
            Loads an <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
3811
            </summary>
3812
            <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>
3813
            <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>
3814
        </member>
3815
        <member name="P:Newtonsoft.Json.Linq.JConstructor.Name">
3816
            <summary>
3817
            Gets or sets the name of this constructor.
3818
            </summary>
3819
            <value>The constructor name.</value>
3820
        </member>
3821
        <member name="P:Newtonsoft.Json.Linq.JConstructor.Type">
3822
            <summary>
3823
            Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3824
            </summary>
3825
            <value>The type.</value>
3826
        </member>
3827
        <member name="P:Newtonsoft.Json.Linq.JConstructor.Item(System.Object)">
3828
            <summary>
3829
            Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
3830
            </summary>
3831
            <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
3832
        </member>
3833
        <member name="T:Newtonsoft.Json.Linq.JEnumerable`1">
3834
            <summary>
3835
            Represents a collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.
3836
            </summary>
3837
            <typeparam name="T">The type of token</typeparam>
3838
        </member>
3839
        <member name="F:Newtonsoft.Json.Linq.JEnumerable`1.Empty">
3840
            <summary>
3841
            An empty collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.
3842
            </summary>
3843
        </member>
3844
        <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.#ctor(System.Collections.Generic.IEnumerable{`0})">
3845
            <summary>
3846
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> struct.
3847
            </summary>
3848
            <param name="enumerable">The enumerable.</param>
3849
        </member>
3850
        <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.GetEnumerator">
3851
            <summary>
3852
            Returns an enumerator that iterates through the collection.
3853
            </summary>
3854
            <returns>
3855
            A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
3856
            </returns>
3857
        </member>
3858
        <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.System#Collections#IEnumerable#GetEnumerator">
3859
            <summary>
3860
            Returns an enumerator that iterates through a collection.
3861
            </summary>
3862
            <returns>
3863
            An <see cref="T:System.Collections.IEnumerator"/> object that can be used to iterate through the collection.
3864
            </returns>
3865
        </member>
3866
        <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.Equals(System.Object)">
3867
            <summary>
3868
            Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.
3869
            </summary>
3870
            <param name="obj">The <see cref="T:System.Object"/> to compare with this instance.</param>
3871
            <returns>
3872
                    <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.
3873
            </returns>
3874
        </member>
3875
        <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.GetHashCode">
3876
            <summary>
3877
            Returns a hash code for this instance.
3878
            </summary>
3879
            <returns>
3880
            A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. 
3881
            </returns>
3882
        </member>
3883
        <member name="P:Newtonsoft.Json.Linq.JEnumerable`1.Item(System.Object)">
3884
            <summary>
3885
            Gets the <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/> with the specified key.
3886
            </summary>
3887
            <value></value>
3888
        </member>
3889
        <member name="T:Newtonsoft.Json.Linq.JObject">
3890
            <summary>
3891
            Represents a JSON object.
3892
            </summary>
3893
        </member>
3894
        <member name="M:Newtonsoft.Json.Linq.JObject.#ctor">
3895
            <summary>
3896
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class.
3897
            </summary>
3898
        </member>
3899
        <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(Newtonsoft.Json.Linq.JObject)">
3900
            <summary>
3901
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class from another <see cref="T:Newtonsoft.Json.Linq.JObject"/> object.
3902
            </summary>
3903
            <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JObject"/> object to copy from.</param>
3904
        </member>
3905
        <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(System.Object[])">
3906
            <summary>
3907
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class with the specified content.
3908
            </summary>
3909
            <param name="content">The contents of the object.</param>
3910
        </member>
3911
        <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(System.Object)">
3912
            <summary>
3913
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class with the specified content.
3914
            </summary>
3915
            <param name="content">The contents of the object.</param>
3916
        </member>
3917
        <member name="M:Newtonsoft.Json.Linq.JObject.Properties">
3918
            <summary>
3919
            Gets an <see cref="T:System.Collections.Generic.IEnumerable`1"/> of this object's properties.
3920
            </summary>
3921
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of this object's properties.</returns>
3922
        </member>
3923
        <member name="M:Newtonsoft.Json.Linq.JObject.Property(System.String)">
3924
            <summary>
3925
            Gets a <see cref="T:Newtonsoft.Json.Linq.JProperty"/> the specified name.
3926
            </summary>
3927
            <param name="name">The property name.</param>
3928
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> with the specified name or null.</returns>
3929
        </member>
3930
        <member name="M:Newtonsoft.Json.Linq.JObject.PropertyValues">
3931
            <summary>
3932
            Gets an <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> of this object's property values.
3933
            </summary>
3934
            <returns>An <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> of this object's property values.</returns>
3935
        </member>
3936
        <member name="M:Newtonsoft.Json.Linq.JObject.Load(Newtonsoft.Json.JsonReader)">
3937
            <summary>
3938
            Loads an <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
3939
            </summary>
3940
            <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>
3941
            <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>
3942
        </member>
3943
        <member name="M:Newtonsoft.Json.Linq.JObject.Parse(System.String)">
3944
            <summary>
3945
            Load a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a string that contains JSON.
3946
            </summary>
3947
            <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
3948
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> populated from the string that contains JSON.</returns>
3949
        </member>
3950
        <member name="M:Newtonsoft.Json.Linq.JObject.FromObject(System.Object)">
3951
            <summary>
3952
            Creates a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from an object.
3953
            </summary>
3954
            <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JObject"/>.</param>
3955
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> with the values of the specified object</returns>
3956
        </member>
3957
        <member name="M:Newtonsoft.Json.Linq.JObject.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">
3958
            <summary>
3959
            Creates a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from an object.
3960
            </summary>
3961
            <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>
3962
            <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used to read the object.</param>
3963
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> with the values of the specified object</returns>
3964
        </member>
3965
        <member name="M:Newtonsoft.Json.Linq.JObject.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
3966
            <summary>
3967
            Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
3968
            </summary>
3969
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
3970
            <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
3971
        </member>
3972
        <member name="M:Newtonsoft.Json.Linq.JObject.Add(System.String,Newtonsoft.Json.Linq.JToken)">
3973
            <summary>
3974
            Adds the specified property name.
3975
            </summary>
3976
            <param name="propertyName">Name of the property.</param>
3977
            <param name="value">The value.</param>
3978
        </member>
3979
        <member name="M:Newtonsoft.Json.Linq.JObject.Remove(System.String)">
3980
            <summary>
3981
            Removes the property with the specified name.
3982
            </summary>
3983
            <param name="propertyName">Name of the property.</param>
3984
            <returns>true if item was successfully removed; otherwise, false.</returns>
3985
        </member>
3986
        <member name="M:Newtonsoft.Json.Linq.JObject.TryGetValue(System.String,Newtonsoft.Json.Linq.JToken@)">
3987
            <summary>
3988
            Tries the get value.
3989
            </summary>
3990
            <param name="propertyName">Name of the property.</param>
3991
            <param name="value">The value.</param>
3992
            <returns>true if a value was successfully retrieved; otherwise, false.</returns>
3993
        </member>
3994
        <member name="M:Newtonsoft.Json.Linq.JObject.GetEnumerator">
3995
            <summary>
3996
            Returns an enumerator that iterates through the collection.
3997
            </summary>
3998
            <returns>
3999
            A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
4000
            </returns>
4001
        </member>
4002
        <member name="M:Newtonsoft.Json.Linq.JObject.OnPropertyChanged(System.String)">
4003
            <summary>
4004
            Raises the <see cref="E:Newtonsoft.Json.Linq.JObject.PropertyChanged"/> event with the provided arguments.
4005
            </summary>
4006
            <param name="propertyName">Name of the property.</param>
4007
        </member>
4008
        <member name="E:Newtonsoft.Json.Linq.JObject.PropertyChanged">
4009
            <summary>
4010
            Occurs when a property value changes.
4011
            </summary>
4012
        </member>
4013
        <member name="P:Newtonsoft.Json.Linq.JObject.Type">
4014
            <summary>
4015
            Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4016
            </summary>
4017
            <value>The type.</value>
4018
        </member>
4019
        <member name="P:Newtonsoft.Json.Linq.JObject.Item(System.Object)">
4020
            <summary>
4021
            Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
4022
            </summary>
4023
            <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
4024
        </member>
4025
        <member name="P:Newtonsoft.Json.Linq.JObject.Item(System.String)">
4026
            <summary>
4027
            Gets or sets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.
4028
            </summary>
4029
            <value></value>
4030
        </member>
4031
        <member name="P:Newtonsoft.Json.Linq.JObject.Count">
4032
            <summary>
4033
            Gets the number of elements contained in the <see cref="T:System.Collections.Generic.ICollection`1"/>.
4034
            </summary>
4035
            <value></value>
4036
            <returns>The number of elements contained in the <see cref="T:System.Collections.Generic.ICollection`1"/>.</returns>
4037
        </member>
4038
        <member name="T:Newtonsoft.Json.Linq.JProperty">
4039
            <summary>
4040
            Represents a JSON property.
4041
            </summary>
4042
        </member>
4043
        <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(Newtonsoft.Json.Linq.JProperty)">
4044
            <summary>
4045
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class from another <see cref="T:Newtonsoft.Json.Linq.JProperty"/> object.
4046
            </summary>
4047
            <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> object to copy from.</param>
4048
        </member>
4049
        <member name="M:Newtonsoft.Json.Linq.JProperty.Children">
4050
            <summary>
4051
            Returns a collection of the child tokens of this token, in document order.
4052
            </summary>
4053
            <returns>
4054
            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.
4055
            </returns>
4056
        </member>
4057
        <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(System.String,System.Object[])">
4058
            <summary>
4059
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class.
4060
            </summary>
4061
            <param name="name">The property name.</param>
4062
            <param name="content">The property content.</param>
4063
        </member>
4064
        <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(System.String,System.Object)">
4065
            <summary>
4066
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class.
4067
            </summary>
4068
            <param name="name">The property name.</param>
4069
            <param name="content">The property content.</param>
4070
        </member>
4071
        <member name="M:Newtonsoft.Json.Linq.JProperty.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
4072
            <summary>
4073
            Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
4074
            </summary>
4075
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
4076
            <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
4077
        </member>
4078
        <member name="M:Newtonsoft.Json.Linq.JProperty.Load(Newtonsoft.Json.JsonReader)">
4079
            <summary>
4080
            Loads an <see cref="T:Newtonsoft.Json.Linq.JProperty"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
4081
            </summary>
4082
            <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>
4083
            <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>
4084
        </member>
4085
        <member name="P:Newtonsoft.Json.Linq.JProperty.Name">
4086
            <summary>
4087
            Gets the property name.
4088
            </summary>
4089
            <value>The property name.</value>
4090
        </member>
4091
        <member name="P:Newtonsoft.Json.Linq.JProperty.Value">
4092
            <summary>
4093
            Gets or sets the property value.
4094
            </summary>
4095
            <value>The property value.</value>
4096
        </member>
4097
        <member name="P:Newtonsoft.Json.Linq.JProperty.Type">
4098
            <summary>
4099
            Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4100
            </summary>
4101
            <value>The type.</value>
4102
        </member>
4103
        <member name="T:Newtonsoft.Json.Linq.JRaw">
4104
            <summary>
4105
            Represents a raw JSON string.
4106
            </summary>
4107
        </member>
4108
        <member name="T:Newtonsoft.Json.Linq.JValue">
4109
            <summary>
4110
            Represents a value in JSON (string, integer, date, etc).
4111
            </summary>
4112
        </member>
4113
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(Newtonsoft.Json.Linq.JValue)">
4114
            <summary>
4115
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class from another <see cref="T:Newtonsoft.Json.Linq.JValue"/> object.
4116
            </summary>
4117
            <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JValue"/> object to copy from.</param>
4118
        </member>
4119
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Int64)">
4120
            <summary>
4121
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
4122
            </summary>
4123
            <param name="value">The value.</param>
4124
        </member>
4125
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.UInt64)">
4126
            <summary>
4127
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
4128
            </summary>
4129
            <param name="value">The value.</param>
4130
        </member>
4131
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Double)">
4132
            <summary>
4133
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
4134
            </summary>
4135
            <param name="value">The value.</param>
4136
        </member>
4137
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.DateTime)">
4138
            <summary>
4139
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
4140
            </summary>
4141
            <param name="value">The value.</param>
4142
        </member>
4143
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Boolean)">
4144
            <summary>
4145
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
4146
            </summary>
4147
            <param name="value">The value.</param>
4148
        </member>
4149
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.String)">
4150
            <summary>
4151
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
4152
            </summary>
4153
            <param name="value">The value.</param>
4154
        </member>
4155
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Object)">
4156
            <summary>
4157
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
4158
            </summary>
4159
            <param name="value">The value.</param>
4160
        </member>
4161
        <member name="M:Newtonsoft.Json.Linq.JValue.CreateComment(System.String)">
4162
            <summary>
4163
            Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> comment with the given value.
4164
            </summary>
4165
            <param name="value">The value.</param>
4166
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> comment with the given value.</returns>
4167
        </member>
4168
        <member name="M:Newtonsoft.Json.Linq.JValue.CreateString(System.String)">
4169
            <summary>
4170
            Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> string with the given value.
4171
            </summary>
4172
            <param name="value">The value.</param>
4173
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> string with the given value.</returns>
4174
        </member>
4175
        <member name="M:Newtonsoft.Json.Linq.JValue.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
4176
            <summary>
4177
            Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
4178
            </summary>
4179
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
4180
            <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
4181
        </member>
4182
        <member name="M:Newtonsoft.Json.Linq.JValue.Equals(Newtonsoft.Json.Linq.JValue)">
4183
            <summary>
4184
            Indicates whether the current object is equal to another object of the same type.
4185
            </summary>
4186
            <returns>
4187
            true if the current object is equal to the <paramref name="other"/> parameter; otherwise, false.
4188
            </returns>
4189
            <param name="other">An object to compare with this object.</param>
4190
        </member>
4191
        <member name="M:Newtonsoft.Json.Linq.JValue.Equals(System.Object)">
4192
            <summary>
4193
            Determines whether the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:System.Object"/>.
4194
            </summary>
4195
            <param name="obj">The <see cref="T:System.Object"/> to compare with the current <see cref="T:System.Object"/>.</param>
4196
            <returns>
4197
            true if the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:System.Object"/>; otherwise, false.
4198
            </returns>
4199
            <exception cref="T:System.NullReferenceException">
4200
            The <paramref name="obj"/> parameter is null.
4201
            </exception>
4202
        </member>
4203
        <member name="M:Newtonsoft.Json.Linq.JValue.GetHashCode">
4204
            <summary>
4205
            Serves as a hash function for a particular type.
4206
            </summary>
4207
            <returns>
4208
            A hash code for the current <see cref="T:System.Object"/>.
4209
            </returns>
4210
        </member>
4211
        <member name="M:Newtonsoft.Json.Linq.JValue.ToString">
4212
            <summary>
4213
            Returns a <see cref="T:System.String"/> that represents this instance.
4214
            </summary>
4215
            <returns>
4216
            A <see cref="T:System.String"/> that represents this instance.
4217
            </returns>
4218
        </member>
4219
        <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.String)">
4220
            <summary>
4221
            Returns a <see cref="T:System.String"/> that represents this instance.
4222
            </summary>
4223
            <param name="format">The format.</param>
4224
            <returns>
4225
            A <see cref="T:System.String"/> that represents this instance.
4226
            </returns>
4227
        </member>
4228
        <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.IFormatProvider)">
4229
            <summary>
4230
            Returns a <see cref="T:System.String"/> that represents this instance.
4231
            </summary>
4232
            <param name="formatProvider">The format provider.</param>
4233
            <returns>
4234
            A <see cref="T:System.String"/> that represents this instance.
4235
            </returns>
4236
        </member>
4237
        <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.String,System.IFormatProvider)">
4238
            <summary>
4239
            Returns a <see cref="T:System.String"/> that represents this instance.
4240
            </summary>
4241
            <param name="format">The format.</param>
4242
            <param name="formatProvider">The format provider.</param>
4243
            <returns>
4244
            A <see cref="T:System.String"/> that represents this instance.
4245
            </returns>
4246
        </member>
4247
        <member name="M:Newtonsoft.Json.Linq.JValue.CompareTo(Newtonsoft.Json.Linq.JValue)">
4248
            <summary>
4249
            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.
4250
            </summary>
4251
            <param name="obj">An object to compare with this instance.</param>
4252
            <returns>
4253
            A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings:
4254
            Value
4255
            Meaning
4256
            Less than zero
4257
            This instance is less than <paramref name="obj"/>.
4258
            Zero
4259
            This instance is equal to <paramref name="obj"/>.
4260
            Greater than zero
4261
            This instance is greater than <paramref name="obj"/>.
4262
            </returns>
4263
            <exception cref="T:System.ArgumentException">
4264
                    <paramref name="obj"/> is not the same type as this instance.
4265
            </exception>
4266
        </member>
4267
        <member name="P:Newtonsoft.Json.Linq.JValue.HasValues">
4268
            <summary>
4269
            Gets a value indicating whether this token has childen tokens.
4270
            </summary>
4271
            <value>
4272
                    <c>true</c> if this token has child values; otherwise, <c>false</c>.
4273
            </value>
4274
        </member>
4275
        <member name="P:Newtonsoft.Json.Linq.JValue.Type">
4276
            <summary>
4277
            Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4278
            </summary>
4279
            <value>The type.</value>
4280
        </member>
4281
        <member name="P:Newtonsoft.Json.Linq.JValue.Value">
4282
            <summary>
4283
            Gets or sets the underlying token value.
4284
            </summary>
4285
            <value>The underlying token value.</value>
4286
        </member>
4287
        <member name="M:Newtonsoft.Json.Linq.JRaw.#ctor(Newtonsoft.Json.Linq.JRaw)">
4288
            <summary>
4289
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JRaw"/> class from another <see cref="T:Newtonsoft.Json.Linq.JRaw"/> object.
4290
            </summary>
4291
            <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JRaw"/> object to copy from.</param>
4292
        </member>
4293
        <member name="M:Newtonsoft.Json.Linq.JRaw.#ctor(System.Object)">
4294
            <summary>
4295
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JRaw"/> class.
4296
            </summary>
4297
            <param name="rawJson">The raw json.</param>
4298
        </member>
4299
        <member name="M:Newtonsoft.Json.Linq.JRaw.Create(Newtonsoft.Json.JsonReader)">
4300
            <summary>
4301
            Creates an instance of <see cref="T:Newtonsoft.Json.Linq.JRaw"/> with the content of the reader's current token.
4302
            </summary>
4303
            <param name="reader">The reader.</param>
4304
            <returns>An instance of <see cref="T:Newtonsoft.Json.Linq.JRaw"/> with the content of the reader's current token.</returns>
4305
        </member>
4306
        <member name="T:Newtonsoft.Json.Linq.JTokenEqualityComparer">
4307
            <summary>
4308
            Compares tokens to determine whether they are equal.
4309
            </summary>
4310
        </member>
4311
        <member name="M:Newtonsoft.Json.Linq.JTokenEqualityComparer.Equals(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
4312
            <summary>
4313
            Determines whether the specified objects are equal.
4314
            </summary>
4315
            <param name="x">The first object of type <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
4316
            <param name="y">The second object of type <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
4317
            <returns>
4318
            true if the specified objects are equal; otherwise, false.
4319
            </returns>
4320
        </member>
4321
        <member name="M:Newtonsoft.Json.Linq.JTokenEqualityComparer.GetHashCode(Newtonsoft.Json.Linq.JToken)">
4322
            <summary>
4323
            Returns a hash code for the specified object.
4324
            </summary>
4325
            <param name="obj">The <see cref="T:System.Object"/> for which a hash code is to be returned.</param>
4326
            <returns>A hash code for the specified object.</returns>
4327
            <exception cref="T:System.ArgumentNullException">The type of <paramref name="obj"/> is a reference type and <paramref name="obj"/> is null.</exception>
4328
        </member>
4329
        <member name="T:Newtonsoft.Json.Linq.JTokenReader">
4330
            <summary>
4331
            Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
4332
            </summary>
4333
        </member>
4334
        <member name="M:Newtonsoft.Json.Linq.JTokenReader.#ctor(Newtonsoft.Json.Linq.JToken)">
4335
            <summary>
4336
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JTokenReader"/> class.
4337
            </summary>
4338
            <param name="token">The token to read from.</param>
4339
        </member>
4340
        <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsBytes">
4341
            <summary>
4342
            Reads the next JSON token from the stream as a <see cref="T:Byte[]"/>.
4343
            </summary>
4344
            <returns>
4345
            A <see cref="T:Byte[]"/> or a null reference if the next JSON token is null.
4346
            </returns>
4347
        </member>
4348
        <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDecimal">
4349
            <summary>
4350
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
4351
            </summary>
4352
            <returns>A <see cref="T:System.Nullable`1"/>.</returns>
4353
        </member>
4354
        <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDateTimeOffset">
4355
            <summary>
4356
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
4357
            </summary>
4358
            <returns>A <see cref="T:System.Nullable`1"/>.</returns>
4359
        </member>
4360
        <member name="M:Newtonsoft.Json.Linq.JTokenReader.Read">
4361
            <summary>
4362
            Reads the next JSON token from the stream.
4363
            </summary>
4364
            <returns>
4365
            true if the next token was read successfully; false if there are no more tokens to read.
4366
            </returns>
4367
        </member>
4368
        <member name="T:Newtonsoft.Json.Linq.JTokenType">
4369
            <summary>
4370
            Specifies the type of token.
4371
            </summary>
4372
        </member>
4373
        <member name="F:Newtonsoft.Json.Linq.JTokenType.None">
4374
            <summary>
4375
            No token type has been set.
4376
            </summary>
4377
        </member>
4378
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Object">
4379
            <summary>
4380
            A JSON object.
4381
            </summary>
4382
        </member>
4383
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Array">
4384
            <summary>
4385
            A JSON array.
4386
            </summary>
4387
        </member>
4388
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Constructor">
4389
            <summary>
4390
            A JSON constructor.
4391
            </summary>
4392
        </member>
4393
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Property">
4394
            <summary>
4395
            A JSON object property.
4396
            </summary>
4397
        </member>
4398
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Comment">
4399
            <summary>
4400
            A comment.
4401
            </summary>
4402
        </member>
4403
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Integer">
4404
            <summary>
4405
            An integer value.
4406
            </summary>
4407
        </member>
4408
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Float">
4409
            <summary>
4410
            A float value.
4411
            </summary>
4412
        </member>
4413
        <member name="F:Newtonsoft.Json.Linq.JTokenType.String">
4414
            <summary>
4415
            A string value.
4416
            </summary>
4417
        </member>
4418
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Boolean">
4419
            <summary>
4420
            A boolean value.
4421
            </summary>
4422
        </member>
4423
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Null">
4424
            <summary>
4425
            A null value.
4426
            </summary>
4427
        </member>
4428
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Undefined">
4429
            <summary>
4430
            An undefined value.
4431
            </summary>
4432
        </member>
4433
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Date">
4434
            <summary>
4435
            A date value.
4436
            </summary>
4437
        </member>
4438
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Raw">
4439
            <summary>
4440
            A raw JSON value.
4441
            </summary>
4442
        </member>
4443
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Bytes">
4444
            <summary>
4445
            A collection of bytes value.
4446
            </summary>
4447
        </member>
4448
        <member name="T:Newtonsoft.Json.Linq.JTokenWriter">
4449
            <summary>
4450
            Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
4451
            </summary>
4452
        </member>
4453
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.#ctor(Newtonsoft.Json.Linq.JContainer)">
4454
            <summary>
4455
            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"/>.
4456
            </summary>
4457
            <param name="container">The container being written to.</param>
4458
        </member>
4459
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.#ctor">
4460
            <summary>
4461
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JTokenWriter"/> class.
4462
            </summary>
4463
        </member>
4464
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.Flush">
4465
            <summary>
4466
            Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
4467
            </summary>
4468
        </member>
4469
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.Close">
4470
            <summary>
4471
            Closes this stream and the underlying stream.
4472
            </summary>
4473
        </member>
4474
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartObject">
4475
            <summary>
4476
            Writes the beginning of a Json object.
4477
            </summary>
4478
        </member>
4479
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartArray">
4480
            <summary>
4481
            Writes the beginning of a Json array.
4482
            </summary>
4483
        </member>
4484
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartConstructor(System.String)">
4485
            <summary>
4486
            Writes the start of a constructor with the given name.
4487
            </summary>
4488
            <param name="name">The name of the constructor.</param>
4489
        </member>
4490
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
4491
            <summary>
4492
            Writes the end.
4493
            </summary>
4494
            <param name="token">The token.</param>
4495
        </member>
4496
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WritePropertyName(System.String)">
4497
            <summary>
4498
            Writes the property name of a name/value pair on a Json object.
4499
            </summary>
4500
            <param name="name">The name of the property.</param>
4501
        </member>
4502
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteNull">
4503
            <summary>
4504
            Writes a null value.
4505
            </summary>
4506
        </member>
4507
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteUndefined">
4508
            <summary>
4509
            Writes an undefined value.
4510
            </summary>
4511
        </member>
4512
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteRaw(System.String)">
4513
            <summary>
4514
            Writes raw JSON.
4515
            </summary>
4516
            <param name="json">The raw JSON to write.</param>
4517
        </member>
4518
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteComment(System.String)">
4519
            <summary>
4520
            Writes out a comment <code>/*...*/</code> containing the specified text.
4521
            </summary>
4522
            <param name="text">Text to place inside the comment.</param>
4523
        </member>
4524
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.String)">
4525
            <summary>
4526
            Writes a <see cref="T:System.String"/> value.
4527
            </summary>
4528
            <param name="value">The <see cref="T:System.String"/> value to write.</param>
4529
        </member>
4530
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int32)">
4531
            <summary>
4532
            Writes a <see cref="T:System.Int32"/> value.
4533
            </summary>
4534
            <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
4535
        </member>
4536
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt32)">
4537
            <summary>
4538
            Writes a <see cref="T:System.UInt32"/> value.
4539
            </summary>
4540
            <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
4541
        </member>
4542
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int64)">
4543
            <summary>
4544
            Writes a <see cref="T:System.Int64"/> value.
4545
            </summary>
4546
            <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
4547
        </member>
4548
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt64)">
4549
            <summary>
4550
            Writes a <see cref="T:System.UInt64"/> value.
4551
            </summary>
4552
            <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
4553
        </member>
4554
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Single)">
4555
            <summary>
4556
            Writes a <see cref="T:System.Single"/> value.
4557
            </summary>
4558
            <param name="value">The <see cref="T:System.Single"/> value to write.</param>
4559
        </member>
4560
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Double)">
4561
            <summary>
4562
            Writes a <see cref="T:System.Double"/> value.
4563
            </summary>
4564
            <param name="value">The <see cref="T:System.Double"/> value to write.</param>
4565
        </member>
4566
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Boolean)">
4567
            <summary>
4568
            Writes a <see cref="T:System.Boolean"/> value.
4569
            </summary>
4570
            <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
4571
        </member>
4572
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int16)">
4573
            <summary>
4574
            Writes a <see cref="T:System.Int16"/> value.
4575
            </summary>
4576
            <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
4577
        </member>
4578
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt16)">
4579
            <summary>
4580
            Writes a <see cref="T:System.UInt16"/> value.
4581
            </summary>
4582
            <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
4583
        </member>
4584
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Char)">
4585
            <summary>
4586
            Writes a <see cref="T:System.Char"/> value.
4587
            </summary>
4588
            <param name="value">The <see cref="T:System.Char"/> value to write.</param>
4589
        </member>
4590
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Byte)">
4591
            <summary>
4592
            Writes a <see cref="T:System.Byte"/> value.
4593
            </summary>
4594
            <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
4595
        </member>
4596
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.SByte)">
4597
            <summary>
4598
            Writes a <see cref="T:System.SByte"/> value.
4599
            </summary>
4600
            <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
4601
        </member>
4602
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Decimal)">
4603
            <summary>
4604
            Writes a <see cref="T:System.Decimal"/> value.
4605
            </summary>
4606
            <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
4607
        </member>
4608
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.DateTime)">
4609
            <summary>
4610
            Writes a <see cref="T:System.DateTime"/> value.
4611
            </summary>
4612
            <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
4613
        </member>
4614
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.DateTimeOffset)">
4615
            <summary>
4616
            Writes a <see cref="T:System.DateTimeOffset"/> value.
4617
            </summary>
4618
            <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>
4619
        </member>
4620
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Byte[])">
4621
            <summary>
4622
            Writes a <see cref="T:Byte[]"/> value.
4623
            </summary>
4624
            <param name="value">The <see cref="T:Byte[]"/> value to write.</param>
4625
        </member>
4626
        <member name="P:Newtonsoft.Json.Linq.JTokenWriter.Token">
4627
            <summary>
4628
            Gets the token being writen.
4629
            </summary>
4630
            <value>The token being writen.</value>
4631
        </member>
4632
        <member name="T:Newtonsoft.Json.MemberSerialization">
4633
            <summary>
4634
            Specifies the member serialization options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
4635
            </summary>
4636
        </member>
4637
        <member name="F:Newtonsoft.Json.MemberSerialization.OptOut">
4638
            <summary>
4639
            All members are serialized by default. Members can be excluded using the <see cref="T:Newtonsoft.Json.JsonIgnoreAttribute"/>.
4640
            </summary>
4641
        </member>
4642
        <member name="F:Newtonsoft.Json.MemberSerialization.OptIn">
4643
            <summary>
4644
            Only members must be marked with the <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> are serialized.
4645
            </summary>
4646
        </member>
4647
        <member name="T:Newtonsoft.Json.MissingMemberHandling">
4648
            <summary>
4649
            Specifies missing member handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
4650
            </summary>
4651
        </member>
4652
        <member name="F:Newtonsoft.Json.MissingMemberHandling.Ignore">
4653
            <summary>
4654
            Ignore a missing member and do not attempt to deserialize it.
4655
            </summary>
4656
        </member>
4657
        <member name="F:Newtonsoft.Json.MissingMemberHandling.Error">
4658
            <summary>
4659
            Throw a <see cref="T:Newtonsoft.Json.JsonSerializationException"/> when a missing member is encountered during deserialization.
4660
            </summary>
4661
        </member>
4662
        <member name="T:Newtonsoft.Json.NullValueHandling">
4663
            <summary>
4664
            Specifies null value handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
4665
            </summary>
4666
        </member>
4667
        <member name="F:Newtonsoft.Json.NullValueHandling.Include">
4668
            <summary>
4669
            Include null values when serializing and deserializing objects.
4670
            </summary>
4671
        </member>
4672
        <member name="F:Newtonsoft.Json.NullValueHandling.Ignore">
4673
            <summary>
4674
            Ignore null values when serializing and deserializing objects.
4675
            </summary>
4676
        </member>
4677
        <member name="T:Newtonsoft.Json.ObjectCreationHandling">
4678
            <summary>
4679
            Specifies how object creation is handled by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
4680
            </summary>
4681
        </member>
4682
        <member name="F:Newtonsoft.Json.ObjectCreationHandling.Auto">
4683
            <summary>
4684
            Reuse existing objects, create new objects when needed.
4685
            </summary>
4686
        </member>
4687
        <member name="F:Newtonsoft.Json.ObjectCreationHandling.Reuse">
4688
            <summary>
4689
            Only reuse existing objects.
4690
            </summary>
4691
        </member>
4692
        <member name="F:Newtonsoft.Json.ObjectCreationHandling.Replace">
4693
            <summary>
4694
            Always create new objects.
4695
            </summary>
4696
        </member>
4697
        <member name="T:Newtonsoft.Json.PreserveReferencesHandling">
4698
            <summary>
4699
            Specifies reference handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
4700
            </summary>
4701
        </member>
4702
        <member name="F:Newtonsoft.Json.PreserveReferencesHandling.None">
4703
            <summary>
4704
            Do not preserve references when serializing types.
4705
            </summary>
4706
        </member>
4707
        <member name="F:Newtonsoft.Json.PreserveReferencesHandling.Objects">
4708
            <summary>
4709
            Preserve references when serializing into a JSON object structure.
4710
            </summary>
4711
        </member>
4712
        <member name="F:Newtonsoft.Json.PreserveReferencesHandling.Arrays">
4713
            <summary>
4714
            Preserve references when serializing into a JSON array structure.
4715
            </summary>
4716
        </member>
4717
        <member name="F:Newtonsoft.Json.PreserveReferencesHandling.All">
4718
            <summary>
4719
            Preserve references when serializing.
4720
            </summary>
4721
        </member>
4722
        <member name="T:Newtonsoft.Json.ReferenceLoopHandling">
4723
            <summary>
4724
            Specifies reference loop handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
4725
            </summary>
4726
        </member>
4727
        <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Error">
4728
            <summary>
4729
            Throw a <see cref="T:Newtonsoft.Json.JsonSerializationException"/> when a loop is encountered.
4730
            </summary>
4731
        </member>
4732
        <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Ignore">
4733
            <summary>
4734
            Ignore loop references and do not serialize.
4735
            </summary>
4736
        </member>
4737
        <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Serialize">
4738
            <summary>
4739
            Serialize loop references.
4740
            </summary>
4741
        </member>
4742
        <member name="T:Newtonsoft.Json.Required">
4743
            <summary>
4744
            Indicating whether a property is required.
4745
            </summary>
4746
        </member>
4747
        <member name="F:Newtonsoft.Json.Required.Default">
4748
            <summary>
4749
            The property is not required. The default state.
4750
            </summary>
4751
        </member>
4752
        <member name="F:Newtonsoft.Json.Required.AllowNull">
4753
            <summary>
4754
            The property must be defined in JSON but can be a null value.
4755
            </summary>
4756
        </member>
4757
        <member name="F:Newtonsoft.Json.Required.Always">
4758
            <summary>
4759
            The property must be defined in JSON and cannot be a null value.
4760
            </summary>
4761
        </member>
4762
        <member name="T:Newtonsoft.Json.SerializationBinder">
4763
            <summary>
4764
            Allows users to control class loading and mandate what class to load.
4765
            </summary>
4766
        </member>
4767
        <member name="M:Newtonsoft.Json.SerializationBinder.BindToType(System.String,System.String)">
4768
            <summary>
4769
            When overridden in a derived class, controls the binding of a serialized object to a type.
4770
            </summary>
4771
            <param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object.</param>
4772
            <param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object</param>
4773
            <returns></returns>
4774
        </member>
4775
        <member name="T:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver">
4776
            <summary>
4777
            Resolves member mappings for a type, camel casing property names.
4778
            </summary>
4779
        </member>
4780
        <member name="T:Newtonsoft.Json.Serialization.DefaultContractResolver">
4781
            <summary>
4782
            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"/>.
4783
            </summary>
4784
        </member>
4785
        <member name="T:Newtonsoft.Json.Serialization.IContractResolver">
4786
            <summary>
4787
            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"/>.
4788
            </summary>
4789
        </member>
4790
        <member name="M:Newtonsoft.Json.Serialization.IContractResolver.ResolveContract(System.Type)">
4791
            <summary>
4792
            Resolves the contract for a given type.
4793
            </summary>
4794
            <param name="type">The type to resolve a contract for.</param>
4795
            <returns>The contract for a given type.</returns>
4796
        </member>
4797
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.#ctor">
4798
            <summary>
4799
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> class.
4800
            </summary>
4801
        </member>
4802
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.#ctor(System.Boolean)">
4803
            <summary>
4804
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> class.
4805
            </summary>
4806
            <param name="shareCache">
4807
            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.
4808
            Sharing the cache will significantly performance because expensive reflection will only happen once but could cause unexpected
4809
            behavior if different instances of the resolver are suppose to produce different results. When set to false it is highly
4810
            recommended to reuse <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> instances with the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
4811
            </param>
4812
        </member>
4813
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContract(System.Type)">
4814
            <summary>
4815
            Resolves the contract for a given type.
4816
            </summary>
4817
            <param name="type">The type to resolve a contract for.</param>
4818
            <returns>The contract for a given type.</returns>
4819
        </member>
4820
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.GetSerializableMembers(System.Type)">
4821
            <summary>
4822
            Gets the serializable members for the type.
4823
            </summary>
4824
            <param name="objectType">The type to get serializable members for.</param>
4825
            <returns>The serializable members for the type.</returns>
4826
        </member>
4827
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateObjectContract(System.Type)">
4828
            <summary>
4829
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> for the given type.
4830
            </summary>
4831
            <param name="objectType">Type of the object.</param>
4832
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> for the given type.</returns>
4833
        </member>
4834
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContractConverter(System.Type)">
4835
            <summary>
4836
            Resolves the default <see cref="T:Newtonsoft.Json.JsonConverter"/> for the contract.
4837
            </summary>
4838
            <param name="objectType">Type of the object.</param>
4839
            <returns></returns>
4840
        </member>
4841
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateDictionaryContract(System.Type)">
4842
            <summary>
4843
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> for the given type.
4844
            </summary>
4845
            <param name="objectType">Type of the object.</param>
4846
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> for the given type.</returns>
4847
        </member>
4848
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateArrayContract(System.Type)">
4849
            <summary>
4850
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> for the given type.
4851
            </summary>
4852
            <param name="objectType">Type of the object.</param>
4853
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> for the given type.</returns>
4854
        </member>
4855
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreatePrimitiveContract(System.Type)">
4856
            <summary>
4857
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> for the given type.
4858
            </summary>
4859
            <param name="objectType">Type of the object.</param>
4860
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> for the given type.</returns>
4861
        </member>
4862
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateLinqContract(System.Type)">
4863
            <summary>
4864
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> for the given type.
4865
            </summary>
4866
            <param name="objectType">Type of the object.</param>
4867
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> for the given type.</returns>
4868
        </member>
4869
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateStringContract(System.Type)">
4870
            <summary>
4871
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> for the given type.
4872
            </summary>
4873
            <param name="objectType">Type of the object.</param>
4874
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> for the given type.</returns>
4875
        </member>
4876
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateContract(System.Type)">
4877
            <summary>
4878
            Determines which contract type is created for the given type.
4879
            </summary>
4880
            <param name="objectType">Type of the object.</param>
4881
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/> for the given type.</returns>
4882
        </member>
4883
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateProperties(System.Type,Newtonsoft.Json.MemberSerialization)">
4884
            <summary>
4885
            Creates properties for the given <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/>.
4886
            </summary>
4887
            <param name="type">The type to create properties for.</param>
4888
            /// <param name="memberSerialization">The member serialization mode for the type.</param>
4889
            <returns>Properties for the given <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/>.</returns>
4890
        </member>
4891
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateMemberValueProvider(System.Reflection.MemberInfo)">
4892
            <summary>
4893
            Creates the <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> used by the serializer to get and set values from a member.
4894
            </summary>
4895
            <param name="member">The member.</param>
4896
            <returns>The <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> used by the serializer to get and set values from a member.</returns>
4897
        </member>
4898
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateProperty(System.Reflection.MemberInfo,Newtonsoft.Json.MemberSerialization)">
4899
            <summary>
4900
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.MemberInfo"/>.
4901
            </summary>
4902
            <param name="memberSerialization">The member's parent <see cref="T:Newtonsoft.Json.MemberSerialization"/>.</param>
4903
            <param name="member">The member to create a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for.</param>
4904
            <returns>A created <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.MemberInfo"/>.</returns>
4905
        </member>
4906
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolvePropertyName(System.String)">
4907
            <summary>
4908
            Resolves the name of the property.
4909
            </summary>
4910
            <param name="propertyName">Name of the property.</param>
4911
            <returns>Name of the property.</returns>
4912
        </member>
4913
        <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.DynamicCodeGeneration">
4914
            <summary>
4915
            Gets a value indicating whether members are being get and set using dynamic code generation.
4916
            This value is determined by the runtime permissions available.
4917
            </summary>
4918
            <value>
4919
                    <c>true</c> if using dynamic code generation; otherwise, <c>false</c>.
4920
            </value>
4921
        </member>
4922
        <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.DefaultMembersSearchFlags">
4923
            <summary>
4924
            Gets or sets the default members search flags.
4925
            </summary>
4926
            <value>The default members search flags.</value>
4927
        </member>
4928
        <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.SerializeCompilerGeneratedMembers">
4929
            <summary>
4930
            Gets or sets a value indicating whether compiler generated members should be serialized.
4931
            </summary>
4932
            <value>
4933
                    <c>true</c> if serialized compiler generated members; otherwise, <c>false</c>.
4934
            </value>
4935
        </member>
4936
        <member name="M:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver.#ctor">
4937
            <summary>
4938
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver"/> class.
4939
            </summary>
4940
        </member>
4941
        <member name="M:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver.ResolvePropertyName(System.String)">
4942
            <summary>
4943
            Resolves the name of the property.
4944
            </summary>
4945
            <param name="propertyName">Name of the property.</param>
4946
            <returns>The property name camel cased.</returns>
4947
        </member>
4948
        <member name="T:Newtonsoft.Json.Serialization.IReferenceResolver">
4949
            <summary>
4950
            Used to resolve references when serializing and deserializing JSON by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
4951
            </summary>
4952
        </member>
4953
        <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.ResolveReference(System.Object,System.String)">
4954
            <summary>
4955
            Resolves a reference to its object.
4956
            </summary>
4957
            <param name="context">The serialization context.</param>
4958
            <param name="reference">The reference to resolve.</param>
4959
            <returns>The object that</returns>
4960
        </member>
4961
        <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.GetReference(System.Object,System.Object)">
4962
            <summary>
4963
            Gets the reference for the sepecified object.
4964
            </summary>
4965
            <param name="context">The serialization context.</param>
4966
            <param name="value">The object to get a reference for.</param>
4967
            <returns>The reference to the object.</returns>
4968
        </member>
4969
        <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.IsReferenced(System.Object,System.Object)">
4970
            <summary>
4971
            Determines whether the specified object is referenced.
4972
            </summary>
4973
            <param name="context">The serialization context.</param>
4974
            <param name="value">The object to test for a reference.</param>
4975
            <returns>
4976
                    <c>true</c> if the specified object is referenced; otherwise, <c>false</c>.
4977
            </returns>
4978
        </member>
4979
        <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.AddReference(System.Object,System.String,System.Object)">
4980
            <summary>
4981
            Adds a reference to the specified object.
4982
            </summary>
4983
            <param name="context">The serialization context.</param>
4984
            <param name="reference">The reference.</param>
4985
            <param name="value">The object to reference.</param>
4986
        </member>
4987
        <member name="T:Newtonsoft.Json.Serialization.DefaultSerializationBinder">
4988
            <summary>
4989
            The default serialization binder used when resolving and loading classes from type names.
4990
            </summary>
4991
        </member>
4992
        <member name="M:Newtonsoft.Json.Serialization.DefaultSerializationBinder.BindToType(System.String,System.String)">
4993
            <summary>
4994
            When overridden in a derived class, controls the binding of a serialized object to a type.
4995
            </summary>
4996
            <param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object.</param>
4997
            <param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object.</param>
4998
            <returns>
4999
            The type of the object the formatter creates a new instance of.
5000
            </returns>
5001
        </member>
5002
        <member name="T:Newtonsoft.Json.Serialization.ErrorContext">
5003
            <summary>
5004
            Provides information surrounding an error.
5005
            </summary>
5006
        </member>
5007
        <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Error">
5008
            <summary>
5009
            Gets or sets the error.
5010
            </summary>
5011
            <value>The error.</value>
5012
        </member>
5013
        <member name="P:Newtonsoft.Json.Serialization.ErrorContext.OriginalObject">
5014
            <summary>
5015
            Gets the original object that caused the error.
5016
            </summary>
5017
            <value>The original object that caused the error.</value>
5018
        </member>
5019
        <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Member">
5020
            <summary>
5021
            Gets the member that caused the error.
5022
            </summary>
5023
            <value>The member that caused the error.</value>
5024
        </member>
5025
        <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Handled">
5026
            <summary>
5027
            Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.ErrorContext"/> is handled.
5028
            </summary>
5029
            <value><c>true</c> if handled; otherwise, <c>false</c>.</value>
5030
        </member>
5031
        <member name="T:Newtonsoft.Json.Serialization.ErrorEventArgs">
5032
            <summary>
5033
            Provides data for the Error event.
5034
            </summary>
5035
        </member>
5036
        <member name="M:Newtonsoft.Json.Serialization.ErrorEventArgs.#ctor(System.Object,Newtonsoft.Json.Serialization.ErrorContext)">
5037
            <summary>
5038
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ErrorEventArgs"/> class.
5039
            </summary>
5040
            <param name="currentObject">The current object.</param>
5041
            <param name="errorContext">The error context.</param>
5042
        </member>
5043
        <member name="P:Newtonsoft.Json.Serialization.ErrorEventArgs.CurrentObject">
5044
            <summary>
5045
            Gets the current object the error event is being raised against.
5046
            </summary>
5047
            <value>The current object the error event is being raised against.</value>
5048
        </member>
5049
        <member name="P:Newtonsoft.Json.Serialization.ErrorEventArgs.ErrorContext">
5050
            <summary>
5051
            Gets the error context.
5052
            </summary>
5053
            <value>The error context.</value>
5054
        </member>
5055
        <member name="T:Newtonsoft.Json.Serialization.IValueProvider">
5056
            <summary>
5057
            Provides methods to get and set values.
5058
            </summary>
5059
        </member>
5060
        <member name="M:Newtonsoft.Json.Serialization.IValueProvider.SetValue(System.Object,System.Object)">
5061
            <summary>
5062
            Sets the value.
5063
            </summary>
5064
            <param name="target">The target to set the value on.</param>
5065
            <param name="value">The value to set on the target.</param>
5066
        </member>
5067
        <member name="M:Newtonsoft.Json.Serialization.IValueProvider.GetValue(System.Object)">
5068
            <summary>
5069
            Gets the value.
5070
            </summary>
5071
            <param name="target">The target to get the value from.</param>
5072
            <returns>The value.</returns>
5073
        </member>
5074
        <member name="T:Newtonsoft.Json.Serialization.JsonArrayContract">
5075
            <summary>
5076
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
5077
            </summary>
5078
        </member>
5079
        <member name="T:Newtonsoft.Json.Serialization.JsonContract">
5080
            <summary>
5081
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
5082
            </summary>
5083
        </member>
5084
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.UnderlyingType">
5085
            <summary>
5086
            Gets the underlying type for the contract.
5087
            </summary>
5088
            <value>The underlying type for the contract.</value>
5089
        </member>
5090
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.CreatedType">
5091
            <summary>
5092
            Gets or sets the type created during deserialization.
5093
            </summary>
5094
            <value>The type created during deserialization.</value>
5095
        </member>
5096
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.IsReference">
5097
            <summary>
5098
            Gets or sets whether this type contract is serialized as a reference.
5099
            </summary>
5100
            <value>Whether this type contract is serialized as a reference.</value>
5101
        </member>
5102
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.Converter">
5103
            <summary>
5104
            Gets or sets the default <see cref="T:Newtonsoft.Json.JsonConverter"/> for this contract.
5105
            </summary>
5106
            <value>The converter.</value>
5107
        </member>
5108
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserialized">
5109
            <summary>
5110
            Gets or sets the method called immediately after deserialization of the object.
5111
            </summary>
5112
            <value>The method called immediately after deserialization of the object.</value>
5113
        </member>
5114
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserializing">
5115
            <summary>
5116
            Gets or sets the method called during deserialization of the object.
5117
            </summary>
5118
            <value>The method called during deserialization of the object.</value>
5119
        </member>
5120
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerialized">
5121
            <summary>
5122
            Gets or sets the method called after serialization of the object graph.
5123
            </summary>
5124
            <value>The method called after serialization of the object graph.</value>
5125
        </member>
5126
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerializing">
5127
            <summary>
5128
            Gets or sets the method called before serialization of the object.
5129
            </summary>
5130
            <value>The method called before serialization of the object.</value>
5131
        </member>
5132
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator">
5133
            <summary>
5134
            Gets or sets the default creator method used to create the object.
5135
            </summary>
5136
            <value>The default creator method used to create the object.</value>
5137
        </member>
5138
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreatorNonPublic">
5139
            <summary>
5140
            Gets or sets a value indicating whether [default creator non public].
5141
            </summary>
5142
            <value><c>true</c> if the default object creator is non-public; otherwise, <c>false</c>.</value>
5143
        </member>
5144
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnError">
5145
            <summary>
5146
            Gets or sets the method called when an error is thrown during the serialization of the object.
5147
            </summary>
5148
            <value>The method called when an error is thrown during the serialization of the object.</value>
5149
        </member>
5150
        <member name="M:Newtonsoft.Json.Serialization.JsonArrayContract.#ctor(System.Type)">
5151
            <summary>
5152
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> class.
5153
            </summary>
5154
            <param name="underlyingType">The underlying type for the contract.</param>
5155
        </member>
5156
        <member name="T:Newtonsoft.Json.Serialization.JsonDictionaryContract">
5157
            <summary>
5158
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
5159
            </summary>
5160
        </member>
5161
        <member name="M:Newtonsoft.Json.Serialization.JsonDictionaryContract.#ctor(System.Type)">
5162
            <summary>
5163
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> class.
5164
            </summary>
5165
            <param name="underlyingType">The underlying type for the contract.</param>
5166
        </member>
5167
        <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.PropertyNameResolver">
5168
            <summary>
5169
            Gets or sets the property name resolver.
5170
            </summary>
5171
            <value>The property name resolver.</value>
5172
        </member>
5173
        <member name="T:Newtonsoft.Json.Serialization.JsonLinqContract">
5174
            <summary>
5175
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
5176
            </summary>
5177
        </member>
5178
        <member name="M:Newtonsoft.Json.Serialization.JsonLinqContract.#ctor(System.Type)">
5179
            <summary>
5180
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> class.
5181
            </summary>
5182
            <param name="underlyingType">The underlying type for the contract.</param>
5183
        </member>
5184
        <member name="T:Newtonsoft.Json.Serialization.JsonObjectContract">
5185
            <summary>
5186
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
5187
            </summary>
5188
        </member>
5189
        <member name="M:Newtonsoft.Json.Serialization.JsonObjectContract.#ctor(System.Type)">
5190
            <summary>
5191
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> class.
5192
            </summary>
5193
            <param name="underlyingType">The underlying type for the contract.</param>
5194
        </member>
5195
        <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.MemberSerialization">
5196
            <summary>
5197
            Gets or sets the object member serialization.
5198
            </summary>
5199
            <value>The member object serialization.</value>
5200
        </member>
5201
        <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.Properties">
5202
            <summary>
5203
            Gets the object's properties.
5204
            </summary>
5205
            <value>The object's properties.</value>
5206
        </member>
5207
        <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.OverrideConstructor">
5208
            <summary>
5209
            Gets or sets the override constructor used to create the object.
5210
            This is set when a constructor is marked up using the
5211
            JsonConstructor attribute.
5212
            </summary>
5213
            <value>The override constructor.</value>
5214
        </member>
5215
        <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ParametrizedConstructor">
5216
            <summary>
5217
            Gets or sets the parametrized constructor used to create the object.
5218
            </summary>
5219
            <value>The parametrized constructor.</value>
5220
        </member>
5221
        <member name="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract">
5222
            <summary>
5223
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
5224
            </summary>
5225
        </member>
5226
        <member name="M:Newtonsoft.Json.Serialization.JsonPrimitiveContract.#ctor(System.Type)">
5227
            <summary>
5228
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> class.
5229
            </summary>
5230
            <param name="underlyingType">The underlying type for the contract.</param>
5231
        </member>
5232
        <member name="T:Newtonsoft.Json.Serialization.JsonProperty">
5233
            <summary>
5234
            Maps a JSON property to a .NET member.
5235
            </summary>
5236
        </member>
5237
        <member name="M:Newtonsoft.Json.Serialization.JsonProperty.ToString">
5238
            <summary>
5239
            Returns a <see cref="T:System.String"/> that represents this instance.
5240
            </summary>
5241
            <returns>
5242
            A <see cref="T:System.String"/> that represents this instance.
5243
            </returns>
5244
        </member>
5245
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.PropertyName">
5246
            <summary>
5247
            Gets the name of the property.
5248
            </summary>
5249
            <value>The name of the property.</value>
5250
        </member>
5251
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ValueProvider">
5252
            <summary>
5253
            Gets the <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> that will get and set the <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> during serialization.
5254
            </summary>
5255
            <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>
5256
        </member>
5257
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.PropertyType">
5258
            <summary>
5259
            Gets or sets the type of the property.
5260
            </summary>
5261
            <value>The type of the property.</value>
5262
        </member>
5263
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Converter">
5264
            <summary>
5265
            Gets or sets the <see cref="T:Newtonsoft.Json.JsonConverter"/> for the property.
5266
            If set this converter takes presidence over the contract converter for the property type.
5267
            </summary>
5268
            <value>The converter.</value>
5269
        </member>
5270
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Ignored">
5271
            <summary>
5272
            Gets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is ignored.
5273
            </summary>
5274
            <value><c>true</c> if ignored; otherwise, <c>false</c>.</value>
5275
        </member>
5276
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Readable">
5277
            <summary>
5278
            Gets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is readable.
5279
            </summary>
5280
            <value><c>true</c> if readable; otherwise, <c>false</c>.</value>
5281
        </member>
5282
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Writable">
5283
            <summary>
5284
            Gets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is writable.
5285
            </summary>
5286
            <value><c>true</c> if writable; otherwise, <c>false</c>.</value>
5287
        </member>
5288
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.MemberConverter">
5289
            <summary>
5290
            Gets the member converter.
5291
            </summary>
5292
            <value>The member converter.</value>
5293
        </member>
5294
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DefaultValue">
5295
            <summary>
5296
            Gets the default value.
5297
            </summary>
5298
            <value>The default value.</value>
5299
        </member>
5300
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Required">
5301
            <summary>
5302
            Gets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is required.
5303
            </summary>
5304
            <value>A value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is required.</value>
5305
        </member>
5306
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.IsReference">
5307
            <summary>
5308
            Gets a value indicating whether this property preserves object references.
5309
            </summary>
5310
            <value>
5311
                    <c>true</c> if this instance is reference; otherwise, <c>false</c>.
5312
            </value>
5313
        </member>
5314
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.NullValueHandling">
5315
            <summary>
5316
            Gets the property null value handling.
5317
            </summary>
5318
            <value>The null value handling.</value>
5319
        </member>
5320
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DefaultValueHandling">
5321
            <summary>
5322
            Gets the property default value handling.
5323
            </summary>
5324
            <value>The default value handling.</value>
5325
        </member>
5326
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ReferenceLoopHandling">
5327
            <summary>
5328
            Gets the property reference loop handling.
5329
            </summary>
5330
            <value>The reference loop handling.</value>
5331
        </member>
5332
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ObjectCreationHandling">
5333
            <summary>
5334
            Gets the property object creation handling.
5335
            </summary>
5336
            <value>The object creation handling.</value>
5337
        </member>
5338
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.TypeNameHandling">
5339
            <summary>
5340
            Gets or sets the type name handling.
5341
            </summary>
5342
            <value>The type name handling.</value>
5343
        </member>
5344
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ShouldSerialize">
5345
            <summary>
5346
            Gets or sets a predicate used to determine whether the property should be serialize.
5347
            </summary>
5348
            <value>A predicate used to determine whether the property should be serialize.</value>
5349
        </member>
5350
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.GetIsSpecified">
5351
            <summary>
5352
            Gets or sets a predicate used to determine whether the property should be serialized.
5353
            </summary>
5354
            <value>A predicate used to determine whether the property should be serialized.</value>
5355
        </member>
5356
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.SetIsSpecified">
5357
            <summary>
5358
            Gets or sets an action used to set whether the property has been deserialized.
5359
            </summary>
5360
            <value>An action used to set whether the property has been deserialized.</value>
5361
        </member>
5362
        <member name="T:Newtonsoft.Json.Serialization.JsonPropertyCollection">
5363
            <summary>
5364
            A collection of <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> objects.
5365
            </summary>
5366
        </member>
5367
        <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.#ctor(System.Type)">
5368
            <summary>
5369
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonPropertyCollection"/> class.
5370
            </summary>
5371
            <param name="type">The type.</param>
5372
        </member>
5373
        <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetKeyForItem(Newtonsoft.Json.Serialization.JsonProperty)">
5374
            <summary>
5375
            When implemented in a derived class, extracts the key from the specified element.
5376
            </summary>
5377
            <param name="item">The element from which to extract the key.</param>
5378
            <returns>The key for the specified element.</returns>
5379
        </member>
5380
        <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.AddProperty(Newtonsoft.Json.Serialization.JsonProperty)">
5381
            <summary>
5382
            Adds a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> object.
5383
            </summary>
5384
            <param name="property">The property to add to the collection.</param>
5385
        </member>
5386
        <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetClosestMatchProperty(System.String)">
5387
            <summary>
5388
            Gets the closest matching <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> object.
5389
            First attempts to get an exact case match of propertyName and then
5390
            a case insensitive match.
5391
            </summary>
5392
            <param name="propertyName">Name of the property.</param>
5393
            <returns>A matching property if found.</returns>
5394
        </member>
5395
        <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetProperty(System.String,System.StringComparison)">
5396
            <summary>
5397
            Gets a property by property name.
5398
            </summary>
5399
            <param name="propertyName">The name of the property to get.</param>
5400
            <param name="comparisonType">Type property name string comparison.</param>
5401
            <returns>A matching property if found.</returns>
5402
        </member>
5403
        <member name="T:Newtonsoft.Json.Serialization.JsonStringContract">
5404
            <summary>
5405
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
5406
            </summary>
5407
        </member>
5408
        <member name="M:Newtonsoft.Json.Serialization.JsonStringContract.#ctor(System.Type)">
5409
            <summary>
5410
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> class.
5411
            </summary>
5412
            <param name="underlyingType">The underlying type for the contract.</param>
5413
        </member>
5414
        <member name="T:Newtonsoft.Json.Serialization.ObjectConstructor`1">
5415
            <summary>
5416
            Represents a method that constructs an object.
5417
            </summary>
5418
        </member>
5419
        <member name="T:Newtonsoft.Json.Serialization.OnErrorAttribute">
5420
            <summary>
5421
            When applied to a method, specifies that the method is called when an error occurs serializing an object.
5422
            </summary>
5423
        </member>
5424
        <member name="T:Newtonsoft.Json.Serialization.ReflectionValueProvider">
5425
            <summary>
5426
            Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using reflection.
5427
            </summary>
5428
        </member>
5429
        <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.#ctor(System.Reflection.MemberInfo)">
5430
            <summary>
5431
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ReflectionValueProvider"/> class.
5432
            </summary>
5433
            <param name="memberInfo">The member info.</param>
5434
        </member>
5435
        <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.SetValue(System.Object,System.Object)">
5436
            <summary>
5437
            Sets the value.
5438
            </summary>
5439
            <param name="target">The target to set the value on.</param>
5440
            <param name="value">The value to set on the target.</param>
5441
        </member>
5442
        <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.GetValue(System.Object)">
5443
            <summary>
5444
            Gets the value.
5445
            </summary>
5446
            <param name="target">The target to get the value from.</param>
5447
            <returns>The value.</returns>
5448
        </member>
5449
        <member name="T:Newtonsoft.Json.TypeNameHandling">
5450
            <summary>
5451
            Specifies type name handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
5452
            </summary>
5453
        </member>
5454
        <member name="F:Newtonsoft.Json.TypeNameHandling.None">
5455
            <summary>
5456
            Do not include the .NET type name when serializing types.
5457
            </summary>
5458
        </member>
5459
        <member name="F:Newtonsoft.Json.TypeNameHandling.Objects">
5460
            <summary>
5461
            Include the .NET type name when serializing into a JSON object structure.
5462
            </summary>
5463
        </member>
5464
        <member name="F:Newtonsoft.Json.TypeNameHandling.Arrays">
5465
            <summary>
5466
            Include the .NET type name when serializing into a JSON array structure.
5467
            </summary>
5468
        </member>
5469
        <member name="F:Newtonsoft.Json.TypeNameHandling.Auto">
5470
            <summary>
5471
            Include the .NET type name when the type of the object being serialized is not the same as its declared type.
5472
            </summary>
5473
        </member>
5474
        <member name="F:Newtonsoft.Json.TypeNameHandling.All">
5475
            <summary>
5476
            Always include the .NET type name when serializing.
5477
            </summary>
5478
        </member>
5479
        <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.IsNullOrEmpty(System.Collections.ICollection)">
5480
            <summary>
5481
            Determines whether the collection is null or empty.
5482
            </summary>
5483
            <param name="collection">The collection.</param>
5484
            <returns>
5485
                    <c>true</c> if the collection is null or empty; otherwise, <c>false</c>.
5486
            </returns>
5487
        </member>
5488
        <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.IsNullOrEmpty``1(System.Collections.Generic.ICollection{``0})">
5489
            <summary>
5490
            Determines whether the collection is null or empty.
5491
            </summary>
5492
            <param name="collection">The collection.</param>
5493
            <returns>
5494
                    <c>true</c> if the collection is null or empty; otherwise, <c>false</c>.
5495
            </returns>
5496
        </member>
5497
        <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.IsNullOrEmptyOrDefault``1(System.Collections.Generic.IList{``0})">
5498
            <summary>
5499
            Determines whether the collection is null, empty or its contents are uninitialized values.
5500
            </summary>
5501
            <param name="list">The list.</param>
5502
            <returns>
5503
                    <c>true</c> if the collection is null or empty or its contents are uninitialized values; otherwise, <c>false</c>.
5504
            </returns>
5505
        </member>
5506
        <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.Slice``1(System.Collections.Generic.IList{``0},System.Nullable{System.Int32},System.Nullable{System.Int32})">
5507
            <summary>
5508
            Makes a slice of the specified list in between the start and end indexes.
5509
            </summary>
5510
            <param name="list">The list.</param>
5511
            <param name="start">The start index.</param>
5512
            <param name="end">The end index.</param>
5513
            <returns>A slice of the list.</returns>
5514
        </member>
5515
        <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.Slice``1(System.Collections.Generic.IList{``0},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32})">
5516
            <summary>
5517
            Makes a slice of the specified list in between the start and end indexes,
5518
            getting every so many items based upon the step.
5519
            </summary>
5520
            <param name="list">The list.</param>
5521
            <param name="start">The start index.</param>
5522
            <param name="end">The end index.</param>
5523
            <param name="step">The step.</param>
5524
            <returns>A slice of the list.</returns>
5525
        </member>
5526
        <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.GroupBy``2(System.Collections.Generic.ICollection{``1},System.Func{``1,``0})">
5527
            <summary>
5528
            Group the collection using a function which returns the key.
5529
            </summary>
5530
            <param name="source">The source collection to group.</param>
5531
            <param name="keySelector">The key selector.</param>
5532
            <returns>A Dictionary with each key relating to a list of objects in a list grouped under it.</returns>
5533
        </member>
5534
        <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.AddRange``1(System.Collections.Generic.IList{``0},System.Collections.Generic.IEnumerable{``0})">
5535
            <summary>
5536
            Adds the elements of the specified collection to the specified generic IList.
5537
            </summary>
5538
            <param name="initial">The list to add to.</param>
5539
            <param name="collection">The collection of elements to add.</param>
5540
        </member>
5541
        <member name="M:Newtonsoft.Json.Utilities.ConvertUtils.Convert``1(System.Object)">
5542
            <summary>
5543
            Converts the value to the specified type.
5544
            </summary>
5545
            <typeparam name="T">The type to convert the value to.</typeparam>
5546
            <param name="initialValue">The value to convert.</param>
5547
            <returns>The converted type.</returns>
5548
        </member>
5549
        <member name="M:Newtonsoft.Json.Utilities.ConvertUtils.Convert``1(System.Object,System.Globalization.CultureInfo)">
5550
            <summary>
5551
            Converts the value to the specified type.
5552
            </summary>
5553
            <typeparam name="T">The type to convert the value to.</typeparam>
5554
            <param name="initialValue">The value to convert.</param>
5555
            <param name="culture">The culture to use when converting.</param>
5556
            <returns>The converted type.</returns>
5557
        </member>
5558
        <member name="M:Newtonsoft.Json.Utilities.ConvertUtils.Convert(System.Object,System.Globalization.CultureInfo,System.Type)">
5559
            <summary>
5560
            Converts the value to the specified type.
5561
            </summary>
5562
            <param name="initialValue">The value to convert.</param>
5563
            <param name="culture">The culture to use when converting.</param>
5564
            <param name="targetType">The type to convert the value to.</param>
5565
            <returns>The converted type.</returns>
5566
        </member>
5567
        <member name="M:Newtonsoft.Json.Utilities.ConvertUtils.TryConvert``1(System.Object,``0@)">
5568
            <summary>
5569
            Converts the value to the specified type.
5570
            </summary>
5571
            <typeparam name="T">The type to convert the value to.</typeparam>
5572
            <param name="initialValue">The value to convert.</param>
5573
            <param name="convertedValue">The converted value if the conversion was successful or the default value of <c>T</c> if it failed.</param>
5574
            <returns>
5575
                    <c>true</c> if <c>initialValue</c> was converted successfully; otherwise, <c>false</c>.
5576
            </returns>
5577
        </member>
5578
        <member name="M:Newtonsoft.Json.Utilities.ConvertUtils.TryConvert``1(System.Object,System.Globalization.CultureInfo,``0@)">
5579
            <summary>
5580
            Converts the value to the specified type.
5581
            </summary>
5582
            <typeparam name="T">The type to convert the value to.</typeparam>
5583
            <param name="initialValue">The value to convert.</param>
5584
            <param name="culture">The culture to use when converting.</param>
5585
            <param name="convertedValue">The converted value if the conversion was successful or the default value of <c>T</c> if it failed.</param>
5586
            <returns>
5587
                    <c>true</c> if <c>initialValue</c> was converted successfully; otherwise, <c>false</c>.
5588
            </returns>
5589
        </member>
5590
        <member name="M:Newtonsoft.Json.Utilities.ConvertUtils.TryConvert(System.Object,System.Globalization.CultureInfo,System.Type,System.Object@)">
5591
            <summary>
5592
            Converts the value to the specified type.
5593
            </summary>
5594
            <param name="initialValue">The value to convert.</param>
5595
            <param name="culture">The culture to use when converting.</param>
5596
            <param name="targetType">The type to convert the value to.</param>
5597
            <param name="convertedValue">The converted value if the conversion was successful or the default value of <c>T</c> if it failed.</param>
5598
            <returns>
5599
                    <c>true</c> if <c>initialValue</c> was converted successfully; otherwise, <c>false</c>.
5600
            </returns>
5601
        </member>
5602
        <member name="M:Newtonsoft.Json.Utilities.ConvertUtils.ConvertOrCast``1(System.Object)">
5603
            <summary>
5604
            Converts the value to the specified type. If the value is unable to be converted, the
5605
            value is checked whether it assignable to the specified type.
5606
            </summary>
5607
            <typeparam name="T">The type to convert or cast the value to.</typeparam>
5608
            <param name="initialValue">The value to convert.</param>
5609
            <returns>The converted type. If conversion was unsuccessful, the initial value is returned if assignable to the target type</returns>
5610
        </member>
5611
        <member name="M:Newtonsoft.Json.Utilities.ConvertUtils.ConvertOrCast``1(System.Object,System.Globalization.CultureInfo)">
5612
            <summary>
5613
            Converts the value to the specified type. If the value is unable to be converted, the
5614
            value is checked whether it assignable to the specified type.
5615
            </summary>
5616
            <typeparam name="T">The type to convert or cast the value to.</typeparam>
5617
            <param name="initialValue">The value to convert.</param>
5618
            <param name="culture">The culture to use when converting.</param>
5619
            <returns>The converted type. If conversion was unsuccessful, the initial value is returned if assignable to the target type</returns>
5620
        </member>
5621
        <member name="M:Newtonsoft.Json.Utilities.ConvertUtils.ConvertOrCast(System.Object,System.Globalization.CultureInfo,System.Type)">
5622
            <summary>
5623
            Converts the value to the specified type. If the value is unable to be converted, the
5624
            value is checked whether it assignable to the specified type.
5625
            </summary>
5626
            <param name="initialValue">The value to convert.</param>
5627
            <param name="culture">The culture to use when converting.</param>
5628
            <param name="targetType">The type to convert or cast the value to.</param>
5629
            <returns>
5630
            The converted type. If conversion was unsuccessful, the initial value
5631
            is returned if assignable to the target type.
5632
            </returns>
5633
        </member>
5634
        <member name="M:Newtonsoft.Json.Utilities.ConvertUtils.TryConvertOrCast``1(System.Object,``0@)">
5635
            <summary>
5636
            Converts the value to the specified type. If the value is unable to be converted, the
5637
            value is checked whether it assignable to the specified type.
5638
            </summary>
5639
            <typeparam name="T">The type to convert the value to.</typeparam>
5640
            <param name="initialValue">The value to convert.</param>
5641
            <param name="convertedValue">The converted value if the conversion was successful or the default value of <c>T</c> if it failed.</param>
5642
            <returns>
5643
                    <c>true</c> if <c>initialValue</c> was converted successfully or is assignable; otherwise, <c>false</c>.
5644
            </returns>
5645
        </member>
5646
        <member name="M:Newtonsoft.Json.Utilities.ConvertUtils.TryConvertOrCast``1(System.Object,System.Globalization.CultureInfo,``0@)">
5647
            <summary>
5648
            Converts the value to the specified type. If the value is unable to be converted, the
5649
            value is checked whether it assignable to the specified type.
5650
            </summary>
5651
            <typeparam name="T">The type to convert the value to.</typeparam>
5652
            <param name="initialValue">The value to convert.</param>
5653
            <param name="culture">The culture to use when converting.</param>
5654
            <param name="convertedValue">The converted value if the conversion was successful or the default value of <c>T</c> if it failed.</param>
5655
            <returns>
5656
                    <c>true</c> if <c>initialValue</c> was converted successfully or is assignable; otherwise, <c>false</c>.
5657
            </returns>
5658
        </member>
5659
        <member name="M:Newtonsoft.Json.Utilities.ConvertUtils.TryConvertOrCast(System.Object,System.Globalization.CultureInfo,System.Type,System.Object@)">
5660
            <summary>
5661
            Converts the value to the specified type. If the value is unable to be converted, the
5662
            value is checked whether it assignable to the specified type.
5663
            </summary>
5664
            <param name="initialValue">The value to convert.</param>
5665
            <param name="culture">The culture to use when converting.</param>
5666
            <param name="targetType">The type to convert the value to.</param>
5667
            <param name="convertedValue">The converted value if the conversion was successful or the default value of <c>T</c> if it failed.</param>
5668
            <returns>
5669
                    <c>true</c> if <c>initialValue</c> was converted successfully or is assignable; otherwise, <c>false</c>.
5670
            </returns>
5671
        </member>
5672
        <member name="M:Newtonsoft.Json.Utilities.EnumUtils.Parse``1(System.String)">
5673
            <summary>
5674
            Parses the specified enum member name, returning it's value.
5675
            </summary>
5676
            <param name="enumMemberName">Name of the enum member.</param>
5677
            <returns></returns>
5678
        </member>
5679
        <member name="M:Newtonsoft.Json.Utilities.EnumUtils.Parse``1(System.String,System.Boolean)">
5680
            <summary>
5681
            Parses the specified enum member name, returning it's value.
5682
            </summary>
5683
            <param name="enumMemberName">Name of the enum member.</param>
5684
            <param name="ignoreCase">If set to <c>true</c> ignore case.</param>
5685
            <returns></returns>
5686
        </member>
5687
        <member name="M:Newtonsoft.Json.Utilities.EnumUtils.GetNamesAndValues``1">
5688
            <summary>
5689
            Gets a dictionary of the names and values of an Enum type.
5690
            </summary>
5691
            <returns></returns>
5692
        </member>
5693
        <member name="M:Newtonsoft.Json.Utilities.EnumUtils.GetNamesAndValues``2">
5694
            <summary>
5695
            Gets a dictionary of the names and values of an Enum type.
5696
            </summary>
5697
            <returns></returns>
5698
        </member>
5699
        <member name="M:Newtonsoft.Json.Utilities.EnumUtils.GetNamesAndValues``1(System.Type)">
5700
            <summary>
5701
            Gets a dictionary of the names and values of an Enum type.
5702
            </summary>
5703
            <param name="enumType">The enum type to get names and values for.</param>
5704
            <returns></returns>
5705
        </member>
5706
        <member name="M:Newtonsoft.Json.Utilities.EnumUtils.GetMaximumValue``1(System.Type)">
5707
            <summary>
5708
            Gets the maximum valid value of an Enum type. Flags enums are ORed.
5709
            </summary>
5710
            <typeparam name="TEnumType">The type of the returned value. Must be assignable from the enum's underlying value type.</typeparam>
5711
            <param name="enumType">The enum type to get the maximum value for.</param>
5712
            <returns></returns>
5713
        </member>
5714
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetCollectionItemType(System.Type)">
5715
            <summary>
5716
            Gets the type of the typed collection's items.
5717
            </summary>
5718
            <param name="type">The type.</param>
5719
            <returns>The type of the typed collection's items.</returns>
5720
        </member>
5721
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.ItemsUnitializedValue``1(System.Collections.Generic.IList{``0})">
5722
            <summary>
5723
            Tests whether the list's items are their unitialized value.
5724
            </summary>
5725
            <param name="list">The list.</param>
5726
            <returns>Whether the list's items are their unitialized value</returns>
5727
        </member>
5728
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetMemberUnderlyingType(System.Reflection.MemberInfo)">
5729
            <summary>
5730
            Gets the member's underlying type.
5731
            </summary>
5732
            <param name="member">The member.</param>
5733
            <returns>The underlying type of the member.</returns>
5734
        </member>
5735
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.IsIndexedProperty(System.Reflection.MemberInfo)">
5736
            <summary>
5737
            Determines whether the member is an indexed property.
5738
            </summary>
5739
            <param name="member">The member.</param>
5740
            <returns>
5741
                    <c>true</c> if the member is an indexed property; otherwise, <c>false</c>.
5742
            </returns>
5743
        </member>
5744
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.IsIndexedProperty(System.Reflection.PropertyInfo)">
5745
            <summary>
5746
            Determines whether the property is an indexed property.
5747
            </summary>
5748
            <param name="property">The property.</param>
5749
            <returns>
5750
                    <c>true</c> if the property is an indexed property; otherwise, <c>false</c>.
5751
            </returns>
5752
        </member>
5753
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetMemberValue(System.Reflection.MemberInfo,System.Object)">
5754
            <summary>
5755
            Gets the member's value on the object.
5756
            </summary>
5757
            <param name="member">The member.</param>
5758
            <param name="target">The target object.</param>
5759
            <returns>The member's value on the object.</returns>
5760
        </member>
5761
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.SetMemberValue(System.Reflection.MemberInfo,System.Object,System.Object)">
5762
            <summary>
5763
            Sets the member's value on the target object.
5764
            </summary>
5765
            <param name="member">The member.</param>
5766
            <param name="target">The target.</param>
5767
            <param name="value">The value.</param>
5768
        </member>
5769
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.CanReadMemberValue(System.Reflection.MemberInfo,System.Boolean)">
5770
            <summary>
5771
            Determines whether the specified MemberInfo can be read.
5772
            </summary>
5773
            <param name="member">The MemberInfo to determine whether can be read.</param>
5774
            /// <param name="nonPublic">if set to <c>true</c> then allow the member to be gotten non-publicly.</param>
5775
            <returns>
5776
                    <c>true</c> if the specified MemberInfo can be read; otherwise, <c>false</c>.
5777
            </returns>
5778
        </member>
5779
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.CanSetMemberValue(System.Reflection.MemberInfo,System.Boolean)">
5780
            <summary>
5781
            Determines whether the specified MemberInfo can be set.
5782
            </summary>
5783
            <param name="member">The MemberInfo to determine whether can be set.</param>
5784
            <param name="nonPublic">if set to <c>true</c> then allow the member to be set non-publicly.</param>
5785
            <returns>
5786
                    <c>true</c> if the specified MemberInfo can be set; otherwise, <c>false</c>.
5787
            </returns>
5788
        </member>
5789
        <member name="T:Newtonsoft.Json.Utilities.StringBuffer">
5790
            <summary>
5791
            Builds a string. Unlike StringBuilder this class lets you reuse it's internal buffer.
5792
            </summary>
5793
        </member>
5794
        <member name="M:Newtonsoft.Json.Utilities.StringUtils.ContainsWhiteSpace(System.String)">
5795
            <summary>
5796
            Determines whether the string contains white space.
5797
            </summary>
5798
            <param name="s">The string to test for white space.</param>
5799
            <returns>
5800
                    <c>true</c> if the string contains white space; otherwise, <c>false</c>.
5801
            </returns>
5802
        </member>
5803
        <member name="M:Newtonsoft.Json.Utilities.StringUtils.IsWhiteSpace(System.String)">
5804
            <summary>
5805
            Determines whether the string is all white space. Empty string will return false.
5806
            </summary>
5807
            <param name="s">The string to test whether it is all white space.</param>
5808
            <returns>
5809
                    <c>true</c> if the string is all white space; otherwise, <c>false</c>.
5810
            </returns>
5811
        </member>
5812
        <member name="M:Newtonsoft.Json.Utilities.StringUtils.EnsureEndsWith(System.String,System.String)">
5813
            <summary>
5814
            Ensures the target string ends with the specified string.
5815
            </summary>
5816
            <param name="target">The target.</param>
5817
            <param name="value">The value.</param>
5818
            <returns>The target string with the value string at the end.</returns>
5819
        </member>
5820
        <member name="M:Newtonsoft.Json.Utilities.StringUtils.IfNotNullOrEmpty(System.String,System.Action{System.String})">
5821
            <summary>
5822
            Perform an action if the string is not null or empty.
5823
            </summary>
5824
            <param name="value">The value.</param>
5825
            <param name="action">The action to perform.</param>
5826
        </member>
5827
        <member name="M:Newtonsoft.Json.Utilities.StringUtils.Indent(System.String,System.Int32)">
5828
            <summary>
5829
            Indents the specified string.
5830
            </summary>
5831
            <param name="s">The string to indent.</param>
5832
            <param name="indentation">The number of characters to indent by.</param>
5833
            <returns></returns>
5834
        </member>
5835
        <member name="M:Newtonsoft.Json.Utilities.StringUtils.Indent(System.String,System.Int32,System.Char)">
5836
            <summary>
5837
            Indents the specified string.
5838
            </summary>
5839
            <param name="s">The string to indent.</param>
5840
            <param name="indentation">The number of characters to indent by.</param>
5841
            <param name="indentChar">The indent character.</param>
5842
            <returns></returns>
5843
        </member>
5844
        <member name="M:Newtonsoft.Json.Utilities.StringUtils.NumberLines(System.String)">
5845
            <summary>
5846
            Numbers the lines.
5847
            </summary>
5848
            <param name="s">The string to number.</param>
5849
            <returns></returns>
5850
        </member>
5851
        <member name="M:Newtonsoft.Json.Utilities.StringUtils.NullEmptyString(System.String)">
5852
            <summary>
5853
            Nulls an empty string.
5854
            </summary>
5855
            <param name="s">The string.</param>
5856
            <returns>Null if the string was null, otherwise the string unchanged.</returns>
5857
        </member>
5858
        <member name="T:Newtonsoft.Json.Schema.Extensions">
5859
            <summary>
5860
            Contains the JSON schema extension methods.
5861
            </summary>
5862
        </member>
5863
        <member name="M:Newtonsoft.Json.Schema.Extensions.IsValid(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema)">
5864
            <summary>
5865
            Determines whether the <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid.
5866
            </summary>
5867
            <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
5868
            <param name="schema">The schema to test with.</param>
5869
            <returns>
5870
                    <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid; otherwise, <c>false</c>.
5871
            </returns>
5872
        </member>
5873
        <member name="M:Newtonsoft.Json.Schema.Extensions.Validate(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema)">
5874
            <summary>
5875
            Validates the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5876
            </summary>
5877
            <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
5878
            <param name="schema">The schema to test with.</param>
5879
        </member>
5880
        <member name="M:Newtonsoft.Json.Schema.Extensions.Validate(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema,Newtonsoft.Json.Schema.ValidationEventHandler)">
5881
            <summary>
5882
            Validates the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5883
            </summary>
5884
            <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
5885
            <param name="schema">The schema to test with.</param>
5886
            <param name="validationEventHandler">The validation event handler.</param>
5887
        </member>
5888
        <member name="T:Newtonsoft.Json.Schema.JsonSchemaException">
5889
            <summary>
5890
            Returns detailed information about the schema exception.
5891
            </summary>
5892
        </member>
5893
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor">
5894
            <summary>
5895
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class.
5896
            </summary>
5897
        </member>
5898
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.String)">
5899
            <summary>
5900
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class
5901
            with a specified error message.
5902
            </summary>
5903
            <param name="message">The error message that explains the reason for the exception.</param>
5904
        </member>
5905
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.String,System.Exception)">
5906
            <summary>
5907
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class
5908
            with a specified error message and a reference to the inner exception that is the cause of this exception.
5909
            </summary>
5910
            <param name="message">The error message that explains the reason for the exception.</param>
5911
            <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>
5912
        </member>
5913
        <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.LineNumber">
5914
            <summary>
5915
            Gets the line number indicating where the error occurred.
5916
            </summary>
5917
            <value>The line number indicating where the error occurred.</value>
5918
        </member>
5919
        <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.LinePosition">
5920
            <summary>
5921
            Gets the line position indicating where the error occurred.
5922
            </summary>
5923
            <value>The line position indicating where the error occurred.</value>
5924
        </member>
5925
        <member name="T:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling">
5926
            <summary>
5927
            Specifies undefined schema Id handling options for the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaGenerator"/>.
5928
            </summary>
5929
        </member>
5930
        <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.None">
5931
            <summary>
5932
            Do not infer a schema Id.
5933
            </summary>
5934
        </member>
5935
        <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.UseTypeName">
5936
            <summary>
5937
            Use the .NET type name as the schema Id.
5938
            </summary>
5939
        </member>
5940
        <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.UseAssemblyQualifiedName">
5941
            <summary>
5942
            Use the assembly qualified .NET type name as the schema Id.
5943
            </summary>
5944
        </member>
5945
        <member name="T:Newtonsoft.Json.Schema.ValidationEventArgs">
5946
            <summary>
5947
            Returns detailed information related to the <see cref="T:Newtonsoft.Json.Schema.ValidationEventHandler"/>.
5948
            </summary>
5949
        </member>
5950
        <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Exception">
5951
            <summary>
5952
            Gets the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> associated with the validation event.
5953
            </summary>
5954
            <value>The JsonSchemaException associated with the validation event.</value>
5955
        </member>
5956
        <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Message">
5957
            <summary>
5958
            Gets the text description corresponding to the validation event.
5959
            </summary>
5960
            <value>The text description.</value>
5961
        </member>
5962
        <member name="T:Newtonsoft.Json.Schema.ValidationEventHandler">
5963
            <summary>
5964
            Represents the callback method that will handle JSON schema validation events and the <see cref="T:Newtonsoft.Json.Schema.ValidationEventArgs"/>.
5965
            </summary>
5966
        </member>
5967
        <member name="T:Newtonsoft.Json.Schema.JsonSchema">
5968
            <summary>
5969
            An in-memory representation of a JSON Schema.
5970
            </summary>
5971
        </member>
5972
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.#ctor">
5973
            <summary>
5974
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> class.
5975
            </summary>
5976
        </member>
5977
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.Read(Newtonsoft.Json.JsonReader)">
5978
            <summary>
5979
            Reads a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.
5980
            </summary>
5981
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the JSON Schema to read.</param>
5982
            <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> object representing the JSON Schema.</returns>
5983
        </member>
5984
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.Read(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Schema.JsonSchemaResolver)">
5985
            <summary>
5986
            Reads a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.
5987
            </summary>
5988
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the JSON Schema to read.</param>
5989
            <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> to use when resolving schema references.</param>
5990
            <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> object representing the JSON Schema.</returns>
5991
        </member>
5992
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.Parse(System.String)">
5993
            <summary>
5994
            Load a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from a string that contains schema JSON.
5995
            </summary>
5996
            <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
5997
            <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> populated from the string that contains JSON.</returns>
5998
        </member>
5999
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.Parse(System.String,Newtonsoft.Json.Schema.JsonSchemaResolver)">
6000
            <summary>
6001
            Parses the specified json.
6002
            </summary>
6003
            <param name="json">The json.</param>
6004
            <param name="resolver">The resolver.</param>
6005
            <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> populated from the string that contains JSON.</returns>
6006
        </member>
6007
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.WriteTo(Newtonsoft.Json.JsonWriter)">
6008
            <summary>
6009
            Writes this schema to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
6010
            </summary>
6011
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
6012
        </member>
6013
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.Schema.JsonSchemaResolver)">
6014
            <summary>
6015
            Writes this schema to a <see cref="T:Newtonsoft.Json.JsonWriter"/> using the specified <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/>.
6016
            </summary>
6017
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
6018
            <param name="resolver">The resolver used.</param>
6019
        </member>
6020
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.ToString">
6021
            <summary>
6022
            Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
6023
            </summary>
6024
            <returns>
6025
            A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
6026
            </returns>
6027
        </member>
6028
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Id">
6029
            <summary>
6030
            Gets or sets the id.
6031
            </summary>
6032
        </member>
6033
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Title">
6034
            <summary>
6035
            Gets or sets the title.
6036
            </summary>
6037
        </member>
6038
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Required">
6039
            <summary>
6040
            Gets or sets whether the object is required.
6041
            </summary>
6042
        </member>
6043
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.ReadOnly">
6044
            <summary>
6045
            Gets or sets whether the object is read only.
6046
            </summary>
6047
        </member>
6048
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Hidden">
6049
            <summary>
6050
            Gets or sets whether the object is visible to users.
6051
            </summary>
6052
        </member>
6053
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Transient">
6054
            <summary>
6055
            Gets or sets whether the object is transient.
6056
            </summary>
6057
        </member>
6058
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Description">
6059
            <summary>
6060
            Gets or sets the description of the object.
6061
            </summary>
6062
        </member>
6063
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Type">
6064
            <summary>
6065
            Gets or sets the types of values allowed by the object.
6066
            </summary>
6067
            <value>The type.</value>
6068
        </member>
6069
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Pattern">
6070
            <summary>
6071
            Gets or sets the pattern.
6072
            </summary>
6073
            <value>The pattern.</value>
6074
        </member>
6075
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.MinimumLength">
6076
            <summary>
6077
            Gets or sets the minimum length.
6078
            </summary>
6079
            <value>The minimum length.</value>
6080
        </member>
6081
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.MaximumLength">
6082
            <summary>
6083
            Gets or sets the maximum length.
6084
            </summary>
6085
            <value>The maximum length.</value>
6086
        </member>
6087
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.DivisibleBy">
6088
            <summary>
6089
            Gets or sets a number that the value should be divisble by.
6090
            </summary>
6091
            <value>A number that the value should be divisble by.</value>
6092
        </member>
6093
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Minimum">
6094
            <summary>
6095
            Gets or sets the minimum.
6096
            </summary>
6097
            <value>The minimum.</value>
6098
        </member>
6099
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Maximum">
6100
            <summary>
6101
            Gets or sets the maximum.
6102
            </summary>
6103
            <value>The maximum.</value>
6104
        </member>
6105
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.ExclusiveMinimum">
6106
            <summary>
6107
            Gets or sets a flag indicating whether the value can not equal the number defined by the "minimum" attribute.
6108
            </summary>
6109
            <value>A flag indicating whether the value can not equal the number defined by the "minimum" attribute.</value>
6110
        </member>
6111
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.ExclusiveMaximum">
6112
            <summary>
6113
            Gets or sets a flag indicating whether the value can not equal the number defined by the "maximum" attribute.
6114
            </summary>
6115
            <value>A flag indicating whether the value can not equal the number defined by the "maximum" attribute.</value>
6116
        </member>
6117
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.MinimumItems">
6118
            <summary>
6119
            Gets or sets the minimum number of items.
6120
            </summary>
6121
            <value>The minimum number of items.</value>
6122
        </member>
6123
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.MaximumItems">
6124
            <summary>
6125
            Gets or sets the maximum number of items.
6126
            </summary>
6127
            <value>The maximum number of items.</value>
6128
        </member>
6129
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Items">
6130
            <summary>
6131
            Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of items.
6132
            </summary>
6133
            <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of items.</value>
6134
        </member>
6135
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Properties">
6136
            <summary>
6137
            Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of properties.
6138
            </summary>
6139
            <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of properties.</value>
6140
        </member>
6141
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.AdditionalProperties">
6142
            <summary>
6143
            Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional properties.
6144
            </summary>
6145
            <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional properties.</value>
6146
        </member>
6147
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.PatternProperties">
6148
            <summary>
6149
            Gets or sets the pattern properties.
6150
            </summary>
6151
            <value>The pattern properties.</value>
6152
        </member>
6153
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.AllowAdditionalProperties">
6154
            <summary>
6155
            Gets or sets a value indicating whether additional properties are allowed.
6156
            </summary>
6157
            <value>
6158
                    <c>true</c> if additional properties are allowed; otherwise, <c>false</c>.
6159
            </value>
6160
        </member>
6161
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Requires">
6162
            <summary>
6163
            Gets or sets the required property if this property is present.
6164
            </summary>
6165
            <value>The required property if this property is present.</value>
6166
        </member>
6167
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Identity">
6168
            <summary>
6169
            Gets or sets the identity.
6170
            </summary>
6171
            <value>The identity.</value>
6172
        </member>
6173
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Enum">
6174
            <summary>
6175
            Gets or sets the a collection of valid enum values allowed.
6176
            </summary>
6177
            <value>A collection of valid enum values allowed.</value>
6178
        </member>
6179
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Options">
6180
            <summary>
6181
            Gets or sets a collection of options.
6182
            </summary>
6183
            <value>A collection of options.</value>
6184
        </member>
6185
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Disallow">
6186
            <summary>
6187
            Gets or sets disallowed types.
6188
            </summary>
6189
            <value>The disallow types.</value>
6190
        </member>
6191
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Default">
6192
            <summary>
6193
            Gets or sets the default value.
6194
            </summary>
6195
            <value>The default value.</value>
6196
        </member>
6197
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Extends">
6198
            <summary>
6199
            Gets or sets the extend <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/>.
6200
            </summary>
6201
            <value>The extended <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/>.</value>
6202
        </member>
6203
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Format">
6204
            <summary>
6205
            Gets or sets the format.
6206
            </summary>
6207
            <value>The format.</value>
6208
        </member>
6209
        <member name="T:Newtonsoft.Json.Schema.JsonSchemaGenerator">
6210
            <summary>
6211
            Generates a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from a specified <see cref="T:System.Type"/>.
6212
            </summary>
6213
        </member>
6214
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type)">
6215
            <summary>
6216
            Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
6217
            </summary>
6218
            <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
6219
            <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
6220
        </member>
6221
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,Newtonsoft.Json.Schema.JsonSchemaResolver)">
6222
            <summary>
6223
            Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
6224
            </summary>
6225
            <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
6226
            <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> used to resolve schema references.</param>
6227
            <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
6228
        </member>
6229
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,System.Boolean)">
6230
            <summary>
6231
            Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
6232
            </summary>
6233
            <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
6234
            <param name="rootSchemaNullable">Specify whether the generated root <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> will be nullable.</param>
6235
            <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
6236
        </member>
6237
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,Newtonsoft.Json.Schema.JsonSchemaResolver,System.Boolean)">
6238
            <summary>
6239
            Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
6240
            </summary>
6241
            <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
6242
            <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> used to resolve schema references.</param>
6243
            <param name="rootSchemaNullable">Specify whether the generated root <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> will be nullable.</param>
6244
            <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
6245
        </member>
6246
        <member name="P:Newtonsoft.Json.Schema.JsonSchemaGenerator.UndefinedSchemaIdHandling">
6247
            <summary>
6248
            Gets or sets how undefined schemas are handled by the serializer.
6249
            </summary>
6250
        </member>
6251
        <member name="P:Newtonsoft.Json.Schema.JsonSchemaGenerator.ContractResolver">
6252
            <summary>
6253
            Gets or sets the contract resolver.
6254
            </summary>
6255
            <value>The contract resolver.</value>
6256
        </member>
6257
        <member name="T:Newtonsoft.Json.Schema.JsonSchemaResolver">
6258
            <summary>
6259
            Resolves <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from an id.
6260
            </summary>
6261
        </member>
6262
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaResolver.#ctor">
6263
            <summary>
6264
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> class.
6265
            </summary>
6266
        </member>
6267
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaResolver.GetSchema(System.String)">
6268
            <summary>
6269
            Gets a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> for the specified id.
6270
            </summary>
6271
            <param name="id">The id.</param>
6272
            <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> for the specified id.</returns>
6273
        </member>
6274
        <member name="P:Newtonsoft.Json.Schema.JsonSchemaResolver.LoadedSchemas">
6275
            <summary>
6276
            Gets or sets the loaded schemas.
6277
            </summary>
6278
            <value>The loaded schemas.</value>
6279
        </member>
6280
        <member name="T:Newtonsoft.Json.Schema.JsonSchemaType">
6281
            <summary>
6282
            The value types allowed by the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/>.
6283
            </summary>
6284
        </member>
6285
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.None">
6286
            <summary>
6287
            No type specified.
6288
            </summary>
6289
        </member>
6290
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.String">
6291
            <summary>
6292
            String type.
6293
            </summary>
6294
        </member>
6295
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Float">
6296
            <summary>
6297
            Float type.
6298
            </summary>
6299
        </member>
6300
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Integer">
6301
            <summary>
6302
            Integer type.
6303
            </summary>
6304
        </member>
6305
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Boolean">
6306
            <summary>
6307
            Boolean type.
6308
            </summary>
6309
        </member>
6310
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Object">
6311
            <summary>
6312
            Object type.
6313
            </summary>
6314
        </member>
6315
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Array">
6316
            <summary>
6317
            Array type.
6318
            </summary>
6319
        </member>
6320
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Null">
6321
            <summary>
6322
            Null type.
6323
            </summary>
6324
        </member>
6325
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Any">
6326
            <summary>
6327
            Any type.
6328
            </summary>
6329
        </member>
6330
    </members>
6331
</doc>