프로젝트

일반

사용자정보

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

markus / KCOM / bin / x64 / Debug / Newtonsoft.Json.xml @ 787a4489

이력 | 보기 | 이력해설 | 다운로드 (506 KB)

1 787a4489 KangIngu
<?xml version="1.0"?>
2
<doc>
3
    <assembly>
4
        <name>Newtonsoft.Json</name>
5
    </assembly>
6
    <members>
7
        <member name="T:Newtonsoft.Json.Bson.BsonObjectId">
8
            <summary>
9
            Represents a BSON Oid (object id).
10
            </summary>
11
        </member>
12
        <member name="P:Newtonsoft.Json.Bson.BsonObjectId.Value">
13
            <summary>
14
            Gets or sets the value of the Oid.
15
            </summary>
16
            <value>The value of the Oid.</value>
17
        </member>
18
        <member name="M:Newtonsoft.Json.Bson.BsonObjectId.#ctor(System.Byte[])">
19
            <summary>
20
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonObjectId"/> class.
21
            </summary>
22
            <param name="value">The Oid value.</param>
23
        </member>
24
        <member name="T:Newtonsoft.Json.Bson.BsonReader">
25
            <summary>
26
            Represents a reader that provides fast, non-cached, forward-only access to serialized BSON data.
27
            </summary>
28
        </member>
29
        <member name="P:Newtonsoft.Json.Bson.BsonReader.JsonNet35BinaryCompatibility">
30
            <summary>
31
            Gets or sets a value indicating whether binary data reading should be compatible with incorrect Json.NET 3.5 written binary.
32
            </summary>
33
            <value>
34
                    <c>true</c> if binary data reading will be compatible with incorrect Json.NET 3.5 written binary; otherwise, <c>false</c>.
35
            </value>
36
        </member>
37
        <member name="P:Newtonsoft.Json.Bson.BsonReader.ReadRootValueAsArray">
38
            <summary>
39
            Gets or sets a value indicating whether the root object will be read as a JSON array.
40
            </summary>
41
            <value>
42
                    <c>true</c> if the root object will be read as a JSON array; otherwise, <c>false</c>.
43
            </value>
44
        </member>
45
        <member name="P:Newtonsoft.Json.Bson.BsonReader.DateTimeKindHandling">
46
            <summary>
47
            Gets or sets the <see cref="T:System.DateTimeKind" /> used when reading <see cref="T:System.DateTime"/> values from BSON.
48
            </summary>
49
            <value>The <see cref="T:System.DateTimeKind" /> used when reading <see cref="T:System.DateTime"/> values from BSON.</value>
50
        </member>
51
        <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.Stream)">
52
            <summary>
53
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.
54
            </summary>
55
            <param name="stream">The <see cref="T:System.IO.Stream"/> containing the BSON data to read.</param>
56
        </member>
57
        <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.BinaryReader)">
58
            <summary>
59
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.
60
            </summary>
61
            <param name="reader">The <see cref="T:System.IO.BinaryReader"/> containing the BSON data to read.</param>
62
        </member>
63
        <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.Stream,System.Boolean,System.DateTimeKind)">
64
            <summary>
65
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.
66
            </summary>
67
            <param name="stream">The <see cref="T:System.IO.Stream"/> containing the BSON data to read.</param>
68
            <param name="readRootValueAsArray">if set to <c>true</c> the root object will be read as a JSON array.</param>
69
            <param name="dateTimeKindHandling">The <see cref="T:System.DateTimeKind" /> used when reading <see cref="T:System.DateTime"/> values from BSON.</param>
70
        </member>
71
        <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.BinaryReader,System.Boolean,System.DateTimeKind)">
72
            <summary>
73
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.
74
            </summary>
75
            <param name="reader">The <see cref="T:System.IO.BinaryReader"/> containing the BSON data to read.</param>
76
            <param name="readRootValueAsArray">if set to <c>true</c> the root object will be read as a JSON array.</param>
77
            <param name="dateTimeKindHandling">The <see cref="T:System.DateTimeKind" /> used when reading <see cref="T:System.DateTime"/> values from BSON.</param>
78
        </member>
79
        <member name="M:Newtonsoft.Json.Bson.BsonReader.Read">
80
            <summary>
81
            Reads the next JSON token from the underlying <see cref="T:System.IO.Stream"/>.
82
            </summary>
83
            <returns>
84
            <c>true</c> if the next token was read successfully; <c>false</c> if there are no more tokens to read.
85
            </returns>
86
        </member>
87
        <member name="M:Newtonsoft.Json.Bson.BsonReader.Close">
88
            <summary>
89
            Changes the reader's state to <see cref="F:Newtonsoft.Json.JsonReader.State.Closed"/>.
90
            If <see cref="P:Newtonsoft.Json.JsonReader.CloseInput"/> is set to <c>true</c>, the underlying <see cref="T:System.IO.Stream"/> is also closed.
91
            </summary>
92
        </member>
93
        <member name="T:Newtonsoft.Json.Bson.BsonWriter">
94
            <summary>
95
            Represents a writer that provides a fast, non-cached, forward-only way of generating BSON data.
96
            </summary>
97
        </member>
98
        <member name="P:Newtonsoft.Json.Bson.BsonWriter.DateTimeKindHandling">
99
            <summary>
100
            Gets or sets the <see cref="T:System.DateTimeKind" /> used when writing <see cref="T:System.DateTime"/> values to BSON.
101
            When set to <see cref="F:System.DateTimeKind.Unspecified" /> no conversion will occur.
102
            </summary>
103
            <value>The <see cref="T:System.DateTimeKind" /> used when writing <see cref="T:System.DateTime"/> values to BSON.</value>
104
        </member>
105
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.#ctor(System.IO.Stream)">
106
            <summary>
107
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonWriter"/> class.
108
            </summary>
109
            <param name="stream">The <see cref="T:System.IO.Stream"/> to write to.</param>
110
        </member>
111
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.#ctor(System.IO.BinaryWriter)">
112
            <summary>
113
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonWriter"/> class.
114
            </summary>
115
            <param name="writer">The <see cref="T:System.IO.BinaryWriter"/> to write to.</param>
116
        </member>
117
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.Flush">
118
            <summary>
119
            Flushes whatever is in the buffer to the underlying <see cref="T:System.IO.Stream"/> and also flushes the underlying stream.
120
            </summary>
121
        </member>
122
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
123
            <summary>
124
            Writes the end.
125
            </summary>
126
            <param name="token">The token.</param>
127
        </member>
128
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteComment(System.String)">
129
            <summary>
130
            Writes a comment <c>/*...*/</c> containing the specified text.
131
            </summary>
132
            <param name="text">Text to place inside the comment.</param>
133
        </member>
134
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartConstructor(System.String)">
135
            <summary>
136
            Writes the start of a constructor with the given name.
137
            </summary>
138
            <param name="name">The name of the constructor.</param>
139
        </member>
140
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRaw(System.String)">
141
            <summary>
142
            Writes raw JSON.
143
            </summary>
144
            <param name="json">The raw JSON to write.</param>
145
        </member>
146
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRawValue(System.String)">
147
            <summary>
148
            Writes raw JSON where a value is expected and updates the writer's state.
149
            </summary>
150
            <param name="json">The raw JSON to write.</param>
151
        </member>
152
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartArray">
153
            <summary>
154
            Writes the beginning of a JSON array.
155
            </summary>
156
        </member>
157
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartObject">
158
            <summary>
159
            Writes the beginning of a JSON object.
160
            </summary>
161
        </member>
162
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WritePropertyName(System.String)">
163
            <summary>
164
            Writes the property name of a name/value pair on a JSON object.
165
            </summary>
166
            <param name="name">The name of the property.</param>
167
        </member>
168
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.Close">
169
            <summary>
170
            Closes this writer.
171
            If <see cref="P:Newtonsoft.Json.JsonWriter.CloseOutput"/> is set to <c>true</c>, the underlying <see cref="T:System.IO.Stream"/> is also closed.
172
            If <see cref="P:Newtonsoft.Json.JsonWriter.AutoCompleteOnClose"/> is set to <c>true</c>, the JSON is auto-completed.
173
            </summary>
174
        </member>
175
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Object)">
176
            <summary>
177
            Writes a <see cref="T:System.Object"/> value.
178
            An error will raised if the value cannot be written as a single JSON token.
179
            </summary>
180
            <param name="value">The <see cref="T:System.Object"/> value to write.</param>
181
        </member>
182
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteNull">
183
            <summary>
184
            Writes a null value.
185
            </summary>
186
        </member>
187
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteUndefined">
188
            <summary>
189
            Writes an undefined value.
190
            </summary>
191
        </member>
192
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.String)">
193
            <summary>
194
            Writes a <see cref="T:System.String"/> value.
195
            </summary>
196
            <param name="value">The <see cref="T:System.String"/> value to write.</param>
197
        </member>
198
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int32)">
199
            <summary>
200
            Writes a <see cref="T:System.Int32"/> value.
201
            </summary>
202
            <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
203
        </member>
204
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt32)">
205
            <summary>
206
            Writes a <see cref="T:System.UInt32"/> value.
207
            </summary>
208
            <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
209
        </member>
210
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int64)">
211
            <summary>
212
            Writes a <see cref="T:System.Int64"/> value.
213
            </summary>
214
            <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
215
        </member>
216
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt64)">
217
            <summary>
218
            Writes a <see cref="T:System.UInt64"/> value.
219
            </summary>
220
            <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
221
        </member>
222
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Single)">
223
            <summary>
224
            Writes a <see cref="T:System.Single"/> value.
225
            </summary>
226
            <param name="value">The <see cref="T:System.Single"/> value to write.</param>
227
        </member>
228
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Double)">
229
            <summary>
230
            Writes a <see cref="T:System.Double"/> value.
231
            </summary>
232
            <param name="value">The <see cref="T:System.Double"/> value to write.</param>
233
        </member>
234
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Boolean)">
235
            <summary>
236
            Writes a <see cref="T:System.Boolean"/> value.
237
            </summary>
238
            <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
239
        </member>
240
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int16)">
241
            <summary>
242
            Writes a <see cref="T:System.Int16"/> value.
243
            </summary>
244
            <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
245
        </member>
246
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt16)">
247
            <summary>
248
            Writes a <see cref="T:System.UInt16"/> value.
249
            </summary>
250
            <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
251
        </member>
252
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Char)">
253
            <summary>
254
            Writes a <see cref="T:System.Char"/> value.
255
            </summary>
256
            <param name="value">The <see cref="T:System.Char"/> value to write.</param>
257
        </member>
258
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Byte)">
259
            <summary>
260
            Writes a <see cref="T:System.Byte"/> value.
261
            </summary>
262
            <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
263
        </member>
264
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.SByte)">
265
            <summary>
266
            Writes a <see cref="T:System.SByte"/> value.
267
            </summary>
268
            <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
269
        </member>
270
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Decimal)">
271
            <summary>
272
            Writes a <see cref="T:System.Decimal"/> value.
273
            </summary>
274
            <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
275
        </member>
276
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.DateTime)">
277
            <summary>
278
            Writes a <see cref="T:System.DateTime"/> value.
279
            </summary>
280
            <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
281
        </member>
282
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.DateTimeOffset)">
283
            <summary>
284
            Writes a <see cref="T:System.DateTimeOffset"/> value.
285
            </summary>
286
            <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>
287
        </member>
288
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Byte[])">
289
            <summary>
290
            Writes a <see cref="T:System.Byte"/>[] value.
291
            </summary>
292
            <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param>
293
        </member>
294
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Guid)">
295
            <summary>
296
            Writes a <see cref="T:System.Guid"/> value.
297
            </summary>
298
            <param name="value">The <see cref="T:System.Guid"/> value to write.</param>
299
        </member>
300
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.TimeSpan)">
301
            <summary>
302
            Writes a <see cref="T:System.TimeSpan"/> value.
303
            </summary>
304
            <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>
305
        </member>
306
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Uri)">
307
            <summary>
308
            Writes a <see cref="T:System.Uri"/> value.
309
            </summary>
310
            <param name="value">The <see cref="T:System.Uri"/> value to write.</param>
311
        </member>
312
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteObjectId(System.Byte[])">
313
            <summary>
314
            Writes a <see cref="T:System.Byte"/>[] value that represents a BSON object id.
315
            </summary>
316
            <param name="value">The Object ID value to write.</param>
317
        </member>
318
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRegex(System.String,System.String)">
319
            <summary>
320
            Writes a BSON regex.
321
            </summary>
322
            <param name="pattern">The regex pattern.</param>
323
            <param name="options">The regex options.</param>
324
        </member>
325
        <member name="T:Newtonsoft.Json.ConstructorHandling">
326
            <summary>
327
            Specifies how constructors are used when initializing objects during deserialization by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
328
            </summary>
329
        </member>
330
        <member name="F:Newtonsoft.Json.ConstructorHandling.Default">
331
            <summary>
332
            First attempt to use the public default constructor, then fall back to a single parameterized constructor, then to the non-public default constructor.
333
            </summary>
334
        </member>
335
        <member name="F:Newtonsoft.Json.ConstructorHandling.AllowNonPublicDefaultConstructor">
336
            <summary>
337
            Json.NET will use a non-public default constructor before falling back to a parameterized constructor.
338
            </summary>
339
        </member>
340
        <member name="T:Newtonsoft.Json.Converters.BinaryConverter">
341
            <summary>
342
            Converts a binary value to and from a base 64 string value.
343
            </summary>
344
        </member>
345
        <member name="M:Newtonsoft.Json.Converters.BinaryConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
346
            <summary>
347
            Writes the JSON representation of the object.
348
            </summary>
349
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
350
            <param name="value">The value.</param>
351
            <param name="serializer">The calling serializer.</param>
352
        </member>
353
        <member name="M:Newtonsoft.Json.Converters.BinaryConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
354
            <summary>
355
            Reads the JSON representation of the object.
356
            </summary>
357
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
358
            <param name="objectType">Type of the object.</param>
359
            <param name="existingValue">The existing value of object being read.</param>
360
            <param name="serializer">The calling serializer.</param>
361
            <returns>The object value.</returns>
362
        </member>
363
        <member name="M:Newtonsoft.Json.Converters.BinaryConverter.CanConvert(System.Type)">
364
            <summary>
365
            Determines whether this instance can convert the specified object type.
366
            </summary>
367
            <param name="objectType">Type of the object.</param>
368
            <returns>
369
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
370
            </returns>
371
        </member>
372
        <member name="T:Newtonsoft.Json.Converters.BsonObjectIdConverter">
373
            <summary>
374
            Converts a <see cref="T:Newtonsoft.Json.Bson.BsonObjectId"/> to and from JSON and BSON.
375
            </summary>
376
        </member>
377
        <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
378
            <summary>
379
            Writes the JSON representation of the object.
380
            </summary>
381
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
382
            <param name="value">The value.</param>
383
            <param name="serializer">The calling serializer.</param>
384
        </member>
385
        <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
386
            <summary>
387
            Reads the JSON representation of the object.
388
            </summary>
389
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
390
            <param name="objectType">Type of the object.</param>
391
            <param name="existingValue">The existing value of object being read.</param>
392
            <param name="serializer">The calling serializer.</param>
393
            <returns>The object value.</returns>
394
        </member>
395
        <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.CanConvert(System.Type)">
396
            <summary>
397
            Determines whether this instance can convert the specified object type.
398
            </summary>
399
            <param name="objectType">Type of the object.</param>
400
            <returns>
401
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
402
            </returns>
403
        </member>
404
        <member name="T:Newtonsoft.Json.Converters.CustomCreationConverter`1">
405
            <summary>
406
            Creates a custom object.
407
            </summary>
408
            <typeparam name="T">The object type to convert.</typeparam>
409
        </member>
410
        <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
411
            <summary>
412
            Writes the JSON representation of the object.
413
            </summary>
414
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
415
            <param name="value">The value.</param>
416
            <param name="serializer">The calling serializer.</param>
417
        </member>
418
        <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
419
            <summary>
420
            Reads the JSON representation of the object.
421
            </summary>
422
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
423
            <param name="objectType">Type of the object.</param>
424
            <param name="existingValue">The existing value of object being read.</param>
425
            <param name="serializer">The calling serializer.</param>
426
            <returns>The object value.</returns>
427
        </member>
428
        <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.Create(System.Type)">
429
            <summary>
430
            Creates an object which will then be populated by the serializer.
431
            </summary>
432
            <param name="objectType">Type of the object.</param>
433
            <returns>The created object.</returns>
434
        </member>
435
        <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.CanConvert(System.Type)">
436
            <summary>
437
            Determines whether this instance can convert the specified object type.
438
            </summary>
439
            <param name="objectType">Type of the object.</param>
440
            <returns>
441
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
442
            </returns>
443
        </member>
444
        <member name="P:Newtonsoft.Json.Converters.CustomCreationConverter`1.CanWrite">
445
            <summary>
446
            Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON.
447
            </summary>
448
            <value>
449
                    <c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.
450
            </value>
451
        </member>
452
        <member name="T:Newtonsoft.Json.Converters.DataSetConverter">
453
            <summary>
454
            Converts a <see cref="T:System.Data.DataSet"/> to and from JSON.
455
            </summary>
456
        </member>
457
        <member name="M:Newtonsoft.Json.Converters.DataSetConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
458
            <summary>
459
            Writes the JSON representation of the object.
460
            </summary>
461
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
462
            <param name="value">The value.</param>
463
            <param name="serializer">The calling serializer.</param>
464
        </member>
465
        <member name="M:Newtonsoft.Json.Converters.DataSetConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
466
            <summary>
467
            Reads the JSON representation of the object.
468
            </summary>
469
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
470
            <param name="objectType">Type of the object.</param>
471
            <param name="existingValue">The existing value of object being read.</param>
472
            <param name="serializer">The calling serializer.</param>
473
            <returns>The object value.</returns>
474
        </member>
475
        <member name="M:Newtonsoft.Json.Converters.DataSetConverter.CanConvert(System.Type)">
476
            <summary>
477
            Determines whether this instance can convert the specified value type.
478
            </summary>
479
            <param name="valueType">Type of the value.</param>
480
            <returns>
481
                    <c>true</c> if this instance can convert the specified value type; otherwise, <c>false</c>.
482
            </returns>
483
        </member>
484
        <member name="T:Newtonsoft.Json.Converters.DataTableConverter">
485
            <summary>
486
            Converts a <see cref="T:System.Data.DataTable"/> to and from JSON.
487
            </summary>
488
        </member>
489
        <member name="M:Newtonsoft.Json.Converters.DataTableConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
490
            <summary>
491
            Writes the JSON representation of the object.
492
            </summary>
493
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
494
            <param name="value">The value.</param>
495
            <param name="serializer">The calling serializer.</param>
496
        </member>
497
        <member name="M:Newtonsoft.Json.Converters.DataTableConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
498
            <summary>
499
            Reads the JSON representation of the object.
500
            </summary>
501
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
502
            <param name="objectType">Type of the object.</param>
503
            <param name="existingValue">The existing value of object being read.</param>
504
            <param name="serializer">The calling serializer.</param>
505
            <returns>The object value.</returns>
506
        </member>
507
        <member name="M:Newtonsoft.Json.Converters.DataTableConverter.CanConvert(System.Type)">
508
            <summary>
509
            Determines whether this instance can convert the specified value type.
510
            </summary>
511
            <param name="valueType">Type of the value.</param>
512
            <returns>
513
                    <c>true</c> if this instance can convert the specified value type; otherwise, <c>false</c>.
514
            </returns>
515
        </member>
516
        <member name="T:Newtonsoft.Json.Converters.DateTimeConverterBase">
517
            <summary>
518
            Provides a base class for converting a <see cref="T:System.DateTime"/> to and from JSON.
519
            </summary>
520
        </member>
521
        <member name="M:Newtonsoft.Json.Converters.DateTimeConverterBase.CanConvert(System.Type)">
522
            <summary>
523
            Determines whether this instance can convert the specified object type.
524
            </summary>
525
            <param name="objectType">Type of the object.</param>
526
            <returns>
527
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
528
            </returns>
529
        </member>
530
        <member name="T:Newtonsoft.Json.Converters.DiscriminatedUnionConverter">
531
            <summary>
532
            Converts a F# discriminated union type to and from JSON.
533
            </summary>
534
        </member>
535
        <member name="M:Newtonsoft.Json.Converters.DiscriminatedUnionConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
536
            <summary>
537
            Writes the JSON representation of the object.
538
            </summary>
539
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
540
            <param name="value">The value.</param>
541
            <param name="serializer">The calling serializer.</param>
542
        </member>
543
        <member name="M:Newtonsoft.Json.Converters.DiscriminatedUnionConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
544
            <summary>
545
            Reads the JSON representation of the object.
546
            </summary>
547
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
548
            <param name="objectType">Type of the object.</param>
549
            <param name="existingValue">The existing value of object being read.</param>
550
            <param name="serializer">The calling serializer.</param>
551
            <returns>The object value.</returns>
552
        </member>
553
        <member name="M:Newtonsoft.Json.Converters.DiscriminatedUnionConverter.CanConvert(System.Type)">
554
            <summary>
555
            Determines whether this instance can convert the specified object type.
556
            </summary>
557
            <param name="objectType">Type of the object.</param>
558
            <returns>
559
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
560
            </returns>
561
        </member>
562
        <member name="T:Newtonsoft.Json.Converters.EntityKeyMemberConverter">
563
            <summary>
564
            Converts an Entity Framework <see cref="T:System.Data.EntityKeyMember"/> to and from JSON.
565
            </summary>
566
        </member>
567
        <member name="M:Newtonsoft.Json.Converters.EntityKeyMemberConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
568
            <summary>
569
            Writes the JSON representation of the object.
570
            </summary>
571
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
572
            <param name="value">The value.</param>
573
            <param name="serializer">The calling serializer.</param>
574
        </member>
575
        <member name="M:Newtonsoft.Json.Converters.EntityKeyMemberConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
576
            <summary>
577
            Reads the JSON representation of the object.
578
            </summary>
579
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
580
            <param name="objectType">Type of the object.</param>
581
            <param name="existingValue">The existing value of object being read.</param>
582
            <param name="serializer">The calling serializer.</param>
583
            <returns>The object value.</returns>
584
        </member>
585
        <member name="M:Newtonsoft.Json.Converters.EntityKeyMemberConverter.CanConvert(System.Type)">
586
            <summary>
587
            Determines whether this instance can convert the specified object type.
588
            </summary>
589
            <param name="objectType">Type of the object.</param>
590
            <returns>
591
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
592
            </returns>
593
        </member>
594
        <member name="T:Newtonsoft.Json.Converters.ExpandoObjectConverter">
595
            <summary>
596
            Converts an <see cref="T:System.Dynamic.ExpandoObject"/> to and from JSON.
597
            </summary>
598
        </member>
599
        <member name="M:Newtonsoft.Json.Converters.ExpandoObjectConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
600
            <summary>
601
            Writes the JSON representation of the object.
602
            </summary>
603
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
604
            <param name="value">The value.</param>
605
            <param name="serializer">The calling serializer.</param>
606
        </member>
607
        <member name="M:Newtonsoft.Json.Converters.ExpandoObjectConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
608
            <summary>
609
            Reads the JSON representation of the object.
610
            </summary>
611
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
612
            <param name="objectType">Type of the object.</param>
613
            <param name="existingValue">The existing value of object being read.</param>
614
            <param name="serializer">The calling serializer.</param>
615
            <returns>The object value.</returns>
616
        </member>
617
        <member name="M:Newtonsoft.Json.Converters.ExpandoObjectConverter.CanConvert(System.Type)">
618
            <summary>
619
            Determines whether this instance can convert the specified object type.
620
            </summary>
621
            <param name="objectType">Type of the object.</param>
622
            <returns>
623
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
624
            </returns>
625
        </member>
626
        <member name="P:Newtonsoft.Json.Converters.ExpandoObjectConverter.CanWrite">
627
            <summary>
628
            Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON.
629
            </summary>
630
            <value>
631
                    <c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.
632
            </value>
633
        </member>
634
        <member name="T:Newtonsoft.Json.Converters.IsoDateTimeConverter">
635
            <summary>
636
            Converts a <see cref="T:System.DateTime"/> to and from the ISO 8601 date format (e.g. <c>"2008-04-12T12:53Z"</c>).
637
            </summary>
638
        </member>
639
        <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.DateTimeStyles">
640
            <summary>
641
            Gets or sets the date time styles used when converting a date to and from JSON.
642
            </summary>
643
            <value>The date time styles used when converting a date to and from JSON.</value>
644
        </member>
645
        <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.DateTimeFormat">
646
            <summary>
647
            Gets or sets the date time format used when converting a date to and from JSON.
648
            </summary>
649
            <value>The date time format used when converting a date to and from JSON.</value>
650
        </member>
651
        <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.Culture">
652
            <summary>
653
            Gets or sets the culture used when converting a date to and from JSON.
654
            </summary>
655
            <value>The culture used when converting a date to and from JSON.</value>
656
        </member>
657
        <member name="M:Newtonsoft.Json.Converters.IsoDateTimeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
658
            <summary>
659
            Writes the JSON representation of the object.
660
            </summary>
661
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
662
            <param name="value">The value.</param>
663
            <param name="serializer">The calling serializer.</param>
664
        </member>
665
        <member name="M:Newtonsoft.Json.Converters.IsoDateTimeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
666
            <summary>
667
            Reads the JSON representation of the object.
668
            </summary>
669
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
670
            <param name="objectType">Type of the object.</param>
671
            <param name="existingValue">The existing value of object being read.</param>
672
            <param name="serializer">The calling serializer.</param>
673
            <returns>The object value.</returns>
674
        </member>
675
        <member name="T:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter">
676
            <summary>
677
            Converts a <see cref="T:System.DateTime"/> to and from a JavaScript <c>Date</c> constructor (e.g. <c>new Date(52231943)</c>).
678
            </summary>
679
        </member>
680
        <member name="M:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
681
            <summary>
682
            Writes the JSON representation of the object.
683
            </summary>
684
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
685
            <param name="value">The value.</param>
686
            <param name="serializer">The calling serializer.</param>
687
        </member>
688
        <member name="M:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
689
            <summary>
690
            Reads the JSON representation of the object.
691
            </summary>
692
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
693
            <param name="objectType">Type of the object.</param>
694
            <param name="existingValue">The existing property value of the JSON that is being converted.</param>
695
            <param name="serializer">The calling serializer.</param>
696
            <returns>The object value.</returns>
697
        </member>
698
        <member name="T:Newtonsoft.Json.Converters.KeyValuePairConverter">
699
            <summary>
700
            Converts a <see cref="T:System.Collections.Generic.KeyValuePair`2"/> to and from JSON.
701
            </summary>
702
        </member>
703
        <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
704
            <summary>
705
            Writes the JSON representation of the object.
706
            </summary>
707
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
708
            <param name="value">The value.</param>
709
            <param name="serializer">The calling serializer.</param>
710
        </member>
711
        <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
712
            <summary>
713
            Reads the JSON representation of the object.
714
            </summary>
715
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
716
            <param name="objectType">Type of the object.</param>
717
            <param name="existingValue">The existing value of object being read.</param>
718
            <param name="serializer">The calling serializer.</param>
719
            <returns>The object value.</returns>
720
        </member>
721
        <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.CanConvert(System.Type)">
722
            <summary>
723
            Determines whether this instance can convert the specified object type.
724
            </summary>
725
            <param name="objectType">Type of the object.</param>
726
            <returns>
727
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
728
            </returns>
729
        </member>
730
        <member name="T:Newtonsoft.Json.Converters.RegexConverter">
731
            <summary>
732
            Converts a <see cref="T:System.Text.RegularExpressions.Regex"/> to and from JSON and BSON.
733
            </summary>
734
        </member>
735
        <member name="M:Newtonsoft.Json.Converters.RegexConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
736
            <summary>
737
            Writes the JSON representation of the object.
738
            </summary>
739
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
740
            <param name="value">The value.</param>
741
            <param name="serializer">The calling serializer.</param>
742
        </member>
743
        <member name="M:Newtonsoft.Json.Converters.RegexConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
744
            <summary>
745
            Reads the JSON representation of the object.
746
            </summary>
747
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
748
            <param name="objectType">Type of the object.</param>
749
            <param name="existingValue">The existing value of object being read.</param>
750
            <param name="serializer">The calling serializer.</param>
751
            <returns>The object value.</returns>
752
        </member>
753
        <member name="M:Newtonsoft.Json.Converters.RegexConverter.CanConvert(System.Type)">
754
            <summary>
755
            Determines whether this instance can convert the specified object type.
756
            </summary>
757
            <param name="objectType">Type of the object.</param>
758
            <returns>
759
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
760
            </returns>
761
        </member>
762
        <member name="T:Newtonsoft.Json.Converters.StringEnumConverter">
763
            <summary>
764
            Converts an <see cref="T:System.Enum"/> to and from its name string value.
765
            </summary>
766
        </member>
767
        <member name="P:Newtonsoft.Json.Converters.StringEnumConverter.CamelCaseText">
768
            <summary>
769
            Gets or sets a value indicating whether the written enum text should be camel case.
770
            </summary>
771
            <value><c>true</c> if the written enum text will be camel case; otherwise, <c>false</c>.</value>
772
        </member>
773
        <member name="P:Newtonsoft.Json.Converters.StringEnumConverter.AllowIntegerValues">
774
            <summary>
775
            Gets or sets a value indicating whether integer values are allowed when deserializing.
776
            </summary>
777
            <value><c>true</c> if integers are allowed when deserializing; otherwise, <c>false</c>.</value>
778
        </member>
779
        <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.#ctor">
780
            <summary>
781
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Converters.StringEnumConverter"/> class.
782
            </summary>
783
        </member>
784
        <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.#ctor(System.Boolean)">
785
            <summary>
786
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Converters.StringEnumConverter"/> class.
787
            </summary>
788
            <param name="camelCaseText"><c>true</c> if the written enum text will be camel case; otherwise, <c>false</c>.</param>
789
        </member>
790
        <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
791
            <summary>
792
            Writes the JSON representation of the object.
793
            </summary>
794
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
795
            <param name="value">The value.</param>
796
            <param name="serializer">The calling serializer.</param>
797
        </member>
798
        <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
799
            <summary>
800
            Reads the JSON representation of the object.
801
            </summary>
802
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
803
            <param name="objectType">Type of the object.</param>
804
            <param name="existingValue">The existing value of object being read.</param>
805
            <param name="serializer">The calling serializer.</param>
806
            <returns>The object value.</returns>
807
        </member>
808
        <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.CanConvert(System.Type)">
809
            <summary>
810
            Determines whether this instance can convert the specified object type.
811
            </summary>
812
            <param name="objectType">Type of the object.</param>
813
            <returns>
814
            <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
815
            </returns>
816
        </member>
817
        <member name="T:Newtonsoft.Json.Converters.VersionConverter">
818
            <summary>
819
            Converts a <see cref="T:System.Version"/> to and from a string (e.g. <c>"1.2.3.4"</c>).
820
            </summary>
821
        </member>
822
        <member name="M:Newtonsoft.Json.Converters.VersionConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
823
            <summary>
824
            Writes the JSON representation of the object.
825
            </summary>
826
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
827
            <param name="value">The value.</param>
828
            <param name="serializer">The calling serializer.</param>
829
        </member>
830
        <member name="M:Newtonsoft.Json.Converters.VersionConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
831
            <summary>
832
            Reads the JSON representation of the object.
833
            </summary>
834
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
835
            <param name="objectType">Type of the object.</param>
836
            <param name="existingValue">The existing property value of the JSON that is being converted.</param>
837
            <param name="serializer">The calling serializer.</param>
838
            <returns>The object value.</returns>
839
        </member>
840
        <member name="M:Newtonsoft.Json.Converters.VersionConverter.CanConvert(System.Type)">
841
            <summary>
842
            Determines whether this instance can convert the specified object type.
843
            </summary>
844
            <param name="objectType">Type of the object.</param>
845
            <returns>
846
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
847
            </returns>
848
        </member>
849
        <member name="T:Newtonsoft.Json.Converters.XmlNodeConverter">
850
            <summary>
851
            Converts XML to and from JSON.
852
            </summary>
853
        </member>
854
        <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.DeserializeRootElementName">
855
            <summary>
856
            Gets or sets the name of the root element to insert when deserializing to XML if the JSON structure has produced multiple root elements.
857
            </summary>
858
            <value>The name of the deserialized root element.</value>
859
        </member>
860
        <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.WriteArrayAttribute">
861
            <summary>
862
            Gets or sets a flag to indicate whether to write the Json.NET array attribute.
863
            This attribute helps preserve arrays when converting the written XML back to JSON.
864
            </summary>
865
            <value><c>true</c> if the array attribute is written to the XML; otherwise, <c>false</c>.</value>
866
        </member>
867
        <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.OmitRootObject">
868
            <summary>
869
            Gets or sets a value indicating whether to write the root JSON object.
870
            </summary>
871
            <value><c>true</c> if the JSON root object is omitted; otherwise, <c>false</c>.</value>
872
        </member>
873
        <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
874
            <summary>
875
            Writes the JSON representation of the object.
876
            </summary>
877
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
878
            <param name="serializer">The calling serializer.</param>
879
            <param name="value">The value.</param>
880
        </member>
881
        <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
882
            <summary>
883
            Reads the JSON representation of the object.
884
            </summary>
885
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
886
            <param name="objectType">Type of the object.</param>
887
            <param name="existingValue">The existing value of object being read.</param>
888
            <param name="serializer">The calling serializer.</param>
889
            <returns>The object value.</returns>
890
        </member>
891
        <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.IsNamespaceAttribute(System.String,System.String@)">
892
            <summary>
893
            Checks if the <paramref name="attributeName"/> is a namespace attribute.
894
            </summary>
895
            <param name="attributeName">Attribute name to test.</param>
896
            <param name="prefix">The attribute name prefix if it has one, otherwise an empty string.</param>
897
            <returns><c>true</c> if attribute name is for a namespace attribute, otherwise <c>false</c>.</returns>
898
        </member>
899
        <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.CanConvert(System.Type)">
900
            <summary>
901
            Determines whether this instance can convert the specified value type.
902
            </summary>
903
            <param name="valueType">Type of the value.</param>
904
            <returns>
905
                    <c>true</c> if this instance can convert the specified value type; otherwise, <c>false</c>.
906
            </returns>
907
        </member>
908
        <member name="T:Newtonsoft.Json.DateFormatHandling">
909
            <summary>
910
            Specifies how dates are formatted when writing JSON text.
911
            </summary>
912
        </member>
913
        <member name="F:Newtonsoft.Json.DateFormatHandling.IsoDateFormat">
914
            <summary>
915
            Dates are written in the ISO 8601 format, e.g. <c>"2012-03-21T05:40Z"</c>.
916
            </summary>
917
        </member>
918
        <member name="F:Newtonsoft.Json.DateFormatHandling.MicrosoftDateFormat">
919
            <summary>
920
            Dates are written in the Microsoft JSON format, e.g. <c>"\/Date(1198908717056)\/"</c>.
921
            </summary>
922
        </member>
923
        <member name="T:Newtonsoft.Json.DateParseHandling">
924
            <summary>
925
            Specifies how date formatted strings, e.g. <c>"\/Date(1198908717056)\/"</c> and <c>"2012-03-21T05:40Z"</c>, are parsed when reading JSON text.
926
            </summary>
927
        </member>
928
        <member name="F:Newtonsoft.Json.DateParseHandling.None">
929
            <summary>
930
            Date formatted strings are not parsed to a date type and are read as strings.
931
            </summary>
932
        </member>
933
        <member name="F:Newtonsoft.Json.DateParseHandling.DateTime">
934
            <summary>
935
            Date formatted strings, e.g. <c>"\/Date(1198908717056)\/"</c> and <c>"2012-03-21T05:40Z"</c>, are parsed to <see cref="F:Newtonsoft.Json.DateParseHandling.DateTime"/>.
936
            </summary>
937
        </member>
938
        <member name="F:Newtonsoft.Json.DateParseHandling.DateTimeOffset">
939
            <summary>
940
            Date formatted strings, e.g. <c>"\/Date(1198908717056)\/"</c> and <c>"2012-03-21T05:40Z"</c>, are parsed to <see cref="F:Newtonsoft.Json.DateParseHandling.DateTimeOffset"/>.
941
            </summary>
942
        </member>
943
        <member name="T:Newtonsoft.Json.DateTimeZoneHandling">
944
            <summary>
945
            Specifies how to treat the time value when converting between string and <see cref="T:System.DateTime"/>.
946
            </summary>
947
        </member>
948
        <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Local">
949
            <summary>
950
            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.
951
            </summary>
952
        </member>
953
        <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Utc">
954
            <summary>
955
            Treat as a UTC. If the <see cref="T:System.DateTime"/> object represents a local time, it is converted to a UTC.
956
            </summary>
957
        </member>
958
        <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Unspecified">
959
            <summary>
960
            Treat as a local time if a <see cref="T:System.DateTime"/> is being converted to a string.
961
            If a string is being converted to <see cref="T:System.DateTime"/>, convert to a local time if a time zone is specified.
962
            </summary>
963
        </member>
964
        <member name="F:Newtonsoft.Json.DateTimeZoneHandling.RoundtripKind">
965
            <summary>
966
            Time zone information should be preserved when converting.
967
            </summary>
968
        </member>
969
        <member name="T:Newtonsoft.Json.DefaultValueHandling">
970
            <summary>
971
            Specifies default value handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
972
            </summary>
973
            <example>
974
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeDefaultValueHandlingObject" title="DefaultValueHandling Class" />
975
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeDefaultValueHandlingExample" title="DefaultValueHandling Ignore Example" />
976
            </example>
977
        </member>
978
        <member name="F:Newtonsoft.Json.DefaultValueHandling.Include">
979
            <summary>
980
            Include members where the member value is the same as the member's default value when serializing objects.
981
            Included members are written to JSON. Has no effect when deserializing.
982
            </summary>
983
        </member>
984
        <member name="F:Newtonsoft.Json.DefaultValueHandling.Ignore">
985
            <summary>
986
            Ignore members where the member value is the same as the member's default value when serializing objects
987
            so that it is not written to JSON.
988
            This option will ignore all default values (e.g. <c>null</c> for objects and nullable types; <c>0</c> for integers,
989
            decimals and floating point numbers; and <c>false</c> for booleans). The default value ignored can be changed by
990
            placing the <see cref="T:System.ComponentModel.DefaultValueAttribute"/> on the property.
991
            </summary>
992
        </member>
993
        <member name="F:Newtonsoft.Json.DefaultValueHandling.Populate">
994
            <summary>
995
            Members with a default value but no JSON will be set to their default value when deserializing.
996
            </summary>
997
        </member>
998
        <member name="F:Newtonsoft.Json.DefaultValueHandling.IgnoreAndPopulate">
999
            <summary>
1000
            Ignore members where the member value is the same as the member's default value when serializing objects
1001
            and set members to their default value when deserializing.
1002
            </summary>
1003
        </member>
1004
        <member name="T:Newtonsoft.Json.FloatFormatHandling">
1005
            <summary>
1006
            Specifies float format handling options when writing special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>,
1007
            <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/> with <see cref="T:Newtonsoft.Json.JsonWriter"/>.
1008
            </summary>
1009
        </member>
1010
        <member name="F:Newtonsoft.Json.FloatFormatHandling.String">
1011
            <summary>
1012
            Write special floating point values as strings in JSON, e.g. <c>"NaN"</c>, <c>"Infinity"</c>, <c>"-Infinity"</c>.
1013
            </summary>
1014
        </member>
1015
        <member name="F:Newtonsoft.Json.FloatFormatHandling.Symbol">
1016
            <summary>
1017
            Write special floating point values as symbols in JSON, e.g. <c>NaN</c>, <c>Infinity</c>, <c>-Infinity</c>.
1018
            Note that this will produce non-valid JSON.
1019
            </summary>
1020
        </member>
1021
        <member name="F:Newtonsoft.Json.FloatFormatHandling.DefaultValue">
1022
            <summary>
1023
            Write special floating point values as the property's default value in JSON, e.g. 0.0 for a <see cref="T:System.Double"/> property, <c>null</c> for a <see cref="T:System.Nullable`1"/> of <see cref="T:System.Double"/> property.
1024
            </summary>
1025
        </member>
1026
        <member name="T:Newtonsoft.Json.FloatParseHandling">
1027
            <summary>
1028
            Specifies how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
1029
            </summary>
1030
        </member>
1031
        <member name="F:Newtonsoft.Json.FloatParseHandling.Double">
1032
            <summary>
1033
            Floating point numbers are parsed to <see cref="F:Newtonsoft.Json.FloatParseHandling.Double"/>.
1034
            </summary>
1035
        </member>
1036
        <member name="F:Newtonsoft.Json.FloatParseHandling.Decimal">
1037
            <summary>
1038
            Floating point numbers are parsed to <see cref="F:Newtonsoft.Json.FloatParseHandling.Decimal"/>.
1039
            </summary>
1040
        </member>
1041
        <member name="T:Newtonsoft.Json.Formatting">
1042
            <summary>
1043
            Specifies formatting options for the <see cref="T:Newtonsoft.Json.JsonTextWriter"/>.
1044
            </summary>
1045
        </member>
1046
        <member name="F:Newtonsoft.Json.Formatting.None">
1047
            <summary>
1048
            No special formatting is applied. This is the default.
1049
            </summary>
1050
        </member>
1051
        <member name="F:Newtonsoft.Json.Formatting.Indented">
1052
            <summary>
1053
            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.
1054
            </summary>
1055
        </member>
1056
        <member name="T:Newtonsoft.Json.IArrayPool`1">
1057
            <summary>
1058
            Provides an interface for using pooled arrays.
1059
            </summary>
1060
            <typeparam name="T">The array type content.</typeparam>
1061
        </member>
1062
        <member name="M:Newtonsoft.Json.IArrayPool`1.Rent(System.Int32)">
1063
            <summary>
1064
            Rent an array from the pool. This array must be returned when it is no longer needed.
1065
            </summary>
1066
            <param name="minimumLength">The minimum required length of the array. The returned array may be longer.</param>
1067
            <returns>The rented array from the pool. This array must be returned when it is no longer needed.</returns>
1068
        </member>
1069
        <member name="M:Newtonsoft.Json.IArrayPool`1.Return(`0[])">
1070
            <summary>
1071
            Return an array to the pool.
1072
            </summary>
1073
            <param name="array">The array that is being returned.</param>
1074
        </member>
1075
        <member name="T:Newtonsoft.Json.IJsonLineInfo">
1076
            <summary>
1077
            Provides an interface to enable a class to return line and position information.
1078
            </summary>
1079
        </member>
1080
        <member name="M:Newtonsoft.Json.IJsonLineInfo.HasLineInfo">
1081
            <summary>
1082
            Gets a value indicating whether the class can return line information.
1083
            </summary>
1084
            <returns>
1085
                    <c>true</c> if <see cref="P:Newtonsoft.Json.IJsonLineInfo.LineNumber"/> and <see cref="P:Newtonsoft.Json.IJsonLineInfo.LinePosition"/> can be provided; otherwise, <c>false</c>.
1086
            </returns>
1087
        </member>
1088
        <member name="P:Newtonsoft.Json.IJsonLineInfo.LineNumber">
1089
            <summary>
1090
            Gets the current line number.
1091
            </summary>
1092
            <value>The current line number or 0 if no line information is available (for example, when <see cref="M:Newtonsoft.Json.IJsonLineInfo.HasLineInfo"/> returns <c>false</c>).</value>
1093
        </member>
1094
        <member name="P:Newtonsoft.Json.IJsonLineInfo.LinePosition">
1095
            <summary>
1096
            Gets the current line position.
1097
            </summary>
1098
            <value>The current line position or 0 if no line information is available (for example, when <see cref="M:Newtonsoft.Json.IJsonLineInfo.HasLineInfo"/> returns <c>false</c>).</value>
1099
        </member>
1100
        <member name="T:Newtonsoft.Json.JsonArrayAttribute">
1101
            <summary>
1102
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the collection.
1103
            </summary>
1104
        </member>
1105
        <member name="P:Newtonsoft.Json.JsonArrayAttribute.AllowNullItems">
1106
            <summary>
1107
            Gets or sets a value indicating whether null items are allowed in the collection.
1108
            </summary>
1109
            <value><c>true</c> if null items are allowed in the collection; otherwise, <c>false</c>.</value>
1110
        </member>
1111
        <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor">
1112
            <summary>
1113
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonArrayAttribute"/> class.
1114
            </summary>
1115
        </member>
1116
        <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor(System.Boolean)">
1117
            <summary>
1118
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with a flag indicating whether the array can contain null items.
1119
            </summary>
1120
            <param name="allowNullItems">A flag indicating whether the array can contain null items.</param>
1121
        </member>
1122
        <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor(System.String)">
1123
            <summary>
1124
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonArrayAttribute"/> class with the specified container Id.
1125
            </summary>
1126
            <param name="id">The container Id.</param>
1127
        </member>
1128
        <member name="T:Newtonsoft.Json.JsonConstructorAttribute">
1129
            <summary>
1130
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to use the specified constructor when deserializing that object.
1131
            </summary>
1132
        </member>
1133
        <member name="T:Newtonsoft.Json.JsonContainerAttribute">
1134
            <summary>
1135
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the object.
1136
            </summary>
1137
        </member>
1138
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.Id">
1139
            <summary>
1140
            Gets or sets the id.
1141
            </summary>
1142
            <value>The id.</value>
1143
        </member>
1144
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.Title">
1145
            <summary>
1146
            Gets or sets the title.
1147
            </summary>
1148
            <value>The title.</value>
1149
        </member>
1150
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.Description">
1151
            <summary>
1152
            Gets or sets the description.
1153
            </summary>
1154
            <value>The description.</value>
1155
        </member>
1156
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemConverterType">
1157
            <summary>
1158
            Gets or sets the collection's items converter.
1159
            </summary>
1160
            <value>The collection's items converter.</value>
1161
        </member>
1162
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemConverterParameters">
1163
            <summary>
1164
            The parameter list to use when constructing the <see cref="T:Newtonsoft.Json.JsonConverter"/> described by <see cref="P:Newtonsoft.Json.JsonContainerAttribute.ItemConverterType"/>.
1165
            If <c>null</c>, the default constructor is used.
1166
            When non-<c>null</c>, there must be a constructor defined in the <see cref="T:Newtonsoft.Json.JsonConverter"/> that exactly matches the number,
1167
            order, and type of these parameters.
1168
            </summary>
1169
            <example>
1170
            <code>
1171
            [JsonContainer(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })]
1172
            </code>
1173
            </example>
1174
        </member>
1175
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.NamingStrategyType">
1176
            <summary>
1177
            Gets or sets the <see cref="T:System.Type"/> of the <see cref="T:Newtonsoft.Json.Serialization.NamingStrategy"/>.
1178
            </summary>
1179
            <value>The <see cref="T:System.Type"/> of the <see cref="T:Newtonsoft.Json.Serialization.NamingStrategy"/>.</value>
1180
        </member>
1181
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.NamingStrategyParameters">
1182
            <summary>
1183
            The parameter list to use when constructing the <see cref="T:Newtonsoft.Json.Serialization.NamingStrategy"/> described by <see cref="P:Newtonsoft.Json.JsonContainerAttribute.NamingStrategyType"/>.
1184
            If <c>null</c>, the default constructor is used.
1185
            When non-<c>null</c>, there must be a constructor defined in the <see cref="T:Newtonsoft.Json.Serialization.NamingStrategy"/> that exactly matches the number,
1186
            order, and type of these parameters.
1187
            </summary>
1188
            <example>
1189
            <code>
1190
            [JsonContainer(NamingStrategyType = typeof(MyNamingStrategy), NamingStrategyParameters = new object[] { 123, "Four" })]
1191
            </code>
1192
            </example>
1193
        </member>
1194
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.IsReference">
1195
            <summary>
1196
            Gets or sets a value that indicates whether to preserve object references.
1197
            </summary>
1198
            <value>
1199
                    <c>true</c> to keep object reference; otherwise, <c>false</c>. The default is <c>false</c>.
1200
            </value>
1201
        </member>
1202
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemIsReference">
1203
            <summary>
1204
            Gets or sets a value that indicates whether to preserve collection's items references.
1205
            </summary>
1206
            <value>
1207
                    <c>true</c> to keep collection's items object references; otherwise, <c>false</c>. The default is <c>false</c>.
1208
            </value>
1209
        </member>
1210
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemReferenceLoopHandling">
1211
            <summary>
1212
            Gets or sets the reference loop handling used when serializing the collection's items.
1213
            </summary>
1214
            <value>The reference loop handling.</value>
1215
        </member>
1216
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemTypeNameHandling">
1217
            <summary>
1218
            Gets or sets the type name handling used when serializing the collection's items.
1219
            </summary>
1220
            <value>The type name handling.</value>
1221
        </member>
1222
        <member name="M:Newtonsoft.Json.JsonContainerAttribute.#ctor">
1223
            <summary>
1224
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonContainerAttribute"/> class.
1225
            </summary>
1226
        </member>
1227
        <member name="M:Newtonsoft.Json.JsonContainerAttribute.#ctor(System.String)">
1228
            <summary>
1229
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonContainerAttribute"/> class with the specified container Id.
1230
            </summary>
1231
            <param name="id">The container Id.</param>
1232
        </member>
1233
        <member name="T:Newtonsoft.Json.JsonConvert">
1234
            <summary>
1235
            Provides methods for converting between .NET types and JSON types.
1236
            </summary>
1237
            <example>
1238
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="SerializeObject" title="Serializing and Deserializing JSON with JsonConvert" />
1239
            </example>
1240
        </member>
1241
        <member name="P:Newtonsoft.Json.JsonConvert.DefaultSettings">
1242
            <summary>
1243
            Gets or sets a function that creates default <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1244
            Default settings are automatically used by serialization methods on <see cref="T:Newtonsoft.Json.JsonConvert"/>,
1245
            and <see cref="M:Newtonsoft.Json.Linq.JToken.ToObject``1"/> and <see cref="M:Newtonsoft.Json.Linq.JToken.FromObject(System.Object)"/> on <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
1246
            To serialize without using any default settings create a <see cref="T:Newtonsoft.Json.JsonSerializer"/> with
1247
            <see cref="M:Newtonsoft.Json.JsonSerializer.Create"/>.
1248
            </summary>
1249
        </member>
1250
        <member name="F:Newtonsoft.Json.JsonConvert.True">
1251
            <summary>
1252
            Represents JavaScript's boolean value <c>true</c> as a string. This field is read-only.
1253
            </summary>
1254
        </member>
1255
        <member name="F:Newtonsoft.Json.JsonConvert.False">
1256
            <summary>
1257
            Represents JavaScript's boolean value <c>false</c> as a string. This field is read-only.
1258
            </summary>
1259
        </member>
1260
        <member name="F:Newtonsoft.Json.JsonConvert.Null">
1261
            <summary>
1262
            Represents JavaScript's <c>null</c> as a string. This field is read-only.
1263
            </summary>
1264
        </member>
1265
        <member name="F:Newtonsoft.Json.JsonConvert.Undefined">
1266
            <summary>
1267
            Represents JavaScript's <c>undefined</c> as a string. This field is read-only.
1268
            </summary>
1269
        </member>
1270
        <member name="F:Newtonsoft.Json.JsonConvert.PositiveInfinity">
1271
            <summary>
1272
            Represents JavaScript's positive infinity as a string. This field is read-only.
1273
            </summary>
1274
        </member>
1275
        <member name="F:Newtonsoft.Json.JsonConvert.NegativeInfinity">
1276
            <summary>
1277
            Represents JavaScript's negative infinity as a string. This field is read-only.
1278
            </summary>
1279
        </member>
1280
        <member name="F:Newtonsoft.Json.JsonConvert.NaN">
1281
            <summary>
1282
            Represents JavaScript's <c>NaN</c> as a string. This field is read-only.
1283
            </summary>
1284
        </member>
1285
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTime)">
1286
            <summary>
1287
            Converts the <see cref="T:System.DateTime"/> to its JSON string representation.
1288
            </summary>
1289
            <param name="value">The value to convert.</param>
1290
            <returns>A JSON string representation of the <see cref="T:System.DateTime"/>.</returns>
1291
        </member>
1292
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTime,Newtonsoft.Json.DateFormatHandling,Newtonsoft.Json.DateTimeZoneHandling)">
1293
            <summary>
1294
            Converts the <see cref="T:System.DateTime"/> to its JSON string representation using the <see cref="T:Newtonsoft.Json.DateFormatHandling"/> specified.
1295
            </summary>
1296
            <param name="value">The value to convert.</param>
1297
            <param name="format">The format the date will be converted to.</param>
1298
            <param name="timeZoneHandling">The time zone handling when the date is converted to a string.</param>
1299
            <returns>A JSON string representation of the <see cref="T:System.DateTime"/>.</returns>
1300
        </member>
1301
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTimeOffset)">
1302
            <summary>
1303
            Converts the <see cref="T:System.DateTimeOffset"/> to its JSON string representation.
1304
            </summary>
1305
            <param name="value">The value to convert.</param>
1306
            <returns>A JSON string representation of the <see cref="T:System.DateTimeOffset"/>.</returns>
1307
        </member>
1308
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTimeOffset,Newtonsoft.Json.DateFormatHandling)">
1309
            <summary>
1310
            Converts the <see cref="T:System.DateTimeOffset"/> to its JSON string representation using the <see cref="T:Newtonsoft.Json.DateFormatHandling"/> specified.
1311
            </summary>
1312
            <param name="value">The value to convert.</param>
1313
            <param name="format">The format the date will be converted to.</param>
1314
            <returns>A JSON string representation of the <see cref="T:System.DateTimeOffset"/>.</returns>
1315
        </member>
1316
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Boolean)">
1317
            <summary>
1318
            Converts the <see cref="T:System.Boolean"/> to its JSON string representation.
1319
            </summary>
1320
            <param name="value">The value to convert.</param>
1321
            <returns>A JSON string representation of the <see cref="T:System.Boolean"/>.</returns>
1322
        </member>
1323
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Char)">
1324
            <summary>
1325
            Converts the <see cref="T:System.Char"/> to its JSON string representation.
1326
            </summary>
1327
            <param name="value">The value to convert.</param>
1328
            <returns>A JSON string representation of the <see cref="T:System.Char"/>.</returns>
1329
        </member>
1330
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Enum)">
1331
            <summary>
1332
            Converts the <see cref="T:System.Enum"/> to its JSON string representation.
1333
            </summary>
1334
            <param name="value">The value to convert.</param>
1335
            <returns>A JSON string representation of the <see cref="T:System.Enum"/>.</returns>
1336
        </member>
1337
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int32)">
1338
            <summary>
1339
            Converts the <see cref="T:System.Int32"/> to its JSON string representation.
1340
            </summary>
1341
            <param name="value">The value to convert.</param>
1342
            <returns>A JSON string representation of the <see cref="T:System.Int32"/>.</returns>
1343
        </member>
1344
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int16)">
1345
            <summary>
1346
            Converts the <see cref="T:System.Int16"/> to its JSON string representation.
1347
            </summary>
1348
            <param name="value">The value to convert.</param>
1349
            <returns>A JSON string representation of the <see cref="T:System.Int16"/>.</returns>
1350
        </member>
1351
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt16)">
1352
            <summary>
1353
            Converts the <see cref="T:System.UInt16"/> to its JSON string representation.
1354
            </summary>
1355
            <param name="value">The value to convert.</param>
1356
            <returns>A JSON string representation of the <see cref="T:System.UInt16"/>.</returns>
1357
        </member>
1358
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt32)">
1359
            <summary>
1360
            Converts the <see cref="T:System.UInt32"/> to its JSON string representation.
1361
            </summary>
1362
            <param name="value">The value to convert.</param>
1363
            <returns>A JSON string representation of the <see cref="T:System.UInt32"/>.</returns>
1364
        </member>
1365
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int64)">
1366
            <summary>
1367
            Converts the <see cref="T:System.Int64"/>  to its JSON string representation.
1368
            </summary>
1369
            <param name="value">The value to convert.</param>
1370
            <returns>A JSON string representation of the <see cref="T:System.Int64"/>.</returns>
1371
        </member>
1372
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt64)">
1373
            <summary>
1374
            Converts the <see cref="T:System.UInt64"/> to its JSON string representation.
1375
            </summary>
1376
            <param name="value">The value to convert.</param>
1377
            <returns>A JSON string representation of the <see cref="T:System.UInt64"/>.</returns>
1378
        </member>
1379
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Single)">
1380
            <summary>
1381
            Converts the <see cref="T:System.Single"/> to its JSON string representation.
1382
            </summary>
1383
            <param name="value">The value to convert.</param>
1384
            <returns>A JSON string representation of the <see cref="T:System.Single"/>.</returns>
1385
        </member>
1386
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Double)">
1387
            <summary>
1388
            Converts the <see cref="T:System.Double"/> to its JSON string representation.
1389
            </summary>
1390
            <param name="value">The value to convert.</param>
1391
            <returns>A JSON string representation of the <see cref="T:System.Double"/>.</returns>
1392
        </member>
1393
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Byte)">
1394
            <summary>
1395
            Converts the <see cref="T:System.Byte"/> to its JSON string representation.
1396
            </summary>
1397
            <param name="value">The value to convert.</param>
1398
            <returns>A JSON string representation of the <see cref="T:System.Byte"/>.</returns>
1399
        </member>
1400
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.SByte)">
1401
            <summary>
1402
            Converts the <see cref="T:System.SByte"/> to its JSON string representation.
1403
            </summary>
1404
            <param name="value">The value to convert.</param>
1405
            <returns>A JSON string representation of the <see cref="T:System.SByte"/>.</returns>
1406
        </member>
1407
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Decimal)">
1408
            <summary>
1409
            Converts the <see cref="T:System.Decimal"/> to its JSON string representation.
1410
            </summary>
1411
            <param name="value">The value to convert.</param>
1412
            <returns>A JSON string representation of the <see cref="T:System.SByte"/>.</returns>
1413
        </member>
1414
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Guid)">
1415
            <summary>
1416
            Converts the <see cref="T:System.Guid"/> to its JSON string representation.
1417
            </summary>
1418
            <param name="value">The value to convert.</param>
1419
            <returns>A JSON string representation of the <see cref="T:System.Guid"/>.</returns>
1420
        </member>
1421
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.TimeSpan)">
1422
            <summary>
1423
            Converts the <see cref="T:System.TimeSpan"/> to its JSON string representation.
1424
            </summary>
1425
            <param name="value">The value to convert.</param>
1426
            <returns>A JSON string representation of the <see cref="T:System.TimeSpan"/>.</returns>
1427
        </member>
1428
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Uri)">
1429
            <summary>
1430
            Converts the <see cref="T:System.Uri"/> to its JSON string representation.
1431
            </summary>
1432
            <param name="value">The value to convert.</param>
1433
            <returns>A JSON string representation of the <see cref="T:System.Uri"/>.</returns>
1434
        </member>
1435
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String)">
1436
            <summary>
1437
            Converts the <see cref="T:System.String"/> to its JSON string representation.
1438
            </summary>
1439
            <param name="value">The value to convert.</param>
1440
            <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns>
1441
        </member>
1442
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String,System.Char)">
1443
            <summary>
1444
            Converts the <see cref="T:System.String"/> to its JSON string representation.
1445
            </summary>
1446
            <param name="value">The value to convert.</param>
1447
            <param name="delimiter">The string delimiter character.</param>
1448
            <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns>
1449
        </member>
1450
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String,System.Char,Newtonsoft.Json.StringEscapeHandling)">
1451
            <summary>
1452
            Converts the <see cref="T:System.String"/> to its JSON string representation.
1453
            </summary>
1454
            <param name="value">The value to convert.</param>
1455
            <param name="delimiter">The string delimiter character.</param>
1456
            <param name="stringEscapeHandling">The string escape handling.</param>
1457
            <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns>
1458
        </member>
1459
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Object)">
1460
            <summary>
1461
            Converts the <see cref="T:System.Object"/> to its JSON string representation.
1462
            </summary>
1463
            <param name="value">The value to convert.</param>
1464
            <returns>A JSON string representation of the <see cref="T:System.Object"/>.</returns>
1465
        </member>
1466
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object)">
1467
            <summary>
1468
            Serializes the specified object to a JSON string.
1469
            </summary>
1470
            <param name="value">The object to serialize.</param>
1471
            <returns>A JSON string representation of the object.</returns>
1472
        </member>
1473
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting)">
1474
            <summary>
1475
            Serializes the specified object to a JSON string using formatting.
1476
            </summary>
1477
            <param name="value">The object to serialize.</param>
1478
            <param name="formatting">Indicates how the output should be formatted.</param>
1479
            <returns>
1480
            A JSON string representation of the object.
1481
            </returns>
1482
        </member>
1483
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.JsonConverter[])">
1484
            <summary>
1485
            Serializes the specified object to a JSON string using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1486
            </summary>
1487
            <param name="value">The object to serialize.</param>
1488
            <param name="converters">A collection of converters used while serializing.</param>
1489
            <returns>A JSON string representation of the object.</returns>
1490
        </member>
1491
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[])">
1492
            <summary>
1493
            Serializes the specified object to a JSON string using formatting and a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1494
            </summary>
1495
            <param name="value">The object to serialize.</param>
1496
            <param name="formatting">Indicates how the output should be formatted.</param>
1497
            <param name="converters">A collection of converters used while serializing.</param>
1498
            <returns>A JSON string representation of the object.</returns>
1499
        </member>
1500
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.JsonSerializerSettings)">
1501
            <summary>
1502
            Serializes the specified object to a JSON string using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1503
            </summary>
1504
            <param name="value">The object to serialize.</param>
1505
            <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.
1506
            If this is <c>null</c>, default serialization settings will be used.</param>
1507
            <returns>
1508
            A JSON string representation of the object.
1509
            </returns>
1510
        </member>
1511
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,System.Type,Newtonsoft.Json.JsonSerializerSettings)">
1512
            <summary>
1513
            Serializes the specified object to a JSON string using a type, formatting and <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1514
            </summary>
1515
            <param name="value">The object to serialize.</param>
1516
            <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.
1517
            If this is <c>null</c>, default serialization settings will be used.</param>
1518
            <param name="type">
1519
            The type of the value being serialized.
1520
            This parameter is used when <see cref="P:Newtonsoft.Json.JsonSerializer.TypeNameHandling"/> is <see cref="F:Newtonsoft.Json.TypeNameHandling.Auto"/> to write out the type name if the type of the value does not match.
1521
            Specifying the type is optional.
1522
            </param>
1523
            <returns>
1524
            A JSON string representation of the object.
1525
            </returns>
1526
        </member>
1527
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)">
1528
            <summary>
1529
            Serializes the specified object to a JSON string using formatting and <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1530
            </summary>
1531
            <param name="value">The object to serialize.</param>
1532
            <param name="formatting">Indicates how the output should be formatted.</param>
1533
            <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.
1534
            If this is <c>null</c>, default serialization settings will be used.</param>
1535
            <returns>
1536
            A JSON string representation of the object.
1537
            </returns>
1538
        </member>
1539
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,System.Type,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)">
1540
            <summary>
1541
            Serializes the specified object to a JSON string using a type, formatting and <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1542
            </summary>
1543
            <param name="value">The object to serialize.</param>
1544
            <param name="formatting">Indicates how the output should be formatted.</param>
1545
            <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.
1546
            If this is <c>null</c>, default serialization settings will be used.</param>
1547
            <param name="type">
1548
            The type of the value being serialized.
1549
            This parameter is used when <see cref="P:Newtonsoft.Json.JsonSerializer.TypeNameHandling"/> is <see cref="F:Newtonsoft.Json.TypeNameHandling.Auto"/> to write out the type name if the type of the value does not match.
1550
            Specifying the type is optional.
1551
            </param>
1552
            <returns>
1553
            A JSON string representation of the object.
1554
            </returns>
1555
        </member>
1556
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String)">
1557
            <summary>
1558
            Deserializes the JSON to a .NET object.
1559
            </summary>
1560
            <param name="value">The JSON to deserialize.</param>
1561
            <returns>The deserialized object from the JSON string.</returns>
1562
        </member>
1563
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,Newtonsoft.Json.JsonSerializerSettings)">
1564
            <summary>
1565
            Deserializes the JSON to a .NET object using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1566
            </summary>
1567
            <param name="value">The JSON to deserialize.</param>
1568
            <param name="settings">
1569
            The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1570
            If this is <c>null</c>, default serialization settings will be used.
1571
            </param>
1572
            <returns>The deserialized object from the JSON string.</returns>
1573
        </member>
1574
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type)">
1575
            <summary>
1576
            Deserializes the JSON to the specified .NET type.
1577
            </summary>
1578
            <param name="value">The JSON to deserialize.</param>
1579
            <param name="type">The <see cref="T:System.Type"/> of object being deserialized.</param>
1580
            <returns>The deserialized object from the JSON string.</returns>
1581
        </member>
1582
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String)">
1583
            <summary>
1584
            Deserializes the JSON to the specified .NET type.
1585
            </summary>
1586
            <typeparam name="T">The type of the object to deserialize to.</typeparam>
1587
            <param name="value">The JSON to deserialize.</param>
1588
            <returns>The deserialized object from the JSON string.</returns>
1589
        </member>
1590
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeAnonymousType``1(System.String,``0)">
1591
            <summary>
1592
            Deserializes the JSON to the given anonymous type.
1593
            </summary>
1594
            <typeparam name="T">
1595
            The anonymous type to deserialize to. This can't be specified
1596
            traditionally and must be inferred from the anonymous type passed
1597
            as a parameter.
1598
            </typeparam>
1599
            <param name="value">The JSON to deserialize.</param>
1600
            <param name="anonymousTypeObject">The anonymous type object.</param>
1601
            <returns>The deserialized anonymous type from the JSON string.</returns>
1602
        </member>
1603
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeAnonymousType``1(System.String,``0,Newtonsoft.Json.JsonSerializerSettings)">
1604
            <summary>
1605
            Deserializes the JSON to the given anonymous type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1606
            </summary>
1607
            <typeparam name="T">
1608
            The anonymous type to deserialize to. This can't be specified
1609
            traditionally and must be inferred from the anonymous type passed
1610
            as a parameter.
1611
            </typeparam>
1612
            <param name="value">The JSON to deserialize.</param>
1613
            <param name="anonymousTypeObject">The anonymous type object.</param>
1614
            <param name="settings">
1615
            The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1616
            If this is <c>null</c>, default serialization settings will be used.
1617
            </param>
1618
            <returns>The deserialized anonymous type from the JSON string.</returns>
1619
        </member>
1620
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String,Newtonsoft.Json.JsonConverter[])">
1621
            <summary>
1622
            Deserializes the JSON to the specified .NET type using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1623
            </summary>
1624
            <typeparam name="T">The type of the object to deserialize to.</typeparam>
1625
            <param name="value">The JSON to deserialize.</param>
1626
            <param name="converters">Converters to use while deserializing.</param>
1627
            <returns>The deserialized object from the JSON string.</returns>
1628
        </member>
1629
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String,Newtonsoft.Json.JsonSerializerSettings)">
1630
            <summary>
1631
            Deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1632
            </summary>
1633
            <typeparam name="T">The type of the object to deserialize to.</typeparam>
1634
            <param name="value">The object to deserialize.</param>
1635
            <param name="settings">
1636
            The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1637
            If this is <c>null</c>, default serialization settings will be used.
1638
            </param>
1639
            <returns>The deserialized object from the JSON string.</returns>
1640
        </member>
1641
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type,Newtonsoft.Json.JsonConverter[])">
1642
            <summary>
1643
            Deserializes the JSON to the specified .NET type using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1644
            </summary>
1645
            <param name="value">The JSON to deserialize.</param>
1646
            <param name="type">The type of the object to deserialize.</param>
1647
            <param name="converters">Converters to use while deserializing.</param>
1648
            <returns>The deserialized object from the JSON string.</returns>
1649
        </member>
1650
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type,Newtonsoft.Json.JsonSerializerSettings)">
1651
            <summary>
1652
            Deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1653
            </summary>
1654
            <param name="value">The JSON to deserialize.</param>
1655
            <param name="type">The type of the object to deserialize to.</param>
1656
            <param name="settings">
1657
            The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1658
            If this is <c>null</c>, default serialization settings will be used.
1659
            </param>
1660
            <returns>The deserialized object from the JSON string.</returns>
1661
        </member>
1662
        <member name="M:Newtonsoft.Json.JsonConvert.PopulateObject(System.String,System.Object)">
1663
            <summary>
1664
            Populates the object with values from the JSON string.
1665
            </summary>
1666
            <param name="value">The JSON to populate values from.</param>
1667
            <param name="target">The target object to populate values onto.</param>
1668
        </member>
1669
        <member name="M:Newtonsoft.Json.JsonConvert.PopulateObject(System.String,System.Object,Newtonsoft.Json.JsonSerializerSettings)">
1670
            <summary>
1671
            Populates the object with values from the JSON string using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
1672
            </summary>
1673
            <param name="value">The JSON to populate values from.</param>
1674
            <param name="target">The target object to populate values onto.</param>
1675
            <param name="settings">
1676
            The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1677
            If this is <c>null</c>, default serialization settings will be used.
1678
            </param>
1679
        </member>
1680
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeXmlNode(System.Xml.XmlNode)">
1681
            <summary>
1682
            Serializes the <see cref="T:System.Xml.XmlNode"/> to a JSON string.
1683
            </summary>
1684
            <param name="node">The node to serialize.</param>
1685
            <returns>A JSON string of the <see cref="T:System.Xml.XmlNode"/>.</returns>
1686
        </member>
1687
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeXmlNode(System.Xml.XmlNode,Newtonsoft.Json.Formatting)">
1688
            <summary>
1689
            Serializes the <see cref="T:System.Xml.XmlNode"/> to a JSON string using formatting.
1690
            </summary>
1691
            <param name="node">The node to serialize.</param>
1692
            <param name="formatting">Indicates how the output should be formatted.</param>
1693
            <returns>A JSON string of the <see cref="T:System.Xml.XmlNode"/>.</returns>
1694
        </member>
1695
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeXmlNode(System.Xml.XmlNode,Newtonsoft.Json.Formatting,System.Boolean)">
1696
            <summary>
1697
            Serializes the <see cref="T:System.Xml.XmlNode"/> to a JSON string using formatting and omits the root object if <paramref name="omitRootObject"/> is <c>true</c>.
1698
            </summary>
1699
            <param name="node">The node to serialize.</param>
1700
            <param name="formatting">Indicates how the output should be formatted.</param>
1701
            <param name="omitRootObject">Omits writing the root object.</param>
1702
            <returns>A JSON string of the <see cref="T:System.Xml.XmlNode"/>.</returns>
1703
        </member>
1704
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXmlNode(System.String)">
1705
            <summary>
1706
            Deserializes the <see cref="T:System.Xml.XmlNode"/> from a JSON string.
1707
            </summary>
1708
            <param name="value">The JSON string.</param>
1709
            <returns>The deserialized <see cref="T:System.Xml.XmlNode"/>.</returns>
1710
        </member>
1711
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXmlNode(System.String,System.String)">
1712
            <summary>
1713
            Deserializes the <see cref="T:System.Xml.XmlNode"/> from a JSON string nested in a root element specified by <paramref name="deserializeRootElementName"/>.
1714
            </summary>
1715
            <param name="value">The JSON string.</param>
1716
            <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param>
1717
            <returns>The deserialized <see cref="T:System.Xml.XmlNode"/>.</returns>
1718
        </member>
1719
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXmlNode(System.String,System.String,System.Boolean)">
1720
            <summary>
1721
            Deserializes the <see cref="T:System.Xml.XmlNode"/> from a JSON string nested in a root element specified by <paramref name="deserializeRootElementName"/>
1722
            and writes a Json.NET array attribute for collections.
1723
            </summary>
1724
            <param name="value">The JSON string.</param>
1725
            <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param>
1726
            <param name="writeArrayAttribute">
1727
            A flag to indicate whether to write the Json.NET array attribute.
1728
            This attribute helps preserve arrays when converting the written XML back to JSON.
1729
            </param>
1730
            <returns>The deserialized <see cref="T:System.Xml.XmlNode"/>.</returns>
1731
        </member>
1732
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeXNode(System.Xml.Linq.XObject)">
1733
            <summary>
1734
            Serializes the <see cref="T:System.Xml.Linq.XNode"/> to a JSON string.
1735
            </summary>
1736
            <param name="node">The node to convert to JSON.</param>
1737
            <returns>A JSON string of the <see cref="T:System.Xml.Linq.XNode"/>.</returns>
1738
        </member>
1739
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeXNode(System.Xml.Linq.XObject,Newtonsoft.Json.Formatting)">
1740
            <summary>
1741
            Serializes the <see cref="T:System.Xml.Linq.XNode"/> to a JSON string using formatting.
1742
            </summary>
1743
            <param name="node">The node to convert to JSON.</param>
1744
            <param name="formatting">Indicates how the output should be formatted.</param>
1745
            <returns>A JSON string of the <see cref="T:System.Xml.Linq.XNode"/>.</returns>
1746
        </member>
1747
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeXNode(System.Xml.Linq.XObject,Newtonsoft.Json.Formatting,System.Boolean)">
1748
            <summary>
1749
            Serializes the <see cref="T:System.Xml.Linq.XNode"/> to a JSON string using formatting and omits the root object if <paramref name="omitRootObject"/> is <c>true</c>.
1750
            </summary>
1751
            <param name="node">The node to serialize.</param>
1752
            <param name="formatting">Indicates how the output should be formatted.</param>
1753
            <param name="omitRootObject">Omits writing the root object.</param>
1754
            <returns>A JSON string of the <see cref="T:System.Xml.Linq.XNode"/>.</returns>
1755
        </member>
1756
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXNode(System.String)">
1757
            <summary>
1758
            Deserializes the <see cref="T:System.Xml.Linq.XNode"/> from a JSON string.
1759
            </summary>
1760
            <param name="value">The JSON string.</param>
1761
            <returns>The deserialized <see cref="T:System.Xml.Linq.XNode"/>.</returns>
1762
        </member>
1763
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXNode(System.String,System.String)">
1764
            <summary>
1765
            Deserializes the <see cref="T:System.Xml.Linq.XNode"/> from a JSON string nested in a root element specified by <paramref name="deserializeRootElementName"/>.
1766
            </summary>
1767
            <param name="value">The JSON string.</param>
1768
            <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param>
1769
            <returns>The deserialized <see cref="T:System.Xml.Linq.XNode"/>.</returns>
1770
        </member>
1771
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXNode(System.String,System.String,System.Boolean)">
1772
            <summary>
1773
            Deserializes the <see cref="T:System.Xml.Linq.XNode"/> from a JSON string nested in a root element specified by <paramref name="deserializeRootElementName"/>
1774
            and writes a Json.NET array attribute for collections.
1775
            </summary>
1776
            <param name="value">The JSON string.</param>
1777
            <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param>
1778
            <param name="writeArrayAttribute">
1779
            A flag to indicate whether to write the Json.NET array attribute.
1780
            This attribute helps preserve arrays when converting the written XML back to JSON.
1781
            </param>
1782
            <returns>The deserialized <see cref="T:System.Xml.Linq.XNode"/>.</returns>
1783
        </member>
1784
        <member name="T:Newtonsoft.Json.JsonConverter">
1785
            <summary>
1786
            Converts an object to and from JSON.
1787
            </summary>
1788
        </member>
1789
        <member name="M:Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1790
            <summary>
1791
            Writes the JSON representation of the object.
1792
            </summary>
1793
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1794
            <param name="value">The value.</param>
1795
            <param name="serializer">The calling serializer.</param>
1796
        </member>
1797
        <member name="M:Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1798
            <summary>
1799
            Reads the JSON representation of the object.
1800
            </summary>
1801
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1802
            <param name="objectType">Type of the object.</param>
1803
            <param name="existingValue">The existing value of object being read.</param>
1804
            <param name="serializer">The calling serializer.</param>
1805
            <returns>The object value.</returns>
1806
        </member>
1807
        <member name="M:Newtonsoft.Json.JsonConverter.CanConvert(System.Type)">
1808
            <summary>
1809
            Determines whether this instance can convert the specified object type.
1810
            </summary>
1811
            <param name="objectType">Type of the object.</param>
1812
            <returns>
1813
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1814
            </returns>
1815
        </member>
1816
        <member name="P:Newtonsoft.Json.JsonConverter.CanRead">
1817
            <summary>
1818
            Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can read JSON.
1819
            </summary>
1820
            <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can read JSON; otherwise, <c>false</c>.</value>
1821
        </member>
1822
        <member name="P:Newtonsoft.Json.JsonConverter.CanWrite">
1823
            <summary>
1824
            Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON.
1825
            </summary>
1826
            <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.</value>
1827
        </member>
1828
        <member name="T:Newtonsoft.Json.JsonConverterAttribute">
1829
            <summary>
1830
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to use the specified <see cref="T:Newtonsoft.Json.JsonConverter"/> when serializing the member or class.
1831
            </summary>
1832
        </member>
1833
        <member name="P:Newtonsoft.Json.JsonConverterAttribute.ConverterType">
1834
            <summary>
1835
            Gets the <see cref="T:System.Type"/> of the <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1836
            </summary>
1837
            <value>The <see cref="T:System.Type"/> of the <see cref="T:Newtonsoft.Json.JsonConverter"/>.</value>
1838
        </member>
1839
        <member name="P:Newtonsoft.Json.JsonConverterAttribute.ConverterParameters">
1840
            <summary>
1841
            The parameter list to use when constructing the <see cref="T:Newtonsoft.Json.JsonConverter"/> described by <see cref="P:Newtonsoft.Json.JsonConverterAttribute.ConverterType"/>.
1842
            If <c>null</c>, the default constructor is used.
1843
            </summary>
1844
        </member>
1845
        <member name="M:Newtonsoft.Json.JsonConverterAttribute.#ctor(System.Type)">
1846
            <summary>
1847
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonConverterAttribute"/> class.
1848
            </summary>
1849
            <param name="converterType">Type of the <see cref="T:Newtonsoft.Json.JsonConverter"/>.</param>
1850
        </member>
1851
        <member name="M:Newtonsoft.Json.JsonConverterAttribute.#ctor(System.Type,System.Object[])">
1852
            <summary>
1853
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonConverterAttribute"/> class.
1854
            </summary>
1855
            <param name="converterType">Type of the <see cref="T:Newtonsoft.Json.JsonConverter"/>.</param>
1856
            <param name="converterParameters">Parameter list to use when constructing the <see cref="T:Newtonsoft.Json.JsonConverter"/>. Can be <c>null</c>.</param>
1857
        </member>
1858
        <member name="T:Newtonsoft.Json.JsonConverterCollection">
1859
            <summary>
1860
            Represents a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1861
            </summary>
1862
        </member>
1863
        <member name="T:Newtonsoft.Json.JsonDictionaryAttribute">
1864
            <summary>
1865
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the collection.
1866
            </summary>
1867
        </member>
1868
        <member name="M:Newtonsoft.Json.JsonDictionaryAttribute.#ctor">
1869
            <summary>
1870
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonDictionaryAttribute"/> class.
1871
            </summary>
1872
        </member>
1873
        <member name="M:Newtonsoft.Json.JsonDictionaryAttribute.#ctor(System.String)">
1874
            <summary>
1875
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonDictionaryAttribute"/> class with the specified container Id.
1876
            </summary>
1877
            <param name="id">The container Id.</param>
1878
        </member>
1879
        <member name="T:Newtonsoft.Json.JsonException">
1880
            <summary>
1881
            The exception thrown when an error occurs during JSON serialization or deserialization.
1882
            </summary>
1883
        </member>
1884
        <member name="M:Newtonsoft.Json.JsonException.#ctor">
1885
            <summary>
1886
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class.
1887
            </summary>
1888
        </member>
1889
        <member name="M:Newtonsoft.Json.JsonException.#ctor(System.String)">
1890
            <summary>
1891
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class
1892
            with a specified error message.
1893
            </summary>
1894
            <param name="message">The error message that explains the reason for the exception.</param>
1895
        </member>
1896
        <member name="M:Newtonsoft.Json.JsonException.#ctor(System.String,System.Exception)">
1897
            <summary>
1898
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class
1899
            with a specified error message and a reference to the inner exception that is the cause of this exception.
1900
            </summary>
1901
            <param name="message">The error message that explains the reason for the exception.</param>
1902
            <param name="innerException">The exception that is the cause of the current exception, or <c>null</c> if no inner exception is specified.</param>
1903
        </member>
1904
        <member name="M:Newtonsoft.Json.JsonException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
1905
            <summary>
1906
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class.
1907
            </summary>
1908
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
1909
            <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
1910
            <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is <c>null</c>.</exception>
1911
            <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is <c>null</c> or <see cref="P:System.Exception.HResult"/> is zero (0).</exception>
1912
        </member>
1913
        <member name="T:Newtonsoft.Json.JsonExtensionDataAttribute">
1914
            <summary>
1915
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to deserialize properties with no matching class member into the specified collection
1916
            and write values during serialization.
1917
            </summary>
1918
        </member>
1919
        <member name="P:Newtonsoft.Json.JsonExtensionDataAttribute.WriteData">
1920
            <summary>
1921
            Gets or sets a value that indicates whether to write extension data when serializing the object.
1922
            </summary>
1923
            <value>
1924
                    <c>true</c> to write extension data when serializing the object; otherwise, <c>false</c>. The default is <c>true</c>.
1925
            </value>
1926
        </member>
1927
        <member name="P:Newtonsoft.Json.JsonExtensionDataAttribute.ReadData">
1928
            <summary>
1929
            Gets or sets a value that indicates whether to read extension data when deserializing the object.
1930
            </summary>
1931
            <value>
1932
                    <c>true</c> to read extension data when deserializing the object; otherwise, <c>false</c>. The default is <c>true</c>.
1933
            </value>
1934
        </member>
1935
        <member name="M:Newtonsoft.Json.JsonExtensionDataAttribute.#ctor">
1936
            <summary>
1937
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonExtensionDataAttribute"/> class.
1938
            </summary>
1939
        </member>
1940
        <member name="T:Newtonsoft.Json.JsonIgnoreAttribute">
1941
            <summary>
1942
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> not to serialize the public field or public read/write property value.
1943
            </summary>
1944
        </member>
1945
        <member name="T:Newtonsoft.Json.JsonObjectAttribute">
1946
            <summary>
1947
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the object.
1948
            </summary>
1949
        </member>
1950
        <member name="P:Newtonsoft.Json.JsonObjectAttribute.MemberSerialization">
1951
            <summary>
1952
            Gets or sets the member serialization.
1953
            </summary>
1954
            <value>The member serialization.</value>
1955
        </member>
1956
        <member name="P:Newtonsoft.Json.JsonObjectAttribute.ItemRequired">
1957
            <summary>
1958
            Gets or sets a value that indicates whether the object's properties are required.
1959
            </summary>
1960
            <value>
1961
                    A value indicating whether the object's properties are required.
1962
            </value>
1963
        </member>
1964
        <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor">
1965
            <summary>
1966
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class.
1967
            </summary>
1968
        </member>
1969
        <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor(Newtonsoft.Json.MemberSerialization)">
1970
            <summary>
1971
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with the specified member serialization.
1972
            </summary>
1973
            <param name="memberSerialization">The member serialization.</param>
1974
        </member>
1975
        <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor(System.String)">
1976
            <summary>
1977
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with the specified container Id.
1978
            </summary>
1979
            <param name="id">The container Id.</param>
1980
        </member>
1981
        <member name="T:Newtonsoft.Json.JsonPropertyAttribute">
1982
            <summary>
1983
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to always serialize the member with the specified name.
1984
            </summary>
1985
        </member>
1986
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemConverterType">
1987
            <summary>
1988
            Gets or sets the <see cref="T:Newtonsoft.Json.JsonConverter"/> used when serializing the property's collection items.
1989
            </summary>
1990
            <value>The collection's items <see cref="T:Newtonsoft.Json.JsonConverter"/>.</value>
1991
        </member>
1992
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemConverterParameters">
1993
            <summary>
1994
            The parameter list to use when constructing the <see cref="T:Newtonsoft.Json.JsonConverter"/> described by <see cref="P:Newtonsoft.Json.JsonPropertyAttribute.ItemConverterType"/>.
1995
            If <c>null</c>, the default constructor is used.
1996
            When non-<c>null</c>, there must be a constructor defined in the <see cref="T:Newtonsoft.Json.JsonConverter"/> that exactly matches the number,
1997
            order, and type of these parameters.
1998
            </summary>
1999
            <example>
2000
            <code>
2001
            [JsonProperty(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })]
2002
            </code>
2003
            </example>
2004
        </member>
2005
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.NamingStrategyType">
2006
            <summary>
2007
            Gets or sets the <see cref="T:System.Type"/> of the <see cref="T:Newtonsoft.Json.Serialization.NamingStrategy"/>.
2008
            </summary>
2009
            <value>The <see cref="T:System.Type"/> of the <see cref="T:Newtonsoft.Json.Serialization.NamingStrategy"/>.</value>
2010
        </member>
2011
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.NamingStrategyParameters">
2012
            <summary>
2013
            The parameter list to use when constructing the <see cref="T:Newtonsoft.Json.Serialization.NamingStrategy"/> described by <see cref="P:Newtonsoft.Json.JsonPropertyAttribute.NamingStrategyType"/>.
2014
            If <c>null</c>, the default constructor is used.
2015
            When non-<c>null</c>, there must be a constructor defined in the <see cref="T:Newtonsoft.Json.Serialization.NamingStrategy"/> that exactly matches the number,
2016
            order, and type of these parameters.
2017
            </summary>
2018
            <example>
2019
            <code>
2020
            [JsonProperty(NamingStrategyType = typeof(MyNamingStrategy), NamingStrategyParameters = new object[] { 123, "Four" })]
2021
            </code>
2022
            </example>
2023
        </member>
2024
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.NullValueHandling">
2025
            <summary>
2026
            Gets or sets the null value handling used when serializing this property.
2027
            </summary>
2028
            <value>The null value handling.</value>
2029
        </member>
2030
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.DefaultValueHandling">
2031
            <summary>
2032
            Gets or sets the default value handling used when serializing this property.
2033
            </summary>
2034
            <value>The default value handling.</value>
2035
        </member>
2036
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ReferenceLoopHandling">
2037
            <summary>
2038
            Gets or sets the reference loop handling used when serializing this property.
2039
            </summary>
2040
            <value>The reference loop handling.</value>
2041
        </member>
2042
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ObjectCreationHandling">
2043
            <summary>
2044
            Gets or sets the object creation handling used when deserializing this property.
2045
            </summary>
2046
            <value>The object creation handling.</value>
2047
        </member>
2048
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.TypeNameHandling">
2049
            <summary>
2050
            Gets or sets the type name handling used when serializing this property.
2051
            </summary>
2052
            <value>The type name handling.</value>
2053
        </member>
2054
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.IsReference">
2055
            <summary>
2056
            Gets or sets whether this property's value is serialized as a reference.
2057
            </summary>
2058
            <value>Whether this property's value is serialized as a reference.</value>
2059
        </member>
2060
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.Order">
2061
            <summary>
2062
            Gets or sets the order of serialization of a member.
2063
            </summary>
2064
            <value>The numeric order of serialization.</value>
2065
        </member>
2066
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.Required">
2067
            <summary>
2068
            Gets or sets a value indicating whether this property is required.
2069
            </summary>
2070
            <value>
2071
                    A value indicating whether this property is required.
2072
            </value>
2073
        </member>
2074
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.PropertyName">
2075
            <summary>
2076
            Gets or sets the name of the property.
2077
            </summary>
2078
            <value>The name of the property.</value>
2079
        </member>
2080
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemReferenceLoopHandling">
2081
            <summary>
2082
            Gets or sets the reference loop handling used when serializing the property's collection items.
2083
            </summary>
2084
            <value>The collection's items reference loop handling.</value>
2085
        </member>
2086
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemTypeNameHandling">
2087
            <summary>
2088
            Gets or sets the type name handling used when serializing the property's collection items.
2089
            </summary>
2090
            <value>The collection's items type name handling.</value>
2091
        </member>
2092
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemIsReference">
2093
            <summary>
2094
            Gets or sets whether this property's collection items are serialized as a reference.
2095
            </summary>
2096
            <value>Whether this property's collection items are serialized as a reference.</value>
2097
        </member>
2098
        <member name="M:Newtonsoft.Json.JsonPropertyAttribute.#ctor">
2099
            <summary>
2100
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> class.
2101
            </summary>
2102
        </member>
2103
        <member name="M:Newtonsoft.Json.JsonPropertyAttribute.#ctor(System.String)">
2104
            <summary>
2105
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> class with the specified name.
2106
            </summary>
2107
            <param name="propertyName">Name of the property.</param>
2108
        </member>
2109
        <member name="T:Newtonsoft.Json.JsonReader">
2110
            <summary>
2111
            Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data.
2112
            </summary>
2113
        </member>
2114
        <member name="T:Newtonsoft.Json.JsonReader.State">
2115
            <summary>
2116
            Specifies the state of the reader.
2117
            </summary>
2118
        </member>
2119
        <member name="F:Newtonsoft.Json.JsonReader.State.Start">
2120
            <summary>
2121
            A <see cref="T:Newtonsoft.Json.JsonReader"/> read method has not been called.
2122
            </summary>
2123
        </member>
2124
        <member name="F:Newtonsoft.Json.JsonReader.State.Complete">
2125
            <summary>
2126
            The end of the file has been reached successfully.
2127
            </summary>
2128
        </member>
2129
        <member name="F:Newtonsoft.Json.JsonReader.State.Property">
2130
            <summary>
2131
            Reader is at a property.
2132
            </summary>
2133
        </member>
2134
        <member name="F:Newtonsoft.Json.JsonReader.State.ObjectStart">
2135
            <summary>
2136
            Reader is at the start of an object.
2137
            </summary>
2138
        </member>
2139
        <member name="F:Newtonsoft.Json.JsonReader.State.Object">
2140
            <summary>
2141
            Reader is in an object.
2142
            </summary>
2143
        </member>
2144
        <member name="F:Newtonsoft.Json.JsonReader.State.ArrayStart">
2145
            <summary>
2146
            Reader is at the start of an array.
2147
            </summary>
2148
        </member>
2149
        <member name="F:Newtonsoft.Json.JsonReader.State.Array">
2150
            <summary>
2151
            Reader is in an array.
2152
            </summary>
2153
        </member>
2154
        <member name="F:Newtonsoft.Json.JsonReader.State.Closed">
2155
            <summary>
2156
            The <see cref="M:Newtonsoft.Json.JsonReader.Close"/> method has been called.
2157
            </summary>
2158
        </member>
2159
        <member name="F:Newtonsoft.Json.JsonReader.State.PostValue">
2160
            <summary>
2161
            Reader has just read a value.
2162
            </summary>
2163
        </member>
2164
        <member name="F:Newtonsoft.Json.JsonReader.State.ConstructorStart">
2165
            <summary>
2166
            Reader is at the start of a constructor.
2167
            </summary>
2168
        </member>
2169
        <member name="F:Newtonsoft.Json.JsonReader.State.Constructor">
2170
            <summary>
2171
            Reader is in a constructor.
2172
            </summary>
2173
        </member>
2174
        <member name="F:Newtonsoft.Json.JsonReader.State.Error">
2175
            <summary>
2176
            An error occurred that prevents the read operation from continuing.
2177
            </summary>
2178
        </member>
2179
        <member name="F:Newtonsoft.Json.JsonReader.State.Finished">
2180
            <summary>
2181
            The end of the file has been reached successfully.
2182
            </summary>
2183
        </member>
2184
        <member name="P:Newtonsoft.Json.JsonReader.CurrentState">
2185
            <summary>
2186
            Gets the current reader state.
2187
            </summary>
2188
            <value>The current reader state.</value>
2189
        </member>
2190
        <member name="P:Newtonsoft.Json.JsonReader.CloseInput">
2191
            <summary>
2192
            Gets or sets a value indicating whether the source should be closed when this reader is closed.
2193
            </summary>
2194
            <value>
2195
            <c>true</c> to close the source when this reader is closed; otherwise <c>false</c>. The default is <c>true</c>.
2196
            </value>
2197
        </member>
2198
        <member name="P:Newtonsoft.Json.JsonReader.SupportMultipleContent">
2199
            <summary>
2200
            Gets or sets a value indicating whether multiple pieces of JSON content can
2201
            be read from a continuous stream without erroring.
2202
            </summary>
2203
            <value>
2204
            <c>true</c> to support reading multiple pieces of JSON content; otherwise <c>false</c>.
2205
            The default is <c>false</c>.
2206
            </value>
2207
        </member>
2208
        <member name="P:Newtonsoft.Json.JsonReader.QuoteChar">
2209
            <summary>
2210
            Gets the quotation mark character used to enclose the value of a string.
2211
            </summary>
2212
        </member>
2213
        <member name="P:Newtonsoft.Json.JsonReader.DateTimeZoneHandling">
2214
            <summary>
2215
            Gets or sets how <see cref="T:System.DateTime"/> time zones are handled when reading JSON.
2216
            </summary>
2217
        </member>
2218
        <member name="P:Newtonsoft.Json.JsonReader.DateParseHandling">
2219
            <summary>
2220
            Gets or sets how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
2221
            </summary>
2222
        </member>
2223
        <member name="P:Newtonsoft.Json.JsonReader.FloatParseHandling">
2224
            <summary>
2225
            Gets or sets how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
2226
            </summary>
2227
        </member>
2228
        <member name="P:Newtonsoft.Json.JsonReader.DateFormatString">
2229
            <summary>
2230
            Gets or sets how custom date formatted strings are parsed when reading JSON.
2231
            </summary>
2232
        </member>
2233
        <member name="P:Newtonsoft.Json.JsonReader.MaxDepth">
2234
            <summary>
2235
            Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>.
2236
            </summary>
2237
        </member>
2238
        <member name="P:Newtonsoft.Json.JsonReader.TokenType">
2239
            <summary>
2240
            Gets the type of the current JSON token. 
2241
            </summary>
2242
        </member>
2243
        <member name="P:Newtonsoft.Json.JsonReader.Value">
2244
            <summary>
2245
            Gets the text value of the current JSON token.
2246
            </summary>
2247
        </member>
2248
        <member name="P:Newtonsoft.Json.JsonReader.ValueType">
2249
            <summary>
2250
            Gets the .NET type for the current JSON token.
2251
            </summary>
2252
        </member>
2253
        <member name="P:Newtonsoft.Json.JsonReader.Depth">
2254
            <summary>
2255
            Gets the depth of the current token in the JSON document.
2256
            </summary>
2257
            <value>The depth of the current token in the JSON document.</value>
2258
        </member>
2259
        <member name="P:Newtonsoft.Json.JsonReader.Path">
2260
            <summary>
2261
            Gets the path of the current JSON token. 
2262
            </summary>
2263
        </member>
2264
        <member name="P:Newtonsoft.Json.JsonReader.Culture">
2265
            <summary>
2266
            Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.
2267
            </summary>
2268
        </member>
2269
        <member name="M:Newtonsoft.Json.JsonReader.#ctor">
2270
            <summary>
2271
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReader"/> class.
2272
            </summary>
2273
        </member>
2274
        <member name="M:Newtonsoft.Json.JsonReader.Read">
2275
            <summary>
2276
            Reads the next JSON token from the source.
2277
            </summary>
2278
            <returns><c>true</c> if the next token was read successfully; <c>false</c> if there are no more tokens to read.</returns>
2279
        </member>
2280
        <member name="M:Newtonsoft.Json.JsonReader.ReadAsInt32">
2281
            <summary>
2282
            Reads the next JSON token from the source as a <see cref="T:System.Nullable`1"/> of <see cref="T:System.Int32"/>.
2283
            </summary>
2284
            <returns>A <see cref="T:System.Nullable`1"/> of <see cref="T:System.Int32"/>. This method will return <c>null</c> at the end of an array.</returns>
2285
        </member>
2286
        <member name="M:Newtonsoft.Json.JsonReader.ReadAsString">
2287
            <summary>
2288
            Reads the next JSON token from the source as a <see cref="T:System.String"/>.
2289
            </summary>
2290
            <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
2291
        </member>
2292
        <member name="M:Newtonsoft.Json.JsonReader.ReadAsBytes">
2293
            <summary>
2294
            Reads the next JSON token from the source as a <see cref="T:System.Byte"/>[].
2295
            </summary>
2296
            <returns>A <see cref="T:System.Byte"/>[] or <c>null</c> if the next JSON token is null. This method will return <c>null</c> at the end of an array.</returns>
2297
        </member>
2298
        <member name="M:Newtonsoft.Json.JsonReader.ReadAsDouble">
2299
            <summary>
2300
            Reads the next JSON token from the source as a <see cref="T:System.Nullable`1"/> of <see cref="T:System.Double"/>.
2301
            </summary>
2302
            <returns>A <see cref="T:System.Nullable`1"/> of <see cref="T:System.Double"/>. This method will return <c>null</c> at the end of an array.</returns>
2303
        </member>
2304
        <member name="M:Newtonsoft.Json.JsonReader.ReadAsBoolean">
2305
            <summary>
2306
            Reads the next JSON token from the source as a <see cref="T:System.Nullable`1"/> of <see cref="T:System.Boolean"/>.
2307
            </summary>
2308
            <returns>A <see cref="T:System.Nullable`1"/> of <see cref="T:System.Boolean"/>. This method will return <c>null</c> at the end of an array.</returns>
2309
        </member>
2310
        <member name="M:Newtonsoft.Json.JsonReader.ReadAsDecimal">
2311
            <summary>
2312
            Reads the next JSON token from the source as a <see cref="T:System.Nullable`1"/> of <see cref="T:System.Decimal"/>.
2313
            </summary>
2314
            <returns>A <see cref="T:System.Nullable`1"/> of <see cref="T:System.Decimal"/>. This method will return <c>null</c> at the end of an array.</returns>
2315
        </member>
2316
        <member name="M:Newtonsoft.Json.JsonReader.ReadAsDateTime">
2317
            <summary>
2318
            Reads the next JSON token from the source as a <see cref="T:System.Nullable`1"/> of <see cref="T:System.DateTime"/>.
2319
            </summary>
2320
            <returns>A <see cref="T:System.Nullable`1"/> of <see cref="T:System.DateTime"/>. This method will return <c>null</c> at the end of an array.</returns>
2321
        </member>
2322
        <member name="M:Newtonsoft.Json.JsonReader.ReadAsDateTimeOffset">
2323
            <summary>
2324
            Reads the next JSON token from the source as a <see cref="T:System.Nullable`1"/> of <see cref="T:System.DateTimeOffset"/>.
2325
            </summary>
2326
            <returns>A <see cref="T:System.Nullable`1"/> of <see cref="T:System.DateTimeOffset"/>. This method will return <c>null</c> at the end of an array.</returns>
2327
        </member>
2328
        <member name="M:Newtonsoft.Json.JsonReader.Skip">
2329
            <summary>
2330
            Skips the children of the current token.
2331
            </summary>
2332
        </member>
2333
        <member name="M:Newtonsoft.Json.JsonReader.SetToken(Newtonsoft.Json.JsonToken)">
2334
            <summary>
2335
            Sets the current token.
2336
            </summary>
2337
            <param name="newToken">The new token.</param>
2338
        </member>
2339
        <member name="M:Newtonsoft.Json.JsonReader.SetToken(Newtonsoft.Json.JsonToken,System.Object)">
2340
            <summary>
2341
            Sets the current token and value.
2342
            </summary>
2343
            <param name="newToken">The new token.</param>
2344
            <param name="value">The value.</param>
2345
        </member>
2346
        <member name="M:Newtonsoft.Json.JsonReader.SetToken(Newtonsoft.Json.JsonToken,System.Object,System.Boolean)">
2347
            <summary>
2348
            Sets the current token and value.
2349
            </summary>
2350
            <param name="newToken">The new token.</param>
2351
            <param name="value">The value.</param>
2352
            <param name="updateIndex">A flag indicating whether the position index inside an array should be updated.</param>
2353
        </member>
2354
        <member name="M:Newtonsoft.Json.JsonReader.SetStateBasedOnCurrent">
2355
            <summary>
2356
            Sets the state based on current token type.
2357
            </summary>
2358
        </member>
2359
        <member name="M:Newtonsoft.Json.JsonReader.Dispose(System.Boolean)">
2360
            <summary>
2361
            Releases unmanaged and - optionally - managed resources.
2362
            </summary>
2363
            <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
2364
        </member>
2365
        <member name="M:Newtonsoft.Json.JsonReader.Close">
2366
            <summary>
2367
            Changes the reader's state to <see cref="F:Newtonsoft.Json.JsonReader.State.Closed"/>.
2368
            If <see cref="P:Newtonsoft.Json.JsonReader.CloseInput"/> is set to <c>true</c>, the source is also closed.
2369
            </summary>
2370
        </member>
2371
        <member name="T:Newtonsoft.Json.JsonReaderException">
2372
            <summary>
2373
            The exception thrown when an error occurs while reading JSON text.
2374
            </summary>
2375
        </member>
2376
        <member name="P:Newtonsoft.Json.JsonReaderException.LineNumber">
2377
            <summary>
2378
            Gets the line number indicating where the error occurred.
2379
            </summary>
2380
            <value>The line number indicating where the error occurred.</value>
2381
        </member>
2382
        <member name="P:Newtonsoft.Json.JsonReaderException.LinePosition">
2383
            <summary>
2384
            Gets the line position indicating where the error occurred.
2385
            </summary>
2386
            <value>The line position indicating where the error occurred.</value>
2387
        </member>
2388
        <member name="P:Newtonsoft.Json.JsonReaderException.Path">
2389
            <summary>
2390
            Gets the path to the JSON where the error occurred.
2391
            </summary>
2392
            <value>The path to the JSON where the error occurred.</value>
2393
        </member>
2394
        <member name="M:Newtonsoft.Json.JsonReaderException.#ctor">
2395
            <summary>
2396
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class.
2397
            </summary>
2398
        </member>
2399
        <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.String)">
2400
            <summary>
2401
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class
2402
            with a specified error message.
2403
            </summary>
2404
            <param name="message">The error message that explains the reason for the exception.</param>
2405
        </member>
2406
        <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.String,System.Exception)">
2407
            <summary>
2408
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class
2409
            with a specified error message and a reference to the inner exception that is the cause of this exception.
2410
            </summary>
2411
            <param name="message">The error message that explains the reason for the exception.</param>
2412
            <param name="innerException">The exception that is the cause of the current exception, or <c>null</c> if no inner exception is specified.</param>
2413
        </member>
2414
        <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
2415
            <summary>
2416
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class.
2417
            </summary>
2418
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
2419
            <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
2420
            <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is <c>null</c>.</exception>
2421
            <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is <c>null</c> or <see cref="P:System.Exception.HResult"/> is zero (0).</exception>
2422
        </member>
2423
        <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.String,System.String,System.Int32,System.Int32,System.Exception)">
2424
            <summary>
2425
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class
2426
            with a specified error message, JSON path, line number, line position, and a reference to the inner exception that is the cause of this exception.
2427
            </summary>
2428
            <param name="message">The error message that explains the reason for the exception.</param>
2429
            <param name="path">The path to the JSON where the error occurred.</param>
2430
            <param name="lineNumber">The line number indicating where the error occurred.</param>
2431
            <param name="linePosition">The line position indicating where the error occurred.</param>
2432
            <param name="innerException">The exception that is the cause of the current exception, or <c>null</c> if no inner exception is specified.</param>
2433
        </member>
2434
        <member name="T:Newtonsoft.Json.JsonRequiredAttribute">
2435
            <summary>
2436
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to always serialize the member, and to require that the member has a value.
2437
            </summary>
2438
        </member>
2439
        <member name="T:Newtonsoft.Json.JsonSerializationException">
2440
            <summary>
2441
            The exception thrown when an error occurs during JSON serialization or deserialization.
2442
            </summary>
2443
        </member>
2444
        <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor">
2445
            <summary>
2446
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class.
2447
            </summary>
2448
        </member>
2449
        <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.String)">
2450
            <summary>
2451
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class
2452
            with a specified error message.
2453
            </summary>
2454
            <param name="message">The error message that explains the reason for the exception.</param>
2455
        </member>
2456
        <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.String,System.Exception)">
2457
            <summary>
2458
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class
2459
            with a specified error message and a reference to the inner exception that is the cause of this exception.
2460
            </summary>
2461
            <param name="message">The error message that explains the reason for the exception.</param>
2462
            <param name="innerException">The exception that is the cause of the current exception, or <c>null</c> if no inner exception is specified.</param>
2463
        </member>
2464
        <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
2465
            <summary>
2466
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class.
2467
            </summary>
2468
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
2469
            <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
2470
            <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is <c>null</c>.</exception>
2471
            <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is <c>null</c> or <see cref="P:System.Exception.HResult"/> is zero (0).</exception>
2472
        </member>
2473
        <member name="T:Newtonsoft.Json.JsonSerializer">
2474
            <summary>
2475
            Serializes and deserializes objects into and from the JSON format.
2476
            The <see cref="T:Newtonsoft.Json.JsonSerializer"/> enables you to control how objects are encoded into JSON.
2477
            </summary>
2478
        </member>
2479
        <member name="E:Newtonsoft.Json.JsonSerializer.Error">
2480
            <summary>
2481
            Occurs when the <see cref="T:Newtonsoft.Json.JsonSerializer"/> errors during serialization and deserialization.
2482
            </summary>
2483
        </member>
2484
        <member name="P:Newtonsoft.Json.JsonSerializer.ReferenceResolver">
2485
            <summary>
2486
            Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.
2487
            </summary>
2488
        </member>
2489
        <member name="P:Newtonsoft.Json.JsonSerializer.Binder">
2490
            <summary>
2491
            Gets or sets the <see cref="P:Newtonsoft.Json.JsonSerializer.SerializationBinder"/> used by the serializer when resolving type names.
2492
            </summary>
2493
        </member>
2494
        <member name="P:Newtonsoft.Json.JsonSerializer.SerializationBinder">
2495
            <summary>
2496
            Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.ISerializationBinder"/> used by the serializer when resolving type names.
2497
            </summary>
2498
        </member>
2499
        <member name="P:Newtonsoft.Json.JsonSerializer.TraceWriter">
2500
            <summary>
2501
            Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.ITraceWriter"/> used by the serializer when writing trace messages.
2502
            </summary>
2503
            <value>The trace writer.</value>
2504
        </member>
2505
        <member name="P:Newtonsoft.Json.JsonSerializer.EqualityComparer">
2506
            <summary>
2507
            Gets or sets the equality comparer used by the serializer when comparing references.
2508
            </summary>
2509
            <value>The equality comparer.</value>
2510
        </member>
2511
        <member name="P:Newtonsoft.Json.JsonSerializer.TypeNameHandling">
2512
            <summary>
2513
            Gets or sets how type name writing and reading is handled by the serializer.
2514
            </summary>
2515
            <remarks>
2516
            <see cref="P:Newtonsoft.Json.JsonSerializer.TypeNameHandling"/> should be used with caution when your application deserializes JSON from an external source.
2517
            Incoming types should be validated with a custom <see cref="P:Newtonsoft.Json.JsonSerializer.SerializationBinder"/>
2518
            when deserializing with a value other than <see cref="F:Newtonsoft.Json.TypeNameHandling.None"/>.
2519
            </remarks>
2520
        </member>
2521
        <member name="P:Newtonsoft.Json.JsonSerializer.TypeNameAssemblyFormat">
2522
            <summary>
2523
            Gets or sets how a type name assembly is written and resolved by the serializer.
2524
            </summary>
2525
            <value>The type name assembly format.</value>
2526
        </member>
2527
        <member name="P:Newtonsoft.Json.JsonSerializer.TypeNameAssemblyFormatHandling">
2528
            <summary>
2529
            Gets or sets how a type name assembly is written and resolved by the serializer.
2530
            </summary>
2531
            <value>The type name assembly format.</value>
2532
        </member>
2533
        <member name="P:Newtonsoft.Json.JsonSerializer.PreserveReferencesHandling">
2534
            <summary>
2535
            Gets or sets how object references are preserved by the serializer.
2536
            </summary>
2537
        </member>
2538
        <member name="P:Newtonsoft.Json.JsonSerializer.ReferenceLoopHandling">
2539
            <summary>
2540
            Gets or sets how reference loops (e.g. a class referencing itself) is handled.
2541
            </summary>
2542
        </member>
2543
        <member name="P:Newtonsoft.Json.JsonSerializer.MissingMemberHandling">
2544
            <summary>
2545
            Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
2546
            </summary>
2547
        </member>
2548
        <member name="P:Newtonsoft.Json.JsonSerializer.NullValueHandling">
2549
            <summary>
2550
            Gets or sets how null values are handled during serialization and deserialization.
2551
            </summary>
2552
        </member>
2553
        <member name="P:Newtonsoft.Json.JsonSerializer.DefaultValueHandling">
2554
            <summary>
2555
            Gets or sets how default values are handled during serialization and deserialization.
2556
            </summary>
2557
        </member>
2558
        <member name="P:Newtonsoft.Json.JsonSerializer.ObjectCreationHandling">
2559
            <summary>
2560
            Gets or sets how objects are created during deserialization.
2561
            </summary>
2562
            <value>The object creation handling.</value>
2563
        </member>
2564
        <member name="P:Newtonsoft.Json.JsonSerializer.ConstructorHandling">
2565
            <summary>
2566
            Gets or sets how constructors are used during deserialization.
2567
            </summary>
2568
            <value>The constructor handling.</value>
2569
        </member>
2570
        <member name="P:Newtonsoft.Json.JsonSerializer.MetadataPropertyHandling">
2571
            <summary>
2572
            Gets or sets how metadata properties are used during deserialization.
2573
            </summary>
2574
            <value>The metadata properties handling.</value>
2575
        </member>
2576
        <member name="P:Newtonsoft.Json.JsonSerializer.Converters">
2577
            <summary>
2578
            Gets a collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.
2579
            </summary>
2580
            <value>Collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.</value>
2581
        </member>
2582
        <member name="P:Newtonsoft.Json.JsonSerializer.ContractResolver">
2583
            <summary>
2584
            Gets or sets the contract resolver used by the serializer when
2585
            serializing .NET objects to JSON and vice versa.
2586
            </summary>
2587
        </member>
2588
        <member name="P:Newtonsoft.Json.JsonSerializer.Context">
2589
            <summary>
2590
            Gets or sets the <see cref="T:System.Runtime.Serialization.StreamingContext"/> used by the serializer when invoking serialization callback methods.
2591
            </summary>
2592
            <value>The context.</value>
2593
        </member>
2594
        <member name="P:Newtonsoft.Json.JsonSerializer.Formatting">
2595
            <summary>
2596
            Indicates how JSON text output is formatted.
2597
            </summary>
2598
        </member>
2599
        <member name="P:Newtonsoft.Json.JsonSerializer.DateFormatHandling">
2600
            <summary>
2601
            Gets or sets how dates are written to JSON text.
2602
            </summary>
2603
        </member>
2604
        <member name="P:Newtonsoft.Json.JsonSerializer.DateTimeZoneHandling">
2605
            <summary>
2606
            Gets or sets how <see cref="T:System.DateTime"/> time zones are handled during serialization and deserialization.
2607
            </summary>
2608
        </member>
2609
        <member name="P:Newtonsoft.Json.JsonSerializer.DateParseHandling">
2610
            <summary>
2611
            Gets or sets how date formatted strings, e.g. <c>"\/Date(1198908717056)\/"</c> and <c>"2012-03-21T05:40Z"</c>, are parsed when reading JSON.
2612
            </summary>
2613
        </member>
2614
        <member name="P:Newtonsoft.Json.JsonSerializer.FloatParseHandling">
2615
            <summary>
2616
            Gets or sets how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
2617
            </summary>
2618
        </member>
2619
        <member name="P:Newtonsoft.Json.JsonSerializer.FloatFormatHandling">
2620
            <summary>
2621
            Gets or sets how special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>,
2622
            <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/>,
2623
            are written as JSON text.
2624
            </summary>
2625
        </member>
2626
        <member name="P:Newtonsoft.Json.JsonSerializer.StringEscapeHandling">
2627
            <summary>
2628
            Gets or sets how strings are escaped when writing JSON text.
2629
            </summary>
2630
        </member>
2631
        <member name="P:Newtonsoft.Json.JsonSerializer.DateFormatString">
2632
            <summary>
2633
            Gets or sets how <see cref="T:System.DateTime"/> and <see cref="T:System.DateTimeOffset"/> values are formatted when writing JSON text,
2634
            and the expected date format when reading JSON text.
2635
            </summary>
2636
        </member>
2637
        <member name="P:Newtonsoft.Json.JsonSerializer.Culture">
2638
            <summary>
2639
            Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.
2640
            </summary>
2641
        </member>
2642
        <member name="P:Newtonsoft.Json.JsonSerializer.MaxDepth">
2643
            <summary>
2644
            Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>.
2645
            </summary>
2646
        </member>
2647
        <member name="P:Newtonsoft.Json.JsonSerializer.CheckAdditionalContent">
2648
            <summary>
2649
            Gets a value indicating whether there will be a check for additional JSON content after deserializing an object.
2650
            </summary>
2651
            <value>
2652
                    <c>true</c> if there will be a check for additional JSON content after deserializing an object; otherwise, <c>false</c>.
2653
            </value>
2654
        </member>
2655
        <member name="M:Newtonsoft.Json.JsonSerializer.#ctor">
2656
            <summary>
2657
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializer"/> class.
2658
            </summary>
2659
        </member>
2660
        <member name="M:Newtonsoft.Json.JsonSerializer.Create">
2661
            <summary>
2662
            Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance.
2663
            The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings 
2664
            from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>.
2665
            </summary>
2666
            <returns>
2667
            A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance.
2668
            The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings 
2669
            from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>.
2670
            </returns>
2671
        </member>
2672
        <member name="M:Newtonsoft.Json.JsonSerializer.Create(Newtonsoft.Json.JsonSerializerSettings)">
2673
            <summary>
2674
            Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2675
            The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings 
2676
            from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>.
2677
            </summary>
2678
            <param name="settings">The settings to be applied to the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.</param>
2679
            <returns>
2680
            A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2681
            The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings 
2682
            from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>.
2683
            </returns>
2684
        </member>
2685
        <member name="M:Newtonsoft.Json.JsonSerializer.CreateDefault">
2686
            <summary>
2687
            Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance.
2688
            The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings 
2689
            from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>.
2690
            </summary>
2691
            <returns>
2692
            A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance.
2693
            The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings 
2694
            from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>.
2695
            </returns>
2696
        </member>
2697
        <member name="M:Newtonsoft.Json.JsonSerializer.CreateDefault(Newtonsoft.Json.JsonSerializerSettings)">
2698
            <summary>
2699
            Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2700
            The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings 
2701
            from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/> as well as the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2702
            </summary>
2703
            <param name="settings">The settings to be applied to the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.</param>
2704
            <returns>
2705
            A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2706
            The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings 
2707
            from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/> as well as the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2708
            </returns>
2709
        </member>
2710
        <member name="M:Newtonsoft.Json.JsonSerializer.Populate(System.IO.TextReader,System.Object)">
2711
            <summary>
2712
            Populates the JSON values onto the target object.
2713
            </summary>
2714
            <param name="reader">The <see cref="T:System.IO.TextReader"/> that contains the JSON structure to reader values from.</param>
2715
            <param name="target">The target object to populate values onto.</param>
2716
        </member>
2717
        <member name="M:Newtonsoft.Json.JsonSerializer.Populate(Newtonsoft.Json.JsonReader,System.Object)">
2718
            <summary>
2719
            Populates the JSON values onto the target object.
2720
            </summary>
2721
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> that contains the JSON structure to reader values from.</param>
2722
            <param name="target">The target object to populate values onto.</param>
2723
        </member>
2724
        <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(Newtonsoft.Json.JsonReader)">
2725
            <summary>
2726
            Deserializes the JSON structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.
2727
            </summary>
2728
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> that contains the JSON structure to deserialize.</param>
2729
            <returns>The <see cref="T:System.Object"/> being deserialized.</returns>
2730
        </member>
2731
        <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(System.IO.TextReader,System.Type)">
2732
            <summary>
2733
            Deserializes the JSON structure contained by the specified <see cref="T:System.IO.StringReader"/>
2734
            into an instance of the specified type.
2735
            </summary>
2736
            <param name="reader">The <see cref="T:System.IO.TextReader"/> containing the object.</param>
2737
            <param name="objectType">The <see cref="T:System.Type"/> of object being deserialized.</param>
2738
            <returns>The instance of <paramref name="objectType"/> being deserialized.</returns>
2739
        </member>
2740
        <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize``1(Newtonsoft.Json.JsonReader)">
2741
            <summary>
2742
            Deserializes the JSON structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>
2743
            into an instance of the specified type.
2744
            </summary>
2745
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the object.</param>
2746
            <typeparam name="T">The type of the object to deserialize.</typeparam>
2747
            <returns>The instance of <typeparamref name="T"/> being deserialized.</returns>
2748
        </member>
2749
        <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(Newtonsoft.Json.JsonReader,System.Type)">
2750
            <summary>
2751
            Deserializes the JSON structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>
2752
            into an instance of the specified type.
2753
            </summary>
2754
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the object.</param>
2755
            <param name="objectType">The <see cref="T:System.Type"/> of object being deserialized.</param>
2756
            <returns>The instance of <paramref name="objectType"/> being deserialized.</returns>
2757
        </member>
2758
        <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(System.IO.TextWriter,System.Object)">
2759
            <summary>
2760
            Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure
2761
            using the specified <see cref="T:System.IO.TextWriter"/>.
2762
            </summary>
2763
            <param name="textWriter">The <see cref="T:System.IO.TextWriter"/> used to write the JSON structure.</param>
2764
            <param name="value">The <see cref="T:System.Object"/> to serialize.</param>
2765
        </member>
2766
        <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(Newtonsoft.Json.JsonWriter,System.Object,System.Type)">
2767
            <summary>
2768
            Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure
2769
            using the specified <see cref="T:Newtonsoft.Json.JsonWriter"/>.
2770
            </summary>
2771
            <param name="jsonWriter">The <see cref="T:Newtonsoft.Json.JsonWriter"/> used to write the JSON structure.</param>
2772
            <param name="value">The <see cref="T:System.Object"/> to serialize.</param>
2773
            <param name="objectType">
2774
            The type of the value being serialized.
2775
            This parameter is used when <see cref="P:Newtonsoft.Json.JsonSerializer.TypeNameHandling"/> is <see cref="F:Newtonsoft.Json.TypeNameHandling.Auto"/> to write out the type name if the type of the value does not match.
2776
            Specifying the type is optional.
2777
            </param>
2778
        </member>
2779
        <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(System.IO.TextWriter,System.Object,System.Type)">
2780
            <summary>
2781
            Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure
2782
            using the specified <see cref="T:System.IO.TextWriter"/>.
2783
            </summary>
2784
            <param name="textWriter">The <see cref="T:System.IO.TextWriter"/> used to write the JSON structure.</param>
2785
            <param name="value">The <see cref="T:System.Object"/> to serialize.</param>
2786
            <param name="objectType">
2787
            The type of the value being serialized.
2788
            This parameter is used when <see cref="P:Newtonsoft.Json.JsonSerializer.TypeNameHandling"/> is Auto to write out the type name if the type of the value does not match.
2789
            Specifying the type is optional.
2790
            </param>
2791
        </member>
2792
        <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(Newtonsoft.Json.JsonWriter,System.Object)">
2793
            <summary>
2794
            Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure
2795
            using the specified <see cref="T:Newtonsoft.Json.JsonWriter"/>.
2796
            </summary>
2797
            <param name="jsonWriter">The <see cref="T:Newtonsoft.Json.JsonWriter"/> used to write the JSON structure.</param>
2798
            <param name="value">The <see cref="T:System.Object"/> to serialize.</param>
2799
        </member>
2800
        <member name="T:Newtonsoft.Json.JsonSerializerSettings">
2801
            <summary>
2802
            Specifies the settings on a <see cref="T:Newtonsoft.Json.JsonSerializer"/> object.
2803
            </summary>
2804
        </member>
2805
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceLoopHandling">
2806
            <summary>
2807
            Gets or sets how reference loops (e.g. a class referencing itself) are handled.
2808
            </summary>
2809
            <value>Reference loop handling.</value>
2810
        </member>
2811
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.MissingMemberHandling">
2812
            <summary>
2813
            Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
2814
            </summary>
2815
            <value>Missing member handling.</value>
2816
        </member>
2817
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.ObjectCreationHandling">
2818
            <summary>
2819
            Gets or sets how objects are created during deserialization.
2820
            </summary>
2821
            <value>The object creation handling.</value>
2822
        </member>
2823
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.NullValueHandling">
2824
            <summary>
2825
            Gets or sets how null values are handled during serialization and deserialization.
2826
            </summary>
2827
            <value>Null value handling.</value>
2828
        </member>
2829
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.DefaultValueHandling">
2830
            <summary>
2831
            Gets or sets how default values are handled during serialization and deserialization.
2832
            </summary>
2833
            <value>The default value handling.</value>
2834
        </member>
2835
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.Converters">
2836
            <summary>
2837
            Gets or sets a <see cref="T:Newtonsoft.Json.JsonConverter"/> collection that will be used during serialization.
2838
            </summary>
2839
            <value>The converters.</value>
2840
        </member>
2841
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.PreserveReferencesHandling">
2842
            <summary>
2843
            Gets or sets how object references are preserved by the serializer.
2844
            </summary>
2845
            <value>The preserve references handling.</value>
2846
        </member>
2847
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameHandling">
2848
            <summary>
2849
            Gets or sets how type name writing and reading is handled by the serializer.
2850
            </summary>
2851
            <remarks>
2852
            <see cref="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameHandling"/> should be used with caution when your application deserializes JSON from an external source.
2853
            Incoming types should be validated with a custom <see cref="P:Newtonsoft.Json.JsonSerializerSettings.SerializationBinder"/>
2854
            when deserializing with a value other than <see cref="F:Newtonsoft.Json.TypeNameHandling.None"/>.
2855
            </remarks>
2856
            <value>The type name handling.</value>
2857
        </member>
2858
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.MetadataPropertyHandling">
2859
            <summary>
2860
            Gets or sets how metadata properties are used during deserialization.
2861
            </summary>
2862
            <value>The metadata properties handling.</value>
2863
        </member>
2864
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameAssemblyFormat">
2865
            <summary>
2866
            Gets or sets how a type name assembly is written and resolved by the serializer.
2867
            </summary>
2868
            <value>The type name assembly format.</value>
2869
        </member>
2870
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameAssemblyFormatHandling">
2871
            <summary>
2872
            Gets or sets how a type name assembly is written and resolved by the serializer.
2873
            </summary>
2874
            <value>The type name assembly format.</value>
2875
        </member>
2876
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.ConstructorHandling">
2877
            <summary>
2878
            Gets or sets how constructors are used during deserialization.
2879
            </summary>
2880
            <value>The constructor handling.</value>
2881
        </member>
2882
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.ContractResolver">
2883
            <summary>
2884
            Gets or sets the contract resolver used by the serializer when
2885
            serializing .NET objects to JSON and vice versa.
2886
            </summary>
2887
            <value>The contract resolver.</value>
2888
        </member>
2889
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.EqualityComparer">
2890
            <summary>
2891
            Gets or sets the equality comparer used by the serializer when comparing references.
2892
            </summary>
2893
            <value>The equality comparer.</value>
2894
        </member>
2895
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceResolver">
2896
            <summary>
2897
            Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.
2898
            </summary>
2899
            <value>The reference resolver.</value>
2900
        </member>
2901
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceResolverProvider">
2902
            <summary>
2903
            Gets or sets a function that creates the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.
2904
            </summary>
2905
            <value>A function that creates the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.</value>
2906
        </member>
2907
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.TraceWriter">
2908
            <summary>
2909
            Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.ITraceWriter"/> used by the serializer when writing trace messages.
2910
            </summary>
2911
            <value>The trace writer.</value>
2912
        </member>
2913
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.Binder">
2914
            <summary>
2915
            Gets or sets the <see cref="P:Newtonsoft.Json.JsonSerializerSettings.SerializationBinder"/> used by the serializer when resolving type names.
2916
            </summary>
2917
            <value>The binder.</value>
2918
        </member>
2919
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.SerializationBinder">
2920
            <summary>
2921
            Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.ISerializationBinder"/> used by the serializer when resolving type names.
2922
            </summary>
2923
            <value>The binder.</value>
2924
        </member>
2925
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.Error">
2926
            <summary>
2927
            Gets or sets the error handler called during serialization and deserialization.
2928
            </summary>
2929
            <value>The error handler called during serialization and deserialization.</value>
2930
        </member>
2931
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.Context">
2932
            <summary>
2933
            Gets or sets the <see cref="T:System.Runtime.Serialization.StreamingContext"/> used by the serializer when invoking serialization callback methods.
2934
            </summary>
2935
            <value>The context.</value>
2936
        </member>
2937
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateFormatString">
2938
            <summary>
2939
            Gets or sets how <see cref="T:System.DateTime"/> and <see cref="T:System.DateTimeOffset"/> values are formatted when writing JSON text,
2940
            and the expected date format when reading JSON text.
2941
            </summary>
2942
        </member>
2943
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.MaxDepth">
2944
            <summary>
2945
            Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>.
2946
            </summary>
2947
        </member>
2948
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.Formatting">
2949
            <summary>
2950
            Indicates how JSON text output is formatted.
2951
            </summary>
2952
        </member>
2953
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateFormatHandling">
2954
            <summary>
2955
            Gets or sets how dates are written to JSON text.
2956
            </summary>
2957
        </member>
2958
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateTimeZoneHandling">
2959
            <summary>
2960
            Gets or sets how <see cref="T:System.DateTime"/> time zones are handled during serialization and deserialization.
2961
            </summary>
2962
        </member>
2963
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateParseHandling">
2964
            <summary>
2965
            Gets or sets how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
2966
            </summary>
2967
        </member>
2968
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.FloatFormatHandling">
2969
            <summary>
2970
            Gets or sets how special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>,
2971
            <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/>,
2972
            are written as JSON.
2973
            </summary>
2974
        </member>
2975
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.FloatParseHandling">
2976
            <summary>
2977
            Gets or sets how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
2978
            </summary>
2979
        </member>
2980
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.StringEscapeHandling">
2981
            <summary>
2982
            Gets or sets how strings are escaped when writing JSON text.
2983
            </summary>
2984
        </member>
2985
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.Culture">
2986
            <summary>
2987
            Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.
2988
            </summary>
2989
        </member>
2990
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.CheckAdditionalContent">
2991
            <summary>
2992
            Gets a value indicating whether there will be a check for additional content after deserializing an object.
2993
            </summary>
2994
            <value>
2995
                    <c>true</c> if there will be a check for additional content after deserializing an object; otherwise, <c>false</c>.
2996
            </value>
2997
        </member>
2998
        <member name="M:Newtonsoft.Json.JsonSerializerSettings.#ctor">
2999
            <summary>
3000
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> class.
3001
            </summary>
3002
        </member>
3003
        <member name="T:Newtonsoft.Json.JsonTextReader">
3004
            <summary>
3005
            Represents a reader that provides fast, non-cached, forward-only access to JSON text data.
3006
            </summary>
3007
        </member>
3008
        <member name="M:Newtonsoft.Json.JsonTextReader.#ctor(System.IO.TextReader)">
3009
            <summary>
3010
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonTextReader"/> class with the specified <see cref="T:System.IO.TextReader"/>.
3011
            </summary>
3012
            <param name="reader">The <see cref="T:System.IO.TextReader"/> containing the JSON data to read.</param>
3013
        </member>
3014
        <member name="P:Newtonsoft.Json.JsonTextReader.ArrayPool">
3015
            <summary>
3016
            Gets or sets the reader's character buffer pool.
3017
            </summary>
3018
        </member>
3019
        <member name="M:Newtonsoft.Json.JsonTextReader.Read">
3020
            <summary>
3021
            Reads the next JSON token from the underlying <see cref="T:System.IO.TextReader"/>.
3022
            </summary>
3023
            <returns>
3024
            <c>true</c> if the next token was read successfully; <c>false</c> if there are no more tokens to read.
3025
            </returns>
3026
        </member>
3027
        <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsInt32">
3028
            <summary>
3029
            Reads the next JSON token from the underlying <see cref="T:System.IO.TextReader"/> as a <see cref="T:System.Nullable`1"/> of <see cref="T:System.Int32"/>.
3030
            </summary>
3031
            <returns>A <see cref="T:System.Nullable`1"/> of <see cref="T:System.Int32"/>. This method will return <c>null</c> at the end of an array.</returns>
3032
        </member>
3033
        <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTime">
3034
            <summary>
3035
            Reads the next JSON token from the underlying <see cref="T:System.IO.TextReader"/> as a <see cref="T:System.Nullable`1"/> of <see cref="T:System.DateTime"/>.
3036
            </summary>
3037
            <returns>A <see cref="T:System.Nullable`1"/> of <see cref="T:System.DateTime"/>. This method will return <c>null</c> at the end of an array.</returns>
3038
        </member>
3039
        <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsString">
3040
            <summary>
3041
            Reads the next JSON token from the underlying <see cref="T:System.IO.TextReader"/> as a <see cref="T:System.String"/>.
3042
            </summary>
3043
            <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
3044
        </member>
3045
        <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsBytes">
3046
            <summary>
3047
            Reads the next JSON token from the underlying <see cref="T:System.IO.TextReader"/> as a <see cref="T:System.Byte"/>[].
3048
            </summary>
3049
            <returns>A <see cref="T:System.Byte"/>[] or <c>null</c> if the next JSON token is null. This method will return <c>null</c> at the end of an array.</returns>
3050
        </member>
3051
        <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsBoolean">
3052
            <summary>
3053
            Reads the next JSON token from the underlying <see cref="T:System.IO.TextReader"/> as a <see cref="T:System.Nullable`1"/> of <see cref="T:System.Boolean"/>.
3054
            </summary>
3055
            <returns>A <see cref="T:System.Nullable`1"/> of <see cref="T:System.Boolean"/>. This method will return <c>null</c> at the end of an array.</returns>
3056
        </member>
3057
        <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTimeOffset">
3058
            <summary>
3059
            Reads the next JSON token from the underlying <see cref="T:System.IO.TextReader"/> as a <see cref="T:System.Nullable`1"/> of <see cref="T:System.DateTimeOffset"/>.
3060
            </summary>
3061
            <returns>A <see cref="T:System.Nullable`1"/> of <see cref="T:System.DateTimeOffset"/>. This method will return <c>null</c> at the end of an array.</returns>
3062
        </member>
3063
        <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDecimal">
3064
            <summary>
3065
            Reads the next JSON token from the underlying <see cref="T:System.IO.TextReader"/> as a <see cref="T:System.Nullable`1"/> of <see cref="T:System.Decimal"/>.
3066
            </summary>
3067
            <returns>A <see cref="T:System.Nullable`1"/> of <see cref="T:System.Decimal"/>. This method will return <c>null</c> at the end of an array.</returns>
3068
        </member>
3069
        <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDouble">
3070
            <summary>
3071
            Reads the next JSON token from the underlying <see cref="T:System.IO.TextReader"/> as a <see cref="T:System.Nullable`1"/> of <see cref="T:System.Double"/>.
3072
            </summary>
3073
            <returns>A <see cref="T:System.Nullable`1"/> of <see cref="T:System.Double"/>. This method will return <c>null</c> at the end of an array.</returns>
3074
        </member>
3075
        <member name="M:Newtonsoft.Json.JsonTextReader.Close">
3076
            <summary>
3077
            Changes the reader's state to <see cref="F:Newtonsoft.Json.JsonReader.State.Closed"/>.
3078
            If <see cref="P:Newtonsoft.Json.JsonReader.CloseInput"/> is set to <c>true</c>, the underlying <see cref="T:System.IO.TextReader"/> is also closed.
3079
            </summary>
3080
        </member>
3081
        <member name="M:Newtonsoft.Json.JsonTextReader.HasLineInfo">
3082
            <summary>
3083
            Gets a value indicating whether the class can return line information.
3084
            </summary>
3085
            <returns>
3086
                    <c>true</c> if <see cref="P:Newtonsoft.Json.JsonTextReader.LineNumber"/> and <see cref="P:Newtonsoft.Json.JsonTextReader.LinePosition"/> can be provided; otherwise, <c>false</c>.
3087
            </returns>
3088
        </member>
3089
        <member name="P:Newtonsoft.Json.JsonTextReader.LineNumber">
3090
            <summary>
3091
            Gets the current line number.
3092
            </summary>
3093
            <value>
3094
            The current line number or 0 if no line information is available (for example, <see cref="M:Newtonsoft.Json.JsonTextReader.HasLineInfo"/> returns <c>false</c>).
3095
            </value>
3096
        </member>
3097
        <member name="P:Newtonsoft.Json.JsonTextReader.LinePosition">
3098
            <summary>
3099
            Gets the current line position.
3100
            </summary>
3101
            <value>
3102
            The current line position or 0 if no line information is available (for example, <see cref="M:Newtonsoft.Json.JsonTextReader.HasLineInfo"/> returns <c>false</c>).
3103
            </value>
3104
        </member>
3105
        <member name="T:Newtonsoft.Json.JsonTextWriter">
3106
            <summary>
3107
            Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
3108
            </summary>
3109
        </member>
3110
        <member name="P:Newtonsoft.Json.JsonTextWriter.ArrayPool">
3111
            <summary>
3112
            Gets or sets the writer's character array pool.
3113
            </summary>
3114
        </member>
3115
        <member name="P:Newtonsoft.Json.JsonTextWriter.Indentation">
3116
            <summary>
3117
            Gets or sets how many <see cref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/>s to write for each level in the hierarchy when <see cref="P:Newtonsoft.Json.JsonWriter.Formatting"/> is set to <see cref="F:Newtonsoft.Json.Formatting.Indented"/>.
3118
            </summary>
3119
        </member>
3120
        <member name="P:Newtonsoft.Json.JsonTextWriter.QuoteChar">
3121
            <summary>
3122
            Gets or sets which character to use to quote attribute values.
3123
            </summary>
3124
        </member>
3125
        <member name="P:Newtonsoft.Json.JsonTextWriter.IndentChar">
3126
            <summary>
3127
            Gets or sets which character to use for indenting when <see cref="P:Newtonsoft.Json.JsonWriter.Formatting"/> is set to <see cref="F:Newtonsoft.Json.Formatting.Indented"/>.
3128
            </summary>
3129
        </member>
3130
        <member name="P:Newtonsoft.Json.JsonTextWriter.QuoteName">
3131
            <summary>
3132
            Gets or sets a value indicating whether object names will be surrounded with quotes.
3133
            </summary>
3134
        </member>
3135
        <member name="M:Newtonsoft.Json.JsonTextWriter.#ctor(System.IO.TextWriter)">
3136
            <summary>
3137
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonTextWriter"/> class using the specified <see cref="T:System.IO.TextWriter"/>.
3138
            </summary>
3139
            <param name="textWriter">The <see cref="T:System.IO.TextWriter"/> to write to.</param>
3140
        </member>
3141
        <member name="M:Newtonsoft.Json.JsonTextWriter.Flush">
3142
            <summary>
3143
            Flushes whatever is in the buffer to the underlying <see cref="T:System.IO.TextWriter"/> and also flushes the underlying <see cref="T:System.IO.TextWriter"/>.
3144
            </summary>
3145
        </member>
3146
        <member name="M:Newtonsoft.Json.JsonTextWriter.Close">
3147
            <summary>
3148
            Closes this writer.
3149
            If <see cref="P:Newtonsoft.Json.JsonWriter.CloseOutput"/> is set to <c>true</c>, the underlying <see cref="T:System.IO.TextWriter"/> is also closed.
3150
            If <see cref="P:Newtonsoft.Json.JsonWriter.AutoCompleteOnClose"/> is set to <c>true</c>, the JSON is auto-completed.
3151
            </summary>
3152
        </member>
3153
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartObject">
3154
            <summary>
3155
            Writes the beginning of a JSON object.
3156
            </summary>
3157
        </member>
3158
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartArray">
3159
            <summary>
3160
            Writes the beginning of a JSON array.
3161
            </summary>
3162
        </member>
3163
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartConstructor(System.String)">
3164
            <summary>
3165
            Writes the start of a constructor with the given name.
3166
            </summary>
3167
            <param name="name">The name of the constructor.</param>
3168
        </member>
3169
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
3170
            <summary>
3171
            Writes the specified end token.
3172
            </summary>
3173
            <param name="token">The end token to write.</param>
3174
        </member>
3175
        <member name="M:Newtonsoft.Json.JsonTextWriter.WritePropertyName(System.String)">
3176
            <summary>
3177
            Writes the property name of a name/value pair on a JSON object.
3178
            </summary>
3179
            <param name="name">The name of the property.</param>
3180
        </member>
3181
        <member name="M:Newtonsoft.Json.JsonTextWriter.WritePropertyName(System.String,System.Boolean)">
3182
            <summary>
3183
            Writes the property name of a name/value pair on a JSON object.
3184
            </summary>
3185
            <param name="name">The name of the property.</param>
3186
            <param name="escape">A flag to indicate whether the text should be escaped when it is written as a JSON property name.</param>
3187
        </member>
3188
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteIndent">
3189
            <summary>
3190
            Writes indent characters.
3191
            </summary>
3192
        </member>
3193
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValueDelimiter">
3194
            <summary>
3195
            Writes the JSON value delimiter.
3196
            </summary>
3197
        </member>
3198
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteIndentSpace">
3199
            <summary>
3200
            Writes an indent space.
3201
            </summary>
3202
        </member>
3203
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Object)">
3204
            <summary>
3205
            Writes a <see cref="T:System.Object"/> value.
3206
            An error will raised if the value cannot be written as a single JSON token.
3207
            </summary>
3208
            <param name="value">The <see cref="T:System.Object"/> value to write.</param>
3209
        </member>
3210
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteNull">
3211
            <summary>
3212
            Writes a null value.
3213
            </summary>
3214
        </member>
3215
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteUndefined">
3216
            <summary>
3217
            Writes an undefined value.
3218
            </summary>
3219
        </member>
3220
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteRaw(System.String)">
3221
            <summary>
3222
            Writes raw JSON.
3223
            </summary>
3224
            <param name="json">The raw JSON to write.</param>
3225
        </member>
3226
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.String)">
3227
            <summary>
3228
            Writes a <see cref="T:System.String"/> value.
3229
            </summary>
3230
            <param name="value">The <see cref="T:System.String"/> value to write.</param>
3231
        </member>
3232
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int32)">
3233
            <summary>
3234
            Writes a <see cref="T:System.Int32"/> value.
3235
            </summary>
3236
            <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
3237
        </member>
3238
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt32)">
3239
            <summary>
3240
            Writes a <see cref="T:System.UInt32"/> value.
3241
            </summary>
3242
            <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
3243
        </member>
3244
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int64)">
3245
            <summary>
3246
            Writes a <see cref="T:System.Int64"/> value.
3247
            </summary>
3248
            <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
3249
        </member>
3250
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt64)">
3251
            <summary>
3252
            Writes a <see cref="T:System.UInt64"/> value.
3253
            </summary>
3254
            <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
3255
        </member>
3256
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Single)">
3257
            <summary>
3258
            Writes a <see cref="T:System.Single"/> value.
3259
            </summary>
3260
            <param name="value">The <see cref="T:System.Single"/> value to write.</param>
3261
        </member>
3262
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Nullable{System.Single})">
3263
            <summary>
3264
            Writes a <see cref="T:System.Nullable`1"/> of <see cref="T:System.Single"/> value.
3265
            </summary>
3266
            <param name="value">The <see cref="T:System.Nullable`1"/> of <see cref="T:System.Single"/> value to write.</param>
3267
        </member>
3268
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Double)">
3269
            <summary>
3270
            Writes a <see cref="T:System.Double"/> value.
3271
            </summary>
3272
            <param name="value">The <see cref="T:System.Double"/> value to write.</param>
3273
        </member>
3274
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Nullable{System.Double})">
3275
            <summary>
3276
            Writes a <see cref="T:System.Nullable`1"/> of <see cref="T:System.Double"/> value.
3277
            </summary>
3278
            <param name="value">The <see cref="T:System.Nullable`1"/> of <see cref="T:System.Double"/> value to write.</param>
3279
        </member>
3280
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Boolean)">
3281
            <summary>
3282
            Writes a <see cref="T:System.Boolean"/> value.
3283
            </summary>
3284
            <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
3285
        </member>
3286
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int16)">
3287
            <summary>
3288
            Writes a <see cref="T:System.Int16"/> value.
3289
            </summary>
3290
            <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
3291
        </member>
3292
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt16)">
3293
            <summary>
3294
            Writes a <see cref="T:System.UInt16"/> value.
3295
            </summary>
3296
            <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
3297
        </member>
3298
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Char)">
3299
            <summary>
3300
            Writes a <see cref="T:System.Char"/> value.
3301
            </summary>
3302
            <param name="value">The <see cref="T:System.Char"/> value to write.</param>
3303
        </member>
3304
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Byte)">
3305
            <summary>
3306
            Writes a <see cref="T:System.Byte"/> value.
3307
            </summary>
3308
            <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
3309
        </member>
3310
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.SByte)">
3311
            <summary>
3312
            Writes a <see cref="T:System.SByte"/> value.
3313
            </summary>
3314
            <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
3315
        </member>
3316
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Decimal)">
3317
            <summary>
3318
            Writes a <see cref="T:System.Decimal"/> value.
3319
            </summary>
3320
            <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
3321
        </member>
3322
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.DateTime)">
3323
            <summary>
3324
            Writes a <see cref="T:System.DateTime"/> value.
3325
            </summary>
3326
            <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
3327
        </member>
3328
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Byte[])">
3329
            <summary>
3330
            Writes a <see cref="T:System.Byte"/>[] value.
3331
            </summary>
3332
            <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param>
3333
        </member>
3334
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.DateTimeOffset)">
3335
            <summary>
3336
            Writes a <see cref="T:System.DateTimeOffset"/> value.
3337
            </summary>
3338
            <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>
3339
        </member>
3340
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Guid)">
3341
            <summary>
3342
            Writes a <see cref="T:System.Guid"/> value.
3343
            </summary>
3344
            <param name="value">The <see cref="T:System.Guid"/> value to write.</param>
3345
        </member>
3346
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.TimeSpan)">
3347
            <summary>
3348
            Writes a <see cref="T:System.TimeSpan"/> value.
3349
            </summary>
3350
            <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>
3351
        </member>
3352
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Uri)">
3353
            <summary>
3354
            Writes a <see cref="T:System.Uri"/> value.
3355
            </summary>
3356
            <param name="value">The <see cref="T:System.Uri"/> value to write.</param>
3357
        </member>
3358
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteComment(System.String)">
3359
            <summary>
3360
            Writes a comment <c>/*...*/</c> containing the specified text. 
3361
            </summary>
3362
            <param name="text">Text to place inside the comment.</param>
3363
        </member>
3364
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteWhitespace(System.String)">
3365
            <summary>
3366
            Writes the given white space.
3367
            </summary>
3368
            <param name="ws">The string of white space characters.</param>
3369
        </member>
3370
        <member name="T:Newtonsoft.Json.JsonToken">
3371
            <summary>
3372
            Specifies the type of JSON token.
3373
            </summary>
3374
        </member>
3375
        <member name="F:Newtonsoft.Json.JsonToken.None">
3376
            <summary>
3377
            This is returned by the <see cref="T:Newtonsoft.Json.JsonReader"/> if a read method has not been called.
3378
            </summary>
3379
        </member>
3380
        <member name="F:Newtonsoft.Json.JsonToken.StartObject">
3381
            <summary>
3382
            An object start token.
3383
            </summary>
3384
        </member>
3385
        <member name="F:Newtonsoft.Json.JsonToken.StartArray">
3386
            <summary>
3387
            An array start token.
3388
            </summary>
3389
        </member>
3390
        <member name="F:Newtonsoft.Json.JsonToken.StartConstructor">
3391
            <summary>
3392
            A constructor start token.
3393
            </summary>
3394
        </member>
3395
        <member name="F:Newtonsoft.Json.JsonToken.PropertyName">
3396
            <summary>
3397
            An object property name.
3398
            </summary>
3399
        </member>
3400
        <member name="F:Newtonsoft.Json.JsonToken.Comment">
3401
            <summary>
3402
            A comment.
3403
            </summary>
3404
        </member>
3405
        <member name="F:Newtonsoft.Json.JsonToken.Raw">
3406
            <summary>
3407
            Raw JSON.
3408
            </summary>
3409
        </member>
3410
        <member name="F:Newtonsoft.Json.JsonToken.Integer">
3411
            <summary>
3412
            An integer.
3413
            </summary>
3414
        </member>
3415
        <member name="F:Newtonsoft.Json.JsonToken.Float">
3416
            <summary>
3417
            A float.
3418
            </summary>
3419
        </member>
3420
        <member name="F:Newtonsoft.Json.JsonToken.String">
3421
            <summary>
3422
            A string.
3423
            </summary>
3424
        </member>
3425
        <member name="F:Newtonsoft.Json.JsonToken.Boolean">
3426
            <summary>
3427
            A boolean.
3428
            </summary>
3429
        </member>
3430
        <member name="F:Newtonsoft.Json.JsonToken.Null">
3431
            <summary>
3432
            A null token.
3433
            </summary>
3434
        </member>
3435
        <member name="F:Newtonsoft.Json.JsonToken.Undefined">
3436
            <summary>
3437
            An undefined token.
3438
            </summary>
3439
        </member>
3440
        <member name="F:Newtonsoft.Json.JsonToken.EndObject">
3441
            <summary>
3442
            An object end token.
3443
            </summary>
3444
        </member>
3445
        <member name="F:Newtonsoft.Json.JsonToken.EndArray">
3446
            <summary>
3447
            An array end token.
3448
            </summary>
3449
        </member>
3450
        <member name="F:Newtonsoft.Json.JsonToken.EndConstructor">
3451
            <summary>
3452
            A constructor end token.
3453
            </summary>
3454
        </member>
3455
        <member name="F:Newtonsoft.Json.JsonToken.Date">
3456
            <summary>
3457
            A Date.
3458
            </summary>
3459
        </member>
3460
        <member name="F:Newtonsoft.Json.JsonToken.Bytes">
3461
            <summary>
3462
            Byte data.
3463
            </summary>
3464
        </member>
3465
        <member name="T:Newtonsoft.Json.JsonValidatingReader">
3466
            <summary>
3467
            <para>
3468
            Represents a reader that provides <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> validation.
3469
            </para>
3470
            <note type="caution">
3471
            JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
3472
            </note>
3473
            </summary>
3474
        </member>
3475
        <member name="E:Newtonsoft.Json.JsonValidatingReader.ValidationEventHandler">
3476
            <summary>
3477
            Sets an event handler for receiving schema validation errors.
3478
            </summary>
3479
        </member>
3480
        <member name="P:Newtonsoft.Json.JsonValidatingReader.Value">
3481
            <summary>
3482
            Gets the text value of the current JSON token.
3483
            </summary>
3484
            <value></value>
3485
        </member>
3486
        <member name="P:Newtonsoft.Json.JsonValidatingReader.Depth">
3487
            <summary>
3488
            Gets the depth of the current token in the JSON document.
3489
            </summary>
3490
            <value>The depth of the current token in the JSON document.</value>
3491
        </member>
3492
        <member name="P:Newtonsoft.Json.JsonValidatingReader.Path">
3493
            <summary>
3494
            Gets the path of the current JSON token. 
3495
            </summary>
3496
        </member>
3497
        <member name="P:Newtonsoft.Json.JsonValidatingReader.QuoteChar">
3498
            <summary>
3499
            Gets the quotation mark character used to enclose the value of a string.
3500
            </summary>
3501
            <value></value>
3502
        </member>
3503
        <member name="P:Newtonsoft.Json.JsonValidatingReader.TokenType">
3504
            <summary>
3505
            Gets the type of the current JSON token.
3506
            </summary>
3507
            <value></value>
3508
        </member>
3509
        <member name="P:Newtonsoft.Json.JsonValidatingReader.ValueType">
3510
            <summary>
3511
            Gets the .NET type for the current JSON token.
3512
            </summary>
3513
            <value></value>
3514
        </member>
3515
        <member name="M:Newtonsoft.Json.JsonValidatingReader.#ctor(Newtonsoft.Json.JsonReader)">
3516
            <summary>
3517
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonValidatingReader"/> class that
3518
            validates the content returned from the given <see cref="T:Newtonsoft.Json.JsonReader"/>.
3519
            </summary>
3520
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from while validating.</param>
3521
        </member>
3522
        <member name="P:Newtonsoft.Json.JsonValidatingReader.Schema">
3523
            <summary>
3524
            Gets or sets the schema.
3525
            </summary>
3526
            <value>The schema.</value>
3527
        </member>
3528
        <member name="P:Newtonsoft.Json.JsonValidatingReader.Reader">
3529
            <summary>
3530
            Gets the <see cref="T:Newtonsoft.Json.JsonReader"/> used to construct this <see cref="T:Newtonsoft.Json.JsonValidatingReader"/>.
3531
            </summary>
3532
            <value>The <see cref="T:Newtonsoft.Json.JsonReader"/> specified in the constructor.</value>
3533
        </member>
3534
        <member name="M:Newtonsoft.Json.JsonValidatingReader.Close">
3535
            <summary>
3536
            Changes the reader's state to <see cref="F:Newtonsoft.Json.JsonReader.State.Closed"/>.
3537
            If <see cref="P:Newtonsoft.Json.JsonReader.CloseInput"/> is set to <c>true</c>, the underlying <see cref="T:Newtonsoft.Json.JsonReader"/> is also closed.
3538
            </summary>
3539
        </member>
3540
        <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsInt32">
3541
            <summary>
3542
            Reads the next JSON token from the underlying <see cref="T:Newtonsoft.Json.JsonReader"/> as a <see cref="T:System.Nullable`1"/> of <see cref="T:System.Int32"/>.
3543
            </summary>
3544
            <returns>A <see cref="T:System.Nullable`1"/> of <see cref="T:System.Int32"/>.</returns>
3545
        </member>
3546
        <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsBytes">
3547
            <summary>
3548
            Reads the next JSON token from the underlying <see cref="T:Newtonsoft.Json.JsonReader"/> as a <see cref="T:System.Byte"/>[].
3549
            </summary>
3550
            <returns>
3551
            A <see cref="T:System.Byte"/>[] or <c>null</c> if the next JSON token is null.
3552
            </returns>
3553
        </member>
3554
        <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDecimal">
3555
            <summary>
3556
            Reads the next JSON token from the underlying <see cref="T:Newtonsoft.Json.JsonReader"/> as a <see cref="T:System.Nullable`1"/> of <see cref="T:System.Decimal"/>.
3557
            </summary>
3558
            <returns>A <see cref="T:System.Nullable`1"/> of <see cref="T:System.Decimal"/>.</returns>
3559
        </member>
3560
        <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDouble">
3561
            <summary>
3562
            Reads the next JSON token from the underlying <see cref="T:Newtonsoft.Json.JsonReader"/> as a <see cref="T:System.Nullable`1"/> of <see cref="T:System.Double"/>.
3563
            </summary>
3564
            <returns>A <see cref="T:System.Nullable`1"/> of <see cref="T:System.Double"/>.</returns>
3565
        </member>
3566
        <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsBoolean">
3567
            <summary>
3568
            Reads the next JSON token from the underlying <see cref="T:Newtonsoft.Json.JsonReader"/> as a <see cref="T:System.Nullable`1"/> of <see cref="T:System.Boolean"/>.
3569
            </summary>
3570
            <returns>A <see cref="T:System.Nullable`1"/> of <see cref="T:System.Boolean"/>.</returns>
3571
        </member>
3572
        <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsString">
3573
            <summary>
3574
            Reads the next JSON token from the underlying <see cref="T:Newtonsoft.Json.JsonReader"/> as a <see cref="T:System.String"/>.
3575
            </summary>
3576
            <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
3577
        </member>
3578
        <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDateTime">
3579
            <summary>
3580
            Reads the next JSON token from the underlying <see cref="T:Newtonsoft.Json.JsonReader"/> as a <see cref="T:System.Nullable`1"/> of <see cref="T:System.DateTime"/>.
3581
            </summary>
3582
            <returns>A <see cref="T:System.Nullable`1"/> of <see cref="T:System.DateTime"/>. This method will return <c>null</c> at the end of an array.</returns>
3583
        </member>
3584
        <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDateTimeOffset">
3585
            <summary>
3586
            Reads the next JSON token from the underlying <see cref="T:Newtonsoft.Json.JsonReader"/> as a <see cref="T:System.Nullable`1"/> of <see cref="T:System.DateTimeOffset"/>.
3587
            </summary>
3588
            <returns>A <see cref="T:System.Nullable`1"/> of <see cref="T:System.DateTimeOffset"/>.</returns>
3589
        </member>
3590
        <member name="M:Newtonsoft.Json.JsonValidatingReader.Read">
3591
            <summary>
3592
            Reads the next JSON token from the underlying <see cref="T:Newtonsoft.Json.JsonReader"/>.
3593
            </summary>
3594
            <returns>
3595
            <c>true</c> if the next token was read successfully; <c>false</c> if there are no more tokens to read.
3596
            </returns>
3597
        </member>
3598
        <member name="T:Newtonsoft.Json.JsonWriter">
3599
            <summary>
3600
            Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
3601
            </summary>
3602
        </member>
3603
        <member name="P:Newtonsoft.Json.JsonWriter.CloseOutput">
3604
            <summary>
3605
            Gets or sets a value indicating whether the destination should be closed when this writer is closed.
3606
            </summary>
3607
            <value>
3608
            <c>true</c> to close the destination when this writer is closed; otherwise <c>false</c>. The default is <c>true</c>.
3609
            </value>
3610
        </member>
3611
        <member name="P:Newtonsoft.Json.JsonWriter.AutoCompleteOnClose">
3612
            <summary>
3613
            Gets or sets a value indicating whether the JSON should be auto-completed when this writer is closed.
3614
            </summary>
3615
            <value>
3616
            <c>true</c> to auto-complete the JSON when this writer is closed; otherwise <c>false</c>. The default is <c>true</c>.
3617
            </value>
3618
        </member>
3619
        <member name="P:Newtonsoft.Json.JsonWriter.Top">
3620
            <summary>
3621
            Gets the top.
3622
            </summary>
3623
            <value>The top.</value>
3624
        </member>
3625
        <member name="P:Newtonsoft.Json.JsonWriter.WriteState">
3626
            <summary>
3627
            Gets the state of the writer.
3628
            </summary>
3629
        </member>
3630
        <member name="P:Newtonsoft.Json.JsonWriter.Path">
3631
            <summary>
3632
            Gets the path of the writer. 
3633
            </summary>
3634
        </member>
3635
        <member name="P:Newtonsoft.Json.JsonWriter.Formatting">
3636
            <summary>
3637
            Gets or sets a value indicating how JSON text output should be formatted.
3638
            </summary>
3639
        </member>
3640
        <member name="P:Newtonsoft.Json.JsonWriter.DateFormatHandling">
3641
            <summary>
3642
            Gets or sets how dates are written to JSON text.
3643
            </summary>
3644
        </member>
3645
        <member name="P:Newtonsoft.Json.JsonWriter.DateTimeZoneHandling">
3646
            <summary>
3647
            Gets or sets how <see cref="T:System.DateTime"/> time zones are handled when writing JSON text.
3648
            </summary>
3649
        </member>
3650
        <member name="P:Newtonsoft.Json.JsonWriter.StringEscapeHandling">
3651
            <summary>
3652
            Gets or sets how strings are escaped when writing JSON text.
3653
            </summary>
3654
        </member>
3655
        <member name="P:Newtonsoft.Json.JsonWriter.FloatFormatHandling">
3656
            <summary>
3657
            Gets or sets how special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>,
3658
            <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/>,
3659
            are written to JSON text.
3660
            </summary>
3661
        </member>
3662
        <member name="P:Newtonsoft.Json.JsonWriter.DateFormatString">
3663
            <summary>
3664
            Gets or sets how <see cref="T:System.DateTime"/> and <see cref="T:System.DateTimeOffset"/> values are formatted when writing JSON text.
3665
            </summary>
3666
        </member>
3667
        <member name="P:Newtonsoft.Json.JsonWriter.Culture">
3668
            <summary>
3669
            Gets or sets the culture used when writing JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.
3670
            </summary>
3671
        </member>
3672
        <member name="M:Newtonsoft.Json.JsonWriter.#ctor">
3673
            <summary>
3674
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriter"/> class.
3675
            </summary>
3676
        </member>
3677
        <member name="M:Newtonsoft.Json.JsonWriter.Flush">
3678
            <summary>
3679
            Flushes whatever is in the buffer to the destination and also flushes the destination.
3680
            </summary>
3681
        </member>
3682
        <member name="M:Newtonsoft.Json.JsonWriter.Close">
3683
            <summary>
3684
            Closes this writer.
3685
            If <see cref="P:Newtonsoft.Json.JsonWriter.CloseOutput"/> is set to <c>true</c>, the destination is also closed.
3686
            If <see cref="P:Newtonsoft.Json.JsonWriter.AutoCompleteOnClose"/> is set to <c>true</c>, the JSON is auto-completed.
3687
            </summary>
3688
        </member>
3689
        <member name="M:Newtonsoft.Json.JsonWriter.WriteStartObject">
3690
            <summary>
3691
            Writes the beginning of a JSON object.
3692
            </summary>
3693
        </member>
3694
        <member name="M:Newtonsoft.Json.JsonWriter.WriteEndObject">
3695
            <summary>
3696
            Writes the end of a JSON object.
3697
            </summary>
3698
        </member>
3699
        <member name="M:Newtonsoft.Json.JsonWriter.WriteStartArray">
3700
            <summary>
3701
            Writes the beginning of a JSON array.
3702
            </summary>
3703
        </member>
3704
        <member name="M:Newtonsoft.Json.JsonWriter.WriteEndArray">
3705
            <summary>
3706
            Writes the end of an array.
3707
            </summary>
3708
        </member>
3709
        <member name="M:Newtonsoft.Json.JsonWriter.WriteStartConstructor(System.String)">
3710
            <summary>
3711
            Writes the start of a constructor with the given name.
3712
            </summary>
3713
            <param name="name">The name of the constructor.</param>
3714
        </member>
3715
        <member name="M:Newtonsoft.Json.JsonWriter.WriteEndConstructor">
3716
            <summary>
3717
            Writes the end constructor.
3718
            </summary>
3719
        </member>
3720
        <member name="M:Newtonsoft.Json.JsonWriter.WritePropertyName(System.String)">
3721
            <summary>
3722
            Writes the property name of a name/value pair of a JSON object.
3723
            </summary>
3724
            <param name="name">The name of the property.</param>
3725
        </member>
3726
        <member name="M:Newtonsoft.Json.JsonWriter.WritePropertyName(System.String,System.Boolean)">
3727
            <summary>
3728
            Writes the property name of a name/value pair of a JSON object.
3729
            </summary>
3730
            <param name="name">The name of the property.</param>
3731
            <param name="escape">A flag to indicate whether the text should be escaped when it is written as a JSON property name.</param>
3732
        </member>
3733
        <member name="M:Newtonsoft.Json.JsonWriter.WriteEnd">
3734
            <summary>
3735
            Writes the end of the current JSON object or array.
3736
            </summary>
3737
        </member>
3738
        <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonReader)">
3739
            <summary>
3740
            Writes the current <see cref="T:Newtonsoft.Json.JsonReader"/> token and its children.
3741
            </summary>
3742
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read the token from.</param>
3743
        </member>
3744
        <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonReader,System.Boolean)">
3745
            <summary>
3746
            Writes the current <see cref="T:Newtonsoft.Json.JsonReader"/> token.
3747
            </summary>
3748
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read the token from.</param>
3749
            <param name="writeChildren">A flag indicating whether the current token's children should be written.</param>
3750
        </member>
3751
        <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonToken,System.Object)">
3752
            <summary>
3753
            Writes the <see cref="T:Newtonsoft.Json.JsonToken"/> token and its value.
3754
            </summary>
3755
            <param name="token">The <see cref="T:Newtonsoft.Json.JsonToken"/> to write.</param>
3756
            <param name="value">
3757
            The value to write.
3758
            A value is only required for tokens that have an associated value, e.g. the <see cref="T:System.String"/> property name for <see cref="F:Newtonsoft.Json.JsonToken.PropertyName"/>.
3759
            <c>null</c> can be passed to the method for tokens that don't have a value, e.g. <see cref="F:Newtonsoft.Json.JsonToken.StartObject"/>.
3760
            </param>
3761
        </member>
3762
        <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonToken)">
3763
            <summary>
3764
            Writes the <see cref="T:Newtonsoft.Json.JsonToken"/> token.
3765
            </summary>
3766
            <param name="token">The <see cref="T:Newtonsoft.Json.JsonToken"/> to write.</param>
3767
        </member>
3768
        <member name="M:Newtonsoft.Json.JsonWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
3769
            <summary>
3770
            Writes the specified end token.
3771
            </summary>
3772
            <param name="token">The end token to write.</param>
3773
        </member>
3774
        <member name="M:Newtonsoft.Json.JsonWriter.WriteIndent">
3775
            <summary>
3776
            Writes indent characters.
3777
            </summary>
3778
        </member>
3779
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValueDelimiter">
3780
            <summary>
3781
            Writes the JSON value delimiter.
3782
            </summary>
3783
        </member>
3784
        <member name="M:Newtonsoft.Json.JsonWriter.WriteIndentSpace">
3785
            <summary>
3786
            Writes an indent space.
3787
            </summary>
3788
        </member>
3789
        <member name="M:Newtonsoft.Json.JsonWriter.WriteNull">
3790
            <summary>
3791
            Writes a null value.
3792
            </summary>
3793
        </member>
3794
        <member name="M:Newtonsoft.Json.JsonWriter.WriteUndefined">
3795
            <summary>
3796
            Writes an undefined value.
3797
            </summary>
3798
        </member>
3799
        <member name="M:Newtonsoft.Json.JsonWriter.WriteRaw(System.String)">
3800
            <summary>
3801
            Writes raw JSON without changing the writer's state.
3802
            </summary>
3803
            <param name="json">The raw JSON to write.</param>
3804
        </member>
3805
        <member name="M:Newtonsoft.Json.JsonWriter.WriteRawValue(System.String)">
3806
            <summary>
3807
            Writes raw JSON where a value is expected and updates the writer's state.
3808
            </summary>
3809
            <param name="json">The raw JSON to write.</param>
3810
        </member>
3811
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.String)">
3812
            <summary>
3813
            Writes a <see cref="T:System.String"/> value.
3814
            </summary>
3815
            <param name="value">The <see cref="T:System.String"/> value to write.</param>
3816
        </member>
3817
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int32)">
3818
            <summary>
3819
            Writes a <see cref="T:System.Int32"/> value.
3820
            </summary>
3821
            <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
3822
        </member>
3823
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt32)">
3824
            <summary>
3825
            Writes a <see cref="T:System.UInt32"/> value.
3826
            </summary>
3827
            <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
3828
        </member>
3829
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int64)">
3830
            <summary>
3831
            Writes a <see cref="T:System.Int64"/> value.
3832
            </summary>
3833
            <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
3834
        </member>
3835
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt64)">
3836
            <summary>
3837
            Writes a <see cref="T:System.UInt64"/> value.
3838
            </summary>
3839
            <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
3840
        </member>
3841
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Single)">
3842
            <summary>
3843
            Writes a <see cref="T:System.Single"/> value.
3844
            </summary>
3845
            <param name="value">The <see cref="T:System.Single"/> value to write.</param>
3846
        </member>
3847
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Double)">
3848
            <summary>
3849
            Writes a <see cref="T:System.Double"/> value.
3850
            </summary>
3851
            <param name="value">The <see cref="T:System.Double"/> value to write.</param>
3852
        </member>
3853
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Boolean)">
3854
            <summary>
3855
            Writes a <see cref="T:System.Boolean"/> value.
3856
            </summary>
3857
            <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
3858
        </member>
3859
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int16)">
3860
            <summary>
3861
            Writes a <see cref="T:System.Int16"/> value.
3862
            </summary>
3863
            <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
3864
        </member>
3865
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt16)">
3866
            <summary>
3867
            Writes a <see cref="T:System.UInt16"/> value.
3868
            </summary>
3869
            <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
3870
        </member>
3871
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Char)">
3872
            <summary>
3873
            Writes a <see cref="T:System.Char"/> value.
3874
            </summary>
3875
            <param name="value">The <see cref="T:System.Char"/> value to write.</param>
3876
        </member>
3877
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Byte)">
3878
            <summary>
3879
            Writes a <see cref="T:System.Byte"/> value.
3880
            </summary>
3881
            <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
3882
        </member>
3883
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.SByte)">
3884
            <summary>
3885
            Writes a <see cref="T:System.SByte"/> value.
3886
            </summary>
3887
            <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
3888
        </member>
3889
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Decimal)">
3890
            <summary>
3891
            Writes a <see cref="T:System.Decimal"/> value.
3892
            </summary>
3893
            <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
3894
        </member>
3895
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.DateTime)">
3896
            <summary>
3897
            Writes a <see cref="T:System.DateTime"/> value.
3898
            </summary>
3899
            <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
3900
        </member>
3901
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.DateTimeOffset)">
3902
            <summary>
3903
            Writes a <see cref="T:System.DateTimeOffset"/> value.
3904
            </summary>
3905
            <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>
3906
        </member>
3907
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Guid)">
3908
            <summary>
3909
            Writes a <see cref="T:System.Guid"/> value.
3910
            </summary>
3911
            <param name="value">The <see cref="T:System.Guid"/> value to write.</param>
3912
        </member>
3913
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.TimeSpan)">
3914
            <summary>
3915
            Writes a <see cref="T:System.TimeSpan"/> value.
3916
            </summary>
3917
            <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>
3918
        </member>
3919
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int32})">
3920
            <summary>
3921
            Writes a <see cref="T:System.Nullable`1"/> of <see cref="T:System.Int32"/> value.
3922
            </summary>
3923
            <param name="value">The <see cref="T:System.Nullable`1"/> of <see cref="T:System.Int32"/> value to write.</param>
3924
        </member>
3925
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt32})">
3926
            <summary>
3927
            Writes a <see cref="T:System.Nullable`1"/> of <see cref="T:System.UInt32"/> value.
3928
            </summary>
3929
            <param name="value">The <see cref="T:System.Nullable`1"/> of <see cref="T:System.UInt32"/> value to write.</param>
3930
        </member>
3931
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int64})">
3932
            <summary>
3933
            Writes a <see cref="T:System.Nullable`1"/> of <see cref="T:System.Int64"/> value.
3934
            </summary>
3935
            <param name="value">The <see cref="T:System.Nullable`1"/> of <see cref="T:System.Int64"/> value to write.</param>
3936
        </member>
3937
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt64})">
3938
            <summary>
3939
            Writes a <see cref="T:System.Nullable`1"/> of <see cref="T:System.UInt64"/> value.
3940
            </summary>
3941
            <param name="value">The <see cref="T:System.Nullable`1"/> of <see cref="T:System.UInt64"/> value to write.</param>
3942
        </member>
3943
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Single})">
3944
            <summary>
3945
            Writes a <see cref="T:System.Nullable`1"/> of <see cref="T:System.Single"/> value.
3946
            </summary>
3947
            <param name="value">The <see cref="T:System.Nullable`1"/> of <see cref="T:System.Single"/> value to write.</param>
3948
        </member>
3949
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Double})">
3950
            <summary>
3951
            Writes a <see cref="T:System.Nullable`1"/> of <see cref="T:System.Double"/> value.
3952
            </summary>
3953
            <param name="value">The <see cref="T:System.Nullable`1"/> of <see cref="T:System.Double"/> value to write.</param>
3954
        </member>
3955
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Boolean})">
3956
            <summary>
3957
            Writes a <see cref="T:System.Nullable`1"/> of <see cref="T:System.Boolean"/> value.
3958
            </summary>
3959
            <param name="value">The <see cref="T:System.Nullable`1"/> of <see cref="T:System.Boolean"/> value to write.</param>
3960
        </member>
3961
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int16})">
3962
            <summary>
3963
            Writes a <see cref="T:System.Nullable`1"/> of <see cref="T:System.Int16"/> value.
3964
            </summary>
3965
            <param name="value">The <see cref="T:System.Nullable`1"/> of <see cref="T:System.Int16"/> value to write.</param>
3966
        </member>
3967
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt16})">
3968
            <summary>
3969
            Writes a <see cref="T:System.Nullable`1"/> of <see cref="T:System.UInt16"/> value.
3970
            </summary>
3971
            <param name="value">The <see cref="T:System.Nullable`1"/> of <see cref="T:System.UInt16"/> value to write.</param>
3972
        </member>
3973
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Char})">
3974
            <summary>
3975
            Writes a <see cref="T:System.Nullable`1"/> of <see cref="T:System.Char"/> value.
3976
            </summary>
3977
            <param name="value">The <see cref="T:System.Nullable`1"/> of <see cref="T:System.Char"/> value to write.</param>
3978
        </member>
3979
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Byte})">
3980
            <summary>
3981
            Writes a <see cref="T:System.Nullable`1"/> of <see cref="T:System.Byte"/> value.
3982
            </summary>
3983
            <param name="value">The <see cref="T:System.Nullable`1"/> of <see cref="T:System.Byte"/> value to write.</param>
3984
        </member>
3985
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.SByte})">
3986
            <summary>
3987
            Writes a <see cref="T:System.Nullable`1"/> of <see cref="T:System.SByte"/> value.
3988
            </summary>
3989
            <param name="value">The <see cref="T:System.Nullable`1"/> of <see cref="T:System.SByte"/> value to write.</param>
3990
        </member>
3991
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Decimal})">
3992
            <summary>
3993
            Writes a <see cref="T:System.Nullable`1"/> of <see cref="T:System.Decimal"/> value.
3994
            </summary>
3995
            <param name="value">The <see cref="T:System.Nullable`1"/> of <see cref="T:System.Decimal"/> value to write.</param>
3996
        </member>
3997
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.DateTime})">
3998
            <summary>
3999
            Writes a <see cref="T:System.Nullable`1"/> of <see cref="T:System.DateTime"/> value.
4000
            </summary>
4001
            <param name="value">The <see cref="T:System.Nullable`1"/> of <see cref="T:System.DateTime"/> value to write.</param>
4002
        </member>
4003
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.DateTimeOffset})">
4004
            <summary>
4005
            Writes a <see cref="T:System.Nullable`1"/> of <see cref="T:System.DateTimeOffset"/> value.
4006
            </summary>
4007
            <param name="value">The <see cref="T:System.Nullable`1"/> of <see cref="T:System.DateTimeOffset"/> value to write.</param>
4008
        </member>
4009
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Guid})">
4010
            <summary>
4011
            Writes a <see cref="T:System.Nullable`1"/> of <see cref="T:System.Guid"/> value.
4012
            </summary>
4013
            <param name="value">The <see cref="T:System.Nullable`1"/> of <see cref="T:System.Guid"/> value to write.</param>
4014
        </member>
4015
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.TimeSpan})">
4016
            <summary>
4017
            Writes a <see cref="T:System.Nullable`1"/> of <see cref="T:System.TimeSpan"/> value.
4018
            </summary>
4019
            <param name="value">The <see cref="T:System.Nullable`1"/> of <see cref="T:System.TimeSpan"/> value to write.</param>
4020
        </member>
4021
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Byte[])">
4022
            <summary>
4023
            Writes a <see cref="T:System.Byte"/>[] value.
4024
            </summary>
4025
            <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param>
4026
        </member>
4027
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Uri)">
4028
            <summary>
4029
            Writes a <see cref="T:System.Uri"/> value.
4030
            </summary>
4031
            <param name="value">The <see cref="T:System.Uri"/> value to write.</param>
4032
        </member>
4033
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Object)">
4034
            <summary>
4035
            Writes a <see cref="T:System.Object"/> value.
4036
            An error will raised if the value cannot be written as a single JSON token.
4037
            </summary>
4038
            <param name="value">The <see cref="T:System.Object"/> value to write.</param>
4039
        </member>
4040
        <member name="M:Newtonsoft.Json.JsonWriter.WriteComment(System.String)">
4041
            <summary>
4042
            Writes a comment <c>/*...*/</c> containing the specified text.
4043
            </summary>
4044
            <param name="text">Text to place inside the comment.</param>
4045
        </member>
4046
        <member name="M:Newtonsoft.Json.JsonWriter.WriteWhitespace(System.String)">
4047
            <summary>
4048
            Writes the given white space.
4049
            </summary>
4050
            <param name="ws">The string of white space characters.</param>
4051
        </member>
4052
        <member name="M:Newtonsoft.Json.JsonWriter.Dispose(System.Boolean)">
4053
            <summary>
4054
            Releases unmanaged and - optionally - managed resources.
4055
            </summary>
4056
            <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
4057
        </member>
4058
        <member name="M:Newtonsoft.Json.JsonWriter.SetWriteState(Newtonsoft.Json.JsonToken,System.Object)">
4059
            <summary>
4060
            Sets the state of the <see cref="T:Newtonsoft.Json.JsonWriter"/>.
4061
            </summary>
4062
            <param name="token">The <see cref="T:Newtonsoft.Json.JsonToken"/> being written.</param>
4063
            <param name="value">The value being written.</param>
4064
        </member>
4065
        <member name="T:Newtonsoft.Json.JsonWriterException">
4066
            <summary>
4067
            The exception thrown when an error occurs while writing JSON text.
4068
            </summary>
4069
        </member>
4070
        <member name="P:Newtonsoft.Json.JsonWriterException.Path">
4071
            <summary>
4072
            Gets the path to the JSON where the error occurred.
4073
            </summary>
4074
            <value>The path to the JSON where the error occurred.</value>
4075
        </member>
4076
        <member name="M:Newtonsoft.Json.JsonWriterException.#ctor">
4077
            <summary>
4078
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class.
4079
            </summary>
4080
        </member>
4081
        <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.String)">
4082
            <summary>
4083
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class
4084
            with a specified error message.
4085
            </summary>
4086
            <param name="message">The error message that explains the reason for the exception.</param>
4087
        </member>
4088
        <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.String,System.Exception)">
4089
            <summary>
4090
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class
4091
            with a specified error message and a reference to the inner exception that is the cause of this exception.
4092
            </summary>
4093
            <param name="message">The error message that explains the reason for the exception.</param>
4094
            <param name="innerException">The exception that is the cause of the current exception, or <c>null</c> if no inner exception is specified.</param>
4095
        </member>
4096
        <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
4097
            <summary>
4098
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class.
4099
            </summary>
4100
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
4101
            <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
4102
            <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is <c>null</c>.</exception>
4103
            <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is <c>null</c> or <see cref="P:System.Exception.HResult"/> is zero (0).</exception>
4104
        </member>
4105
        <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.String,System.String,System.Exception)">
4106
            <summary>
4107
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class
4108
            with a specified error message, JSON path and a reference to the inner exception that is the cause of this exception.
4109
            </summary>
4110
            <param name="message">The error message that explains the reason for the exception.</param>
4111
            <param name="path">The path to the JSON where the error occurred.</param>
4112
            <param name="innerException">The exception that is the cause of the current exception, or <c>null</c> if no inner exception is specified.</param>
4113
        </member>
4114
        <member name="T:Newtonsoft.Json.Linq.CommentHandling">
4115
            <summary>
4116
            Specifies how JSON comments are handled when loading JSON.
4117
            </summary>
4118
        </member>
4119
        <member name="F:Newtonsoft.Json.Linq.CommentHandling.Ignore">
4120
            <summary>
4121
            Ignore comments.
4122
            </summary>
4123
        </member>
4124
        <member name="F:Newtonsoft.Json.Linq.CommentHandling.Load">
4125
            <summary>
4126
            Load comments as a <see cref="T:Newtonsoft.Json.Linq.JValue"/> with type <see cref="F:Newtonsoft.Json.Linq.JTokenType.Comment"/>.
4127
            </summary>
4128
        </member>
4129
        <member name="T:Newtonsoft.Json.Linq.LineInfoHandling">
4130
            <summary>
4131
            Specifies how line information is handled when loading JSON.
4132
            </summary>
4133
        </member>
4134
        <member name="F:Newtonsoft.Json.Linq.LineInfoHandling.Ignore">
4135
            <summary>
4136
            Ignore line information.
4137
            </summary>
4138
        </member>
4139
        <member name="F:Newtonsoft.Json.Linq.LineInfoHandling.Load">
4140
            <summary>
4141
            Load line information.
4142
            </summary>
4143
        </member>
4144
        <member name="T:Newtonsoft.Json.Linq.Extensions">
4145
            <summary>
4146
            Contains the LINQ to JSON extension methods.
4147
            </summary>
4148
        </member>
4149
        <member name="M:Newtonsoft.Json.Linq.Extensions.Ancestors``1(System.Collections.Generic.IEnumerable{``0})">
4150
            <summary>
4151
            Returns a collection of tokens that contains the ancestors of every token in the source collection.
4152
            </summary>
4153
            <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</typeparam>
4154
            <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>
4155
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the ancestors of every token in the source collection.</returns>
4156
        </member>
4157
        <member name="M:Newtonsoft.Json.Linq.Extensions.AncestorsAndSelf``1(System.Collections.Generic.IEnumerable{``0})">
4158
            <summary>
4159
            Returns a collection of tokens that contains every token in the source collection, and the ancestors of every token in the source collection.
4160
            </summary>
4161
            <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</typeparam>
4162
            <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>
4163
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains every token in the source collection, the ancestors of every token in the source collection.</returns>
4164
        </member>
4165
        <member name="M:Newtonsoft.Json.Linq.Extensions.Descendants``1(System.Collections.Generic.IEnumerable{``0})">
4166
            <summary>
4167
            Returns a collection of tokens that contains the descendants of every token in the source collection.
4168
            </summary>
4169
            <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JContainer"/>.</typeparam>
4170
            <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>
4171
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the descendants of every token in the source collection.</returns>
4172
        </member>
4173
        <member name="M:Newtonsoft.Json.Linq.Extensions.DescendantsAndSelf``1(System.Collections.Generic.IEnumerable{``0})">
4174
            <summary>
4175
            Returns a collection of tokens that contains every token in the source collection, and the descendants of every token in the source collection.
4176
            </summary>
4177
            <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JContainer"/>.</typeparam>
4178
            <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>
4179
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains every token in the source collection, and the descendants of every token in the source collection.</returns>
4180
        </member>
4181
        <member name="M:Newtonsoft.Json.Linq.Extensions.Properties(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JObject})">
4182
            <summary>
4183
            Returns a collection of child properties of every object in the source collection.
4184
            </summary>
4185
            <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>
4186
            <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>
4187
        </member>
4188
        <member name="M:Newtonsoft.Json.Linq.Extensions.Values(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken},System.Object)">
4189
            <summary>
4190
            Returns a collection of child values of every object in the source collection with the given key.
4191
            </summary>
4192
            <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>
4193
            <param name="key">The token key.</param>
4194
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the values of every token in the source collection with the given key.</returns>
4195
        </member>
4196
        <member name="M:Newtonsoft.Json.Linq.Extensions.Values(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
4197
            <summary>
4198
            Returns a collection of child values of every object in the source collection.
4199
            </summary>
4200
            <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>
4201
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the values of every token in the source collection.</returns>
4202
        </member>
4203
        <member name="M:Newtonsoft.Json.Linq.Extensions.Values``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken},System.Object)">
4204
            <summary>
4205
            Returns a collection of converted child values of every object in the source collection with the given key.
4206
            </summary>
4207
            <typeparam name="U">The type to convert the values to.</typeparam>
4208
            <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>
4209
            <param name="key">The token key.</param>
4210
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the converted values of every token in the source collection with the given key.</returns>
4211
        </member>
4212
        <member name="M:Newtonsoft.Json.Linq.Extensions.Values``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
4213
            <summary>
4214
            Returns a collection of converted child values of every object in the source collection.
4215
            </summary>
4216
            <typeparam name="U">The type to convert the values to.</typeparam>
4217
            <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>
4218
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the converted values of every token in the source collection.</returns>
4219
        </member>
4220
        <member name="M:Newtonsoft.Json.Linq.Extensions.Value``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
4221
            <summary>
4222
            Converts the value.
4223
            </summary>
4224
            <typeparam name="U">The type to convert the value to.</typeparam>
4225
            <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>
4226
            <returns>A converted value.</returns>
4227
        </member>
4228
        <member name="M:Newtonsoft.Json.Linq.Extensions.Value``2(System.Collections.Generic.IEnumerable{``0})">
4229
            <summary>
4230
            Converts the value.
4231
            </summary>
4232
            <typeparam name="T">The source collection type.</typeparam>
4233
            <typeparam name="U">The type to convert the value to.</typeparam>
4234
            <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>
4235
            <returns>A converted value.</returns>
4236
        </member>
4237
        <member name="M:Newtonsoft.Json.Linq.Extensions.Children``1(System.Collections.Generic.IEnumerable{``0})">
4238
            <summary>
4239
            Returns a collection of child tokens of every array in the source collection.
4240
            </summary>
4241
            <typeparam name="T">The source collection type.</typeparam>
4242
            <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>
4243
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the values of every token in the source collection.</returns>
4244
        </member>
4245
        <member name="M:Newtonsoft.Json.Linq.Extensions.Children``2(System.Collections.Generic.IEnumerable{``0})">
4246
            <summary>
4247
            Returns a collection of converted child tokens of every array in the source collection.
4248
            </summary>
4249
            <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>
4250
            <typeparam name="U">The type to convert the values to.</typeparam>
4251
            <typeparam name="T">The source collection type.</typeparam>
4252
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the converted values of every token in the source collection.</returns>
4253
        </member>
4254
        <member name="M:Newtonsoft.Json.Linq.Extensions.AsJEnumerable(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
4255
            <summary>
4256
            Returns the input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.
4257
            </summary>
4258
            <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>
4259
            <returns>The input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.</returns>
4260
        </member>
4261
        <member name="M:Newtonsoft.Json.Linq.Extensions.AsJEnumerable``1(System.Collections.Generic.IEnumerable{``0})">
4262
            <summary>
4263
            Returns the input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.
4264
            </summary>
4265
            <typeparam name="T">The source collection type.</typeparam>
4266
            <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>
4267
            <returns>The input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.</returns>
4268
        </member>
4269
        <member name="T:Newtonsoft.Json.Linq.IJEnumerable`1">
4270
            <summary>
4271
            Represents a collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.
4272
            </summary>
4273
            <typeparam name="T">The type of token.</typeparam>
4274
        </member>
4275
        <member name="P:Newtonsoft.Json.Linq.IJEnumerable`1.Item(System.Object)">
4276
            <summary>
4277
            Gets the <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
4278
            </summary>
4279
            <value></value>
4280
        </member>
4281
        <member name="T:Newtonsoft.Json.Linq.JArray">
4282
            <summary>
4283
            Represents a JSON array.
4284
            </summary>
4285
            <example>
4286
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParseArray" title="Parsing a JSON Array from Text" />
4287
            </example>
4288
        </member>
4289
        <member name="P:Newtonsoft.Json.Linq.JArray.ChildrenTokens">
4290
            <summary>
4291
            Gets the container's children tokens.
4292
            </summary>
4293
            <value>The container's children tokens.</value>
4294
        </member>
4295
        <member name="P:Newtonsoft.Json.Linq.JArray.Type">
4296
            <summary>
4297
            Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4298
            </summary>
4299
            <value>The type.</value>
4300
        </member>
4301
        <member name="M:Newtonsoft.Json.Linq.JArray.#ctor">
4302
            <summary>
4303
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class.
4304
            </summary>
4305
        </member>
4306
        <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(Newtonsoft.Json.Linq.JArray)">
4307
            <summary>
4308
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class from another <see cref="T:Newtonsoft.Json.Linq.JArray"/> object.
4309
            </summary>
4310
            <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JArray"/> object to copy from.</param>
4311
        </member>
4312
        <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(System.Object[])">
4313
            <summary>
4314
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class with the specified content.
4315
            </summary>
4316
            <param name="content">The contents of the array.</param>
4317
        </member>
4318
        <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(System.Object)">
4319
            <summary>
4320
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class with the specified content.
4321
            </summary>
4322
            <param name="content">The contents of the array.</param>
4323
        </member>
4324
        <member name="M:Newtonsoft.Json.Linq.JArray.Load(Newtonsoft.Json.JsonReader)">
4325
            <summary>
4326
            Loads an <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
4327
            </summary>
4328
            <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>
4329
            <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>
4330
        </member>
4331
        <member name="M:Newtonsoft.Json.Linq.JArray.Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)">
4332
            <summary>
4333
            Loads an <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
4334
            </summary>
4335
            <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>
4336
            <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
4337
            If this is <c>null</c>, default load settings will be used.</param>
4338
            <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>
4339
        </member>
4340
        <member name="M:Newtonsoft.Json.Linq.JArray.Parse(System.String)">
4341
            <summary>
4342
            Load a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a string that contains JSON.
4343
            </summary>
4344
            <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
4345
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> populated from the string that contains JSON.</returns>
4346
            <example>
4347
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParseArray" title="Parsing a JSON Array from Text" />
4348
            </example>
4349
        </member>
4350
        <member name="M:Newtonsoft.Json.Linq.JArray.Parse(System.String,Newtonsoft.Json.Linq.JsonLoadSettings)">
4351
            <summary>
4352
            Load a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a string that contains JSON.
4353
            </summary>
4354
            <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
4355
            <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
4356
            If this is <c>null</c>, default load settings will be used.</param>
4357
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> populated from the string that contains JSON.</returns>
4358
            <example>
4359
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParseArray" title="Parsing a JSON Array from Text" />
4360
            </example>
4361
        </member>
4362
        <member name="M:Newtonsoft.Json.Linq.JArray.FromObject(System.Object)">
4363
            <summary>
4364
            Creates a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from an object.
4365
            </summary>
4366
            <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>
4367
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> with the values of the specified object.</returns>
4368
        </member>
4369
        <member name="M:Newtonsoft.Json.Linq.JArray.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">
4370
            <summary>
4371
            Creates a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from an object.
4372
            </summary>
4373
            <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>
4374
            <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used to read the object.</param>
4375
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> with the values of the specified object.</returns>
4376
        </member>
4377
        <member name="M:Newtonsoft.Json.Linq.JArray.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
4378
            <summary>
4379
            Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
4380
            </summary>
4381
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
4382
            <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
4383
        </member>
4384
        <member name="P:Newtonsoft.Json.Linq.JArray.Item(System.Object)">
4385
            <summary>
4386
            Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
4387
            </summary>
4388
            <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
4389
        </member>
4390
        <member name="P:Newtonsoft.Json.Linq.JArray.Item(System.Int32)">
4391
            <summary>
4392
            Gets or sets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> at the specified index.
4393
            </summary>
4394
            <value></value>
4395
        </member>
4396
        <member name="M:Newtonsoft.Json.Linq.JArray.IndexOf(Newtonsoft.Json.Linq.JToken)">
4397
            <summary>
4398
            Determines the index of a specific item in the <see cref="T:Newtonsoft.Json.Linq.JArray"/>.
4399
            </summary>
4400
            <param name="item">The object to locate in the <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>
4401
            <returns>
4402
            The index of <paramref name="item"/> if found in the list; otherwise, -1.
4403
            </returns>
4404
        </member>
4405
        <member name="M:Newtonsoft.Json.Linq.JArray.Insert(System.Int32,Newtonsoft.Json.Linq.JToken)">
4406
            <summary>
4407
            Inserts an item to the <see cref="T:Newtonsoft.Json.Linq.JArray"/> at the specified index.
4408
            </summary>
4409
            <param name="index">The zero-based index at which <paramref name="item"/> should be inserted.</param>
4410
            <param name="item">The object to insert into the <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>
4411
            <exception cref="T:System.ArgumentOutOfRangeException">
4412
            <paramref name="index"/> is not a valid index in the <see cref="T:Newtonsoft.Json.Linq.JArray"/>.
4413
            </exception>
4414
        </member>
4415
        <member name="M:Newtonsoft.Json.Linq.JArray.RemoveAt(System.Int32)">
4416
            <summary>
4417
            Removes the <see cref="T:Newtonsoft.Json.Linq.JArray"/> item at the specified index.
4418
            </summary>
4419
            <param name="index">The zero-based index of the item to remove.</param>
4420
            <exception cref="T:System.ArgumentOutOfRangeException">
4421
            <paramref name="index"/> is not a valid index in the <see cref="T:Newtonsoft.Json.Linq.JArray"/>.
4422
            </exception>
4423
        </member>
4424
        <member name="M:Newtonsoft.Json.Linq.JArray.GetEnumerator">
4425
            <summary>
4426
            Returns an enumerator that iterates through the collection.
4427
            </summary>
4428
            <returns>
4429
            A <see cref="T:System.Collections.Generic.IEnumerator`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that can be used to iterate through the collection.
4430
            </returns>
4431
        </member>
4432
        <member name="M:Newtonsoft.Json.Linq.JArray.Add(Newtonsoft.Json.Linq.JToken)">
4433
            <summary>
4434
            Adds an item to the <see cref="T:Newtonsoft.Json.Linq.JArray"/>.
4435
            </summary>
4436
            <param name="item">The object to add to the <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>
4437
        </member>
4438
        <member name="M:Newtonsoft.Json.Linq.JArray.Clear">
4439
            <summary>
4440
            Removes all items from the <see cref="T:Newtonsoft.Json.Linq.JArray"/>.
4441
            </summary>
4442
        </member>
4443
        <member name="M:Newtonsoft.Json.Linq.JArray.Contains(Newtonsoft.Json.Linq.JToken)">
4444
            <summary>
4445
            Determines whether the <see cref="T:Newtonsoft.Json.Linq.JArray"/> contains a specific value.
4446
            </summary>
4447
            <param name="item">The object to locate in the <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>
4448
            <returns>
4449
            <c>true</c> if <paramref name="item"/> is found in the <see cref="T:Newtonsoft.Json.Linq.JArray"/>; otherwise, <c>false</c>.
4450
            </returns>
4451
        </member>
4452
        <member name="M:Newtonsoft.Json.Linq.JArray.CopyTo(Newtonsoft.Json.Linq.JToken[],System.Int32)">
4453
            <summary>
4454
            Copies the elements of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> to an array, starting at a particular array index.
4455
            </summary>
4456
            <param name="array">The array.</param>
4457
            <param name="arrayIndex">Index of the array.</param>
4458
        </member>
4459
        <member name="P:Newtonsoft.Json.Linq.JArray.IsReadOnly">
4460
            <summary>
4461
            Gets a value indicating whether the <see cref="T:Newtonsoft.Json.Linq.JArray"/> is read-only.
4462
            </summary>
4463
            <returns><c>true</c> if the <see cref="T:Newtonsoft.Json.Linq.JArray"/> is read-only; otherwise, <c>false</c>.</returns>
4464
        </member>
4465
        <member name="M:Newtonsoft.Json.Linq.JArray.Remove(Newtonsoft.Json.Linq.JToken)">
4466
            <summary>
4467
            Removes the first occurrence of a specific object from the <see cref="T:Newtonsoft.Json.Linq.JArray"/>.
4468
            </summary>
4469
            <param name="item">The object to remove from the <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>
4470
            <returns>
4471
            <c>true</c> if <paramref name="item"/> was successfully removed from the <see cref="T:Newtonsoft.Json.Linq.JArray"/>; otherwise, <c>false</c>. This method also returns <c>false</c> if <paramref name="item"/> is not found in the original <see cref="T:Newtonsoft.Json.Linq.JArray"/>.
4472
            </returns>
4473
        </member>
4474
        <member name="T:Newtonsoft.Json.Linq.JConstructor">
4475
            <summary>
4476
            Represents a JSON constructor.
4477
            </summary>
4478
        </member>
4479
        <member name="P:Newtonsoft.Json.Linq.JConstructor.ChildrenTokens">
4480
            <summary>
4481
            Gets the container's children tokens.
4482
            </summary>
4483
            <value>The container's children tokens.</value>
4484
        </member>
4485
        <member name="P:Newtonsoft.Json.Linq.JConstructor.Name">
4486
            <summary>
4487
            Gets or sets the name of this constructor.
4488
            </summary>
4489
            <value>The constructor name.</value>
4490
        </member>
4491
        <member name="P:Newtonsoft.Json.Linq.JConstructor.Type">
4492
            <summary>
4493
            Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4494
            </summary>
4495
            <value>The type.</value>
4496
        </member>
4497
        <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor">
4498
            <summary>
4499
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class.
4500
            </summary>
4501
        </member>
4502
        <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(Newtonsoft.Json.Linq.JConstructor)">
4503
            <summary>
4504
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class from another <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> object.
4505
            </summary>
4506
            <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> object to copy from.</param>
4507
        </member>
4508
        <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String,System.Object[])">
4509
            <summary>
4510
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name and content.
4511
            </summary>
4512
            <param name="name">The constructor name.</param>
4513
            <param name="content">The contents of the constructor.</param>
4514
        </member>
4515
        <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String,System.Object)">
4516
            <summary>
4517
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name and content.
4518
            </summary>
4519
            <param name="name">The constructor name.</param>
4520
            <param name="content">The contents of the constructor.</param>
4521
        </member>
4522
        <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String)">
4523
            <summary>
4524
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name.
4525
            </summary>
4526
            <param name="name">The constructor name.</param>
4527
        </member>
4528
        <member name="M:Newtonsoft.Json.Linq.JConstructor.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
4529
            <summary>
4530
            Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
4531
            </summary>
4532
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
4533
            <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
4534
        </member>
4535
        <member name="P:Newtonsoft.Json.Linq.JConstructor.Item(System.Object)">
4536
            <summary>
4537
            Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
4538
            </summary>
4539
            <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
4540
        </member>
4541
        <member name="M:Newtonsoft.Json.Linq.JConstructor.Load(Newtonsoft.Json.JsonReader)">
4542
            <summary>
4543
            Loads a <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
4544
            </summary>
4545
            <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>
4546
            <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>
4547
        </member>
4548
        <member name="M:Newtonsoft.Json.Linq.JConstructor.Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)">
4549
            <summary>
4550
            Loads a <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
4551
            </summary>
4552
            <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>
4553
            <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
4554
            If this is <c>null</c>, default load settings will be used.</param>
4555
            <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>
4556
        </member>
4557
        <member name="T:Newtonsoft.Json.Linq.JContainer">
4558
            <summary>
4559
            Represents a token that can contain other tokens.
4560
            </summary>
4561
        </member>
4562
        <member name="E:Newtonsoft.Json.Linq.JContainer.ListChanged">
4563
            <summary>
4564
            Occurs when the list changes or an item in the list changes.
4565
            </summary>
4566
        </member>
4567
        <member name="E:Newtonsoft.Json.Linq.JContainer.AddingNew">
4568
            <summary>
4569
            Occurs before an item is added to the collection.
4570
            </summary>
4571
        </member>
4572
        <member name="E:Newtonsoft.Json.Linq.JContainer.CollectionChanged">
4573
            <summary>
4574
            Occurs when the items list of the collection has changed, or the collection is reset.
4575
            </summary>
4576
        </member>
4577
        <member name="P:Newtonsoft.Json.Linq.JContainer.ChildrenTokens">
4578
            <summary>
4579
            Gets the container's children tokens.
4580
            </summary>
4581
            <value>The container's children tokens.</value>
4582
        </member>
4583
        <member name="M:Newtonsoft.Json.Linq.JContainer.OnAddingNew(System.ComponentModel.AddingNewEventArgs)">
4584
            <summary>
4585
            Raises the <see cref="E:Newtonsoft.Json.Linq.JContainer.AddingNew"/> event.
4586
            </summary>
4587
            <param name="e">The <see cref="T:System.ComponentModel.AddingNewEventArgs"/> instance containing the event data.</param>
4588
        </member>
4589
        <member name="M:Newtonsoft.Json.Linq.JContainer.OnListChanged(System.ComponentModel.ListChangedEventArgs)">
4590
            <summary>
4591
            Raises the <see cref="E:Newtonsoft.Json.Linq.JContainer.ListChanged"/> event.
4592
            </summary>
4593
            <param name="e">The <see cref="T:System.ComponentModel.ListChangedEventArgs"/> instance containing the event data.</param>
4594
        </member>
4595
        <member name="M:Newtonsoft.Json.Linq.JContainer.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
4596
            <summary>
4597
            Raises the <see cref="E:Newtonsoft.Json.Linq.JContainer.CollectionChanged"/> event.
4598
            </summary>
4599
            <param name="e">The <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs"/> instance containing the event data.</param>
4600
        </member>
4601
        <member name="P:Newtonsoft.Json.Linq.JContainer.HasValues">
4602
            <summary>
4603
            Gets a value indicating whether this token has child tokens.
4604
            </summary>
4605
            <value>
4606
                    <c>true</c> if this token has child values; otherwise, <c>false</c>.
4607
            </value>
4608
        </member>
4609
        <member name="P:Newtonsoft.Json.Linq.JContainer.First">
4610
            <summary>
4611
            Get the first child token of this token.
4612
            </summary>
4613
            <value>
4614
            A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the first child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4615
            </value>
4616
        </member>
4617
        <member name="P:Newtonsoft.Json.Linq.JContainer.Last">
4618
            <summary>
4619
            Get the last child token of this token.
4620
            </summary>
4621
            <value>
4622
            A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the last child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4623
            </value>
4624
        </member>
4625
        <member name="M:Newtonsoft.Json.Linq.JContainer.Children">
4626
            <summary>
4627
            Returns a collection of the child tokens of this token, in document order.
4628
            </summary>
4629
            <returns>
4630
            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.
4631
            </returns>
4632
        </member>
4633
        <member name="M:Newtonsoft.Json.Linq.JContainer.Values``1">
4634
            <summary>
4635
            Returns a collection of the child values of this token, in document order.
4636
            </summary>
4637
            <typeparam name="T">The type to convert the values to.</typeparam>
4638
            <returns>
4639
            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.
4640
            </returns>
4641
        </member>
4642
        <member name="M:Newtonsoft.Json.Linq.JContainer.Descendants">
4643
            <summary>
4644
            Returns a collection of the descendant tokens for this token in document order.
4645
            </summary>
4646
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the descendant tokens of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>
4647
        </member>
4648
        <member name="M:Newtonsoft.Json.Linq.JContainer.DescendantsAndSelf">
4649
            <summary>
4650
            Returns a collection of the tokens that contain this token, and all descendant tokens of this token, in document order.
4651
            </summary>
4652
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing this token, and all the descendant tokens of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>
4653
        </member>
4654
        <member name="M:Newtonsoft.Json.Linq.JContainer.Add(System.Object)">
4655
            <summary>
4656
            Adds the specified content as children of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4657
            </summary>
4658
            <param name="content">The content to be added.</param>
4659
        </member>
4660
        <member name="M:Newtonsoft.Json.Linq.JContainer.AddFirst(System.Object)">
4661
            <summary>
4662
            Adds the specified content as the first children of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4663
            </summary>
4664
            <param name="content">The content to be added.</param>
4665
        </member>
4666
        <member name="M:Newtonsoft.Json.Linq.JContainer.CreateWriter">
4667
            <summary>
4668
            Creates a <see cref="T:Newtonsoft.Json.JsonWriter"/> that can be used to add tokens to the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4669
            </summary>
4670
            <returns>A <see cref="T:Newtonsoft.Json.JsonWriter"/> that is ready to have content written to it.</returns>
4671
        </member>
4672
        <member name="M:Newtonsoft.Json.Linq.JContainer.ReplaceAll(System.Object)">
4673
            <summary>
4674
            Replaces the child nodes of this token with the specified content.
4675
            </summary>
4676
            <param name="content">The content.</param>
4677
        </member>
4678
        <member name="M:Newtonsoft.Json.Linq.JContainer.RemoveAll">
4679
            <summary>
4680
            Removes the child nodes from this token.
4681
            </summary>
4682
        </member>
4683
        <member name="M:Newtonsoft.Json.Linq.JContainer.Merge(System.Object)">
4684
            <summary>
4685
            Merge the specified content into this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4686
            </summary>
4687
            <param name="content">The content to be merged.</param>
4688
        </member>
4689
        <member name="M:Newtonsoft.Json.Linq.JContainer.Merge(System.Object,Newtonsoft.Json.Linq.JsonMergeSettings)">
4690
            <summary>
4691
            Merge the specified content into this <see cref="T:Newtonsoft.Json.Linq.JToken"/> using <see cref="T:Newtonsoft.Json.Linq.JsonMergeSettings"/>.
4692
            </summary>
4693
            <param name="content">The content to be merged.</param>
4694
            <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonMergeSettings"/> used to merge the content.</param>
4695
        </member>
4696
        <member name="P:Newtonsoft.Json.Linq.JContainer.Count">
4697
            <summary>
4698
            Gets the count of child JSON tokens.
4699
            </summary>
4700
            <value>The count of child JSON tokens.</value>
4701
        </member>
4702
        <member name="T:Newtonsoft.Json.Linq.JEnumerable`1">
4703
            <summary>
4704
            Represents a collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.
4705
            </summary>
4706
            <typeparam name="T">The type of token.</typeparam>
4707
        </member>
4708
        <member name="F:Newtonsoft.Json.Linq.JEnumerable`1.Empty">
4709
            <summary>
4710
            An empty collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.
4711
            </summary>
4712
        </member>
4713
        <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.#ctor(System.Collections.Generic.IEnumerable{`0})">
4714
            <summary>
4715
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> struct.
4716
            </summary>
4717
            <param name="enumerable">The enumerable.</param>
4718
        </member>
4719
        <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.GetEnumerator">
4720
            <summary>
4721
            Returns an enumerator that can be used to iterate through the collection.
4722
            </summary>
4723
            <returns>
4724
            A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
4725
            </returns>
4726
        </member>
4727
        <member name="P:Newtonsoft.Json.Linq.JEnumerable`1.Item(System.Object)">
4728
            <summary>
4729
            Gets the <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
4730
            </summary>
4731
            <value></value>
4732
        </member>
4733
        <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.Equals(Newtonsoft.Json.Linq.JEnumerable{`0})">
4734
            <summary>
4735
            Determines whether the specified <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> is equal to this instance.
4736
            </summary>
4737
            <param name="other">The <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> to compare with this instance.</param>
4738
            <returns>
4739
                    <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> is equal to this instance; otherwise, <c>false</c>.
4740
            </returns>
4741
        </member>
4742
        <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.Equals(System.Object)">
4743
            <summary>
4744
            Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.
4745
            </summary>
4746
            <param name="obj">The <see cref="T:System.Object"/> to compare with this instance.</param>
4747
            <returns>
4748
                    <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.
4749
            </returns>
4750
        </member>
4751
        <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.GetHashCode">
4752
            <summary>
4753
            Returns a hash code for this instance.
4754
            </summary>
4755
            <returns>
4756
            A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. 
4757
            </returns>
4758
        </member>
4759
        <member name="T:Newtonsoft.Json.Linq.JObject">
4760
            <summary>
4761
            Represents a JSON object.
4762
            </summary>
4763
            <example>
4764
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParse" title="Parsing a JSON Object from Text" />
4765
            </example>
4766
        </member>
4767
        <member name="P:Newtonsoft.Json.Linq.JObject.ChildrenTokens">
4768
            <summary>
4769
            Gets the container's children tokens.
4770
            </summary>
4771
            <value>The container's children tokens.</value>
4772
        </member>
4773
        <member name="E:Newtonsoft.Json.Linq.JObject.PropertyChanged">
4774
            <summary>
4775
            Occurs when a property value changes.
4776
            </summary>
4777
        </member>
4778
        <member name="E:Newtonsoft.Json.Linq.JObject.PropertyChanging">
4779
            <summary>
4780
            Occurs when a property value is changing.
4781
            </summary>
4782
        </member>
4783
        <member name="M:Newtonsoft.Json.Linq.JObject.#ctor">
4784
            <summary>
4785
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class.
4786
            </summary>
4787
        </member>
4788
        <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(Newtonsoft.Json.Linq.JObject)">
4789
            <summary>
4790
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class from another <see cref="T:Newtonsoft.Json.Linq.JObject"/> object.
4791
            </summary>
4792
            <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JObject"/> object to copy from.</param>
4793
        </member>
4794
        <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(System.Object[])">
4795
            <summary>
4796
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class with the specified content.
4797
            </summary>
4798
            <param name="content">The contents of the object.</param>
4799
        </member>
4800
        <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(System.Object)">
4801
            <summary>
4802
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class with the specified content.
4803
            </summary>
4804
            <param name="content">The contents of the object.</param>
4805
        </member>
4806
        <member name="P:Newtonsoft.Json.Linq.JObject.Type">
4807
            <summary>
4808
            Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4809
            </summary>
4810
            <value>The type.</value>
4811
        </member>
4812
        <member name="M:Newtonsoft.Json.Linq.JObject.Properties">
4813
            <summary>
4814
            Gets an <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JProperty"/> of this object's properties.
4815
            </summary>
4816
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JProperty"/> of this object's properties.</returns>
4817
        </member>
4818
        <member name="M:Newtonsoft.Json.Linq.JObject.Property(System.String)">
4819
            <summary>
4820
            Gets a <see cref="T:Newtonsoft.Json.Linq.JProperty"/> the specified name.
4821
            </summary>
4822
            <param name="name">The property name.</param>
4823
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> with the specified name or <c>null</c>.</returns>
4824
        </member>
4825
        <member name="M:Newtonsoft.Json.Linq.JObject.PropertyValues">
4826
            <summary>
4827
            Gets a <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> of this object's property values.
4828
            </summary>
4829
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> of this object's property values.</returns>
4830
        </member>
4831
        <member name="P:Newtonsoft.Json.Linq.JObject.Item(System.Object)">
4832
            <summary>
4833
            Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
4834
            </summary>
4835
            <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
4836
        </member>
4837
        <member name="P:Newtonsoft.Json.Linq.JObject.Item(System.String)">
4838
            <summary>
4839
            Gets or sets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.
4840
            </summary>
4841
            <value></value>
4842
        </member>
4843
        <member name="M:Newtonsoft.Json.Linq.JObject.Load(Newtonsoft.Json.JsonReader)">
4844
            <summary>
4845
            Loads a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
4846
            </summary>
4847
            <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>
4848
            <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>
4849
            <exception cref="T:Newtonsoft.Json.JsonReaderException">
4850
                <paramref name="reader"/> is not valid JSON.
4851
            </exception>
4852
        </member>
4853
        <member name="M:Newtonsoft.Json.Linq.JObject.Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)">
4854
            <summary>
4855
            Loads a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
4856
            </summary>
4857
            <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>
4858
            <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
4859
            If this is <c>null</c>, default load settings will be used.</param>
4860
            <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>
4861
            <exception cref="T:Newtonsoft.Json.JsonReaderException">
4862
                <paramref name="reader"/> is not valid JSON.
4863
            </exception>
4864
        </member>
4865
        <member name="M:Newtonsoft.Json.Linq.JObject.Parse(System.String)">
4866
            <summary>
4867
            Load a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a string that contains JSON.
4868
            </summary>
4869
            <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
4870
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> populated from the string that contains JSON.</returns>
4871
            <exception cref="T:Newtonsoft.Json.JsonReaderException">
4872
                <paramref name="json"/> is not valid JSON.
4873
            </exception>
4874
            <example>
4875
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParse" title="Parsing a JSON Object from Text" />
4876
            </example>
4877
        </member>
4878
        <member name="M:Newtonsoft.Json.Linq.JObject.Parse(System.String,Newtonsoft.Json.Linq.JsonLoadSettings)">
4879
            <summary>
4880
            Load a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a string that contains JSON.
4881
            </summary>
4882
            <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
4883
            <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
4884
            If this is <c>null</c>, default load settings will be used.</param>
4885
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> populated from the string that contains JSON.</returns>
4886
            <exception cref="T:Newtonsoft.Json.JsonReaderException">
4887
                <paramref name="json"/> is not valid JSON.
4888
            </exception>
4889
            <example>
4890
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParse" title="Parsing a JSON Object from Text" />
4891
            </example>
4892
        </member>
4893
        <member name="M:Newtonsoft.Json.Linq.JObject.FromObject(System.Object)">
4894
            <summary>
4895
            Creates a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from an object.
4896
            </summary>
4897
            <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JObject"/>.</param>
4898
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> with the values of the specified object.</returns>
4899
        </member>
4900
        <member name="M:Newtonsoft.Json.Linq.JObject.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">
4901
            <summary>
4902
            Creates a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from an object.
4903
            </summary>
4904
            <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JObject"/>.</param>
4905
            <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used to read the object.</param>
4906
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> with the values of the specified object.</returns>
4907
        </member>
4908
        <member name="M:Newtonsoft.Json.Linq.JObject.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
4909
            <summary>
4910
            Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
4911
            </summary>
4912
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
4913
            <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
4914
        </member>
4915
        <member name="M:Newtonsoft.Json.Linq.JObject.GetValue(System.String)">
4916
            <summary>
4917
            Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.
4918
            </summary>
4919
            <param name="propertyName">Name of the property.</param>
4920
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.</returns>
4921
        </member>
4922
        <member name="M:Newtonsoft.Json.Linq.JObject.GetValue(System.String,System.StringComparison)">
4923
            <summary>
4924
            Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.
4925
            The exact property name will be searched for first and if no matching property is found then
4926
            the <see cref="T:System.StringComparison"/> will be used to match a property.
4927
            </summary>
4928
            <param name="propertyName">Name of the property.</param>
4929
            <param name="comparison">One of the enumeration values that specifies how the strings will be compared.</param>
4930
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.</returns>
4931
        </member>
4932
        <member name="M:Newtonsoft.Json.Linq.JObject.TryGetValue(System.String,System.StringComparison,Newtonsoft.Json.Linq.JToken@)">
4933
            <summary>
4934
            Tries to get the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.
4935
            The exact property name will be searched for first and if no matching property is found then
4936
            the <see cref="T:System.StringComparison"/> will be used to match a property.
4937
            </summary>
4938
            <param name="propertyName">Name of the property.</param>
4939
            <param name="value">The value.</param>
4940
            <param name="comparison">One of the enumeration values that specifies how the strings will be compared.</param>
4941
            <returns><c>true</c> if a value was successfully retrieved; otherwise, <c>false</c>.</returns>
4942
        </member>
4943
        <member name="M:Newtonsoft.Json.Linq.JObject.Add(System.String,Newtonsoft.Json.Linq.JToken)">
4944
            <summary>
4945
            Adds the specified property name.
4946
            </summary>
4947
            <param name="propertyName">Name of the property.</param>
4948
            <param name="value">The value.</param>
4949
        </member>
4950
        <member name="M:Newtonsoft.Json.Linq.JObject.Remove(System.String)">
4951
            <summary>
4952
            Removes the property with the specified name.
4953
            </summary>
4954
            <param name="propertyName">Name of the property.</param>
4955
            <returns><c>true</c> if item was successfully removed; otherwise, <c>false</c>.</returns>
4956
        </member>
4957
        <member name="M:Newtonsoft.Json.Linq.JObject.TryGetValue(System.String,Newtonsoft.Json.Linq.JToken@)">
4958
            <summary>
4959
            Tries to get the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.
4960
            </summary>
4961
            <param name="propertyName">Name of the property.</param>
4962
            <param name="value">The value.</param>
4963
            <returns><c>true</c> if a value was successfully retrieved; otherwise, <c>false</c>.</returns>
4964
        </member>
4965
        <member name="M:Newtonsoft.Json.Linq.JObject.GetEnumerator">
4966
            <summary>
4967
            Returns an enumerator that can be used to iterate through the collection.
4968
            </summary>
4969
            <returns>
4970
            A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
4971
            </returns>
4972
        </member>
4973
        <member name="M:Newtonsoft.Json.Linq.JObject.OnPropertyChanged(System.String)">
4974
            <summary>
4975
            Raises the <see cref="E:Newtonsoft.Json.Linq.JObject.PropertyChanged"/> event with the provided arguments.
4976
            </summary>
4977
            <param name="propertyName">Name of the property.</param>
4978
        </member>
4979
        <member name="M:Newtonsoft.Json.Linq.JObject.OnPropertyChanging(System.String)">
4980
            <summary>
4981
            Raises the <see cref="E:Newtonsoft.Json.Linq.JObject.PropertyChanging"/> event with the provided arguments.
4982
            </summary>
4983
            <param name="propertyName">Name of the property.</param>
4984
        </member>
4985
        <member name="M:Newtonsoft.Json.Linq.JObject.GetMetaObject(System.Linq.Expressions.Expression)">
4986
            <summary>
4987
            Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.
4988
            </summary>
4989
            <param name="parameter">The expression tree representation of the runtime value.</param>
4990
            <returns>
4991
            The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.
4992
            </returns>
4993
        </member>
4994
        <member name="T:Newtonsoft.Json.Linq.JProperty">
4995
            <summary>
4996
            Represents a JSON property.
4997
            </summary>
4998
        </member>
4999
        <member name="P:Newtonsoft.Json.Linq.JProperty.ChildrenTokens">
5000
            <summary>
5001
            Gets the container's children tokens.
5002
            </summary>
5003
            <value>The container's children tokens.</value>
5004
        </member>
5005
        <member name="P:Newtonsoft.Json.Linq.JProperty.Name">
5006
            <summary>
5007
            Gets the property name.
5008
            </summary>
5009
            <value>The property name.</value>
5010
        </member>
5011
        <member name="P:Newtonsoft.Json.Linq.JProperty.Value">
5012
            <summary>
5013
            Gets or sets the property value.
5014
            </summary>
5015
            <value>The property value.</value>
5016
        </member>
5017
        <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(Newtonsoft.Json.Linq.JProperty)">
5018
            <summary>
5019
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class from another <see cref="T:Newtonsoft.Json.Linq.JProperty"/> object.
5020
            </summary>
5021
            <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> object to copy from.</param>
5022
        </member>
5023
        <member name="P:Newtonsoft.Json.Linq.JProperty.Type">
5024
            <summary>
5025
            Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5026
            </summary>
5027
            <value>The type.</value>
5028
        </member>
5029
        <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(System.String,System.Object[])">
5030
            <summary>
5031
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class.
5032
            </summary>
5033
            <param name="name">The property name.</param>
5034
            <param name="content">The property content.</param>
5035
        </member>
5036
        <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(System.String,System.Object)">
5037
            <summary>
5038
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class.
5039
            </summary>
5040
            <param name="name">The property name.</param>
5041
            <param name="content">The property content.</param>
5042
        </member>
5043
        <member name="M:Newtonsoft.Json.Linq.JProperty.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
5044
            <summary>
5045
            Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
5046
            </summary>
5047
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
5048
            <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
5049
        </member>
5050
        <member name="M:Newtonsoft.Json.Linq.JProperty.Load(Newtonsoft.Json.JsonReader)">
5051
            <summary>
5052
            Loads a <see cref="T:Newtonsoft.Json.Linq.JProperty"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
5053
            </summary>
5054
            <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>
5055
            <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>
5056
        </member>
5057
        <member name="M:Newtonsoft.Json.Linq.JProperty.Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)">
5058
            <summary>
5059
            Loads a <see cref="T:Newtonsoft.Json.Linq.JProperty"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
5060
            </summary>
5061
            <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>
5062
            <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
5063
            If this is <c>null</c>, default load settings will be used.</param>
5064
            <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>
5065
        </member>
5066
        <member name="T:Newtonsoft.Json.Linq.JPropertyDescriptor">
5067
            <summary>
5068
            Represents a view of a <see cref="T:Newtonsoft.Json.Linq.JProperty"/>.
5069
            </summary>
5070
        </member>
5071
        <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.#ctor(System.String)">
5072
            <summary>
5073
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JPropertyDescriptor"/> class.
5074
            </summary>
5075
            <param name="name">The name.</param>
5076
        </member>
5077
        <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.CanResetValue(System.Object)">
5078
            <summary>
5079
            When overridden in a derived class, returns whether resetting an object changes its value.
5080
            </summary>
5081
            <returns>
5082
            <c>true</c> if resetting the component changes its value; otherwise, <c>false</c>.
5083
            </returns>
5084
            <param name="component">The component to test for reset capability.</param>
5085
        </member>
5086
        <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.GetValue(System.Object)">
5087
            <summary>
5088
            When overridden in a derived class, gets the current value of the property on a component.
5089
            </summary>
5090
            <returns>
5091
            The value of a property for a given component.
5092
            </returns>
5093
            <param name="component">The component with the property for which to retrieve the value.</param>
5094
        </member>
5095
        <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.ResetValue(System.Object)">
5096
            <summary>
5097
            When overridden in a derived class, resets the value for this property of the component to the default value.
5098
            </summary>
5099
            <param name="component">The component with the property value that is to be reset to the default value.</param>
5100
        </member>
5101
        <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.SetValue(System.Object,System.Object)">
5102
            <summary>
5103
            When overridden in a derived class, sets the value of the component to a different value.
5104
            </summary>
5105
            <param name="component">The component with the property value that is to be set.</param>
5106
            <param name="value">The new value.</param>
5107
        </member>
5108
        <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.ShouldSerializeValue(System.Object)">
5109
            <summary>
5110
            When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted.
5111
            </summary>
5112
            <returns>
5113
            <c>true</c> if the property should be persisted; otherwise, <c>false</c>.
5114
            </returns>
5115
            <param name="component">The component with the property to be examined for persistence.</param>
5116
        </member>
5117
        <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.ComponentType">
5118
            <summary>
5119
            When overridden in a derived class, gets the type of the component this property is bound to.
5120
            </summary>
5121
            <returns>
5122
            A <see cref="T:System.Type"/> that represents the type of component this property is bound to.
5123
            When the <see cref="M:System.ComponentModel.PropertyDescriptor.GetValue(System.Object)"/> or
5124
            <see cref="M:System.ComponentModel.PropertyDescriptor.SetValue(System.Object,System.Object)"/>
5125
            methods are invoked, the object specified might be an instance of this type.
5126
            </returns>
5127
        </member>
5128
        <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.IsReadOnly">
5129
            <summary>
5130
            When overridden in a derived class, gets a value indicating whether this property is read-only.
5131
            </summary>
5132
            <returns>
5133
            <c>true</c> if the property is read-only; otherwise, <c>false</c>.
5134
            </returns>
5135
        </member>
5136
        <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.PropertyType">
5137
            <summary>
5138
            When overridden in a derived class, gets the type of the property.
5139
            </summary>
5140
            <returns>
5141
            A <see cref="T:System.Type"/> that represents the type of the property.
5142
            </returns>
5143
        </member>
5144
        <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.NameHashCode">
5145
            <summary>
5146
            Gets the hash code for the name of the member.
5147
            </summary>
5148
            <value></value>
5149
            <returns>
5150
            The hash code for the name of the member.
5151
            </returns>
5152
        </member>
5153
        <member name="T:Newtonsoft.Json.Linq.JRaw">
5154
            <summary>
5155
            Represents a raw JSON string.
5156
            </summary>
5157
        </member>
5158
        <member name="M:Newtonsoft.Json.Linq.JRaw.#ctor(Newtonsoft.Json.Linq.JRaw)">
5159
            <summary>
5160
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JRaw"/> class from another <see cref="T:Newtonsoft.Json.Linq.JRaw"/> object.
5161
            </summary>
5162
            <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JRaw"/> object to copy from.</param>
5163
        </member>
5164
        <member name="M:Newtonsoft.Json.Linq.JRaw.#ctor(System.Object)">
5165
            <summary>
5166
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JRaw"/> class.
5167
            </summary>
5168
            <param name="rawJson">The raw json.</param>
5169
        </member>
5170
        <member name="M:Newtonsoft.Json.Linq.JRaw.Create(Newtonsoft.Json.JsonReader)">
5171
            <summary>
5172
            Creates an instance of <see cref="T:Newtonsoft.Json.Linq.JRaw"/> with the content of the reader's current token.
5173
            </summary>
5174
            <param name="reader">The reader.</param>
5175
            <returns>An instance of <see cref="T:Newtonsoft.Json.Linq.JRaw"/> with the content of the reader's current token.</returns>
5176
        </member>
5177
        <member name="T:Newtonsoft.Json.Linq.JsonLoadSettings">
5178
            <summary>
5179
            Specifies the settings used when loading JSON.
5180
            </summary>
5181
        </member>
5182
        <member name="M:Newtonsoft.Json.Linq.JsonLoadSettings.#ctor">
5183
            <summary>
5184
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> class.
5185
            </summary>
5186
        </member>
5187
        <member name="P:Newtonsoft.Json.Linq.JsonLoadSettings.CommentHandling">
5188
            <summary>
5189
            Gets or sets how JSON comments are handled when loading JSON.
5190
            </summary>
5191
            <value>The JSON comment handling.</value>
5192
        </member>
5193
        <member name="P:Newtonsoft.Json.Linq.JsonLoadSettings.LineInfoHandling">
5194
            <summary>
5195
            Gets or sets how JSON line info is handled when loading JSON.
5196
            </summary>
5197
            <value>The JSON line info handling.</value>
5198
        </member>
5199
        <member name="T:Newtonsoft.Json.Linq.JsonMergeSettings">
5200
            <summary>
5201
            Specifies the settings used when merging JSON.
5202
            </summary>
5203
        </member>
5204
        <member name="P:Newtonsoft.Json.Linq.JsonMergeSettings.MergeArrayHandling">
5205
            <summary>
5206
            Gets or sets the method used when merging JSON arrays.
5207
            </summary>
5208
            <value>The method used when merging JSON arrays.</value>
5209
        </member>
5210
        <member name="P:Newtonsoft.Json.Linq.JsonMergeSettings.MergeNullValueHandling">
5211
            <summary>
5212
            Gets or sets how null value properties are merged.
5213
            </summary>
5214
            <value>How null value properties are merged.</value>
5215
        </member>
5216
        <member name="T:Newtonsoft.Json.Linq.JToken">
5217
            <summary>
5218
            Represents an abstract JSON token.
5219
            </summary>
5220
        </member>
5221
        <member name="P:Newtonsoft.Json.Linq.JToken.EqualityComparer">
5222
            <summary>
5223
            Gets a comparer that can compare two tokens for value equality.
5224
            </summary>
5225
            <value>A <see cref="T:Newtonsoft.Json.Linq.JTokenEqualityComparer"/> that can compare two nodes for value equality.</value>
5226
        </member>
5227
        <member name="P:Newtonsoft.Json.Linq.JToken.Parent">
5228
            <summary>
5229
            Gets or sets the parent.
5230
            </summary>
5231
            <value>The parent.</value>
5232
        </member>
5233
        <member name="P:Newtonsoft.Json.Linq.JToken.Root">
5234
            <summary>
5235
            Gets the root <see cref="T:Newtonsoft.Json.Linq.JToken"/> of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5236
            </summary>
5237
            <value>The root <see cref="T:Newtonsoft.Json.Linq.JToken"/> of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value>
5238
        </member>
5239
        <member name="P:Newtonsoft.Json.Linq.JToken.Type">
5240
            <summary>
5241
            Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5242
            </summary>
5243
            <value>The type.</value>
5244
        </member>
5245
        <member name="P:Newtonsoft.Json.Linq.JToken.HasValues">
5246
            <summary>
5247
            Gets a value indicating whether this token has child tokens.
5248
            </summary>
5249
            <value>
5250
                    <c>true</c> if this token has child values; otherwise, <c>false</c>.
5251
            </value>
5252
        </member>
5253
        <member name="M:Newtonsoft.Json.Linq.JToken.DeepEquals(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
5254
            <summary>
5255
            Compares the values of two tokens, including the values of all descendant tokens.
5256
            </summary>
5257
            <param name="t1">The first <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
5258
            <param name="t2">The second <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
5259
            <returns><c>true</c> if the tokens are equal; otherwise <c>false</c>.</returns>
5260
        </member>
5261
        <member name="P:Newtonsoft.Json.Linq.JToken.Next">
5262
            <summary>
5263
            Gets the next sibling token of this node.
5264
            </summary>
5265
            <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the next sibling token.</value>
5266
        </member>
5267
        <member name="P:Newtonsoft.Json.Linq.JToken.Previous">
5268
            <summary>
5269
            Gets the previous sibling token of this node.
5270
            </summary>
5271
            <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the previous sibling token.</value>
5272
        </member>
5273
        <member name="P:Newtonsoft.Json.Linq.JToken.Path">
5274
            <summary>
5275
            Gets the path of the JSON token. 
5276
            </summary>
5277
        </member>
5278
        <member name="M:Newtonsoft.Json.Linq.JToken.AddAfterSelf(System.Object)">
5279
            <summary>
5280
            Adds the specified content immediately after this token.
5281
            </summary>
5282
            <param name="content">A content object that contains simple content or a collection of content objects to be added after this token.</param>
5283
        </member>
5284
        <member name="M:Newtonsoft.Json.Linq.JToken.AddBeforeSelf(System.Object)">
5285
            <summary>
5286
            Adds the specified content immediately before this token.
5287
            </summary>
5288
            <param name="content">A content object that contains simple content or a collection of content objects to be added before this token.</param>
5289
        </member>
5290
        <member name="M:Newtonsoft.Json.Linq.JToken.Ancestors">
5291
            <summary>
5292
            Returns a collection of the ancestor tokens of this token.
5293
            </summary>
5294
            <returns>A collection of the ancestor tokens of this token.</returns>
5295
        </member>
5296
        <member name="M:Newtonsoft.Json.Linq.JToken.AncestorsAndSelf">
5297
            <summary>
5298
            Returns a collection of tokens that contain this token, and the ancestors of this token.
5299
            </summary>
5300
            <returns>A collection of tokens that contain this token, and the ancestors of this token.</returns>
5301
        </member>
5302
        <member name="M:Newtonsoft.Json.Linq.JToken.AfterSelf">
5303
            <summary>
5304
            Returns a collection of the sibling tokens after this token, in document order.
5305
            </summary>
5306
            <returns>A collection of the sibling tokens after this tokens, in document order.</returns>
5307
        </member>
5308
        <member name="M:Newtonsoft.Json.Linq.JToken.BeforeSelf">
5309
            <summary>
5310
            Returns a collection of the sibling tokens before this token, in document order.
5311
            </summary>
5312
            <returns>A collection of the sibling tokens before this token, in document order.</returns>
5313
        </member>
5314
        <member name="P:Newtonsoft.Json.Linq.JToken.Item(System.Object)">
5315
            <summary>
5316
            Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
5317
            </summary>
5318
            <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
5319
        </member>
5320
        <member name="M:Newtonsoft.Json.Linq.JToken.Value``1(System.Object)">
5321
            <summary>
5322
            Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key converted to the specified type.
5323
            </summary>
5324
            <typeparam name="T">The type to convert the token to.</typeparam>
5325
            <param name="key">The token key.</param>
5326
            <returns>The converted token value.</returns>
5327
        </member>
5328
        <member name="P:Newtonsoft.Json.Linq.JToken.First">
5329
            <summary>
5330
            Get the first child token of this token.
5331
            </summary>
5332
            <value>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the first child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value>
5333
        </member>
5334
        <member name="P:Newtonsoft.Json.Linq.JToken.Last">
5335
            <summary>
5336
            Get the last child token of this token.
5337
            </summary>
5338
            <value>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the last child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value>
5339
        </member>
5340
        <member name="M:Newtonsoft.Json.Linq.JToken.Children">
5341
            <summary>
5342
            Returns a collection of the child tokens of this token, in document order.
5343
            </summary>
5344
            <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>
5345
        </member>
5346
        <member name="M:Newtonsoft.Json.Linq.JToken.Children``1">
5347
            <summary>
5348
            Returns a collection of the child tokens of this token, in document order, filtered by the specified type.
5349
            </summary>
5350
            <typeparam name="T">The type to filter the child tokens on.</typeparam>
5351
            <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>
5352
        </member>
5353
        <member name="M:Newtonsoft.Json.Linq.JToken.Values``1">
5354
            <summary>
5355
            Returns a collection of the child values of this token, in document order.
5356
            </summary>
5357
            <typeparam name="T">The type to convert the values to.</typeparam>
5358
            <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>
5359
        </member>
5360
        <member name="M:Newtonsoft.Json.Linq.JToken.Remove">
5361
            <summary>
5362
            Removes this token from its parent.
5363
            </summary>
5364
        </member>
5365
        <member name="M:Newtonsoft.Json.Linq.JToken.Replace(Newtonsoft.Json.Linq.JToken)">
5366
            <summary>
5367
            Replaces this token with the specified token.
5368
            </summary>
5369
            <param name="value">The value.</param>
5370
        </member>
5371
        <member name="M:Newtonsoft.Json.Linq.JToken.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
5372
            <summary>
5373
            Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
5374
            </summary>
5375
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
5376
            <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
5377
        </member>
5378
        <member name="M:Newtonsoft.Json.Linq.JToken.ToString">
5379
            <summary>
5380
            Returns the indented JSON for this token.
5381
            </summary>
5382
            <returns>
5383
            The indented JSON for this token.
5384
            </returns>
5385
        </member>
5386
        <member name="M:Newtonsoft.Json.Linq.JToken.ToString(Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[])">
5387
            <summary>
5388
            Returns the JSON for this token using the given formatting and converters.
5389
            </summary>
5390
            <param name="formatting">Indicates how the output should be formatted.</param>
5391
            <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>s which will be used when writing the token.</param>
5392
            <returns>The JSON for this token using the given formatting and converters.</returns>
5393
        </member>
5394
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Boolean">
5395
            <summary>
5396
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Boolean"/>.
5397
            </summary>
5398
            <param name="value">The value.</param>
5399
            <returns>The result of the conversion.</returns>
5400
        </member>
5401
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.DateTimeOffset">
5402
            <summary>
5403
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.DateTimeOffset"/>.
5404
            </summary>
5405
            <param name="value">The value.</param>
5406
            <returns>The result of the conversion.</returns>
5407
        </member>
5408
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Boolean}">
5409
            <summary>
5410
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/> of <see cref="T:System.Boolean"/>.
5411
            </summary>
5412
            <param name="value">The value.</param>
5413
            <returns>The result of the conversion.</returns>
5414
        </member>
5415
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int64">
5416
            <summary>
5417
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/> of <see cref="T:System.Int64"/>.
5418
            </summary>
5419
            <param name="value">The value.</param>
5420
            <returns>The result of the conversion.</returns>
5421
        </member>
5422
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.DateTime}">
5423
            <summary>
5424
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/> of <see cref="T:System.DateTime"/>.
5425
            </summary>
5426
            <param name="value">The value.</param>
5427
            <returns>The result of the conversion.</returns>
5428
        </member>
5429
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.DateTimeOffset}">
5430
            <summary>
5431
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/> of <see cref="T:System.DateTimeOffset"/>.
5432
            </summary>
5433
            <param name="value">The value.</param>
5434
            <returns>The result of the conversion.</returns>
5435
        </member>
5436
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Decimal}">
5437
            <summary>
5438
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/> of <see cref="T:System.Decimal"/>.
5439
            </summary>
5440
            <param name="value">The value.</param>
5441
            <returns>The result of the conversion.</returns>
5442
        </member>
5443
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Double}">
5444
            <summary>
5445
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/> of <see cref="T:System.Double"/>.
5446
            </summary>
5447
            <param name="value">The value.</param>
5448
            <returns>The result of the conversion.</returns>
5449
        </member>
5450
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Char}">
5451
            <summary>
5452
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/> of <see cref="T:System.Char"/>.
5453
            </summary>
5454
            <param name="value">The value.</param>
5455
            <returns>The result of the conversion.</returns>
5456
        </member>
5457
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int32">
5458
            <summary>
5459
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int32"/>.
5460
            </summary>
5461
            <param name="value">The value.</param>
5462
            <returns>The result of the conversion.</returns>
5463
        </member>
5464
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int16">
5465
            <summary>
5466
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int16"/>.
5467
            </summary>
5468
            <param name="value">The value.</param>
5469
            <returns>The result of the conversion.</returns>
5470
        </member>
5471
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt16">
5472
            <summary>
5473
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt16"/>.
5474
            </summary>
5475
            <param name="value">The value.</param>
5476
            <returns>The result of the conversion.</returns>
5477
        </member>
5478
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Char">
5479
            <summary>
5480
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Char"/>.
5481
            </summary>
5482
            <param name="value">The value.</param>
5483
            <returns>The result of the conversion.</returns>
5484
        </member>
5485
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Byte">
5486
            <summary>
5487
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Byte"/>.
5488
            </summary>
5489
            <param name="value">The value.</param>
5490
            <returns>The result of the conversion.</returns>
5491
        </member>
5492
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.SByte">
5493
            <summary>
5494
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.SByte"/>.
5495
            </summary>
5496
            <param name="value">The value.</param>
5497
            <returns>The result of the conversion.</returns>
5498
        </member>
5499
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int32}">
5500
            <summary>
5501
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/> of <see cref="T:System.Int32"/> .
5502
            </summary>
5503
            <param name="value">The value.</param>
5504
            <returns>The result of the conversion.</returns>
5505
        </member>
5506
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int16}">
5507
            <summary>
5508
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/> of <see cref="T:System.Int16"/>.
5509
            </summary>
5510
            <param name="value">The value.</param>
5511
            <returns>The result of the conversion.</returns>
5512
        </member>
5513
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt16}">
5514
            <summary>
5515
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/> of <see cref="T:System.UInt16"/>.
5516
            </summary>
5517
            <param name="value">The value.</param>
5518
            <returns>The result of the conversion.</returns>
5519
        </member>
5520
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Byte}">
5521
            <summary>
5522
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/> of <see cref="T:System.Byte"/>.
5523
            </summary>
5524
            <param name="value">The value.</param>
5525
            <returns>The result of the conversion.</returns>
5526
        </member>
5527
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.SByte}">
5528
            <summary>
5529
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/> of <see cref="T:System.SByte"/>.
5530
            </summary>
5531
            <param name="value">The value.</param>
5532
            <returns>The result of the conversion.</returns>
5533
        </member>
5534
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.DateTime">
5535
            <summary>
5536
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/> of <see cref="T:System.DateTime"/>.
5537
            </summary>
5538
            <param name="value">The value.</param>
5539
            <returns>The result of the conversion.</returns>
5540
        </member>
5541
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int64}">
5542
            <summary>
5543
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/> of <see cref="T:System.Int64"/>.
5544
            </summary>
5545
            <param name="value">The value.</param>
5546
            <returns>The result of the conversion.</returns>
5547
        </member>
5548
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Single}">
5549
            <summary>
5550
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/> of <see cref="T:System.Single"/>.
5551
            </summary>
5552
            <param name="value">The value.</param>
5553
            <returns>The result of the conversion.</returns>
5554
        </member>
5555
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Decimal">
5556
            <summary>
5557
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Decimal"/>.
5558
            </summary>
5559
            <param name="value">The value.</param>
5560
            <returns>The result of the conversion.</returns>
5561
        </member>
5562
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt32}">
5563
            <summary>
5564
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/> of <see cref="T:System.UInt32"/>.
5565
            </summary>
5566
            <param name="value">The value.</param>
5567
            <returns>The result of the conversion.</returns>
5568
        </member>
5569
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt64}">
5570
            <summary>
5571
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/> of <see cref="T:System.UInt64"/>.
5572
            </summary>
5573
            <param name="value">The value.</param>
5574
            <returns>The result of the conversion.</returns>
5575
        </member>
5576
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Double">
5577
            <summary>
5578
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Double"/>.
5579
            </summary>
5580
            <param name="value">The value.</param>
5581
            <returns>The result of the conversion.</returns>
5582
        </member>
5583
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Single">
5584
            <summary>
5585
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Single"/>.
5586
            </summary>
5587
            <param name="value">The value.</param>
5588
            <returns>The result of the conversion.</returns>
5589
        </member>
5590
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.String">
5591
            <summary>
5592
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.String"/>.
5593
            </summary>
5594
            <param name="value">The value.</param>
5595
            <returns>The result of the conversion.</returns>
5596
        </member>
5597
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt32">
5598
            <summary>
5599
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt32"/>.
5600
            </summary>
5601
            <param name="value">The value.</param>
5602
            <returns>The result of the conversion.</returns>
5603
        </member>
5604
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt64">
5605
            <summary>
5606
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt64"/>.
5607
            </summary>
5608
            <param name="value">The value.</param>
5609
            <returns>The result of the conversion.</returns>
5610
        </member>
5611
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Byte[]">
5612
            <summary>
5613
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Byte"/>[].
5614
            </summary>
5615
            <param name="value">The value.</param>
5616
            <returns>The result of the conversion.</returns>
5617
        </member>
5618
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Guid">
5619
            <summary>
5620
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Guid"/>.
5621
            </summary>
5622
            <param name="value">The value.</param>
5623
            <returns>The result of the conversion.</returns>
5624
        </member>
5625
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Guid}">
5626
            <summary>
5627
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/> of <see cref="T:System.Guid"/> .
5628
            </summary>
5629
            <param name="value">The value.</param>
5630
            <returns>The result of the conversion.</returns>
5631
        </member>
5632
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.TimeSpan">
5633
            <summary>
5634
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.TimeSpan"/>.
5635
            </summary>
5636
            <param name="value">The value.</param>
5637
            <returns>The result of the conversion.</returns>
5638
        </member>
5639
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.TimeSpan}">
5640
            <summary>
5641
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/> of <see cref="T:System.TimeSpan"/>.
5642
            </summary>
5643
            <param name="value">The value.</param>
5644
            <returns>The result of the conversion.</returns>
5645
        </member>
5646
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Uri">
5647
            <summary>
5648
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Uri"/>.
5649
            </summary>
5650
            <param name="value">The value.</param>
5651
            <returns>The result of the conversion.</returns>
5652
        </member>
5653
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Boolean)~Newtonsoft.Json.Linq.JToken">
5654
            <summary>
5655
            Performs an implicit conversion from <see cref="T:System.Boolean"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5656
            </summary>
5657
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5658
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5659
        </member>
5660
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.DateTimeOffset)~Newtonsoft.Json.Linq.JToken">
5661
            <summary>
5662
            Performs an implicit conversion from <see cref="T:System.DateTimeOffset"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5663
            </summary>
5664
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5665
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5666
        </member>
5667
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Byte)~Newtonsoft.Json.Linq.JToken">
5668
            <summary>
5669
            Performs an implicit conversion from <see cref="T:System.Byte"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5670
            </summary>
5671
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5672
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5673
        </member>
5674
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Byte})~Newtonsoft.Json.Linq.JToken">
5675
            <summary>
5676
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> of <see cref="T:System.Byte"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5677
            </summary>
5678
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5679
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5680
        </member>
5681
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.SByte)~Newtonsoft.Json.Linq.JToken">
5682
            <summary>
5683
            Performs an implicit conversion from <see cref="T:System.SByte"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5684
            </summary>
5685
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5686
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5687
        </member>
5688
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.SByte})~Newtonsoft.Json.Linq.JToken">
5689
            <summary>
5690
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> of <see cref="T:System.SByte"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5691
            </summary>
5692
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5693
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5694
        </member>
5695
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Boolean})~Newtonsoft.Json.Linq.JToken">
5696
            <summary>
5697
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> of <see cref="T:System.Boolean"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5698
            </summary>
5699
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5700
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5701
        </member>
5702
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int64)~Newtonsoft.Json.Linq.JToken">
5703
            <summary>
5704
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> of <see cref="T:System.Int64"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5705
            </summary>
5706
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5707
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5708
        </member>
5709
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.DateTime})~Newtonsoft.Json.Linq.JToken">
5710
            <summary>
5711
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> of <see cref="T:System.DateTime"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5712
            </summary>
5713
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5714
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5715
        </member>
5716
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.DateTimeOffset})~Newtonsoft.Json.Linq.JToken">
5717
            <summary>
5718
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> of <see cref="T:System.DateTimeOffset"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5719
            </summary>
5720
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5721
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5722
        </member>
5723
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Decimal})~Newtonsoft.Json.Linq.JToken">
5724
            <summary>
5725
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> of <see cref="T:System.Decimal"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5726
            </summary>
5727
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5728
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5729
        </member>
5730
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Double})~Newtonsoft.Json.Linq.JToken">
5731
            <summary>
5732
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> of <see cref="T:System.Double"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5733
            </summary>
5734
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5735
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5736
        </member>
5737
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int16)~Newtonsoft.Json.Linq.JToken">
5738
            <summary>
5739
            Performs an implicit conversion from <see cref="T:System.Int16"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5740
            </summary>
5741
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5742
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5743
        </member>
5744
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt16)~Newtonsoft.Json.Linq.JToken">
5745
            <summary>
5746
            Performs an implicit conversion from <see cref="T:System.UInt16"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5747
            </summary>
5748
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5749
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5750
        </member>
5751
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int32)~Newtonsoft.Json.Linq.JToken">
5752
            <summary>
5753
            Performs an implicit conversion from <see cref="T:System.Int32"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5754
            </summary>
5755
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5756
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5757
        </member>
5758
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int32})~Newtonsoft.Json.Linq.JToken">
5759
            <summary>
5760
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> of <see cref="T:System.Int32"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5761
            </summary>
5762
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5763
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5764
        </member>
5765
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.DateTime)~Newtonsoft.Json.Linq.JToken">
5766
            <summary>
5767
            Performs an implicit conversion from <see cref="T:System.DateTime"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5768
            </summary>
5769
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5770
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5771
        </member>
5772
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int64})~Newtonsoft.Json.Linq.JToken">
5773
            <summary>
5774
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> of <see cref="T:System.Int64"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5775
            </summary>
5776
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5777
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5778
        </member>
5779
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Single})~Newtonsoft.Json.Linq.JToken">
5780
            <summary>
5781
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> of <see cref="T:System.Single"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5782
            </summary>
5783
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5784
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5785
        </member>
5786
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Decimal)~Newtonsoft.Json.Linq.JToken">
5787
            <summary>
5788
            Performs an implicit conversion from <see cref="T:System.Decimal"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5789
            </summary>
5790
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5791
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5792
        </member>
5793
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int16})~Newtonsoft.Json.Linq.JToken">
5794
            <summary>
5795
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> of <see cref="T:System.Int16"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5796
            </summary>
5797
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5798
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5799
        </member>
5800
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt16})~Newtonsoft.Json.Linq.JToken">
5801
            <summary>
5802
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> of <see cref="T:System.UInt16"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5803
            </summary>
5804
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5805
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5806
        </member>
5807
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt32})~Newtonsoft.Json.Linq.JToken">
5808
            <summary>
5809
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> of <see cref="T:System.UInt32"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5810
            </summary>
5811
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5812
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5813
        </member>
5814
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt64})~Newtonsoft.Json.Linq.JToken">
5815
            <summary>
5816
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> of <see cref="T:System.UInt64"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5817
            </summary>
5818
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5819
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5820
        </member>
5821
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Double)~Newtonsoft.Json.Linq.JToken">
5822
            <summary>
5823
            Performs an implicit conversion from <see cref="T:System.Double"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5824
            </summary>
5825
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5826
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5827
        </member>
5828
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Single)~Newtonsoft.Json.Linq.JToken">
5829
            <summary>
5830
            Performs an implicit conversion from <see cref="T:System.Single"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5831
            </summary>
5832
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5833
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5834
        </member>
5835
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.String)~Newtonsoft.Json.Linq.JToken">
5836
            <summary>
5837
            Performs an implicit conversion from <see cref="T:System.String"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5838
            </summary>
5839
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5840
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5841
        </member>
5842
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt32)~Newtonsoft.Json.Linq.JToken">
5843
            <summary>
5844
            Performs an implicit conversion from <see cref="T:System.UInt32"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5845
            </summary>
5846
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5847
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5848
        </member>
5849
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt64)~Newtonsoft.Json.Linq.JToken">
5850
            <summary>
5851
            Performs an implicit conversion from <see cref="T:System.UInt64"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5852
            </summary>
5853
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5854
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5855
        </member>
5856
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Byte[])~Newtonsoft.Json.Linq.JToken">
5857
            <summary>
5858
            Performs an implicit conversion from <see cref="T:System.Byte"/>[] to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5859
            </summary>
5860
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5861
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5862
        </member>
5863
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Uri)~Newtonsoft.Json.Linq.JToken">
5864
            <summary>
5865
            Performs an implicit conversion from <see cref="T:System.Uri"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5866
            </summary>
5867
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5868
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5869
        </member>
5870
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.TimeSpan)~Newtonsoft.Json.Linq.JToken">
5871
            <summary>
5872
            Performs an implicit conversion from <see cref="T:System.TimeSpan"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5873
            </summary>
5874
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5875
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5876
        </member>
5877
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.TimeSpan})~Newtonsoft.Json.Linq.JToken">
5878
            <summary>
5879
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> of <see cref="T:System.TimeSpan"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5880
            </summary>
5881
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5882
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5883
        </member>
5884
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Guid)~Newtonsoft.Json.Linq.JToken">
5885
            <summary>
5886
            Performs an implicit conversion from <see cref="T:System.Guid"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5887
            </summary>
5888
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5889
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5890
        </member>
5891
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Guid})~Newtonsoft.Json.Linq.JToken">
5892
            <summary>
5893
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> of <see cref="T:System.Guid"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5894
            </summary>
5895
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
5896
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
5897
        </member>
5898
        <member name="M:Newtonsoft.Json.Linq.JToken.CreateReader">
5899
            <summary>
5900
            Creates a <see cref="T:Newtonsoft.Json.JsonReader"/> for this token.
5901
            </summary>
5902
            <returns>A <see cref="T:Newtonsoft.Json.JsonReader"/> that can be used to read this token and its descendants.</returns>
5903
        </member>
5904
        <member name="M:Newtonsoft.Json.Linq.JToken.FromObject(System.Object)">
5905
            <summary>
5906
            Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from an object.
5907
            </summary>
5908
            <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
5909
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the value of the specified object.</returns>
5910
        </member>
5911
        <member name="M:Newtonsoft.Json.Linq.JToken.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">
5912
            <summary>
5913
            Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from an object using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
5914
            </summary>
5915
            <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
5916
            <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when reading the object.</param>
5917
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the value of the specified object.</returns>
5918
        </member>
5919
        <member name="M:Newtonsoft.Json.Linq.JToken.ToObject``1">
5920
            <summary>
5921
            Creates an instance of the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5922
            </summary>
5923
            <typeparam name="T">The object type that the token will be deserialized to.</typeparam>
5924
            <returns>The new object created from the JSON value.</returns>
5925
        </member>
5926
        <member name="M:Newtonsoft.Json.Linq.JToken.ToObject(System.Type)">
5927
            <summary>
5928
            Creates an instance of the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
5929
            </summary>
5930
            <param name="objectType">The object type that the token will be deserialized to.</param>
5931
            <returns>The new object created from the JSON value.</returns>
5932
        </member>
5933
        <member name="M:Newtonsoft.Json.Linq.JToken.ToObject``1(Newtonsoft.Json.JsonSerializer)">
5934
            <summary>
5935
            Creates an instance of the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/> using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
5936
            </summary>
5937
            <typeparam name="T">The object type that the token will be deserialized to.</typeparam>
5938
            <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when creating the object.</param>
5939
            <returns>The new object created from the JSON value.</returns>
5940
        </member>
5941
        <member name="M:Newtonsoft.Json.Linq.JToken.ToObject(System.Type,Newtonsoft.Json.JsonSerializer)">
5942
            <summary>
5943
            Creates an instance of the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/> using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
5944
            </summary>
5945
            <param name="objectType">The object type that the token will be deserialized to.</param>
5946
            <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when creating the object.</param>
5947
            <returns>The new object created from the JSON value.</returns>
5948
        </member>
5949
        <member name="M:Newtonsoft.Json.Linq.JToken.ReadFrom(Newtonsoft.Json.JsonReader)">
5950
            <summary>
5951
            Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
5952
            </summary>
5953
            <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> positioned at the token to read into this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
5954
            <returns>
5955
            A <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens
5956
            that were read from the reader. The runtime type of the token is determined
5957
            by the token type of the first token encountered in the reader.
5958
            </returns>
5959
        </member>
5960
        <member name="M:Newtonsoft.Json.Linq.JToken.ReadFrom(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)">
5961
            <summary>
5962
            Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
5963
            </summary>
5964
            <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>
5965
            <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
5966
            If this is <c>null</c>, default load settings will be used.</param>
5967
            <returns>
5968
            A <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens
5969
            that were read from the reader. The runtime type of the token is determined
5970
            by the token type of the first token encountered in the reader.
5971
            </returns>
5972
        </member>
5973
        <member name="M:Newtonsoft.Json.Linq.JToken.Parse(System.String)">
5974
            <summary>
5975
            Load a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a string that contains JSON.
5976
            </summary>
5977
            <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
5978
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> populated from the string that contains JSON.</returns>
5979
        </member>
5980
        <member name="M:Newtonsoft.Json.Linq.JToken.Parse(System.String,Newtonsoft.Json.Linq.JsonLoadSettings)">
5981
            <summary>
5982
            Load a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a string that contains JSON.
5983
            </summary>
5984
            <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
5985
            <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
5986
            If this is <c>null</c>, default load settings will be used.</param>
5987
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> populated from the string that contains JSON.</returns>
5988
        </member>
5989
        <member name="M:Newtonsoft.Json.Linq.JToken.Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)">
5990
            <summary>
5991
            Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
5992
            </summary>
5993
            <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> positioned at the token to read into this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
5994
            <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON.
5995
            If this is <c>null</c>, default load settings will be used.</param>
5996
            <returns>
5997
            A <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens
5998
            that were read from the reader. The runtime type of the token is determined
5999
            by the token type of the first token encountered in the reader.
6000
            </returns>
6001
        </member>
6002
        <member name="M:Newtonsoft.Json.Linq.JToken.Load(Newtonsoft.Json.JsonReader)">
6003
            <summary>
6004
            Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
6005
            </summary>
6006
            <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> positioned at the token to read into this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
6007
            <returns>
6008
            A <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens
6009
            that were read from the reader. The runtime type of the token is determined
6010
            by the token type of the first token encountered in the reader.
6011
            </returns>
6012
        </member>
6013
        <member name="M:Newtonsoft.Json.Linq.JToken.SelectToken(System.String)">
6014
            <summary>
6015
            Selects a <see cref="T:Newtonsoft.Json.Linq.JToken"/> using a JPath expression. Selects the token that matches the object path.
6016
            </summary>
6017
            <param name="path">
6018
            A <see cref="T:System.String"/> that contains a JPath expression.
6019
            </param>
6020
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/>, or <c>null</c>.</returns>
6021
        </member>
6022
        <member name="M:Newtonsoft.Json.Linq.JToken.SelectToken(System.String,System.Boolean)">
6023
            <summary>
6024
            Selects a <see cref="T:Newtonsoft.Json.Linq.JToken"/> using a JPath expression. Selects the token that matches the object path.
6025
            </summary>
6026
            <param name="path">
6027
            A <see cref="T:System.String"/> that contains a JPath expression.
6028
            </param>
6029
            <param name="errorWhenNoMatch">A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression.</param>
6030
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>
6031
        </member>
6032
        <member name="M:Newtonsoft.Json.Linq.JToken.SelectTokens(System.String)">
6033
            <summary>
6034
            Selects a collection of elements using a JPath expression.
6035
            </summary>
6036
            <param name="path">
6037
            A <see cref="T:System.String"/> that contains a JPath expression.
6038
            </param>
6039
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the selected elements.</returns>
6040
        </member>
6041
        <member name="M:Newtonsoft.Json.Linq.JToken.SelectTokens(System.String,System.Boolean)">
6042
            <summary>
6043
            Selects a collection of elements using a JPath expression.
6044
            </summary>
6045
            <param name="path">
6046
            A <see cref="T:System.String"/> that contains a JPath expression.
6047
            </param>
6048
            <param name="errorWhenNoMatch">A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression.</param>
6049
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the selected elements.</returns>
6050
        </member>
6051
        <member name="M:Newtonsoft.Json.Linq.JToken.GetMetaObject(System.Linq.Expressions.Expression)">
6052
            <summary>
6053
            Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.
6054
            </summary>
6055
            <param name="parameter">The expression tree representation of the runtime value.</param>
6056
            <returns>
6057
            The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.
6058
            </returns>
6059
        </member>
6060
        <member name="M:Newtonsoft.Json.Linq.JToken.System#Dynamic#IDynamicMetaObjectProvider#GetMetaObject(System.Linq.Expressions.Expression)">
6061
            <summary>
6062
            Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.
6063
            </summary>
6064
            <param name="parameter">The expression tree representation of the runtime value.</param>
6065
            <returns>
6066
            The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.
6067
            </returns>
6068
        </member>
6069
        <member name="M:Newtonsoft.Json.Linq.JToken.DeepClone">
6070
            <summary>
6071
            Creates a new instance of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>. All child tokens are recursively cloned.
6072
            </summary>
6073
            <returns>A new instance of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>
6074
        </member>
6075
        <member name="M:Newtonsoft.Json.Linq.JToken.AddAnnotation(System.Object)">
6076
            <summary>
6077
            Adds an object to the annotation list of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6078
            </summary>
6079
            <param name="annotation">The annotation to add.</param>
6080
        </member>
6081
        <member name="M:Newtonsoft.Json.Linq.JToken.Annotation``1">
6082
            <summary>
6083
            Get the first annotation object of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6084
            </summary>
6085
            <typeparam name="T">The type of the annotation to retrieve.</typeparam>
6086
            <returns>The first annotation object that matches the specified type, or <c>null</c> if no annotation is of the specified type.</returns>
6087
        </member>
6088
        <member name="M:Newtonsoft.Json.Linq.JToken.Annotation(System.Type)">
6089
            <summary>
6090
            Gets the first annotation object of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6091
            </summary>
6092
            <param name="type">The <see cref="P:Newtonsoft.Json.Linq.JToken.Type"/> of the annotation to retrieve.</param>
6093
            <returns>The first annotation object that matches the specified type, or <c>null</c> if no annotation is of the specified type.</returns>
6094
        </member>
6095
        <member name="M:Newtonsoft.Json.Linq.JToken.Annotations``1">
6096
            <summary>
6097
            Gets a collection of annotations of the specified type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6098
            </summary>
6099
            <typeparam name="T">The type of the annotations to retrieve.</typeparam>
6100
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the annotations for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>
6101
        </member>
6102
        <member name="M:Newtonsoft.Json.Linq.JToken.Annotations(System.Type)">
6103
            <summary>
6104
            Gets a collection of annotations of the specified type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6105
            </summary>
6106
            <param name="type">The <see cref="P:Newtonsoft.Json.Linq.JToken.Type"/> of the annotations to retrieve.</param>
6107
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:System.Object"/> that contains the annotations that match the specified type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>
6108
        </member>
6109
        <member name="M:Newtonsoft.Json.Linq.JToken.RemoveAnnotations``1">
6110
            <summary>
6111
            Removes the annotations of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6112
            </summary>
6113
            <typeparam name="T">The type of annotations to remove.</typeparam>
6114
        </member>
6115
        <member name="M:Newtonsoft.Json.Linq.JToken.RemoveAnnotations(System.Type)">
6116
            <summary>
6117
            Removes the annotations of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6118
            </summary>
6119
            <param name="type">The <see cref="P:Newtonsoft.Json.Linq.JToken.Type"/> of annotations to remove.</param>
6120
        </member>
6121
        <member name="T:Newtonsoft.Json.Linq.JTokenEqualityComparer">
6122
            <summary>
6123
            Compares tokens to determine whether they are equal.
6124
            </summary>
6125
        </member>
6126
        <member name="M:Newtonsoft.Json.Linq.JTokenEqualityComparer.Equals(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
6127
            <summary>
6128
            Determines whether the specified objects are equal.
6129
            </summary>
6130
            <param name="x">The first object of type <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
6131
            <param name="y">The second object of type <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
6132
            <returns>
6133
            <c>true</c> if the specified objects are equal; otherwise, <c>false</c>.
6134
            </returns>
6135
        </member>
6136
        <member name="M:Newtonsoft.Json.Linq.JTokenEqualityComparer.GetHashCode(Newtonsoft.Json.Linq.JToken)">
6137
            <summary>
6138
            Returns a hash code for the specified object.
6139
            </summary>
6140
            <param name="obj">The <see cref="T:System.Object"/> for which a hash code is to be returned.</param>
6141
            <returns>A hash code for the specified object.</returns>
6142
            <exception cref="T:System.ArgumentNullException">The type of <paramref name="obj"/> is a reference type and <paramref name="obj"/> is <c>null</c>.</exception>
6143
        </member>
6144
        <member name="T:Newtonsoft.Json.Linq.JTokenReader">
6145
            <summary>
6146
            Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data.
6147
            </summary>
6148
        </member>
6149
        <member name="P:Newtonsoft.Json.Linq.JTokenReader.CurrentToken">
6150
            <summary>
6151
            Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> at the reader's current position.
6152
            </summary>
6153
        </member>
6154
        <member name="M:Newtonsoft.Json.Linq.JTokenReader.#ctor(Newtonsoft.Json.Linq.JToken)">
6155
            <summary>
6156
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JTokenReader"/> class.
6157
            </summary>
6158
            <param name="token">The token to read from.</param>
6159
        </member>
6160
        <member name="M:Newtonsoft.Json.Linq.JTokenReader.Read">
6161
            <summary>
6162
            Reads the next JSON token from the underlying <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6163
            </summary>
6164
            <returns>
6165
            <c>true</c> if the next token was read successfully; <c>false</c> if there are no more tokens to read.
6166
            </returns>
6167
        </member>
6168
        <member name="P:Newtonsoft.Json.Linq.JTokenReader.Path">
6169
            <summary>
6170
            Gets the path of the current JSON token. 
6171
            </summary>
6172
        </member>
6173
        <member name="T:Newtonsoft.Json.Linq.JTokenType">
6174
            <summary>
6175
            Specifies the type of token.
6176
            </summary>
6177
        </member>
6178
        <member name="F:Newtonsoft.Json.Linq.JTokenType.None">
6179
            <summary>
6180
            No token type has been set.
6181
            </summary>
6182
        </member>
6183
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Object">
6184
            <summary>
6185
            A JSON object.
6186
            </summary>
6187
        </member>
6188
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Array">
6189
            <summary>
6190
            A JSON array.
6191
            </summary>
6192
        </member>
6193
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Constructor">
6194
            <summary>
6195
            A JSON constructor.
6196
            </summary>
6197
        </member>
6198
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Property">
6199
            <summary>
6200
            A JSON object property.
6201
            </summary>
6202
        </member>
6203
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Comment">
6204
            <summary>
6205
            A comment.
6206
            </summary>
6207
        </member>
6208
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Integer">
6209
            <summary>
6210
            An integer value.
6211
            </summary>
6212
        </member>
6213
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Float">
6214
            <summary>
6215
            A float value.
6216
            </summary>
6217
        </member>
6218
        <member name="F:Newtonsoft.Json.Linq.JTokenType.String">
6219
            <summary>
6220
            A string value.
6221
            </summary>
6222
        </member>
6223
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Boolean">
6224
            <summary>
6225
            A boolean value.
6226
            </summary>
6227
        </member>
6228
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Null">
6229
            <summary>
6230
            A null value.
6231
            </summary>
6232
        </member>
6233
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Undefined">
6234
            <summary>
6235
            An undefined value.
6236
            </summary>
6237
        </member>
6238
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Date">
6239
            <summary>
6240
            A date value.
6241
            </summary>
6242
        </member>
6243
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Raw">
6244
            <summary>
6245
            A raw JSON value.
6246
            </summary>
6247
        </member>
6248
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Bytes">
6249
            <summary>
6250
            A collection of bytes value.
6251
            </summary>
6252
        </member>
6253
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Guid">
6254
            <summary>
6255
            A Guid value.
6256
            </summary>
6257
        </member>
6258
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Uri">
6259
            <summary>
6260
            A Uri value.
6261
            </summary>
6262
        </member>
6263
        <member name="F:Newtonsoft.Json.Linq.JTokenType.TimeSpan">
6264
            <summary>
6265
            A TimeSpan value.
6266
            </summary>
6267
        </member>
6268
        <member name="T:Newtonsoft.Json.Linq.JTokenWriter">
6269
            <summary>
6270
            Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
6271
            </summary>
6272
        </member>
6273
        <member name="P:Newtonsoft.Json.Linq.JTokenWriter.CurrentToken">
6274
            <summary>
6275
            Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> at the writer's current position.
6276
            </summary>
6277
        </member>
6278
        <member name="P:Newtonsoft.Json.Linq.JTokenWriter.Token">
6279
            <summary>
6280
            Gets the token being written.
6281
            </summary>
6282
            <value>The token being written.</value>
6283
        </member>
6284
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.#ctor(Newtonsoft.Json.Linq.JContainer)">
6285
            <summary>
6286
            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"/>.
6287
            </summary>
6288
            <param name="container">The container being written to.</param>
6289
        </member>
6290
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.#ctor">
6291
            <summary>
6292
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JTokenWriter"/> class.
6293
            </summary>
6294
        </member>
6295
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.Flush">
6296
            <summary>
6297
            Flushes whatever is in the buffer to the underlying <see cref="T:Newtonsoft.Json.Linq.JContainer"/>.
6298
            </summary>
6299
        </member>
6300
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.Close">
6301
            <summary>
6302
            Closes this writer.
6303
            If <see cref="P:Newtonsoft.Json.JsonWriter.AutoCompleteOnClose"/> is set to <c>true</c>, the JSON is auto-completed.
6304
            </summary>
6305
            <remarks>
6306
            Setting <see cref="P:Newtonsoft.Json.JsonWriter.CloseOutput"/> to <c>true</c> has no additional effect, since the underlying <see cref="T:Newtonsoft.Json.Linq.JContainer"/> is a type that cannot be closed.
6307
            </remarks>
6308
        </member>
6309
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartObject">
6310
            <summary>
6311
            Writes the beginning of a JSON object.
6312
            </summary>
6313
        </member>
6314
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartArray">
6315
            <summary>
6316
            Writes the beginning of a JSON array.
6317
            </summary>
6318
        </member>
6319
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartConstructor(System.String)">
6320
            <summary>
6321
            Writes the start of a constructor with the given name.
6322
            </summary>
6323
            <param name="name">The name of the constructor.</param>
6324
        </member>
6325
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
6326
            <summary>
6327
            Writes the end.
6328
            </summary>
6329
            <param name="token">The token.</param>
6330
        </member>
6331
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WritePropertyName(System.String)">
6332
            <summary>
6333
            Writes the property name of a name/value pair on a JSON object.
6334
            </summary>
6335
            <param name="name">The name of the property.</param>
6336
        </member>
6337
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Object)">
6338
            <summary>
6339
            Writes a <see cref="T:System.Object"/> value.
6340
            An error will be raised if the value cannot be written as a single JSON token.
6341
            </summary>
6342
            <param name="value">The <see cref="T:System.Object"/> value to write.</param>
6343
        </member>
6344
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteNull">
6345
            <summary>
6346
            Writes a null value.
6347
            </summary>
6348
        </member>
6349
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteUndefined">
6350
            <summary>
6351
            Writes an undefined value.
6352
            </summary>
6353
        </member>
6354
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteRaw(System.String)">
6355
            <summary>
6356
            Writes raw JSON.
6357
            </summary>
6358
            <param name="json">The raw JSON to write.</param>
6359
        </member>
6360
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteComment(System.String)">
6361
            <summary>
6362
            Writes a comment <c>/*...*/</c> containing the specified text.
6363
            </summary>
6364
            <param name="text">Text to place inside the comment.</param>
6365
        </member>
6366
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.String)">
6367
            <summary>
6368
            Writes a <see cref="T:System.String"/> value.
6369
            </summary>
6370
            <param name="value">The <see cref="T:System.String"/> value to write.</param>
6371
        </member>
6372
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int32)">
6373
            <summary>
6374
            Writes a <see cref="T:System.Int32"/> value.
6375
            </summary>
6376
            <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
6377
        </member>
6378
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt32)">
6379
            <summary>
6380
            Writes a <see cref="T:System.UInt32"/> value.
6381
            </summary>
6382
            <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
6383
        </member>
6384
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int64)">
6385
            <summary>
6386
            Writes a <see cref="T:System.Int64"/> value.
6387
            </summary>
6388
            <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
6389
        </member>
6390
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt64)">
6391
            <summary>
6392
            Writes a <see cref="T:System.UInt64"/> value.
6393
            </summary>
6394
            <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
6395
        </member>
6396
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Single)">
6397
            <summary>
6398
            Writes a <see cref="T:System.Single"/> value.
6399
            </summary>
6400
            <param name="value">The <see cref="T:System.Single"/> value to write.</param>
6401
        </member>
6402
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Double)">
6403
            <summary>
6404
            Writes a <see cref="T:System.Double"/> value.
6405
            </summary>
6406
            <param name="value">The <see cref="T:System.Double"/> value to write.</param>
6407
        </member>
6408
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Boolean)">
6409
            <summary>
6410
            Writes a <see cref="T:System.Boolean"/> value.
6411
            </summary>
6412
            <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
6413
        </member>
6414
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int16)">
6415
            <summary>
6416
            Writes a <see cref="T:System.Int16"/> value.
6417
            </summary>
6418
            <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
6419
        </member>
6420
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt16)">
6421
            <summary>
6422
            Writes a <see cref="T:System.UInt16"/> value.
6423
            </summary>
6424
            <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
6425
        </member>
6426
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Char)">
6427
            <summary>
6428
            Writes a <see cref="T:System.Char"/> value.
6429
            </summary>
6430
            <param name="value">The <see cref="T:System.Char"/> value to write.</param>
6431
        </member>
6432
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Byte)">
6433
            <summary>
6434
            Writes a <see cref="T:System.Byte"/> value.
6435
            </summary>
6436
            <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
6437
        </member>
6438
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.SByte)">
6439
            <summary>
6440
            Writes a <see cref="T:System.SByte"/> value.
6441
            </summary>
6442
            <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
6443
        </member>
6444
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Decimal)">
6445
            <summary>
6446
            Writes a <see cref="T:System.Decimal"/> value.
6447
            </summary>
6448
            <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
6449
        </member>
6450
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.DateTime)">
6451
            <summary>
6452
            Writes a <see cref="T:System.DateTime"/> value.
6453
            </summary>
6454
            <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
6455
        </member>
6456
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.DateTimeOffset)">
6457
            <summary>
6458
            Writes a <see cref="T:System.DateTimeOffset"/> value.
6459
            </summary>
6460
            <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>
6461
        </member>
6462
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Byte[])">
6463
            <summary>
6464
            Writes a <see cref="T:System.Byte"/>[] value.
6465
            </summary>
6466
            <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param>
6467
        </member>
6468
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.TimeSpan)">
6469
            <summary>
6470
            Writes a <see cref="T:System.TimeSpan"/> value.
6471
            </summary>
6472
            <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>
6473
        </member>
6474
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Guid)">
6475
            <summary>
6476
            Writes a <see cref="T:System.Guid"/> value.
6477
            </summary>
6478
            <param name="value">The <see cref="T:System.Guid"/> value to write.</param>
6479
        </member>
6480
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Uri)">
6481
            <summary>
6482
            Writes a <see cref="T:System.Uri"/> value.
6483
            </summary>
6484
            <param name="value">The <see cref="T:System.Uri"/> value to write.</param>
6485
        </member>
6486
        <member name="T:Newtonsoft.Json.Linq.JValue">
6487
            <summary>
6488
            Represents a value in JSON (string, integer, date, etc).
6489
            </summary>
6490
        </member>
6491
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(Newtonsoft.Json.Linq.JValue)">
6492
            <summary>
6493
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class from another <see cref="T:Newtonsoft.Json.Linq.JValue"/> object.
6494
            </summary>
6495
            <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JValue"/> object to copy from.</param>
6496
        </member>
6497
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Int64)">
6498
            <summary>
6499
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6500
            </summary>
6501
            <param name="value">The value.</param>
6502
        </member>
6503
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Decimal)">
6504
            <summary>
6505
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6506
            </summary>
6507
            <param name="value">The value.</param>
6508
        </member>
6509
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Char)">
6510
            <summary>
6511
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6512
            </summary>
6513
            <param name="value">The value.</param>
6514
        </member>
6515
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.UInt64)">
6516
            <summary>
6517
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6518
            </summary>
6519
            <param name="value">The value.</param>
6520
        </member>
6521
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Double)">
6522
            <summary>
6523
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6524
            </summary>
6525
            <param name="value">The value.</param>
6526
        </member>
6527
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Single)">
6528
            <summary>
6529
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6530
            </summary>
6531
            <param name="value">The value.</param>
6532
        </member>
6533
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.DateTime)">
6534
            <summary>
6535
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6536
            </summary>
6537
            <param name="value">The value.</param>
6538
        </member>
6539
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.DateTimeOffset)">
6540
            <summary>
6541
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6542
            </summary>
6543
            <param name="value">The value.</param>
6544
        </member>
6545
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Boolean)">
6546
            <summary>
6547
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6548
            </summary>
6549
            <param name="value">The value.</param>
6550
        </member>
6551
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.String)">
6552
            <summary>
6553
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6554
            </summary>
6555
            <param name="value">The value.</param>
6556
        </member>
6557
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Guid)">
6558
            <summary>
6559
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6560
            </summary>
6561
            <param name="value">The value.</param>
6562
        </member>
6563
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Uri)">
6564
            <summary>
6565
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6566
            </summary>
6567
            <param name="value">The value.</param>
6568
        </member>
6569
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.TimeSpan)">
6570
            <summary>
6571
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6572
            </summary>
6573
            <param name="value">The value.</param>
6574
        </member>
6575
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Object)">
6576
            <summary>
6577
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
6578
            </summary>
6579
            <param name="value">The value.</param>
6580
        </member>
6581
        <member name="P:Newtonsoft.Json.Linq.JValue.HasValues">
6582
            <summary>
6583
            Gets a value indicating whether this token has child tokens.
6584
            </summary>
6585
            <value>
6586
                    <c>true</c> if this token has child values; otherwise, <c>false</c>.
6587
            </value>
6588
        </member>
6589
        <member name="M:Newtonsoft.Json.Linq.JValue.CreateComment(System.String)">
6590
            <summary>
6591
            Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> comment with the given value.
6592
            </summary>
6593
            <param name="value">The value.</param>
6594
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> comment with the given value.</returns>
6595
        </member>
6596
        <member name="M:Newtonsoft.Json.Linq.JValue.CreateString(System.String)">
6597
            <summary>
6598
            Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> string with the given value.
6599
            </summary>
6600
            <param name="value">The value.</param>
6601
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> string with the given value.</returns>
6602
        </member>
6603
        <member name="M:Newtonsoft.Json.Linq.JValue.CreateNull">
6604
            <summary>
6605
            Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value.
6606
            </summary>
6607
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value.</returns>
6608
        </member>
6609
        <member name="M:Newtonsoft.Json.Linq.JValue.CreateUndefined">
6610
            <summary>
6611
            Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> undefined value.
6612
            </summary>
6613
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> undefined value.</returns>
6614
        </member>
6615
        <member name="P:Newtonsoft.Json.Linq.JValue.Type">
6616
            <summary>
6617
            Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6618
            </summary>
6619
            <value>The type.</value>
6620
        </member>
6621
        <member name="P:Newtonsoft.Json.Linq.JValue.Value">
6622
            <summary>
6623
            Gets or sets the underlying token value.
6624
            </summary>
6625
            <value>The underlying token value.</value>
6626
        </member>
6627
        <member name="M:Newtonsoft.Json.Linq.JValue.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
6628
            <summary>
6629
            Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
6630
            </summary>
6631
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
6632
            <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>s which will be used when writing the token.</param>
6633
        </member>
6634
        <member name="M:Newtonsoft.Json.Linq.JValue.Equals(Newtonsoft.Json.Linq.JValue)">
6635
            <summary>
6636
            Indicates whether the current object is equal to another object of the same type.
6637
            </summary>
6638
            <returns>
6639
            <c>true</c> if the current object is equal to the <paramref name="other"/> parameter; otherwise, <c>false</c>.
6640
            </returns>
6641
            <param name="other">An object to compare with this object.</param>
6642
        </member>
6643
        <member name="M:Newtonsoft.Json.Linq.JValue.Equals(System.Object)">
6644
            <summary>
6645
            Determines whether the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:System.Object"/>.
6646
            </summary>
6647
            <param name="obj">The <see cref="T:System.Object"/> to compare with the current <see cref="T:System.Object"/>.</param>
6648
            <returns>
6649
            <c>true</c> if the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:System.Object"/>; otherwise, <c>false</c>.
6650
            </returns>
6651
        </member>
6652
        <member name="M:Newtonsoft.Json.Linq.JValue.GetHashCode">
6653
            <summary>
6654
            Serves as a hash function for a particular type.
6655
            </summary>
6656
            <returns>
6657
            A hash code for the current <see cref="T:System.Object"/>.
6658
            </returns>
6659
        </member>
6660
        <member name="M:Newtonsoft.Json.Linq.JValue.ToString">
6661
            <summary>
6662
            Returns a <see cref="T:System.String"/> that represents this instance.
6663
            </summary>
6664
            <returns>
6665
            A <see cref="T:System.String"/> that represents this instance.
6666
            </returns>
6667
        </member>
6668
        <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.String)">
6669
            <summary>
6670
            Returns a <see cref="T:System.String"/> that represents this instance.
6671
            </summary>
6672
            <param name="format">The format.</param>
6673
            <returns>
6674
            A <see cref="T:System.String"/> that represents this instance.
6675
            </returns>
6676
        </member>
6677
        <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.IFormatProvider)">
6678
            <summary>
6679
            Returns a <see cref="T:System.String"/> that represents this instance.
6680
            </summary>
6681
            <param name="formatProvider">The format provider.</param>
6682
            <returns>
6683
            A <see cref="T:System.String"/> that represents this instance.
6684
            </returns>
6685
        </member>
6686
        <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.String,System.IFormatProvider)">
6687
            <summary>
6688
            Returns a <see cref="T:System.String"/> that represents this instance.
6689
            </summary>
6690
            <param name="format">The format.</param>
6691
            <param name="formatProvider">The format provider.</param>
6692
            <returns>
6693
            A <see cref="T:System.String"/> that represents this instance.
6694
            </returns>
6695
        </member>
6696
        <member name="M:Newtonsoft.Json.Linq.JValue.GetMetaObject(System.Linq.Expressions.Expression)">
6697
            <summary>
6698
            Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.
6699
            </summary>
6700
            <param name="parameter">The expression tree representation of the runtime value.</param>
6701
            <returns>
6702
            The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.
6703
            </returns>
6704
        </member>
6705
        <member name="M:Newtonsoft.Json.Linq.JValue.CompareTo(Newtonsoft.Json.Linq.JValue)">
6706
            <summary>
6707
            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.
6708
            </summary>
6709
            <param name="obj">An object to compare with this instance.</param>
6710
            <returns>
6711
            A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings:
6712
            Value
6713
            Meaning
6714
            Less than zero
6715
            This instance is less than <paramref name="obj"/>.
6716
            Zero
6717
            This instance is equal to <paramref name="obj"/>.
6718
            Greater than zero
6719
            This instance is greater than <paramref name="obj"/>.
6720
            </returns>
6721
            <exception cref="T:System.ArgumentException">
6722
                    <paramref name="obj"/> is not of the same type as this instance.
6723
            </exception>
6724
        </member>
6725
        <member name="T:Newtonsoft.Json.Linq.MergeArrayHandling">
6726
            <summary>
6727
            Specifies how JSON arrays are merged together.
6728
            </summary>
6729
        </member>
6730
        <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Concat">
6731
            <summary>Concatenate arrays.</summary>
6732
        </member>
6733
        <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Union">
6734
            <summary>Union arrays, skipping items that already exist.</summary>
6735
        </member>
6736
        <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Replace">
6737
            <summary>Replace all array items.</summary>
6738
        </member>
6739
        <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Merge">
6740
            <summary>Merge array items together, matched by index.</summary>
6741
        </member>
6742
        <member name="T:Newtonsoft.Json.Linq.MergeNullValueHandling">
6743
            <summary>
6744
            Specifies how null value properties are merged.
6745
            </summary>
6746
        </member>
6747
        <member name="F:Newtonsoft.Json.Linq.MergeNullValueHandling.Ignore">
6748
            <summary>
6749
            The content's null value properties will be ignored during merging.
6750
            </summary>
6751
        </member>
6752
        <member name="F:Newtonsoft.Json.Linq.MergeNullValueHandling.Merge">
6753
            <summary>
6754
            The content's null value properties will be merged.
6755
            </summary>
6756
        </member>
6757
        <member name="T:Newtonsoft.Json.MemberSerialization">
6758
            <summary>
6759
            Specifies the member serialization options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6760
            </summary>
6761
        </member>
6762
        <member name="F:Newtonsoft.Json.MemberSerialization.OptOut">
6763
            <summary>
6764
            All public members are serialized by default. Members can be excluded using <see cref="T:Newtonsoft.Json.JsonIgnoreAttribute"/> or <see cref="T:System.NonSerializedAttribute"/>.
6765
            This is the default member serialization mode.
6766
            </summary>
6767
        </member>
6768
        <member name="F:Newtonsoft.Json.MemberSerialization.OptIn">
6769
            <summary>
6770
            Only members marked with <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> or <see cref="T:System.Runtime.Serialization.DataMemberAttribute"/> are serialized.
6771
            This member serialization mode can also be set by marking the class with <see cref="T:System.Runtime.Serialization.DataContractAttribute"/>.
6772
            </summary>
6773
        </member>
6774
        <member name="F:Newtonsoft.Json.MemberSerialization.Fields">
6775
            <summary>
6776
            All public and private fields are serialized. Members can be excluded using <see cref="T:Newtonsoft.Json.JsonIgnoreAttribute"/> or <see cref="T:System.NonSerializedAttribute"/>.
6777
            This member serialization mode can also be set by marking the class with <see cref="T:System.SerializableAttribute"/>
6778
            and setting IgnoreSerializableAttribute on <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> to <c>false</c>.
6779
            </summary>
6780
        </member>
6781
        <member name="T:Newtonsoft.Json.MetadataPropertyHandling">
6782
            <summary>
6783
            Specifies metadata property handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6784
            </summary>
6785
        </member>
6786
        <member name="F:Newtonsoft.Json.MetadataPropertyHandling.Default">
6787
            <summary>
6788
            Read metadata properties located at the start of a JSON object.
6789
            </summary>
6790
        </member>
6791
        <member name="F:Newtonsoft.Json.MetadataPropertyHandling.ReadAhead">
6792
            <summary>
6793
            Read metadata properties located anywhere in a JSON object. Note that this setting will impact performance.
6794
            </summary>
6795
        </member>
6796
        <member name="F:Newtonsoft.Json.MetadataPropertyHandling.Ignore">
6797
            <summary>
6798
            Do not try to read metadata properties.
6799
            </summary>
6800
        </member>
6801
        <member name="T:Newtonsoft.Json.MissingMemberHandling">
6802
            <summary>
6803
            Specifies missing member handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6804
            </summary>
6805
        </member>
6806
        <member name="F:Newtonsoft.Json.MissingMemberHandling.Ignore">
6807
            <summary>
6808
            Ignore a missing member and do not attempt to deserialize it.
6809
            </summary>
6810
        </member>
6811
        <member name="F:Newtonsoft.Json.MissingMemberHandling.Error">
6812
            <summary>
6813
            Throw a <see cref="T:Newtonsoft.Json.JsonSerializationException"/> when a missing member is encountered during deserialization.
6814
            </summary>
6815
        </member>
6816
        <member name="T:Newtonsoft.Json.NullValueHandling">
6817
            <summary>
6818
            Specifies null value handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6819
            </summary>
6820
            <example>
6821
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeNullValueHandlingObject" title="NullValueHandling Class" />
6822
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeNullValueHandlingExample" title="NullValueHandling Ignore Example" />
6823
            </example>
6824
        </member>
6825
        <member name="F:Newtonsoft.Json.NullValueHandling.Include">
6826
            <summary>
6827
            Include null values when serializing and deserializing objects.
6828
            </summary>
6829
        </member>
6830
        <member name="F:Newtonsoft.Json.NullValueHandling.Ignore">
6831
            <summary>
6832
            Ignore null values when serializing and deserializing objects.
6833
            </summary>
6834
        </member>
6835
        <member name="T:Newtonsoft.Json.ObjectCreationHandling">
6836
            <summary>
6837
            Specifies how object creation is handled by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6838
            </summary>
6839
        </member>
6840
        <member name="F:Newtonsoft.Json.ObjectCreationHandling.Auto">
6841
            <summary>
6842
            Reuse existing objects, create new objects when needed.
6843
            </summary>
6844
        </member>
6845
        <member name="F:Newtonsoft.Json.ObjectCreationHandling.Reuse">
6846
            <summary>
6847
            Only reuse existing objects.
6848
            </summary>
6849
        </member>
6850
        <member name="F:Newtonsoft.Json.ObjectCreationHandling.Replace">
6851
            <summary>
6852
            Always create new objects.
6853
            </summary>
6854
        </member>
6855
        <member name="T:Newtonsoft.Json.PreserveReferencesHandling">
6856
            <summary>
6857
            Specifies reference handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6858
            Note that references cannot be preserved when a value is set via a non-default constructor such as types that implement <see cref="T:System.Runtime.Serialization.ISerializable"/>.
6859
            </summary>
6860
            <example>
6861
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="PreservingObjectReferencesOn" title="Preserve Object References" />       
6862
            </example>
6863
        </member>
6864
        <member name="F:Newtonsoft.Json.PreserveReferencesHandling.None">
6865
            <summary>
6866
            Do not preserve references when serializing types.
6867
            </summary>
6868
        </member>
6869
        <member name="F:Newtonsoft.Json.PreserveReferencesHandling.Objects">
6870
            <summary>
6871
            Preserve references when serializing into a JSON object structure.
6872
            </summary>
6873
        </member>
6874
        <member name="F:Newtonsoft.Json.PreserveReferencesHandling.Arrays">
6875
            <summary>
6876
            Preserve references when serializing into a JSON array structure.
6877
            </summary>
6878
        </member>
6879
        <member name="F:Newtonsoft.Json.PreserveReferencesHandling.All">
6880
            <summary>
6881
            Preserve references when serializing.
6882
            </summary>
6883
        </member>
6884
        <member name="T:Newtonsoft.Json.ReferenceLoopHandling">
6885
            <summary>
6886
            Specifies reference loop handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6887
            </summary>
6888
        </member>
6889
        <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Error">
6890
            <summary>
6891
            Throw a <see cref="T:Newtonsoft.Json.JsonSerializationException"/> when a loop is encountered.
6892
            </summary>
6893
        </member>
6894
        <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Ignore">
6895
            <summary>
6896
            Ignore loop references and do not serialize.
6897
            </summary>
6898
        </member>
6899
        <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Serialize">
6900
            <summary>
6901
            Serialize loop references.
6902
            </summary>
6903
        </member>
6904
        <member name="T:Newtonsoft.Json.Required">
6905
            <summary>
6906
            Indicating whether a property is required.
6907
            </summary>
6908
        </member>
6909
        <member name="F:Newtonsoft.Json.Required.Default">
6910
            <summary>
6911
            The property is not required. The default state.
6912
            </summary>
6913
        </member>
6914
        <member name="F:Newtonsoft.Json.Required.AllowNull">
6915
            <summary>
6916
            The property must be defined in JSON but can be a null value.
6917
            </summary>
6918
        </member>
6919
        <member name="F:Newtonsoft.Json.Required.Always">
6920
            <summary>
6921
            The property must be defined in JSON and cannot be a null value.
6922
            </summary>
6923
        </member>
6924
        <member name="F:Newtonsoft.Json.Required.DisallowNull">
6925
            <summary>
6926
            The property is not required but it cannot be a null value.
6927
            </summary>
6928
        </member>
6929
        <member name="T:Newtonsoft.Json.Schema.Extensions">
6930
            <summary>
6931
            <para>
6932
            Contains the JSON schema extension methods.
6933
            </para>
6934
            <note type="caution">
6935
            JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
6936
            </note>
6937
            </summary>
6938
        </member>
6939
        <member name="M:Newtonsoft.Json.Schema.Extensions.IsValid(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema)">
6940
            <summary>
6941
            <para>
6942
            Determines whether the <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid.
6943
            </para>
6944
            <note type="caution">
6945
            JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
6946
            </note>
6947
            </summary>
6948
            <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
6949
            <param name="schema">The schema to test with.</param>
6950
            <returns>
6951
                    <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid; otherwise, <c>false</c>.
6952
            </returns>
6953
        </member>
6954
        <member name="M:Newtonsoft.Json.Schema.Extensions.IsValid(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema,System.Collections.Generic.IList{System.String}@)">
6955
            <summary>
6956
            <para>
6957
            Determines whether the <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid.
6958
            </para>
6959
            <note type="caution">
6960
            JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
6961
            </note>
6962
            </summary>
6963
            <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
6964
            <param name="schema">The schema to test with.</param>
6965
            <param name="errorMessages">When this method returns, contains any error messages generated while validating. </param>
6966
            <returns>
6967
                    <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid; otherwise, <c>false</c>.
6968
            </returns>
6969
        </member>
6970
        <member name="M:Newtonsoft.Json.Schema.Extensions.Validate(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema)">
6971
            <summary>
6972
            <para>
6973
            Validates the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6974
            </para>
6975
            <note type="caution">
6976
            JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
6977
            </note>
6978
            </summary>
6979
            <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
6980
            <param name="schema">The schema to test with.</param>
6981
        </member>
6982
        <member name="M:Newtonsoft.Json.Schema.Extensions.Validate(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema,Newtonsoft.Json.Schema.ValidationEventHandler)">
6983
            <summary>
6984
            <para>
6985
            Validates the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6986
            </para>
6987
            <note type="caution">
6988
            JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
6989
            </note>
6990
            </summary>
6991
            <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
6992
            <param name="schema">The schema to test with.</param>
6993
            <param name="validationEventHandler">The validation event handler.</param>
6994
        </member>
6995
        <member name="T:Newtonsoft.Json.Schema.JsonSchema">
6996
            <summary>
6997
            <para>
6998
            An in-memory representation of a JSON Schema.
6999
            </para>
7000
            <note type="caution">
7001
            JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
7002
            </note>
7003
            </summary>
7004
        </member>
7005
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Id">
7006
            <summary>
7007
            Gets or sets the id.
7008
            </summary>
7009
        </member>
7010
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Title">
7011
            <summary>
7012
            Gets or sets the title.
7013
            </summary>
7014
        </member>
7015
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Required">
7016
            <summary>
7017
            Gets or sets whether the object is required.
7018
            </summary>
7019
        </member>
7020
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.ReadOnly">
7021
            <summary>
7022
            Gets or sets whether the object is read-only.
7023
            </summary>
7024
        </member>
7025
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Hidden">
7026
            <summary>
7027
            Gets or sets whether the object is visible to users.
7028
            </summary>
7029
        </member>
7030
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Transient">
7031
            <summary>
7032
            Gets or sets whether the object is transient.
7033
            </summary>
7034
        </member>
7035
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Description">
7036
            <summary>
7037
            Gets or sets the description of the object.
7038
            </summary>
7039
        </member>
7040
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Type">
7041
            <summary>
7042
            Gets or sets the types of values allowed by the object.
7043
            </summary>
7044
            <value>The type.</value>
7045
        </member>
7046
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Pattern">
7047
            <summary>
7048
            Gets or sets the pattern.
7049
            </summary>
7050
            <value>The pattern.</value>
7051
        </member>
7052
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.MinimumLength">
7053
            <summary>
7054
            Gets or sets the minimum length.
7055
            </summary>
7056
            <value>The minimum length.</value>
7057
        </member>
7058
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.MaximumLength">
7059
            <summary>
7060
            Gets or sets the maximum length.
7061
            </summary>
7062
            <value>The maximum length.</value>
7063
        </member>
7064
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.DivisibleBy">
7065
            <summary>
7066
            Gets or sets a number that the value should be divisible by.
7067
            </summary>
7068
            <value>A number that the value should be divisible by.</value>
7069
        </member>
7070
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Minimum">
7071
            <summary>
7072
            Gets or sets the minimum.
7073
            </summary>
7074
            <value>The minimum.</value>
7075
        </member>
7076
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Maximum">
7077
            <summary>
7078
            Gets or sets the maximum.
7079
            </summary>
7080
            <value>The maximum.</value>
7081
        </member>
7082
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.ExclusiveMinimum">
7083
            <summary>
7084
            Gets or sets a flag indicating whether the value can not equal the number defined by the <c>minimum</c> attribute (<see cref="P:Newtonsoft.Json.Schema.JsonSchema.Minimum"/>).
7085
            </summary>
7086
            <value>A flag indicating whether the value can not equal the number defined by the <c>minimum</c> attribute (<see cref="P:Newtonsoft.Json.Schema.JsonSchema.Minimum"/>).</value>
7087
        </member>
7088
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.ExclusiveMaximum">
7089
            <summary>
7090
            Gets or sets a flag indicating whether the value can not equal the number defined by the <c>maximum</c> attribute (<see cref="P:Newtonsoft.Json.Schema.JsonSchema.Maximum"/>).
7091
            </summary>
7092
            <value>A flag indicating whether the value can not equal the number defined by the <c>maximum</c> attribute (<see cref="P:Newtonsoft.Json.Schema.JsonSchema.Maximum"/>).</value>
7093
        </member>
7094
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.MinimumItems">
7095
            <summary>
7096
            Gets or sets the minimum number of items.
7097
            </summary>
7098
            <value>The minimum number of items.</value>
7099
        </member>
7100
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.MaximumItems">
7101
            <summary>
7102
            Gets or sets the maximum number of items.
7103
            </summary>
7104
            <value>The maximum number of items.</value>
7105
        </member>
7106
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Items">
7107
            <summary>
7108
            Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of items.
7109
            </summary>
7110
            <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of items.</value>
7111
        </member>
7112
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.PositionalItemsValidation">
7113
            <summary>
7114
            Gets or sets a value indicating whether items in an array are validated using the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> instance at their array position from <see cref="P:Newtonsoft.Json.Schema.JsonSchema.Items"/>.
7115
            </summary>
7116
            <value>
7117
                    <c>true</c> if items are validated using their array position; otherwise, <c>false</c>.
7118
            </value>
7119
        </member>
7120
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.AdditionalItems">
7121
            <summary>
7122
            Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional items.
7123
            </summary>
7124
            <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional items.</value>
7125
        </member>
7126
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.AllowAdditionalItems">
7127
            <summary>
7128
            Gets or sets a value indicating whether additional items are allowed.
7129
            </summary>
7130
            <value>
7131
                    <c>true</c> if additional items are allowed; otherwise, <c>false</c>.
7132
            </value>
7133
        </member>
7134
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.UniqueItems">
7135
            <summary>
7136
            Gets or sets whether the array items must be unique.
7137
            </summary>
7138
        </member>
7139
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Properties">
7140
            <summary>
7141
            Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of properties.
7142
            </summary>
7143
            <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of properties.</value>
7144
        </member>
7145
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.AdditionalProperties">
7146
            <summary>
7147
            Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional properties.
7148
            </summary>
7149
            <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional properties.</value>
7150
        </member>
7151
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.PatternProperties">
7152
            <summary>
7153
            Gets or sets the pattern properties.
7154
            </summary>
7155
            <value>The pattern properties.</value>
7156
        </member>
7157
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.AllowAdditionalProperties">
7158
            <summary>
7159
            Gets or sets a value indicating whether additional properties are allowed.
7160
            </summary>
7161
            <value>
7162
                    <c>true</c> if additional properties are allowed; otherwise, <c>false</c>.
7163
            </value>
7164
        </member>
7165
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Requires">
7166
            <summary>
7167
            Gets or sets the required property if this property is present.
7168
            </summary>
7169
            <value>The required property if this property is present.</value>
7170
        </member>
7171
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Enum">
7172
            <summary>
7173
            Gets or sets the a collection of valid enum values allowed.
7174
            </summary>
7175
            <value>A collection of valid enum values allowed.</value>
7176
        </member>
7177
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Disallow">
7178
            <summary>
7179
            Gets or sets disallowed types.
7180
            </summary>
7181
            <value>The disallowed types.</value>
7182
        </member>
7183
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Default">
7184
            <summary>
7185
            Gets or sets the default value.
7186
            </summary>
7187
            <value>The default value.</value>
7188
        </member>
7189
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Extends">
7190
            <summary>
7191
            Gets or sets the collection of <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> that this schema extends.
7192
            </summary>
7193
            <value>The collection of <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> that this schema extends.</value>
7194
        </member>
7195
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Format">
7196
            <summary>
7197
            Gets or sets the format.
7198
            </summary>
7199
            <value>The format.</value>
7200
        </member>
7201
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.#ctor">
7202
            <summary>
7203
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> class.
7204
            </summary>
7205
        </member>
7206
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.Read(Newtonsoft.Json.JsonReader)">
7207
            <summary>
7208
            Reads a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.
7209
            </summary>
7210
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the JSON Schema to read.</param>
7211
            <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> object representing the JSON Schema.</returns>
7212
        </member>
7213
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.Read(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Schema.JsonSchemaResolver)">
7214
            <summary>
7215
            Reads a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.
7216
            </summary>
7217
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the JSON Schema to read.</param>
7218
            <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> to use when resolving schema references.</param>
7219
            <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> object representing the JSON Schema.</returns>
7220
        </member>
7221
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.Parse(System.String)">
7222
            <summary>
7223
            Load a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from a string that contains JSON Schema.
7224
            </summary>
7225
            <param name="json">A <see cref="T:System.String"/> that contains JSON Schema.</param>
7226
            <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> populated from the string that contains JSON Schema.</returns>
7227
        </member>
7228
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.Parse(System.String,Newtonsoft.Json.Schema.JsonSchemaResolver)">
7229
            <summary>
7230
            Load a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from a string that contains JSON Schema using the specified <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/>.
7231
            </summary>
7232
            <param name="json">A <see cref="T:System.String"/> that contains JSON Schema.</param>
7233
            <param name="resolver">The resolver.</param>
7234
            <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> populated from the string that contains JSON Schema.</returns>
7235
        </member>
7236
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.WriteTo(Newtonsoft.Json.JsonWriter)">
7237
            <summary>
7238
            Writes this schema to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
7239
            </summary>
7240
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
7241
        </member>
7242
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.Schema.JsonSchemaResolver)">
7243
            <summary>
7244
            Writes this schema to a <see cref="T:Newtonsoft.Json.JsonWriter"/> using the specified <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/>.
7245
            </summary>
7246
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
7247
            <param name="resolver">The resolver used.</param>
7248
        </member>
7249
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.ToString">
7250
            <summary>
7251
            Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
7252
            </summary>
7253
            <returns>
7254
            A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
7255
            </returns>
7256
        </member>
7257
        <member name="T:Newtonsoft.Json.Schema.JsonSchemaException">
7258
            <summary>
7259
            <para>
7260
            Returns detailed information about the schema exception.
7261
            </para>
7262
            <note type="caution">
7263
            JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
7264
            </note>
7265
            </summary>
7266
        </member>
7267
        <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.LineNumber">
7268
            <summary>
7269
            Gets the line number indicating where the error occurred.
7270
            </summary>
7271
            <value>The line number indicating where the error occurred.</value>
7272
        </member>
7273
        <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.LinePosition">
7274
            <summary>
7275
            Gets the line position indicating where the error occurred.
7276
            </summary>
7277
            <value>The line position indicating where the error occurred.</value>
7278
        </member>
7279
        <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.Path">
7280
            <summary>
7281
            Gets the path to the JSON where the error occurred.
7282
            </summary>
7283
            <value>The path to the JSON where the error occurred.</value>
7284
        </member>
7285
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor">
7286
            <summary>
7287
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class.
7288
            </summary>
7289
        </member>
7290
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.String)">
7291
            <summary>
7292
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class
7293
            with a specified error message.
7294
            </summary>
7295
            <param name="message">The error message that explains the reason for the exception.</param>
7296
        </member>
7297
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.String,System.Exception)">
7298
            <summary>
7299
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class
7300
            with a specified error message and a reference to the inner exception that is the cause of this exception.
7301
            </summary>
7302
            <param name="message">The error message that explains the reason for the exception.</param>
7303
            <param name="innerException">The exception that is the cause of the current exception, or <c>null</c> if no inner exception is specified.</param>
7304
        </member>
7305
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
7306
            <summary>
7307
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class.
7308
            </summary>
7309
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
7310
            <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
7311
            <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is <c>null</c>.</exception>
7312
            <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is <c>null</c> or <see cref="P:System.Exception.HResult"/> is zero (0).</exception>
7313
        </member>
7314
        <member name="T:Newtonsoft.Json.Schema.JsonSchemaGenerator">
7315
            <summary>
7316
            <para>
7317
            Generates a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from a specified <see cref="T:System.Type"/>.
7318
            </para>
7319
            <note type="caution">
7320
            JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
7321
            </note>
7322
            </summary>
7323
        </member>
7324
        <member name="P:Newtonsoft.Json.Schema.JsonSchemaGenerator.UndefinedSchemaIdHandling">
7325
            <summary>
7326
            Gets or sets how undefined schemas are handled by the serializer.
7327
            </summary>
7328
        </member>
7329
        <member name="P:Newtonsoft.Json.Schema.JsonSchemaGenerator.ContractResolver">
7330
            <summary>
7331
            Gets or sets the contract resolver.
7332
            </summary>
7333
            <value>The contract resolver.</value>
7334
        </member>
7335
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type)">
7336
            <summary>
7337
            Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
7338
            </summary>
7339
            <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
7340
            <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
7341
        </member>
7342
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,Newtonsoft.Json.Schema.JsonSchemaResolver)">
7343
            <summary>
7344
            Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
7345
            </summary>
7346
            <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
7347
            <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> used to resolve schema references.</param>
7348
            <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
7349
        </member>
7350
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,System.Boolean)">
7351
            <summary>
7352
            Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
7353
            </summary>
7354
            <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
7355
            <param name="rootSchemaNullable">Specify whether the generated root <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> will be nullable.</param>
7356
            <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
7357
        </member>
7358
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,Newtonsoft.Json.Schema.JsonSchemaResolver,System.Boolean)">
7359
            <summary>
7360
            Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
7361
            </summary>
7362
            <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
7363
            <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> used to resolve schema references.</param>
7364
            <param name="rootSchemaNullable">Specify whether the generated root <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> will be nullable.</param>
7365
            <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
7366
        </member>
7367
        <member name="T:Newtonsoft.Json.Schema.JsonSchemaResolver">
7368
            <summary>
7369
            <para>
7370
            Resolves <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from an id.
7371
            </para>
7372
            <note type="caution">
7373
            JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
7374
            </note>
7375
            </summary>
7376
        </member>
7377
        <member name="P:Newtonsoft.Json.Schema.JsonSchemaResolver.LoadedSchemas">
7378
            <summary>
7379
            Gets or sets the loaded schemas.
7380
            </summary>
7381
            <value>The loaded schemas.</value>
7382
        </member>
7383
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaResolver.#ctor">
7384
            <summary>
7385
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> class.
7386
            </summary>
7387
        </member>
7388
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaResolver.GetSchema(System.String)">
7389
            <summary>
7390
            Gets a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> for the specified reference.
7391
            </summary>
7392
            <param name="reference">The id.</param>
7393
            <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> for the specified reference.</returns>
7394
        </member>
7395
        <member name="T:Newtonsoft.Json.Schema.JsonSchemaType">
7396
            <summary>
7397
            <para>
7398
            The value types allowed by the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/>.
7399
            </para>
7400
            <note type="caution">
7401
            JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
7402
            </note>
7403
            </summary>
7404
        </member>
7405
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.None">
7406
            <summary>
7407
            No type specified.
7408
            </summary>
7409
        </member>
7410
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.String">
7411
            <summary>
7412
            String type.
7413
            </summary>
7414
        </member>
7415
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Float">
7416
            <summary>
7417
            Float type.
7418
            </summary>
7419
        </member>
7420
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Integer">
7421
            <summary>
7422
            Integer type.
7423
            </summary>
7424
        </member>
7425
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Boolean">
7426
            <summary>
7427
            Boolean type.
7428
            </summary>
7429
        </member>
7430
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Object">
7431
            <summary>
7432
            Object type.
7433
            </summary>
7434
        </member>
7435
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Array">
7436
            <summary>
7437
            Array type.
7438
            </summary>
7439
        </member>
7440
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Null">
7441
            <summary>
7442
            Null type.
7443
            </summary>
7444
        </member>
7445
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Any">
7446
            <summary>
7447
            Any type.
7448
            </summary>
7449
        </member>
7450
        <member name="T:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling">
7451
            <summary>
7452
            <para>
7453
            Specifies undefined schema Id handling options for the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaGenerator"/>.
7454
            </para>
7455
            <note type="caution">
7456
            JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
7457
            </note>
7458
            </summary>
7459
        </member>
7460
        <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.None">
7461
            <summary>
7462
            Do not infer a schema Id.
7463
            </summary>
7464
        </member>
7465
        <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.UseTypeName">
7466
            <summary>
7467
            Use the .NET type name as the schema Id.
7468
            </summary>
7469
        </member>
7470
        <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.UseAssemblyQualifiedName">
7471
            <summary>
7472
            Use the assembly qualified .NET type name as the schema Id.
7473
            </summary>
7474
        </member>
7475
        <member name="T:Newtonsoft.Json.Schema.ValidationEventArgs">
7476
            <summary>
7477
            <para>
7478
            Returns detailed information related to the <see cref="T:Newtonsoft.Json.Schema.ValidationEventHandler"/>.
7479
            </para>
7480
            <note type="caution">
7481
            JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
7482
            </note>
7483
            </summary>
7484
        </member>
7485
        <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Exception">
7486
            <summary>
7487
            Gets the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> associated with the validation error.
7488
            </summary>
7489
            <value>The JsonSchemaException associated with the validation error.</value>
7490
        </member>
7491
        <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Path">
7492
            <summary>
7493
            Gets the path of the JSON location where the validation error occurred.
7494
            </summary>
7495
            <value>The path of the JSON location where the validation error occurred.</value>
7496
        </member>
7497
        <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Message">
7498
            <summary>
7499
            Gets the text description corresponding to the validation error.
7500
            </summary>
7501
            <value>The text description.</value>
7502
        </member>
7503
        <member name="T:Newtonsoft.Json.Schema.ValidationEventHandler">
7504
            <summary>
7505
            <para>
7506
            Represents the callback method that will handle JSON schema validation events and the <see cref="T:Newtonsoft.Json.Schema.ValidationEventArgs"/>.
7507
            </para>
7508
            <note type="caution">
7509
            JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.
7510
            </note>
7511
            </summary>
7512
        </member>
7513
        <member name="T:Newtonsoft.Json.Serialization.CamelCaseNamingStrategy">
7514
            <summary>
7515
            A camel case naming strategy.
7516
            </summary>
7517
        </member>
7518
        <member name="M:Newtonsoft.Json.Serialization.CamelCaseNamingStrategy.#ctor(System.Boolean,System.Boolean)">
7519
            <summary>
7520
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.CamelCaseNamingStrategy"/> class.
7521
            </summary>
7522
            <param name="processDictionaryKeys">
7523
            A flag indicating whether dictionary keys should be processed.
7524
            </param>
7525
            <param name="overrideSpecifiedNames">
7526
            A flag indicating whether explicitly specified property names should be processed,
7527
            e.g. a property name customized with a <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/>.
7528
            </param>
7529
        </member>
7530
        <member name="M:Newtonsoft.Json.Serialization.CamelCaseNamingStrategy.#ctor(System.Boolean,System.Boolean,System.Boolean)">
7531
            <summary>
7532
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.CamelCaseNamingStrategy"/> class.
7533
            </summary>
7534
            <param name="processDictionaryKeys">
7535
            A flag indicating whether dictionary keys should be processed.
7536
            </param>
7537
            <param name="overrideSpecifiedNames">
7538
            A flag indicating whether explicitly specified property names should be processed,
7539
            e.g. a property name customized with a <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/>.
7540
            </param>
7541
            <param name="processExtensionDataNames">
7542
            A flag indicating whether extension data names should be processed.
7543
            </param>
7544
        </member>
7545
        <member name="M:Newtonsoft.Json.Serialization.CamelCaseNamingStrategy.#ctor">
7546
            <summary>
7547
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.CamelCaseNamingStrategy"/> class.
7548
            </summary>
7549
        </member>
7550
        <member name="M:Newtonsoft.Json.Serialization.CamelCaseNamingStrategy.ResolvePropertyName(System.String)">
7551
            <summary>
7552
            Resolves the specified property name.
7553
            </summary>
7554
            <param name="name">The property name to resolve.</param>
7555
            <returns>The resolved property name.</returns>
7556
        </member>
7557
        <member name="T:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver">
7558
            <summary>
7559
            Resolves member mappings for a type, camel casing property names.
7560
            </summary>
7561
        </member>
7562
        <member name="M:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver.#ctor">
7563
            <summary>
7564
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver"/> class.
7565
            </summary>
7566
        </member>
7567
        <member name="M:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver.ResolveContract(System.Type)">
7568
            <summary>
7569
            Resolves the contract for a given type.
7570
            </summary>
7571
            <param name="type">The type to resolve a contract for.</param>
7572
            <returns>The contract for a given type.</returns>
7573
        </member>
7574
        <member name="T:Newtonsoft.Json.Serialization.DefaultContractResolver">
7575
            <summary>
7576
            Used by <see cref="T:Newtonsoft.Json.JsonSerializer"/> to resolve a <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/> for a given <see cref="T:System.Type"/>.
7577
            </summary>
7578
        </member>
7579
        <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.DynamicCodeGeneration">
7580
            <summary>
7581
            Gets a value indicating whether members are being get and set using dynamic code generation.
7582
            This value is determined by the runtime permissions available.
7583
            </summary>
7584
            <value>
7585
                    <c>true</c> if using dynamic code generation; otherwise, <c>false</c>.
7586
            </value>
7587
        </member>
7588
        <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.DefaultMembersSearchFlags">
7589
            <summary>
7590
            Gets or sets the default members search flags.
7591
            </summary>
7592
            <value>The default members search flags.</value>
7593
        </member>
7594
        <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.SerializeCompilerGeneratedMembers">
7595
            <summary>
7596
            Gets or sets a value indicating whether compiler generated members should be serialized.
7597
            </summary>
7598
            <value>
7599
                    <c>true</c> if serialized compiler generated members; otherwise, <c>false</c>.
7600
            </value>
7601
        </member>
7602
        <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.IgnoreSerializableInterface">
7603
            <summary>
7604
            Gets or sets a value indicating whether to ignore the <see cref="T:System.Runtime.Serialization.ISerializable"/> interface when serializing and deserializing types.
7605
            </summary>
7606
            <value>
7607
                    <c>true</c> if the <see cref="T:System.Runtime.Serialization.ISerializable"/> interface will be ignored when serializing and deserializing types; otherwise, <c>false</c>.
7608
            </value>
7609
        </member>
7610
        <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.IgnoreSerializableAttribute">
7611
            <summary>
7612
            Gets or sets a value indicating whether to ignore the <see cref="T:System.SerializableAttribute"/> attribute when serializing and deserializing types.
7613
            </summary>
7614
            <value>
7615
                    <c>true</c> if the <see cref="T:System.SerializableAttribute"/> attribute will be ignored when serializing and deserializing types; otherwise, <c>false</c>.
7616
            </value>
7617
        </member>
7618
        <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.NamingStrategy">
7619
            <summary>
7620
            Gets or sets the naming strategy used to resolve how property names and dictionary keys are serialized.
7621
            </summary>
7622
            <value>The naming strategy used to resolve how property names and dictionary keys are serialized.</value>
7623
        </member>
7624
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.#ctor">
7625
            <summary>
7626
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> class.
7627
            </summary>
7628
        </member>
7629
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContract(System.Type)">
7630
            <summary>
7631
            Resolves the contract for a given type.
7632
            </summary>
7633
            <param name="type">The type to resolve a contract for.</param>
7634
            <returns>The contract for a given type.</returns>
7635
        </member>
7636
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.GetSerializableMembers(System.Type)">
7637
            <summary>
7638
            Gets the serializable members for the type.
7639
            </summary>
7640
            <param name="objectType">The type to get serializable members for.</param>
7641
            <returns>The serializable members for the type.</returns>
7642
        </member>
7643
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateObjectContract(System.Type)">
7644
            <summary>
7645
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> for the given type.
7646
            </summary>
7647
            <param name="objectType">Type of the object.</param>
7648
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> for the given type.</returns>
7649
        </member>
7650
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateConstructorParameters(System.Reflection.ConstructorInfo,Newtonsoft.Json.Serialization.JsonPropertyCollection)">
7651
            <summary>
7652
            Creates the constructor parameters.
7653
            </summary>
7654
            <param name="constructor">The constructor to create properties for.</param>
7655
            <param name="memberProperties">The type's member properties.</param>
7656
            <returns>Properties for the given <see cref="T:System.Reflection.ConstructorInfo"/>.</returns>
7657
        </member>
7658
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreatePropertyFromConstructorParameter(Newtonsoft.Json.Serialization.JsonProperty,System.Reflection.ParameterInfo)">
7659
            <summary>
7660
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.ParameterInfo"/>.
7661
            </summary>
7662
            <param name="matchingMemberProperty">The matching member property.</param>
7663
            <param name="parameterInfo">The constructor parameter.</param>
7664
            <returns>A created <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.ParameterInfo"/>.</returns>
7665
        </member>
7666
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContractConverter(System.Type)">
7667
            <summary>
7668
            Resolves the default <see cref="T:Newtonsoft.Json.JsonConverter" /> for the contract.
7669
            </summary>
7670
            <param name="objectType">Type of the object.</param>
7671
            <returns>The contract's default <see cref="T:Newtonsoft.Json.JsonConverter" />.</returns>
7672
        </member>
7673
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateDictionaryContract(System.Type)">
7674
            <summary>
7675
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> for the given type.
7676
            </summary>
7677
            <param name="objectType">Type of the object.</param>
7678
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> for the given type.</returns>
7679
        </member>
7680
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateArrayContract(System.Type)">
7681
            <summary>
7682
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> for the given type.
7683
            </summary>
7684
            <param name="objectType">Type of the object.</param>
7685
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> for the given type.</returns>
7686
        </member>
7687
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreatePrimitiveContract(System.Type)">
7688
            <summary>
7689
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> for the given type.
7690
            </summary>
7691
            <param name="objectType">Type of the object.</param>
7692
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> for the given type.</returns>
7693
        </member>
7694
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateLinqContract(System.Type)">
7695
            <summary>
7696
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> for the given type.
7697
            </summary>
7698
            <param name="objectType">Type of the object.</param>
7699
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> for the given type.</returns>
7700
        </member>
7701
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateISerializableContract(System.Type)">
7702
            <summary>
7703
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonISerializableContract"/> for the given type.
7704
            </summary>
7705
            <param name="objectType">Type of the object.</param>
7706
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonISerializableContract"/> for the given type.</returns>
7707
        </member>
7708
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateDynamicContract(System.Type)">
7709
            <summary>
7710
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonDynamicContract"/> for the given type.
7711
            </summary>
7712
            <param name="objectType">Type of the object.</param>
7713
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonDynamicContract"/> for the given type.</returns>
7714
        </member>
7715
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateStringContract(System.Type)">
7716
            <summary>
7717
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> for the given type.
7718
            </summary>
7719
            <param name="objectType">Type of the object.</param>
7720
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> for the given type.</returns>
7721
        </member>
7722
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateContract(System.Type)">
7723
            <summary>
7724
            Determines which contract type is created for the given type.
7725
            </summary>
7726
            <param name="objectType">Type of the object.</param>
7727
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/> for the given type.</returns>
7728
        </member>
7729
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateProperties(System.Type,Newtonsoft.Json.MemberSerialization)">
7730
            <summary>
7731
            Creates properties for the given <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/>.
7732
            </summary>
7733
            <param name="type">The type to create properties for.</param>
7734
            /// <param name="memberSerialization">The member serialization mode for the type.</param>
7735
            <returns>Properties for the given <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/>.</returns>
7736
        </member>
7737
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateMemberValueProvider(System.Reflection.MemberInfo)">
7738
            <summary>
7739
            Creates the <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> used by the serializer to get and set values from a member.
7740
            </summary>
7741
            <param name="member">The member.</param>
7742
            <returns>The <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> used by the serializer to get and set values from a member.</returns>
7743
        </member>
7744
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateProperty(System.Reflection.MemberInfo,Newtonsoft.Json.MemberSerialization)">
7745
            <summary>
7746
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.MemberInfo"/>.
7747
            </summary>
7748
            <param name="memberSerialization">The member's parent <see cref="T:Newtonsoft.Json.MemberSerialization"/>.</param>
7749
            <param name="member">The member to create a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for.</param>
7750
            <returns>A created <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.MemberInfo"/>.</returns>
7751
        </member>
7752
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolvePropertyName(System.String)">
7753
            <summary>
7754
            Resolves the name of the property.
7755
            </summary>
7756
            <param name="propertyName">Name of the property.</param>
7757
            <returns>Resolved name of the property.</returns>
7758
        </member>
7759
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveExtensionDataName(System.String)">
7760
            <summary>
7761
            Resolves the name of the extension data. By default no changes are made to extension data names.
7762
            </summary>
7763
            <param name="extensionDataName">Name of the extension data.</param>
7764
            <returns>Resolved name of the extension data.</returns>
7765
        </member>
7766
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveDictionaryKey(System.String)">
7767
            <summary>
7768
            Resolves the key of the dictionary. By default <see cref="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolvePropertyName(System.String)"/> is used to resolve dictionary keys.
7769
            </summary>
7770
            <param name="dictionaryKey">Key of the dictionary.</param>
7771
            <returns>Resolved key of the dictionary.</returns>
7772
        </member>
7773
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.GetResolvedPropertyName(System.String)">
7774
            <summary>
7775
            Gets the resolved name of the property.
7776
            </summary>
7777
            <param name="propertyName">Name of the property.</param>
7778
            <returns>Name of the property.</returns>
7779
        </member>
7780
        <member name="T:Newtonsoft.Json.Serialization.DefaultNamingStrategy">
7781
            <summary>
7782
            The default naming strategy. Property names and dictionary keys are unchanged.
7783
            </summary>
7784
        </member>
7785
        <member name="M:Newtonsoft.Json.Serialization.DefaultNamingStrategy.ResolvePropertyName(System.String)">
7786
            <summary>
7787
            Resolves the specified property name.
7788
            </summary>
7789
            <param name="name">The property name to resolve.</param>
7790
            <returns>The resolved property name.</returns>
7791
        </member>
7792
        <member name="T:Newtonsoft.Json.Serialization.DefaultSerializationBinder">
7793
            <summary>
7794
            The default serialization binder used when resolving and loading classes from type names.
7795
            </summary>
7796
        </member>
7797
        <member name="M:Newtonsoft.Json.Serialization.DefaultSerializationBinder.#ctor">
7798
            <summary>
7799
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DefaultSerializationBinder"/> class.
7800
            </summary>
7801
        </member>
7802
        <member name="M:Newtonsoft.Json.Serialization.DefaultSerializationBinder.BindToType(System.String,System.String)">
7803
            <summary>
7804
            When overridden in a derived class, controls the binding of a serialized object to a type.
7805
            </summary>
7806
            <param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object.</param>
7807
            <param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object.</param>
7808
            <returns>
7809
            The type of the object the formatter creates a new instance of.
7810
            </returns>
7811
        </member>
7812
        <member name="M:Newtonsoft.Json.Serialization.DefaultSerializationBinder.BindToName(System.Type,System.String@,System.String@)">
7813
            <summary>
7814
            When overridden in a derived class, controls the binding of a serialized object to a type.
7815
            </summary>
7816
            <param name="serializedType">The type of the object the formatter creates a new instance of.</param>
7817
            <param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object.</param>
7818
            <param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object.</param>
7819
        </member>
7820
        <member name="T:Newtonsoft.Json.Serialization.DiagnosticsTraceWriter">
7821
            <summary>
7822
            Represents a trace writer that writes to the application's <see cref="T:System.Diagnostics.TraceListener"/> instances.
7823
            </summary>
7824
        </member>
7825
        <member name="P:Newtonsoft.Json.Serialization.DiagnosticsTraceWriter.LevelFilter">
7826
            <summary>
7827
            Gets the <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.
7828
            For example a filter level of <see cref="F:System.Diagnostics.TraceLevel.Info"/> will exclude <see cref="F:System.Diagnostics.TraceLevel.Verbose"/> messages and include <see cref="F:System.Diagnostics.TraceLevel.Info"/>,
7829
            <see cref="F:System.Diagnostics.TraceLevel.Warning"/> and <see cref="F:System.Diagnostics.TraceLevel.Error"/> messages.
7830
            </summary>
7831
            <value>
7832
            The <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.
7833
            </value>
7834
        </member>
7835
        <member name="M:Newtonsoft.Json.Serialization.DiagnosticsTraceWriter.Trace(System.Diagnostics.TraceLevel,System.String,System.Exception)">
7836
            <summary>
7837
            Writes the specified trace level, message and optional exception.
7838
            </summary>
7839
            <param name="level">The <see cref="T:System.Diagnostics.TraceLevel"/> at which to write this trace.</param>
7840
            <param name="message">The trace message.</param>
7841
            <param name="ex">The trace exception. This parameter is optional.</param>
7842
        </member>
7843
        <member name="T:Newtonsoft.Json.Serialization.DynamicValueProvider">
7844
            <summary>
7845
            Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using dynamic methods.
7846
            </summary>
7847
        </member>
7848
        <member name="M:Newtonsoft.Json.Serialization.DynamicValueProvider.#ctor(System.Reflection.MemberInfo)">
7849
            <summary>
7850
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DynamicValueProvider"/> class.
7851
            </summary>
7852
            <param name="memberInfo">The member info.</param>
7853
        </member>
7854
        <member name="M:Newtonsoft.Json.Serialization.DynamicValueProvider.SetValue(System.Object,System.Object)">
7855
            <summary>
7856
            Sets the value.
7857
            </summary>
7858
            <param name="target">The target to set the value on.</param>
7859
            <param name="value">The value to set on the target.</param>
7860
        </member>
7861
        <member name="M:Newtonsoft.Json.Serialization.DynamicValueProvider.GetValue(System.Object)">
7862
            <summary>
7863
            Gets the value.
7864
            </summary>
7865
            <param name="target">The target to get the value from.</param>
7866
            <returns>The value.</returns>
7867
        </member>
7868
        <member name="T:Newtonsoft.Json.Serialization.ErrorContext">
7869
            <summary>
7870
            Provides information surrounding an error.
7871
            </summary>
7872
        </member>
7873
        <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Error">
7874
            <summary>
7875
            Gets the error.
7876
            </summary>
7877
            <value>The error.</value>
7878
        </member>
7879
        <member name="P:Newtonsoft.Json.Serialization.ErrorContext.OriginalObject">
7880
            <summary>
7881
            Gets the original object that caused the error.
7882
            </summary>
7883
            <value>The original object that caused the error.</value>
7884
        </member>
7885
        <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Member">
7886
            <summary>
7887
            Gets the member that caused the error.
7888
            </summary>
7889
            <value>The member that caused the error.</value>
7890
        </member>
7891
        <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Path">
7892
            <summary>
7893
            Gets the path of the JSON location where the error occurred.
7894
            </summary>
7895
            <value>The path of the JSON location where the error occurred.</value>
7896
        </member>
7897
        <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Handled">
7898
            <summary>
7899
            Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.ErrorContext"/> is handled.
7900
            </summary>
7901
            <value><c>true</c> if handled; otherwise, <c>false</c>.</value>
7902
        </member>
7903
        <member name="T:Newtonsoft.Json.Serialization.ErrorEventArgs">
7904
            <summary>
7905
            Provides data for the Error event.
7906
            </summary>
7907
        </member>
7908
        <member name="P:Newtonsoft.Json.Serialization.ErrorEventArgs.CurrentObject">
7909
            <summary>
7910
            Gets the current object the error event is being raised against.
7911
            </summary>
7912
            <value>The current object the error event is being raised against.</value>
7913
        </member>
7914
        <member name="P:Newtonsoft.Json.Serialization.ErrorEventArgs.ErrorContext">
7915
            <summary>
7916
            Gets the error context.
7917
            </summary>
7918
            <value>The error context.</value>
7919
        </member>
7920
        <member name="M:Newtonsoft.Json.Serialization.ErrorEventArgs.#ctor(System.Object,Newtonsoft.Json.Serialization.ErrorContext)">
7921
            <summary>
7922
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ErrorEventArgs"/> class.
7923
            </summary>
7924
            <param name="currentObject">The current object.</param>
7925
            <param name="errorContext">The error context.</param>
7926
        </member>
7927
        <member name="T:Newtonsoft.Json.Serialization.ExpressionValueProvider">
7928
            <summary>
7929
            Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using dynamic methods.
7930
            </summary>
7931
        </member>
7932
        <member name="M:Newtonsoft.Json.Serialization.ExpressionValueProvider.#ctor(System.Reflection.MemberInfo)">
7933
            <summary>
7934
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ExpressionValueProvider"/> class.
7935
            </summary>
7936
            <param name="memberInfo">The member info.</param>
7937
        </member>
7938
        <member name="M:Newtonsoft.Json.Serialization.ExpressionValueProvider.SetValue(System.Object,System.Object)">
7939
            <summary>
7940
            Sets the value.
7941
            </summary>
7942
            <param name="target">The target to set the value on.</param>
7943
            <param name="value">The value to set on the target.</param>
7944
        </member>
7945
        <member name="M:Newtonsoft.Json.Serialization.ExpressionValueProvider.GetValue(System.Object)">
7946
            <summary>
7947
            Gets the value.
7948
            </summary>
7949
            <param name="target">The target to get the value from.</param>
7950
            <returns>The value.</returns>
7951
        </member>
7952
        <member name="T:Newtonsoft.Json.Serialization.IAttributeProvider">
7953
            <summary>
7954
            Provides methods to get attributes.
7955
            </summary>
7956
        </member>
7957
        <member name="M:Newtonsoft.Json.Serialization.IAttributeProvider.GetAttributes(System.Boolean)">
7958
            <summary>
7959
            Returns a collection of all of the attributes, or an empty collection if there are no attributes.
7960
            </summary>
7961
            <param name="inherit">When <c>true</c>, look up the hierarchy chain for the inherited custom attribute.</param>
7962
            <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns>
7963
        </member>
7964
        <member name="M:Newtonsoft.Json.Serialization.IAttributeProvider.GetAttributes(System.Type,System.Boolean)">
7965
            <summary>
7966
            Returns a collection of attributes, identified by type, or an empty collection if there are no attributes.
7967
            </summary>
7968
            <param name="attributeType">The type of the attributes.</param>
7969
            <param name="inherit">When <c>true</c>, look up the hierarchy chain for the inherited custom attribute.</param>
7970
            <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns>
7971
        </member>
7972
        <member name="T:Newtonsoft.Json.Serialization.IContractResolver">
7973
            <summary>
7974
            Used by <see cref="T:Newtonsoft.Json.JsonSerializer"/> to resolve a <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/> for a given <see cref="T:System.Type"/>.
7975
            </summary>
7976
            <example>
7977
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeContractResolverObject" title="IContractResolver Class" />
7978
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeContractResolverExample" title="IContractResolver Example" />
7979
            </example>
7980
        </member>
7981
        <member name="M:Newtonsoft.Json.Serialization.IContractResolver.ResolveContract(System.Type)">
7982
            <summary>
7983
            Resolves the contract for a given type.
7984
            </summary>
7985
            <param name="type">The type to resolve a contract for.</param>
7986
            <returns>The contract for a given type.</returns>
7987
        </member>
7988
        <member name="T:Newtonsoft.Json.Serialization.IReferenceResolver">
7989
            <summary>
7990
            Used to resolve references when serializing and deserializing JSON by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
7991
            </summary>
7992
        </member>
7993
        <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.ResolveReference(System.Object,System.String)">
7994
            <summary>
7995
            Resolves a reference to its object.
7996
            </summary>
7997
            <param name="context">The serialization context.</param>
7998
            <param name="reference">The reference to resolve.</param>
7999
            <returns>The object that was resolved from the reference.</returns>
8000
        </member>
8001
        <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.GetReference(System.Object,System.Object)">
8002
            <summary>
8003
            Gets the reference for the specified object.
8004
            </summary>
8005
            <param name="context">The serialization context.</param>
8006
            <param name="value">The object to get a reference for.</param>
8007
            <returns>The reference to the object.</returns>
8008
        </member>
8009
        <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.IsReferenced(System.Object,System.Object)">
8010
            <summary>
8011
            Determines whether the specified object is referenced.
8012
            </summary>
8013
            <param name="context">The serialization context.</param>
8014
            <param name="value">The object to test for a reference.</param>
8015
            <returns>
8016
                    <c>true</c> if the specified object is referenced; otherwise, <c>false</c>.
8017
            </returns>
8018
        </member>
8019
        <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.AddReference(System.Object,System.String,System.Object)">
8020
            <summary>
8021
            Adds a reference to the specified object.
8022
            </summary>
8023
            <param name="context">The serialization context.</param>
8024
            <param name="reference">The reference.</param>
8025
            <param name="value">The object to reference.</param>
8026
        </member>
8027
        <member name="T:Newtonsoft.Json.Serialization.ISerializationBinder">
8028
            <summary>
8029
            Allows users to control class loading and mandate what class to load.
8030
            </summary>
8031
        </member>
8032
        <member name="M:Newtonsoft.Json.Serialization.ISerializationBinder.BindToType(System.String,System.String)">
8033
            <summary>
8034
            When implemented, controls the binding of a serialized object to a type.
8035
            </summary>
8036
            <param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object.</param>
8037
            <param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object</param>
8038
            <returns>The type of the object the formatter creates a new instance of.</returns>
8039
        </member>
8040
        <member name="M:Newtonsoft.Json.Serialization.ISerializationBinder.BindToName(System.Type,System.String@,System.String@)">
8041
            <summary>
8042
            When implemented, controls the binding of a serialized object to a type.
8043
            </summary>
8044
            <param name="serializedType">The type of the object the formatter creates a new instance of.</param>
8045
            <param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object.</param>
8046
            <param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object.</param>
8047
        </member>
8048
        <member name="T:Newtonsoft.Json.Serialization.ITraceWriter">
8049
            <summary>
8050
            Represents a trace writer.
8051
            </summary>
8052
        </member>
8053
        <member name="P:Newtonsoft.Json.Serialization.ITraceWriter.LevelFilter">
8054
            <summary>
8055
            Gets the <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.
8056
            For example a filter level of <see cref="F:System.Diagnostics.TraceLevel.Info"/> will exclude <see cref="F:System.Diagnostics.TraceLevel.Verbose"/> messages and include <see cref="F:System.Diagnostics.TraceLevel.Info"/>,
8057
            <see cref="F:System.Diagnostics.TraceLevel.Warning"/> and <see cref="F:System.Diagnostics.TraceLevel.Error"/> messages.
8058
            </summary>
8059
            <value>The <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.</value>
8060
        </member>
8061
        <member name="M:Newtonsoft.Json.Serialization.ITraceWriter.Trace(System.Diagnostics.TraceLevel,System.String,System.Exception)">
8062
            <summary>
8063
            Writes the specified trace level, message and optional exception.
8064
            </summary>
8065
            <param name="level">The <see cref="T:System.Diagnostics.TraceLevel"/> at which to write this trace.</param>
8066
            <param name="message">The trace message.</param>
8067
            <param name="ex">The trace exception. This parameter is optional.</param>
8068
        </member>
8069
        <member name="T:Newtonsoft.Json.Serialization.IValueProvider">
8070
            <summary>
8071
            Provides methods to get and set values.
8072
            </summary>
8073
        </member>
8074
        <member name="M:Newtonsoft.Json.Serialization.IValueProvider.SetValue(System.Object,System.Object)">
8075
            <summary>
8076
            Sets the value.
8077
            </summary>
8078
            <param name="target">The target to set the value on.</param>
8079
            <param name="value">The value to set on the target.</param>
8080
        </member>
8081
        <member name="M:Newtonsoft.Json.Serialization.IValueProvider.GetValue(System.Object)">
8082
            <summary>
8083
            Gets the value.
8084
            </summary>
8085
            <param name="target">The target to get the value from.</param>
8086
            <returns>The value.</returns>
8087
        </member>
8088
        <member name="T:Newtonsoft.Json.Serialization.JsonArrayContract">
8089
            <summary>
8090
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8091
            </summary>
8092
        </member>
8093
        <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.CollectionItemType">
8094
            <summary>
8095
            Gets the <see cref="T:System.Type"/> of the collection items.
8096
            </summary>
8097
            <value>The <see cref="T:System.Type"/> of the collection items.</value>
8098
        </member>
8099
        <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.IsMultidimensionalArray">
8100
            <summary>
8101
            Gets a value indicating whether the collection type is a multidimensional array.
8102
            </summary>
8103
            <value><c>true</c> if the collection type is a multidimensional array; otherwise, <c>false</c>.</value>
8104
        </member>
8105
        <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.OverrideCreator">
8106
            <summary>
8107
            Gets or sets the function used to create the object. When set this function will override <see cref="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator"/>.
8108
            </summary>
8109
            <value>The function used to create the object.</value>
8110
        </member>
8111
        <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.HasParameterizedCreator">
8112
            <summary>
8113
            Gets a value indicating whether the creator has a parameter with the collection values.
8114
            </summary>
8115
            <value><c>true</c> if the creator has a parameter with the collection values; otherwise, <c>false</c>.</value>
8116
        </member>
8117
        <member name="M:Newtonsoft.Json.Serialization.JsonArrayContract.#ctor(System.Type)">
8118
            <summary>
8119
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> class.
8120
            </summary>
8121
            <param name="underlyingType">The underlying type for the contract.</param>
8122
        </member>
8123
        <member name="T:Newtonsoft.Json.Serialization.JsonContainerContract">
8124
            <summary>
8125
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8126
            </summary>
8127
        </member>
8128
        <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemConverter">
8129
            <summary>
8130
            Gets or sets the default collection items <see cref="T:Newtonsoft.Json.JsonConverter" />.
8131
            </summary>
8132
            <value>The converter.</value>
8133
        </member>
8134
        <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemIsReference">
8135
            <summary>
8136
            Gets or sets a value indicating whether the collection items preserve object references.
8137
            </summary>
8138
            <value><c>true</c> if collection items preserve object references; otherwise, <c>false</c>.</value>
8139
        </member>
8140
        <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemReferenceLoopHandling">
8141
            <summary>
8142
            Gets or sets the collection item reference loop handling.
8143
            </summary>
8144
            <value>The reference loop handling.</value>
8145
        </member>
8146
        <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemTypeNameHandling">
8147
            <summary>
8148
            Gets or sets the collection item type name handling.
8149
            </summary>
8150
            <value>The type name handling.</value>
8151
        </member>
8152
        <member name="M:Newtonsoft.Json.Serialization.JsonContainerContract.#ctor(System.Type)">
8153
            <summary>
8154
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonContainerContract"/> class.
8155
            </summary>
8156
            <param name="underlyingType">The underlying type for the contract.</param>
8157
        </member>
8158
        <member name="T:Newtonsoft.Json.Serialization.SerializationCallback">
8159
            <summary>
8160
            Handles <see cref="T:Newtonsoft.Json.JsonSerializer"/> serialization callback events.
8161
            </summary>
8162
            <param name="o">The object that raised the callback event.</param>
8163
            <param name="context">The streaming context.</param>
8164
        </member>
8165
        <member name="T:Newtonsoft.Json.Serialization.SerializationErrorCallback">
8166
            <summary>
8167
            Handles <see cref="T:Newtonsoft.Json.JsonSerializer"/> serialization error callback events.
8168
            </summary>
8169
            <param name="o">The object that raised the callback event.</param>
8170
            <param name="context">The streaming context.</param>
8171
            <param name="errorContext">The error context.</param>
8172
        </member>
8173
        <member name="T:Newtonsoft.Json.Serialization.ExtensionDataSetter">
8174
            <summary>
8175
            Sets extension data for an object during deserialization.
8176
            </summary>
8177
            <param name="o">The object to set extension data on.</param>
8178
            <param name="key">The extension data key.</param>
8179
            <param name="value">The extension data value.</param>
8180
        </member>
8181
        <member name="T:Newtonsoft.Json.Serialization.ExtensionDataGetter">
8182
            <summary>
8183
            Gets extension data for an object during serialization.
8184
            </summary>
8185
            <param name="o">The object to set extension data on.</param>
8186
        </member>
8187
        <member name="T:Newtonsoft.Json.Serialization.JsonContract">
8188
            <summary>
8189
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8190
            </summary>
8191
        </member>
8192
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.UnderlyingType">
8193
            <summary>
8194
            Gets the underlying type for the contract.
8195
            </summary>
8196
            <value>The underlying type for the contract.</value>
8197
        </member>
8198
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.CreatedType">
8199
            <summary>
8200
            Gets or sets the type created during deserialization.
8201
            </summary>
8202
            <value>The type created during deserialization.</value>
8203
        </member>
8204
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.IsReference">
8205
            <summary>
8206
            Gets or sets whether this type contract is serialized as a reference.
8207
            </summary>
8208
            <value>Whether this type contract is serialized as a reference.</value>
8209
        </member>
8210
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.Converter">
8211
            <summary>
8212
            Gets or sets the default <see cref="T:Newtonsoft.Json.JsonConverter" /> for this contract.
8213
            </summary>
8214
            <value>The converter.</value>
8215
        </member>
8216
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserializedCallbacks">
8217
            <summary>
8218
            Gets or sets all methods called immediately after deserialization of the object.
8219
            </summary>
8220
            <value>The methods called immediately after deserialization of the object.</value>
8221
        </member>
8222
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserializingCallbacks">
8223
            <summary>
8224
            Gets or sets all methods called during deserialization of the object.
8225
            </summary>
8226
            <value>The methods called during deserialization of the object.</value>
8227
        </member>
8228
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerializedCallbacks">
8229
            <summary>
8230
            Gets or sets all methods called after serialization of the object graph.
8231
            </summary>
8232
            <value>The methods called after serialization of the object graph.</value>
8233
        </member>
8234
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerializingCallbacks">
8235
            <summary>
8236
            Gets or sets all methods called before serialization of the object.
8237
            </summary>
8238
            <value>The methods called before serialization of the object.</value>
8239
        </member>
8240
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnErrorCallbacks">
8241
            <summary>
8242
            Gets or sets all method called when an error is thrown during the serialization of the object.
8243
            </summary>
8244
            <value>The methods called when an error is thrown during the serialization of the object.</value>
8245
        </member>
8246
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator">
8247
            <summary>
8248
            Gets or sets the default creator method used to create the object.
8249
            </summary>
8250
            <value>The default creator method used to create the object.</value>
8251
        </member>
8252
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreatorNonPublic">
8253
            <summary>
8254
            Gets or sets a value indicating whether the default creator is non-public.
8255
            </summary>
8256
            <value><c>true</c> if the default object creator is non-public; otherwise, <c>false</c>.</value>
8257
        </member>
8258
        <member name="T:Newtonsoft.Json.Serialization.JsonDictionaryContract">
8259
            <summary>
8260
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8261
            </summary>
8262
        </member>
8263
        <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.DictionaryKeyResolver">
8264
            <summary>
8265
            Gets or sets the dictionary key resolver.
8266
            </summary>
8267
            <value>The dictionary key resolver.</value>
8268
        </member>
8269
        <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.DictionaryKeyType">
8270
            <summary>
8271
            Gets the <see cref="T:System.Type"/> of the dictionary keys.
8272
            </summary>
8273
            <value>The <see cref="T:System.Type"/> of the dictionary keys.</value>
8274
        </member>
8275
        <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.DictionaryValueType">
8276
            <summary>
8277
            Gets the <see cref="T:System.Type"/> of the dictionary values.
8278
            </summary>
8279
            <value>The <see cref="T:System.Type"/> of the dictionary values.</value>
8280
        </member>
8281
        <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.OverrideCreator">
8282
            <summary>
8283
            Gets or sets the function used to create the object. When set this function will override <see cref="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator"/>.
8284
            </summary>
8285
            <value>The function used to create the object.</value>
8286
        </member>
8287
        <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.HasParameterizedCreator">
8288
            <summary>
8289
            Gets a value indicating whether the creator has a parameter with the dictionary values.
8290
            </summary>
8291
            <value><c>true</c> if the creator has a parameter with the dictionary values; otherwise, <c>false</c>.</value>
8292
        </member>
8293
        <member name="M:Newtonsoft.Json.Serialization.JsonDictionaryContract.#ctor(System.Type)">
8294
            <summary>
8295
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> class.
8296
            </summary>
8297
            <param name="underlyingType">The underlying type for the contract.</param>
8298
        </member>
8299
        <member name="T:Newtonsoft.Json.Serialization.JsonDynamicContract">
8300
            <summary>
8301
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8302
            </summary>
8303
        </member>
8304
        <member name="P:Newtonsoft.Json.Serialization.JsonDynamicContract.Properties">
8305
            <summary>
8306
            Gets the object's properties.
8307
            </summary>
8308
            <value>The object's properties.</value>
8309
        </member>
8310
        <member name="P:Newtonsoft.Json.Serialization.JsonDynamicContract.PropertyNameResolver">
8311
            <summary>
8312
            Gets or sets the property name resolver.
8313
            </summary>
8314
            <value>The property name resolver.</value>
8315
        </member>
8316
        <member name="M:Newtonsoft.Json.Serialization.JsonDynamicContract.#ctor(System.Type)">
8317
            <summary>
8318
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonDynamicContract"/> class.
8319
            </summary>
8320
            <param name="underlyingType">The underlying type for the contract.</param>
8321
        </member>
8322
        <member name="T:Newtonsoft.Json.Serialization.JsonISerializableContract">
8323
            <summary>
8324
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8325
            </summary>
8326
        </member>
8327
        <member name="P:Newtonsoft.Json.Serialization.JsonISerializableContract.ISerializableCreator">
8328
            <summary>
8329
            Gets or sets the <see cref="T:System.Runtime.Serialization.ISerializable"/> object constructor.
8330
            </summary>
8331
            <value>The <see cref="T:System.Runtime.Serialization.ISerializable"/> object constructor.</value>
8332
        </member>
8333
        <member name="M:Newtonsoft.Json.Serialization.JsonISerializableContract.#ctor(System.Type)">
8334
            <summary>
8335
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonISerializableContract"/> class.
8336
            </summary>
8337
            <param name="underlyingType">The underlying type for the contract.</param>
8338
        </member>
8339
        <member name="T:Newtonsoft.Json.Serialization.JsonLinqContract">
8340
            <summary>
8341
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8342
            </summary>
8343
        </member>
8344
        <member name="M:Newtonsoft.Json.Serialization.JsonLinqContract.#ctor(System.Type)">
8345
            <summary>
8346
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> class.
8347
            </summary>
8348
            <param name="underlyingType">The underlying type for the contract.</param>
8349
        </member>
8350
        <member name="T:Newtonsoft.Json.Serialization.JsonObjectContract">
8351
            <summary>
8352
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8353
            </summary>
8354
        </member>
8355
        <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.MemberSerialization">
8356
            <summary>
8357
            Gets or sets the object member serialization.
8358
            </summary>
8359
            <value>The member object serialization.</value>
8360
        </member>
8361
        <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ItemRequired">
8362
            <summary>
8363
            Gets or sets a value that indicates whether the object's properties are required.
8364
            </summary>
8365
            <value>
8366
                    A value indicating whether the object's properties are required.
8367
            </value>
8368
        </member>
8369
        <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.Properties">
8370
            <summary>
8371
            Gets the object's properties.
8372
            </summary>
8373
            <value>The object's properties.</value>
8374
        </member>
8375
        <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.CreatorParameters">
8376
            <summary>
8377
            Gets a collection of <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> instances that define the parameters used with <see cref="P:Newtonsoft.Json.Serialization.JsonObjectContract.OverrideCreator"/>.
8378
            </summary>
8379
        </member>
8380
        <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.OverrideCreator">
8381
            <summary>
8382
            Gets or sets the function used to create the object. When set this function will override <see cref="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator"/>.
8383
            This function is called with a collection of arguments which are defined by the <see cref="P:Newtonsoft.Json.Serialization.JsonObjectContract.CreatorParameters"/> collection.
8384
            </summary>
8385
            <value>The function used to create the object.</value>
8386
        </member>
8387
        <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ExtensionDataSetter">
8388
            <summary>
8389
            Gets or sets the extension data setter.
8390
            </summary>
8391
        </member>
8392
        <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ExtensionDataGetter">
8393
            <summary>
8394
            Gets or sets the extension data getter.
8395
            </summary>
8396
        </member>
8397
        <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ExtensionDataValueType">
8398
            <summary>
8399
            Gets or sets the extension data value type.
8400
            </summary>
8401
        </member>
8402
        <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ExtensionDataNameResolver">
8403
            <summary>
8404
            Gets or sets the extension data name resolver.
8405
            </summary>
8406
            <value>The extension data name resolver.</value>
8407
        </member>
8408
        <member name="M:Newtonsoft.Json.Serialization.JsonObjectContract.#ctor(System.Type)">
8409
            <summary>
8410
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> class.
8411
            </summary>
8412
            <param name="underlyingType">The underlying type for the contract.</param>
8413
        </member>
8414
        <member name="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract">
8415
            <summary>
8416
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8417
            </summary>
8418
        </member>
8419
        <member name="M:Newtonsoft.Json.Serialization.JsonPrimitiveContract.#ctor(System.Type)">
8420
            <summary>
8421
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> class.
8422
            </summary>
8423
            <param name="underlyingType">The underlying type for the contract.</param>
8424
        </member>
8425
        <member name="T:Newtonsoft.Json.Serialization.JsonProperty">
8426
            <summary>
8427
            Maps a JSON property to a .NET member or constructor parameter.
8428
            </summary>
8429
        </member>
8430
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.PropertyName">
8431
            <summary>
8432
            Gets or sets the name of the property.
8433
            </summary>
8434
            <value>The name of the property.</value>
8435
        </member>
8436
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DeclaringType">
8437
            <summary>
8438
            Gets or sets the type that declared this property.
8439
            </summary>
8440
            <value>The type that declared this property.</value>
8441
        </member>
8442
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Order">
8443
            <summary>
8444
            Gets or sets the order of serialization of a member.
8445
            </summary>
8446
            <value>The numeric order of serialization.</value>
8447
        </member>
8448
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.UnderlyingName">
8449
            <summary>
8450
            Gets or sets the name of the underlying member or parameter.
8451
            </summary>
8452
            <value>The name of the underlying member or parameter.</value>
8453
        </member>
8454
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ValueProvider">
8455
            <summary>
8456
            Gets the <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> that will get and set the <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> during serialization.
8457
            </summary>
8458
            <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>
8459
        </member>
8460
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.AttributeProvider">
8461
            <summary>
8462
            Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IAttributeProvider"/> for this property.
8463
            </summary>
8464
            <value>The <see cref="T:Newtonsoft.Json.Serialization.IAttributeProvider"/> for this property.</value>
8465
        </member>
8466
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.PropertyType">
8467
            <summary>
8468
            Gets or sets the type of the property.
8469
            </summary>
8470
            <value>The type of the property.</value>
8471
        </member>
8472
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Converter">
8473
            <summary>
8474
            Gets or sets the <see cref="T:Newtonsoft.Json.JsonConverter" /> for the property.
8475
            If set this converter takes precedence over the contract converter for the property type.
8476
            </summary>
8477
            <value>The converter.</value>
8478
        </member>
8479
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.MemberConverter">
8480
            <summary>
8481
            Gets or sets the member converter.
8482
            </summary>
8483
            <value>The member converter.</value>
8484
        </member>
8485
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Ignored">
8486
            <summary>
8487
            Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is ignored.
8488
            </summary>
8489
            <value><c>true</c> if ignored; otherwise, <c>false</c>.</value>
8490
        </member>
8491
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Readable">
8492
            <summary>
8493
            Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is readable.
8494
            </summary>
8495
            <value><c>true</c> if readable; otherwise, <c>false</c>.</value>
8496
        </member>
8497
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Writable">
8498
            <summary>
8499
            Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is writable.
8500
            </summary>
8501
            <value><c>true</c> if writable; otherwise, <c>false</c>.</value>
8502
        </member>
8503
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.HasMemberAttribute">
8504
            <summary>
8505
            Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> has a member attribute.
8506
            </summary>
8507
            <value><c>true</c> if has a member attribute; otherwise, <c>false</c>.</value>
8508
        </member>
8509
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DefaultValue">
8510
            <summary>
8511
            Gets the default value.
8512
            </summary>
8513
            <value>The default value.</value>
8514
        </member>
8515
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Required">
8516
            <summary>
8517
            Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is required.
8518
            </summary>
8519
            <value>A value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is required.</value>
8520
        </member>
8521
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.IsReference">
8522
            <summary>
8523
            Gets or sets a value indicating whether this property preserves object references.
8524
            </summary>
8525
            <value>
8526
                    <c>true</c> if this instance is reference; otherwise, <c>false</c>.
8527
            </value>
8528
        </member>
8529
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.NullValueHandling">
8530
            <summary>
8531
            Gets or sets the property null value handling.
8532
            </summary>
8533
            <value>The null value handling.</value>
8534
        </member>
8535
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DefaultValueHandling">
8536
            <summary>
8537
            Gets or sets the property default value handling.
8538
            </summary>
8539
            <value>The default value handling.</value>
8540
        </member>
8541
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ReferenceLoopHandling">
8542
            <summary>
8543
            Gets or sets the property reference loop handling.
8544
            </summary>
8545
            <value>The reference loop handling.</value>
8546
        </member>
8547
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ObjectCreationHandling">
8548
            <summary>
8549
            Gets or sets the property object creation handling.
8550
            </summary>
8551
            <value>The object creation handling.</value>
8552
        </member>
8553
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.TypeNameHandling">
8554
            <summary>
8555
            Gets or sets or sets the type name handling.
8556
            </summary>
8557
            <value>The type name handling.</value>
8558
        </member>
8559
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ShouldSerialize">
8560
            <summary>
8561
            Gets or sets a predicate used to determine whether the property should be serialized.
8562
            </summary>
8563
            <value>A predicate used to determine whether the property should be serialized.</value>
8564
        </member>
8565
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ShouldDeserialize">
8566
            <summary>
8567
            Gets or sets a predicate used to determine whether the property should be deserialized.
8568
            </summary>
8569
            <value>A predicate used to determine whether the property should be deserialized.</value>
8570
        </member>
8571
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.GetIsSpecified">
8572
            <summary>
8573
            Gets or sets a predicate used to determine whether the property should be serialized.
8574
            </summary>
8575
            <value>A predicate used to determine whether the property should be serialized.</value>
8576
        </member>
8577
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.SetIsSpecified">
8578
            <summary>
8579
            Gets or sets an action used to set whether the property has been deserialized.
8580
            </summary>
8581
            <value>An action used to set whether the property has been deserialized.</value>
8582
        </member>
8583
        <member name="M:Newtonsoft.Json.Serialization.JsonProperty.ToString">
8584
            <summary>
8585
            Returns a <see cref="T:System.String"/> that represents this instance.
8586
            </summary>
8587
            <returns>
8588
            A <see cref="T:System.String"/> that represents this instance.
8589
            </returns>
8590
        </member>
8591
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemConverter">
8592
            <summary>
8593
            Gets or sets the converter used when serializing the property's collection items.
8594
            </summary>
8595
            <value>The collection's items converter.</value>
8596
        </member>
8597
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemIsReference">
8598
            <summary>
8599
            Gets or sets whether this property's collection items are serialized as a reference.
8600
            </summary>
8601
            <value>Whether this property's collection items are serialized as a reference.</value>
8602
        </member>
8603
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemTypeNameHandling">
8604
            <summary>
8605
            Gets or sets the type name handling used when serializing the property's collection items.
8606
            </summary>
8607
            <value>The collection's items type name handling.</value>
8608
        </member>
8609
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemReferenceLoopHandling">
8610
            <summary>
8611
            Gets or sets the reference loop handling used when serializing the property's collection items.
8612
            </summary>
8613
            <value>The collection's items reference loop handling.</value>
8614
        </member>
8615
        <member name="T:Newtonsoft.Json.Serialization.JsonPropertyCollection">
8616
            <summary>
8617
            A collection of <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> objects.
8618
            </summary>
8619
        </member>
8620
        <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.#ctor(System.Type)">
8621
            <summary>
8622
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonPropertyCollection"/> class.
8623
            </summary>
8624
            <param name="type">The type.</param>
8625
        </member>
8626
        <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetKeyForItem(Newtonsoft.Json.Serialization.JsonProperty)">
8627
            <summary>
8628
            When implemented in a derived class, extracts the key from the specified element.
8629
            </summary>
8630
            <param name="item">The element from which to extract the key.</param>
8631
            <returns>The key for the specified element.</returns>
8632
        </member>
8633
        <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.AddProperty(Newtonsoft.Json.Serialization.JsonProperty)">
8634
            <summary>
8635
            Adds a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> object.
8636
            </summary>
8637
            <param name="property">The property to add to the collection.</param>
8638
        </member>
8639
        <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetClosestMatchProperty(System.String)">
8640
            <summary>
8641
            Gets the closest matching <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> object.
8642
            First attempts to get an exact case match of <paramref name="propertyName"/> and then
8643
            a case insensitive match.
8644
            </summary>
8645
            <param name="propertyName">Name of the property.</param>
8646
            <returns>A matching property if found.</returns>
8647
        </member>
8648
        <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetProperty(System.String,System.StringComparison)">
8649
            <summary>
8650
            Gets a property by property name.
8651
            </summary>
8652
            <param name="propertyName">The name of the property to get.</param>
8653
            <param name="comparisonType">Type property name string comparison.</param>
8654
            <returns>A matching property if found.</returns>
8655
        </member>
8656
        <member name="T:Newtonsoft.Json.Serialization.JsonStringContract">
8657
            <summary>
8658
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8659
            </summary>
8660
        </member>
8661
        <member name="M:Newtonsoft.Json.Serialization.JsonStringContract.#ctor(System.Type)">
8662
            <summary>
8663
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> class.
8664
            </summary>
8665
            <param name="underlyingType">The underlying type for the contract.</param>
8666
        </member>
8667
        <member name="M:Newtonsoft.Json.Serialization.JsonTypeReflector.CreateJsonConverterInstance(System.Type,System.Object[])">
8668
            <summary>
8669
            Lookup and create an instance of the <see cref="T:Newtonsoft.Json.JsonConverter"/> type described by the argument.
8670
            </summary>
8671
            <param name="converterType">The <see cref="T:Newtonsoft.Json.JsonConverter"/> type to create.</param>
8672
            <param name="converterArgs">Optional arguments to pass to an initializing constructor of the JsonConverter.
8673
            If <c>null</c>, the default constructor is used.</param>
8674
        </member>
8675
        <member name="T:Newtonsoft.Json.Serialization.MemoryTraceWriter">
8676
            <summary>
8677
            Represents a trace writer that writes to memory. When the trace message limit is
8678
            reached then old trace messages will be removed as new messages are added.
8679
            </summary>
8680
        </member>
8681
        <member name="P:Newtonsoft.Json.Serialization.MemoryTraceWriter.LevelFilter">
8682
            <summary>
8683
            Gets the <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.
8684
            For example a filter level of <see cref="F:System.Diagnostics.TraceLevel.Info"/> will exclude <see cref="F:System.Diagnostics.TraceLevel.Verbose"/> messages and include <see cref="F:System.Diagnostics.TraceLevel.Info"/>,
8685
            <see cref="F:System.Diagnostics.TraceLevel.Warning"/> and <see cref="F:System.Diagnostics.TraceLevel.Error"/> messages.
8686
            </summary>
8687
            <value>
8688
            The <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.
8689
            </value>
8690
        </member>
8691
        <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.#ctor">
8692
            <summary>
8693
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.MemoryTraceWriter"/> class.
8694
            </summary>
8695
        </member>
8696
        <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.Trace(System.Diagnostics.TraceLevel,System.String,System.Exception)">
8697
            <summary>
8698
            Writes the specified trace level, message and optional exception.
8699
            </summary>
8700
            <param name="level">The <see cref="T:System.Diagnostics.TraceLevel"/> at which to write this trace.</param>
8701
            <param name="message">The trace message.</param>
8702
            <param name="ex">The trace exception. This parameter is optional.</param>
8703
        </member>
8704
        <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.GetTraceMessages">
8705
            <summary>
8706
            Returns an enumeration of the most recent trace messages.
8707
            </summary>
8708
            <returns>An enumeration of the most recent trace messages.</returns>
8709
        </member>
8710
        <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.ToString">
8711
            <summary>
8712
            Returns a <see cref="T:System.String"/> of the most recent trace messages.
8713
            </summary>
8714
            <returns>
8715
            A <see cref="T:System.String"/> of the most recent trace messages.
8716
            </returns>
8717
        </member>
8718
        <member name="T:Newtonsoft.Json.Serialization.NamingStrategy">
8719
            <summary>
8720
            A base class for resolving how property names and dictionary keys are serialized.
8721
            </summary>
8722
        </member>
8723
        <member name="P:Newtonsoft.Json.Serialization.NamingStrategy.ProcessDictionaryKeys">
8724
            <summary>
8725
            A flag indicating whether dictionary keys should be processed.
8726
            Defaults to <c>false</c>.
8727
            </summary>
8728
        </member>
8729
        <member name="P:Newtonsoft.Json.Serialization.NamingStrategy.ProcessExtensionDataNames">
8730
            <summary>
8731
            A flag indicating whether extension data names should be processed.
8732
            Defaults to <c>false</c>.
8733
            </summary>
8734
        </member>
8735
        <member name="P:Newtonsoft.Json.Serialization.NamingStrategy.OverrideSpecifiedNames">
8736
            <summary>
8737
            A flag indicating whether explicitly specified property names,
8738
            e.g. a property name customized with a <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/>, should be processed.
8739
            Defaults to <c>false</c>.
8740
            </summary>
8741
        </member>
8742
        <member name="M:Newtonsoft.Json.Serialization.NamingStrategy.GetPropertyName(System.String,System.Boolean)">
8743
            <summary>
8744
            Gets the serialized name for a given property name.
8745
            </summary>
8746
            <param name="name">The initial property name.</param>
8747
            <param name="hasSpecifiedName">A flag indicating whether the property has had a name explicitly specified.</param>
8748
            <returns>The serialized property name.</returns>
8749
        </member>
8750
        <member name="M:Newtonsoft.Json.Serialization.NamingStrategy.GetExtensionDataName(System.String)">
8751
            <summary>
8752
            Gets the serialized name for a given extension data name.
8753
            </summary>
8754
            <param name="name">The initial extension data name.</param>
8755
            <returns>The serialized extension data name.</returns>
8756
        </member>
8757
        <member name="M:Newtonsoft.Json.Serialization.NamingStrategy.GetDictionaryKey(System.String)">
8758
            <summary>
8759
            Gets the serialized key for a given dictionary key.
8760
            </summary>
8761
            <param name="key">The initial dictionary key.</param>
8762
            <returns>The serialized dictionary key.</returns>
8763
        </member>
8764
        <member name="M:Newtonsoft.Json.Serialization.NamingStrategy.ResolvePropertyName(System.String)">
8765
            <summary>
8766
            Resolves the specified property name.
8767
            </summary>
8768
            <param name="name">The property name to resolve.</param>
8769
            <returns>The resolved property name.</returns>
8770
        </member>
8771
        <member name="T:Newtonsoft.Json.Serialization.ObjectConstructor`1">
8772
            <summary>
8773
            Represents a method that constructs an object.
8774
            </summary>
8775
            <typeparam name="T">The object type to create.</typeparam>
8776
        </member>
8777
        <member name="T:Newtonsoft.Json.Serialization.OnErrorAttribute">
8778
            <summary>
8779
            When applied to a method, specifies that the method is called when an error occurs serializing an object.
8780
            </summary>
8781
        </member>
8782
        <member name="T:Newtonsoft.Json.Serialization.ReflectionAttributeProvider">
8783
            <summary>
8784
            Provides methods to get attributes from a <see cref="T:System.Type"/>, <see cref="T:System.Reflection.MemberInfo"/>, <see cref="T:System.Reflection.ParameterInfo"/> or <see cref="T:System.Reflection.Assembly"/>.
8785
            </summary>
8786
        </member>
8787
        <member name="M:Newtonsoft.Json.Serialization.ReflectionAttributeProvider.#ctor(System.Object)">
8788
            <summary>
8789
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ReflectionAttributeProvider"/> class.
8790
            </summary>
8791
            <param name="attributeProvider">The instance to get attributes for. This parameter should be a <see cref="T:System.Type"/>, <see cref="T:System.Reflection.MemberInfo"/>, <see cref="T:System.Reflection.ParameterInfo"/> or <see cref="T:System.Reflection.Assembly"/>.</param>
8792
        </member>
8793
        <member name="M:Newtonsoft.Json.Serialization.ReflectionAttributeProvider.GetAttributes(System.Boolean)">
8794
            <summary>
8795
            Returns a collection of all of the attributes, or an empty collection if there are no attributes.
8796
            </summary>
8797
            <param name="inherit">When <c>true</c>, look up the hierarchy chain for the inherited custom attribute.</param>
8798
            <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns>
8799
        </member>
8800
        <member name="M:Newtonsoft.Json.Serialization.ReflectionAttributeProvider.GetAttributes(System.Type,System.Boolean)">
8801
            <summary>
8802
            Returns a collection of attributes, identified by type, or an empty collection if there are no attributes.
8803
            </summary>
8804
            <param name="attributeType">The type of the attributes.</param>
8805
            <param name="inherit">When <c>true</c>, look up the hierarchy chain for the inherited custom attribute.</param>
8806
            <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns>
8807
        </member>
8808
        <member name="T:Newtonsoft.Json.Serialization.ReflectionValueProvider">
8809
            <summary>
8810
            Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using reflection.
8811
            </summary>
8812
        </member>
8813
        <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.#ctor(System.Reflection.MemberInfo)">
8814
            <summary>
8815
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ReflectionValueProvider"/> class.
8816
            </summary>
8817
            <param name="memberInfo">The member info.</param>
8818
        </member>
8819
        <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.SetValue(System.Object,System.Object)">
8820
            <summary>
8821
            Sets the value.
8822
            </summary>
8823
            <param name="target">The target to set the value on.</param>
8824
            <param name="value">The value to set on the target.</param>
8825
        </member>
8826
        <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.GetValue(System.Object)">
8827
            <summary>
8828
            Gets the value.
8829
            </summary>
8830
            <param name="target">The target to get the value from.</param>
8831
            <returns>The value.</returns>
8832
        </member>
8833
        <member name="T:Newtonsoft.Json.Serialization.SnakeCaseNamingStrategy">
8834
            <summary>
8835
            A snake case naming strategy.
8836
            </summary>
8837
        </member>
8838
        <member name="M:Newtonsoft.Json.Serialization.SnakeCaseNamingStrategy.#ctor(System.Boolean,System.Boolean)">
8839
            <summary>
8840
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.SnakeCaseNamingStrategy"/> class.
8841
            </summary>
8842
            <param name="processDictionaryKeys">
8843
            A flag indicating whether dictionary keys should be processed.
8844
            </param>
8845
            <param name="overrideSpecifiedNames">
8846
            A flag indicating whether explicitly specified property names should be processed,
8847
            e.g. a property name customized with a <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/>.
8848
            </param>
8849
        </member>
8850
        <member name="M:Newtonsoft.Json.Serialization.SnakeCaseNamingStrategy.#ctor(System.Boolean,System.Boolean,System.Boolean)">
8851
            <summary>
8852
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.SnakeCaseNamingStrategy"/> class.
8853
            </summary>
8854
            <param name="processDictionaryKeys">
8855
            A flag indicating whether dictionary keys should be processed.
8856
            </param>
8857
            <param name="overrideSpecifiedNames">
8858
            A flag indicating whether explicitly specified property names should be processed,
8859
            e.g. a property name customized with a <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/>.
8860
            </param>
8861
            <param name="processExtensionDataNames">
8862
            A flag indicating whether extension data names should be processed.
8863
            </param>
8864
        </member>
8865
        <member name="M:Newtonsoft.Json.Serialization.SnakeCaseNamingStrategy.#ctor">
8866
            <summary>
8867
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.SnakeCaseNamingStrategy"/> class.
8868
            </summary>
8869
        </member>
8870
        <member name="M:Newtonsoft.Json.Serialization.SnakeCaseNamingStrategy.ResolvePropertyName(System.String)">
8871
            <summary>
8872
            Resolves the specified property name.
8873
            </summary>
8874
            <param name="name">The property name to resolve.</param>
8875
            <returns>The resolved property name.</returns>
8876
        </member>
8877
        <member name="T:Newtonsoft.Json.StringEscapeHandling">
8878
            <summary>
8879
            Specifies how strings are escaped when writing JSON text.
8880
            </summary>
8881
        </member>
8882
        <member name="F:Newtonsoft.Json.StringEscapeHandling.Default">
8883
            <summary>
8884
            Only control characters (e.g. newline) are escaped.
8885
            </summary>
8886
        </member>
8887
        <member name="F:Newtonsoft.Json.StringEscapeHandling.EscapeNonAscii">
8888
            <summary>
8889
            All non-ASCII and control characters (e.g. newline) are escaped.
8890
            </summary>
8891
        </member>
8892
        <member name="F:Newtonsoft.Json.StringEscapeHandling.EscapeHtml">
8893
            <summary>
8894
            HTML (&lt;, &gt;, &amp;, &apos;, &quot;) and control characters (e.g. newline) are escaped.
8895
            </summary>
8896
        </member>
8897
        <member name="T:Newtonsoft.Json.TypeNameAssemblyFormatHandling">
8898
            <summary>
8899
            Indicates the method that will be used during deserialization for locating and loading assemblies.
8900
            </summary>
8901
        </member>
8902
        <member name="F:Newtonsoft.Json.TypeNameAssemblyFormatHandling.Simple">
8903
            <summary>
8904
            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 <c>LoadWithPartialName</c> method of the <see cref="T:System.Reflection.Assembly"/> class is used to load the assembly.
8905
            </summary>
8906
        </member>
8907
        <member name="F:Newtonsoft.Json.TypeNameAssemblyFormatHandling.Full">
8908
            <summary>
8909
            In full mode, the assembly used during deserialization must match exactly the assembly used during serialization. The <c>Load</c> method of the <see cref="T:System.Reflection.Assembly"/> class is used to load the assembly.
8910
            </summary>
8911
        </member>
8912
        <member name="T:Newtonsoft.Json.TypeNameHandling">
8913
            <summary>
8914
            Specifies type name handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
8915
            </summary>
8916
            <remarks>
8917
            <see cref="P:Newtonsoft.Json.JsonSerializer.TypeNameHandling"/> should be used with caution when your application deserializes JSON from an external source.
8918
            Incoming types should be validated with a custom <see cref="P:Newtonsoft.Json.JsonSerializer.SerializationBinder"/>
8919
            when deserializing with a value other than <see cref="F:Newtonsoft.Json.TypeNameHandling.None"/>.
8920
            </remarks>
8921
        </member>
8922
        <member name="F:Newtonsoft.Json.TypeNameHandling.None">
8923
            <summary>
8924
            Do not include the .NET type name when serializing types.
8925
            </summary>
8926
        </member>
8927
        <member name="F:Newtonsoft.Json.TypeNameHandling.Objects">
8928
            <summary>
8929
            Include the .NET type name when serializing into a JSON object structure.
8930
            </summary>
8931
        </member>
8932
        <member name="F:Newtonsoft.Json.TypeNameHandling.Arrays">
8933
            <summary>
8934
            Include the .NET type name when serializing into a JSON array structure.
8935
            </summary>
8936
        </member>
8937
        <member name="F:Newtonsoft.Json.TypeNameHandling.All">
8938
            <summary>
8939
            Always include the .NET type name when serializing.
8940
            </summary>
8941
        </member>
8942
        <member name="F:Newtonsoft.Json.TypeNameHandling.Auto">
8943
            <summary>
8944
            Include the .NET type name when the type of the object being serialized is not the same as its declared type.
8945
            Note that this doesn't include the root serialized object by default. To include the root object's type name in JSON
8946
            you must specify a root type object with <see cref="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,System.Type,Newtonsoft.Json.JsonSerializerSettings)"/>
8947
            or <see cref="M:Newtonsoft.Json.JsonSerializer.Serialize(Newtonsoft.Json.JsonWriter,System.Object,System.Type)"/>.
8948
            </summary>
8949
        </member>
8950
        <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.IsNullOrEmpty``1(System.Collections.Generic.ICollection{``0})">
8951
            <summary>
8952
            Determines whether the collection is <c>null</c> or empty.
8953
            </summary>
8954
            <param name="collection">The collection.</param>
8955
            <returns>
8956
                    <c>true</c> if the collection is <c>null</c> or empty; otherwise, <c>false</c>.
8957
            </returns>
8958
        </member>
8959
        <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.AddRange``1(System.Collections.Generic.IList{``0},System.Collections.Generic.IEnumerable{``0})">
8960
            <summary>
8961
            Adds the elements of the specified collection to the specified generic <see cref="T:System.Collections.Generic.IList`1"/>.
8962
            </summary>
8963
            <param name="initial">The list to add to.</param>
8964
            <param name="collection">The collection of elements to add.</param>
8965
        </member>
8966
        <member name="M:Newtonsoft.Json.Utilities.ConvertUtils.ConvertOrCast(System.Object,System.Globalization.CultureInfo,System.Type)">
8967
            <summary>
8968
            Converts the value to the specified type. If the value is unable to be converted, the
8969
            value is checked whether it assignable to the specified type.
8970
            </summary>
8971
            <param name="initialValue">The value to convert.</param>
8972
            <param name="culture">The culture to use when converting.</param>
8973
            <param name="targetType">The type to convert or cast the value to.</param>
8974
            <returns>
8975
            The converted type. If conversion was unsuccessful, the initial value
8976
            is returned if assignable to the target type.
8977
            </returns>
8978
        </member>
8979
        <member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.CallMethodWithResult(System.String,System.Dynamic.DynamicMetaObjectBinder,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression},Newtonsoft.Json.Utilities.DynamicProxyMetaObject{`0}.Fallback,Newtonsoft.Json.Utilities.DynamicProxyMetaObject{`0}.Fallback)">
8980
            <summary>
8981
            Helper method for generating a MetaObject which calls a
8982
            specific method on Dynamic that returns a result
8983
            </summary>
8984
        </member>
8985
        <member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.CallMethodReturnLast(System.String,System.Dynamic.DynamicMetaObjectBinder,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression},Newtonsoft.Json.Utilities.DynamicProxyMetaObject{`0}.Fallback)">
8986
            <summary>
8987
            Helper method for generating a MetaObject which calls a
8988
            specific method on Dynamic, but uses one of the arguments for
8989
            the result.
8990
            </summary>
8991
        </member>
8992
        <member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.CallMethodNoResult(System.String,System.Dynamic.DynamicMetaObjectBinder,System.Linq.Expressions.Expression[],Newtonsoft.Json.Utilities.DynamicProxyMetaObject{`0}.Fallback)">
8993
            <summary>
8994
            Helper method for generating a MetaObject which calls a
8995
            specific method on Dynamic, but uses one of the arguments for
8996
            the result.
8997
            </summary>
8998
        </member>
8999
        <member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.GetRestrictions">
9000
            <summary>
9001
            Returns a Restrictions object which includes our current restrictions merged
9002
            with a restriction limiting our type
9003
            </summary>
9004
        </member>
9005
        <member name="M:Newtonsoft.Json.Utilities.EnumUtils.GetNamesAndValues``1">
9006
            <summary>
9007
            Gets a dictionary of the names and values of an <see cref="T:System.Enum"/> type.
9008
            </summary>
9009
            <returns></returns>
9010
        </member>
9011
        <member name="M:Newtonsoft.Json.Utilities.EnumUtils.GetNamesAndValues``1(System.Type)">
9012
            <summary>
9013
            Gets a dictionary of the names and values of an Enum type.
9014
            </summary>
9015
            <param name="enumType">The enum type to get names and values for.</param>
9016
            <returns></returns>
9017
        </member>
9018
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetCollectionItemType(System.Type)">
9019
            <summary>
9020
            Gets the type of the typed collection's items.
9021
            </summary>
9022
            <param name="type">The type.</param>
9023
            <returns>The type of the typed collection's items.</returns>
9024
        </member>
9025
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetMemberUnderlyingType(System.Reflection.MemberInfo)">
9026
            <summary>
9027
            Gets the member's underlying type.
9028
            </summary>
9029
            <param name="member">The member.</param>
9030
            <returns>The underlying type of the member.</returns>
9031
        </member>
9032
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.IsIndexedProperty(System.Reflection.MemberInfo)">
9033
            <summary>
9034
            Determines whether the member is an indexed property.
9035
            </summary>
9036
            <param name="member">The member.</param>
9037
            <returns>
9038
                    <c>true</c> if the member is an indexed property; otherwise, <c>false</c>.
9039
            </returns>
9040
        </member>
9041
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.IsIndexedProperty(System.Reflection.PropertyInfo)">
9042
            <summary>
9043
            Determines whether the property is an indexed property.
9044
            </summary>
9045
            <param name="property">The property.</param>
9046
            <returns>
9047
                    <c>true</c> if the property is an indexed property; otherwise, <c>false</c>.
9048
            </returns>
9049
        </member>
9050
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetMemberValue(System.Reflection.MemberInfo,System.Object)">
9051
            <summary>
9052
            Gets the member's value on the object.
9053
            </summary>
9054
            <param name="member">The member.</param>
9055
            <param name="target">The target object.</param>
9056
            <returns>The member's value on the object.</returns>
9057
        </member>
9058
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.SetMemberValue(System.Reflection.MemberInfo,System.Object,System.Object)">
9059
            <summary>
9060
            Sets the member's value on the target object.
9061
            </summary>
9062
            <param name="member">The member.</param>
9063
            <param name="target">The target.</param>
9064
            <param name="value">The value.</param>
9065
        </member>
9066
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.CanReadMemberValue(System.Reflection.MemberInfo,System.Boolean)">
9067
            <summary>
9068
            Determines whether the specified MemberInfo can be read.
9069
            </summary>
9070
            <param name="member">The MemberInfo to determine whether can be read.</param>
9071
            /// <param name="nonPublic">if set to <c>true</c> then allow the member to be gotten non-publicly.</param>
9072
            <returns>
9073
                    <c>true</c> if the specified MemberInfo can be read; otherwise, <c>false</c>.
9074
            </returns>
9075
        </member>
9076
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.CanSetMemberValue(System.Reflection.MemberInfo,System.Boolean,System.Boolean)">
9077
            <summary>
9078
            Determines whether the specified MemberInfo can be set.
9079
            </summary>
9080
            <param name="member">The MemberInfo to determine whether can be set.</param>
9081
            <param name="nonPublic">if set to <c>true</c> then allow the member to be set non-publicly.</param>
9082
            <param name="canSetReadOnly">if set to <c>true</c> then allow the member to be set if read-only.</param>
9083
            <returns>
9084
                    <c>true</c> if the specified MemberInfo can be set; otherwise, <c>false</c>.
9085
            </returns>
9086
        </member>
9087
        <member name="T:Newtonsoft.Json.Utilities.StringBuffer">
9088
            <summary>
9089
            Builds a string. Unlike <see cref="T:System.Text.StringBuilder"/> this class lets you reuse its internal buffer.
9090
            </summary>
9091
        </member>
9092
        <member name="M:Newtonsoft.Json.Utilities.StringUtils.IsWhiteSpace(System.String)">
9093
            <summary>
9094
            Determines whether the string is all white space. Empty string will return <c>false</c>.
9095
            </summary>
9096
            <param name="s">The string to test whether it is all white space.</param>
9097
            <returns>
9098
                    <c>true</c> if the string is all white space; otherwise, <c>false</c>.
9099
            </returns>
9100
        </member>
9101
        <member name="T:Newtonsoft.Json.WriteState">
9102
            <summary>
9103
            Specifies the state of the <see cref="T:Newtonsoft.Json.JsonWriter"/>.
9104
            </summary>
9105
        </member>
9106
        <member name="F:Newtonsoft.Json.WriteState.Error">
9107
            <summary>
9108
            An exception has been thrown, which has left the <see cref="T:Newtonsoft.Json.JsonWriter"/> in an invalid state.
9109
            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.
9110
            Any other <see cref="T:Newtonsoft.Json.JsonWriter"/> method calls result in an <see cref="T:System.InvalidOperationException"/> being thrown.
9111
            </summary>
9112
        </member>
9113
        <member name="F:Newtonsoft.Json.WriteState.Closed">
9114
            <summary>
9115
            The <see cref="M:Newtonsoft.Json.JsonWriter.Close"/> method has been called.
9116
            </summary>
9117
        </member>
9118
        <member name="F:Newtonsoft.Json.WriteState.Object">
9119
            <summary>
9120
            An object is being written. 
9121
            </summary>
9122
        </member>
9123
        <member name="F:Newtonsoft.Json.WriteState.Array">
9124
            <summary>
9125
            An array is being written.
9126
            </summary>
9127
        </member>
9128
        <member name="F:Newtonsoft.Json.WriteState.Constructor">
9129
            <summary>
9130
            A constructor is being written.
9131
            </summary>
9132
        </member>
9133
        <member name="F:Newtonsoft.Json.WriteState.Property">
9134
            <summary>
9135
            A property is being written.
9136
            </summary>
9137
        </member>
9138
        <member name="F:Newtonsoft.Json.WriteState.Start">
9139
            <summary>
9140
            A <see cref="T:Newtonsoft.Json.JsonWriter"/> write method has not been called.
9141
            </summary>
9142
        </member>
9143
    </members>
9144
</doc>
클립보드 이미지 추가 (최대 크기: 500 MB)