comparison Stocks/packages/Newtonsoft.Json.4.0.8/lib/sl3-wp/Newtonsoft.Json.xml @ 0:e5d46bb6cdb0

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