Statistics
| Branch: | Revision:

root / trunk / packages / Newtonsoft.Json.4.5.10 / lib / sl4 / Newtonsoft.Json.xml @ 44cae3e0

History | View | Annotate | Download (374.1 kB)

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