Statistics
| Branch: | Revision:

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

History | View | Annotate | Download (374.1 kB)

1 7e39367d pkanavos
<?xml version="1.0"?>
2 7e39367d pkanavos
<doc>
3 7e39367d pkanavos
    <assembly>
4 7e39367d pkanavos
        <name>Newtonsoft.Json</name>
5 7e39367d pkanavos
    </assembly>
6 7e39367d pkanavos
    <members>
7 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Bson.BsonObjectId">
8 7e39367d pkanavos
            <summary>
9 7e39367d pkanavos
            Represents a BSON Oid (object id).
10 7e39367d pkanavos
            </summary>
11 7e39367d pkanavos
        </member>
12 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonObjectId.#ctor(System.Byte[])">
13 7e39367d pkanavos
            <summary>
14 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonObjectId"/> class.
15 7e39367d pkanavos
            </summary>
16 7e39367d pkanavos
            <param name="value">The Oid value.</param>
17 7e39367d pkanavos
        </member>
18 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Bson.BsonObjectId.Value">
19 7e39367d pkanavos
            <summary>
20 7e39367d pkanavos
            Gets or sets the value of the Oid.
21 7e39367d pkanavos
            </summary>
22 7e39367d pkanavos
            <value>The value of the Oid.</value>
23 7e39367d pkanavos
        </member>
24 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Bson.BsonReader">
25 7e39367d pkanavos
            <summary>
26 7e39367d pkanavos
            Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
27 7e39367d pkanavos
            </summary>
28 7e39367d pkanavos
        </member>
29 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.JsonReader">
30 7e39367d pkanavos
            <summary>
31 7e39367d pkanavos
            Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
32 7e39367d pkanavos
            </summary>
33 7e39367d pkanavos
        </member>
34 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonReader.#ctor">
35 7e39367d pkanavos
            <summary>
36 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReader"/> class with the specified <see cref="T:System.IO.TextReader"/>.
37 7e39367d pkanavos
            </summary>
38 7e39367d pkanavos
        </member>
39 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonReader.Read">
40 7e39367d pkanavos
            <summary>
41 7e39367d pkanavos
            Reads the next JSON token from the stream.
42 7e39367d pkanavos
            </summary>
43 7e39367d pkanavos
            <returns>true if the next token was read successfully; false if there are no more tokens to read.</returns>
44 7e39367d pkanavos
        </member>
45 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonReader.ReadAsInt32">
46 7e39367d pkanavos
            <summary>
47 7e39367d pkanavos
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
48 7e39367d pkanavos
            </summary>
49 7e39367d pkanavos
            <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
50 7e39367d pkanavos
        </member>
51 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonReader.ReadAsString">
52 7e39367d pkanavos
            <summary>
53 7e39367d pkanavos
            Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
54 7e39367d pkanavos
            </summary>
55 7e39367d pkanavos
            <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
56 7e39367d pkanavos
        </member>
57 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonReader.ReadAsBytes">
58 7e39367d pkanavos
            <summary>
59 7e39367d pkanavos
            Reads the next JSON token from the stream as a <see cref="T:Byte[]"/>.
60 7e39367d pkanavos
            </summary>
61 7e39367d pkanavos
            <returns>A <see cref="T:Byte[]"/> or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.</returns>
62 7e39367d pkanavos
        </member>
63 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonReader.ReadAsDecimal">
64 7e39367d pkanavos
            <summary>
65 7e39367d pkanavos
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
66 7e39367d pkanavos
            </summary>
67 7e39367d pkanavos
            <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
68 7e39367d pkanavos
        </member>
69 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonReader.ReadAsDateTime">
70 7e39367d pkanavos
            <summary>
71 7e39367d pkanavos
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
72 7e39367d pkanavos
            </summary>
73 7e39367d pkanavos
            <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
74 7e39367d pkanavos
        </member>
75 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonReader.ReadAsDateTimeOffset">
76 7e39367d pkanavos
            <summary>
77 7e39367d pkanavos
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
78 7e39367d pkanavos
            </summary>
79 7e39367d pkanavos
            <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
80 7e39367d pkanavos
        </member>
81 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonReader.Skip">
82 7e39367d pkanavos
            <summary>
83 7e39367d pkanavos
            Skips the children of the current token.
84 7e39367d pkanavos
            </summary>
85 7e39367d pkanavos
        </member>
86 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonReader.SetToken(Newtonsoft.Json.JsonToken)">
87 7e39367d pkanavos
            <summary>
88 7e39367d pkanavos
            Sets the current token.
89 7e39367d pkanavos
            </summary>
90 7e39367d pkanavos
            <param name="newToken">The new token.</param>
91 7e39367d pkanavos
        </member>
92 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonReader.SetToken(Newtonsoft.Json.JsonToken,System.Object)">
93 7e39367d pkanavos
            <summary>
94 7e39367d pkanavos
            Sets the current token and value.
95 7e39367d pkanavos
            </summary>
96 7e39367d pkanavos
            <param name="newToken">The new token.</param>
97 7e39367d pkanavos
            <param name="value">The value.</param>
98 7e39367d pkanavos
        </member>
99 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonReader.SetStateBasedOnCurrent">
100 7e39367d pkanavos
            <summary>
101 7e39367d pkanavos
            Sets the state based on current token type.
102 7e39367d pkanavos
            </summary>
103 7e39367d pkanavos
        </member>
104 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonReader.System#IDisposable#Dispose">
105 7e39367d pkanavos
            <summary>
106 7e39367d pkanavos
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
107 7e39367d pkanavos
            </summary>
108 7e39367d pkanavos
        </member>
109 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonReader.Dispose(System.Boolean)">
110 7e39367d pkanavos
            <summary>
111 7e39367d pkanavos
            Releases unmanaged and - optionally - managed resources
112 7e39367d pkanavos
            </summary>
113 7e39367d pkanavos
            <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
114 7e39367d pkanavos
        </member>
115 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonReader.Close">
116 7e39367d pkanavos
            <summary>
117 7e39367d pkanavos
            Changes the <see cref="T:Newtonsoft.Json.JsonReader.State"/> to Closed. 
118 7e39367d pkanavos
            </summary>
119 7e39367d pkanavos
        </member>
120 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonReader.CurrentState">
121 7e39367d pkanavos
            <summary>
122 7e39367d pkanavos
            Gets the current reader state.
123 7e39367d pkanavos
            </summary>
124 7e39367d pkanavos
            <value>The current reader state.</value>
125 7e39367d pkanavos
        </member>
126 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonReader.CloseInput">
127 7e39367d pkanavos
            <summary>
128 7e39367d pkanavos
            Gets or sets a value indicating whether the underlying stream or
129 7e39367d pkanavos
            <see cref="T:System.IO.TextReader"/> should be closed when the reader is closed.
130 7e39367d pkanavos
            </summary>
131 7e39367d pkanavos
            <value>
132 7e39367d pkanavos
            true to close the underlying stream or <see cref="T:System.IO.TextReader"/> when
133 7e39367d pkanavos
            the reader is closed; otherwise false. The default is true.
134 7e39367d pkanavos
            </value>
135 7e39367d pkanavos
        </member>
136 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonReader.QuoteChar">
137 7e39367d pkanavos
            <summary>
138 7e39367d pkanavos
            Gets the quotation mark character used to enclose the value of a string.
139 7e39367d pkanavos
            </summary>
140 7e39367d pkanavos
        </member>
141 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonReader.DateTimeZoneHandling">
142 7e39367d pkanavos
            <summary>
143 7e39367d pkanavos
            Get or set how <see cref="T:System.DateTime"/> time zones are handling when reading JSON.
144 7e39367d pkanavos
            </summary>
145 7e39367d pkanavos
        </member>
146 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonReader.DateParseHandling">
147 7e39367d pkanavos
            <summary>
148 7e39367d pkanavos
            Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
149 7e39367d pkanavos
            </summary>
150 7e39367d pkanavos
        </member>
151 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonReader.MaxDepth">
152 7e39367d pkanavos
            <summary>
153 7e39367d pkanavos
            Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>.
154 7e39367d pkanavos
            </summary>
155 7e39367d pkanavos
        </member>
156 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonReader.TokenType">
157 7e39367d pkanavos
            <summary>
158 7e39367d pkanavos
            Gets the type of the current JSON token. 
159 7e39367d pkanavos
            </summary>
160 7e39367d pkanavos
        </member>
161 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonReader.Value">
162 7e39367d pkanavos
            <summary>
163 7e39367d pkanavos
            Gets the text value of the current JSON token.
164 7e39367d pkanavos
            </summary>
165 7e39367d pkanavos
        </member>
166 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonReader.ValueType">
167 7e39367d pkanavos
            <summary>
168 7e39367d pkanavos
            Gets The Common Language Runtime (CLR) type for the current JSON token.
169 7e39367d pkanavos
            </summary>
170 7e39367d pkanavos
        </member>
171 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonReader.Depth">
172 7e39367d pkanavos
            <summary>
173 7e39367d pkanavos
            Gets the depth of the current token in the JSON document.
174 7e39367d pkanavos
            </summary>
175 7e39367d pkanavos
            <value>The depth of the current token in the JSON document.</value>
176 7e39367d pkanavos
        </member>
177 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonReader.Path">
178 7e39367d pkanavos
            <summary>
179 7e39367d pkanavos
            Gets the path of the current JSON token. 
180 7e39367d pkanavos
            </summary>
181 7e39367d pkanavos
        </member>
182 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonReader.Culture">
183 7e39367d pkanavos
            <summary>
184 7e39367d pkanavos
            Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.
185 7e39367d pkanavos
            </summary>
186 7e39367d pkanavos
        </member>
187 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.JsonReader.State">
188 7e39367d pkanavos
            <summary>
189 7e39367d pkanavos
            Specifies the state of the reader.
190 7e39367d pkanavos
            </summary>
191 7e39367d pkanavos
        </member>
192 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.JsonReader.State.Start">
193 7e39367d pkanavos
            <summary>
194 7e39367d pkanavos
            The Read method has not been called.
195 7e39367d pkanavos
            </summary>
196 7e39367d pkanavos
        </member>
197 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.JsonReader.State.Complete">
198 7e39367d pkanavos
            <summary>
199 7e39367d pkanavos
            The end of the file has been reached successfully.
200 7e39367d pkanavos
            </summary>
201 7e39367d pkanavos
        </member>
202 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.JsonReader.State.Property">
203 7e39367d pkanavos
            <summary>
204 7e39367d pkanavos
            Reader is at a property.
205 7e39367d pkanavos
            </summary>
206 7e39367d pkanavos
        </member>
207 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.JsonReader.State.ObjectStart">
208 7e39367d pkanavos
            <summary>
209 7e39367d pkanavos
            Reader is at the start of an object.
210 7e39367d pkanavos
            </summary>
211 7e39367d pkanavos
        </member>
212 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.JsonReader.State.Object">
213 7e39367d pkanavos
            <summary>
214 7e39367d pkanavos
            Reader is in an object.
215 7e39367d pkanavos
            </summary>
216 7e39367d pkanavos
        </member>
217 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.JsonReader.State.ArrayStart">
218 7e39367d pkanavos
            <summary>
219 7e39367d pkanavos
            Reader is at the start of an array.
220 7e39367d pkanavos
            </summary>
221 7e39367d pkanavos
        </member>
222 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.JsonReader.State.Array">
223 7e39367d pkanavos
            <summary>
224 7e39367d pkanavos
            Reader is in an array.
225 7e39367d pkanavos
            </summary>
226 7e39367d pkanavos
        </member>
227 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.JsonReader.State.Closed">
228 7e39367d pkanavos
            <summary>
229 7e39367d pkanavos
            The Close method has been called.
230 7e39367d pkanavos
            </summary>
231 7e39367d pkanavos
        </member>
232 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.JsonReader.State.PostValue">
233 7e39367d pkanavos
            <summary>
234 7e39367d pkanavos
            Reader has just read a value.
235 7e39367d pkanavos
            </summary>
236 7e39367d pkanavos
        </member>
237 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.JsonReader.State.ConstructorStart">
238 7e39367d pkanavos
            <summary>
239 7e39367d pkanavos
            Reader is at the start of a constructor.
240 7e39367d pkanavos
            </summary>
241 7e39367d pkanavos
        </member>
242 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.JsonReader.State.Constructor">
243 7e39367d pkanavos
            <summary>
244 7e39367d pkanavos
            Reader in a constructor.
245 7e39367d pkanavos
            </summary>
246 7e39367d pkanavos
        </member>
247 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.JsonReader.State.Error">
248 7e39367d pkanavos
            <summary>
249 7e39367d pkanavos
            An error occurred that prevents the read operation from continuing.
250 7e39367d pkanavos
            </summary>
251 7e39367d pkanavos
        </member>
252 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.JsonReader.State.Finished">
253 7e39367d pkanavos
            <summary>
254 7e39367d pkanavos
            The end of the file has been reached successfully.
255 7e39367d pkanavos
            </summary>
256 7e39367d pkanavos
        </member>
257 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.Stream)">
258 7e39367d pkanavos
            <summary>
259 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.
260 7e39367d pkanavos
            </summary>
261 7e39367d pkanavos
            <param name="stream">The stream.</param>
262 7e39367d pkanavos
        </member>
263 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.BinaryReader)">
264 7e39367d pkanavos
            <summary>
265 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.
266 7e39367d pkanavos
            </summary>
267 7e39367d pkanavos
            <param name="reader">The reader.</param>
268 7e39367d pkanavos
        </member>
269 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.Stream,System.Boolean,System.DateTimeKind)">
270 7e39367d pkanavos
            <summary>
271 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.
272 7e39367d pkanavos
            </summary>
273 7e39367d pkanavos
            <param name="stream">The stream.</param>
274 7e39367d pkanavos
            <param name="readRootValueAsArray">if set to <c>true</c> the root object will be read as a JSON array.</param>
275 7e39367d pkanavos
            <param name="dateTimeKindHandling">The <see cref="T:System.DateTimeKind"/> used when reading <see cref="T:System.DateTime"/> values from BSON.</param>
276 7e39367d pkanavos
        </member>
277 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.BinaryReader,System.Boolean,System.DateTimeKind)">
278 7e39367d pkanavos
            <summary>
279 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.
280 7e39367d pkanavos
            </summary>
281 7e39367d pkanavos
            <param name="reader">The reader.</param>
282 7e39367d pkanavos
            <param name="readRootValueAsArray">if set to <c>true</c> the root object will be read as a JSON array.</param>
283 7e39367d pkanavos
            <param name="dateTimeKindHandling">The <see cref="T:System.DateTimeKind"/> used when reading <see cref="T:System.DateTime"/> values from BSON.</param>
284 7e39367d pkanavos
        </member>
285 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsBytes">
286 7e39367d pkanavos
            <summary>
287 7e39367d pkanavos
            Reads the next JSON token from the stream as a <see cref="T:Byte[]"/>.
288 7e39367d pkanavos
            </summary>
289 7e39367d pkanavos
            <returns>
290 7e39367d pkanavos
            A <see cref="T:Byte[]"/> or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.
291 7e39367d pkanavos
            </returns>
292 7e39367d pkanavos
        </member>
293 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDecimal">
294 7e39367d pkanavos
            <summary>
295 7e39367d pkanavos
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
296 7e39367d pkanavos
            </summary>
297 7e39367d pkanavos
            <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
298 7e39367d pkanavos
        </member>
299 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsInt32">
300 7e39367d pkanavos
            <summary>
301 7e39367d pkanavos
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
302 7e39367d pkanavos
            </summary>
303 7e39367d pkanavos
            <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
304 7e39367d pkanavos
        </member>
305 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsString">
306 7e39367d pkanavos
            <summary>
307 7e39367d pkanavos
            Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
308 7e39367d pkanavos
            </summary>
309 7e39367d pkanavos
            <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
310 7e39367d pkanavos
        </member>
311 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDateTime">
312 7e39367d pkanavos
            <summary>
313 7e39367d pkanavos
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
314 7e39367d pkanavos
            </summary>
315 7e39367d pkanavos
            <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
316 7e39367d pkanavos
        </member>
317 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDateTimeOffset">
318 7e39367d pkanavos
            <summary>
319 7e39367d pkanavos
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
320 7e39367d pkanavos
            </summary>
321 7e39367d pkanavos
            <returns>
322 7e39367d pkanavos
            A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.
323 7e39367d pkanavos
            </returns>
324 7e39367d pkanavos
        </member>
325 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonReader.Read">
326 7e39367d pkanavos
            <summary>
327 7e39367d pkanavos
            Reads the next JSON token from the stream.
328 7e39367d pkanavos
            </summary>
329 7e39367d pkanavos
            <returns>
330 7e39367d pkanavos
            true if the next token was read successfully; false if there are no more tokens to read.
331 7e39367d pkanavos
            </returns>
332 7e39367d pkanavos
        </member>
333 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonReader.Close">
334 7e39367d pkanavos
            <summary>
335 7e39367d pkanavos
            Changes the <see cref="T:Newtonsoft.Json.JsonReader.State"/> to Closed.
336 7e39367d pkanavos
            </summary>
337 7e39367d pkanavos
        </member>
338 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Bson.BsonReader.JsonNet35BinaryCompatibility">
339 7e39367d pkanavos
            <summary>
340 7e39367d pkanavos
            Gets or sets a value indicating whether binary data reading should compatible with incorrect Json.NET 3.5 written binary.
341 7e39367d pkanavos
            </summary>
342 7e39367d pkanavos
            <value>
343 7e39367d pkanavos
                    <c>true</c> if binary data reading will be compatible with incorrect Json.NET 3.5 written binary; otherwise, <c>false</c>.
344 7e39367d pkanavos
            </value>
345 7e39367d pkanavos
        </member>
346 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Bson.BsonReader.ReadRootValueAsArray">
347 7e39367d pkanavos
            <summary>
348 7e39367d pkanavos
            Gets or sets a value indicating whether the root object will be read as a JSON array.
349 7e39367d pkanavos
            </summary>
350 7e39367d pkanavos
            <value>
351 7e39367d pkanavos
                    <c>true</c> if the root object will be read as a JSON array; otherwise, <c>false</c>.
352 7e39367d pkanavos
            </value>
353 7e39367d pkanavos
        </member>
354 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Bson.BsonReader.DateTimeKindHandling">
355 7e39367d pkanavos
            <summary>
356 7e39367d pkanavos
            Gets or sets the <see cref="T:System.DateTimeKind"/> used when reading <see cref="T:System.DateTime"/> values from BSON.
357 7e39367d pkanavos
            </summary>
358 7e39367d pkanavos
            <value>The <see cref="T:System.DateTimeKind"/> used when reading <see cref="T:System.DateTime"/> values from BSON.</value>
359 7e39367d pkanavos
        </member>
360 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Bson.BsonWriter">
361 7e39367d pkanavos
            <summary>
362 7e39367d pkanavos
            Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
363 7e39367d pkanavos
            </summary>
364 7e39367d pkanavos
        </member>
365 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.JsonWriter">
366 7e39367d pkanavos
            <summary>
367 7e39367d pkanavos
            Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
368 7e39367d pkanavos
            </summary>
369 7e39367d pkanavos
        </member>
370 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.#ctor">
371 7e39367d pkanavos
            <summary>
372 7e39367d pkanavos
            Creates an instance of the <c>JsonWriter</c> class. 
373 7e39367d pkanavos
            </summary>
374 7e39367d pkanavos
        </member>
375 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.Flush">
376 7e39367d pkanavos
            <summary>
377 7e39367d pkanavos
            Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
378 7e39367d pkanavos
            </summary>
379 7e39367d pkanavos
        </member>
380 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.Close">
381 7e39367d pkanavos
            <summary>
382 7e39367d pkanavos
            Closes this stream and the underlying stream.
383 7e39367d pkanavos
            </summary>
384 7e39367d pkanavos
        </member>
385 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteStartObject">
386 7e39367d pkanavos
            <summary>
387 7e39367d pkanavos
            Writes the beginning of a Json object.
388 7e39367d pkanavos
            </summary>
389 7e39367d pkanavos
        </member>
390 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteEndObject">
391 7e39367d pkanavos
            <summary>
392 7e39367d pkanavos
            Writes the end of a Json object.
393 7e39367d pkanavos
            </summary>
394 7e39367d pkanavos
        </member>
395 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteStartArray">
396 7e39367d pkanavos
            <summary>
397 7e39367d pkanavos
            Writes the beginning of a Json array.
398 7e39367d pkanavos
            </summary>
399 7e39367d pkanavos
        </member>
400 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteEndArray">
401 7e39367d pkanavos
            <summary>
402 7e39367d pkanavos
            Writes the end of an array.
403 7e39367d pkanavos
            </summary>
404 7e39367d pkanavos
        </member>
405 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteStartConstructor(System.String)">
406 7e39367d pkanavos
            <summary>
407 7e39367d pkanavos
            Writes the start of a constructor with the given name.
408 7e39367d pkanavos
            </summary>
409 7e39367d pkanavos
            <param name="name">The name of the constructor.</param>
410 7e39367d pkanavos
        </member>
411 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteEndConstructor">
412 7e39367d pkanavos
            <summary>
413 7e39367d pkanavos
            Writes the end constructor.
414 7e39367d pkanavos
            </summary>
415 7e39367d pkanavos
        </member>
416 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WritePropertyName(System.String)">
417 7e39367d pkanavos
            <summary>
418 7e39367d pkanavos
            Writes the property name of a name/value pair on a Json object.
419 7e39367d pkanavos
            </summary>
420 7e39367d pkanavos
            <param name="name">The name of the property.</param>
421 7e39367d pkanavos
        </member>
422 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteEnd">
423 7e39367d pkanavos
            <summary>
424 7e39367d pkanavos
            Writes the end of the current Json object or array.
425 7e39367d pkanavos
            </summary>
426 7e39367d pkanavos
        </member>
427 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonReader)">
428 7e39367d pkanavos
            <summary>
429 7e39367d pkanavos
            Writes the current <see cref="T:Newtonsoft.Json.JsonReader"/> token.
430 7e39367d pkanavos
            </summary>
431 7e39367d pkanavos
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read the token from.</param>
432 7e39367d pkanavos
        </member>
433 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
434 7e39367d pkanavos
            <summary>
435 7e39367d pkanavos
            Writes the specified end token.
436 7e39367d pkanavos
            </summary>
437 7e39367d pkanavos
            <param name="token">The end token to write.</param>
438 7e39367d pkanavos
        </member>
439 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteIndent">
440 7e39367d pkanavos
            <summary>
441 7e39367d pkanavos
            Writes indent characters.
442 7e39367d pkanavos
            </summary>
443 7e39367d pkanavos
        </member>
444 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValueDelimiter">
445 7e39367d pkanavos
            <summary>
446 7e39367d pkanavos
            Writes the JSON value delimiter.
447 7e39367d pkanavos
            </summary>
448 7e39367d pkanavos
        </member>
449 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteIndentSpace">
450 7e39367d pkanavos
            <summary>
451 7e39367d pkanavos
            Writes an indent space.
452 7e39367d pkanavos
            </summary>
453 7e39367d pkanavos
        </member>
454 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteNull">
455 7e39367d pkanavos
            <summary>
456 7e39367d pkanavos
            Writes a null value.
457 7e39367d pkanavos
            </summary>
458 7e39367d pkanavos
        </member>
459 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteUndefined">
460 7e39367d pkanavos
            <summary>
461 7e39367d pkanavos
            Writes an undefined value.
462 7e39367d pkanavos
            </summary>
463 7e39367d pkanavos
        </member>
464 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteRaw(System.String)">
465 7e39367d pkanavos
            <summary>
466 7e39367d pkanavos
            Writes raw JSON without changing the writer's state.
467 7e39367d pkanavos
            </summary>
468 7e39367d pkanavos
            <param name="json">The raw JSON to write.</param>
469 7e39367d pkanavos
        </member>
470 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteRawValue(System.String)">
471 7e39367d pkanavos
            <summary>
472 7e39367d pkanavos
            Writes raw JSON where a value is expected and updates the writer's state.
473 7e39367d pkanavos
            </summary>
474 7e39367d pkanavos
            <param name="json">The raw JSON to write.</param>
475 7e39367d pkanavos
        </member>
476 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.String)">
477 7e39367d pkanavos
            <summary>
478 7e39367d pkanavos
            Writes a <see cref="T:System.String"/> value.
479 7e39367d pkanavos
            </summary>
480 7e39367d pkanavos
            <param name="value">The <see cref="T:System.String"/> value to write.</param>
481 7e39367d pkanavos
        </member>
482 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int32)">
483 7e39367d pkanavos
            <summary>
484 7e39367d pkanavos
            Writes a <see cref="T:System.Int32"/> value.
485 7e39367d pkanavos
            </summary>
486 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
487 7e39367d pkanavos
        </member>
488 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt32)">
489 7e39367d pkanavos
            <summary>
490 7e39367d pkanavos
            Writes a <see cref="T:System.UInt32"/> value.
491 7e39367d pkanavos
            </summary>
492 7e39367d pkanavos
            <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
493 7e39367d pkanavos
        </member>
494 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int64)">
495 7e39367d pkanavos
            <summary>
496 7e39367d pkanavos
            Writes a <see cref="T:System.Int64"/> value.
497 7e39367d pkanavos
            </summary>
498 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
499 7e39367d pkanavos
        </member>
500 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt64)">
501 7e39367d pkanavos
            <summary>
502 7e39367d pkanavos
            Writes a <see cref="T:System.UInt64"/> value.
503 7e39367d pkanavos
            </summary>
504 7e39367d pkanavos
            <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
505 7e39367d pkanavos
        </member>
506 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Single)">
507 7e39367d pkanavos
            <summary>
508 7e39367d pkanavos
            Writes a <see cref="T:System.Single"/> value.
509 7e39367d pkanavos
            </summary>
510 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Single"/> value to write.</param>
511 7e39367d pkanavos
        </member>
512 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Double)">
513 7e39367d pkanavos
            <summary>
514 7e39367d pkanavos
            Writes a <see cref="T:System.Double"/> value.
515 7e39367d pkanavos
            </summary>
516 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Double"/> value to write.</param>
517 7e39367d pkanavos
        </member>
518 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Boolean)">
519 7e39367d pkanavos
            <summary>
520 7e39367d pkanavos
            Writes a <see cref="T:System.Boolean"/> value.
521 7e39367d pkanavos
            </summary>
522 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
523 7e39367d pkanavos
        </member>
524 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int16)">
525 7e39367d pkanavos
            <summary>
526 7e39367d pkanavos
            Writes a <see cref="T:System.Int16"/> value.
527 7e39367d pkanavos
            </summary>
528 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
529 7e39367d pkanavos
        </member>
530 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt16)">
531 7e39367d pkanavos
            <summary>
532 7e39367d pkanavos
            Writes a <see cref="T:System.UInt16"/> value.
533 7e39367d pkanavos
            </summary>
534 7e39367d pkanavos
            <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
535 7e39367d pkanavos
        </member>
536 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Char)">
537 7e39367d pkanavos
            <summary>
538 7e39367d pkanavos
            Writes a <see cref="T:System.Char"/> value.
539 7e39367d pkanavos
            </summary>
540 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Char"/> value to write.</param>
541 7e39367d pkanavos
        </member>
542 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Byte)">
543 7e39367d pkanavos
            <summary>
544 7e39367d pkanavos
            Writes a <see cref="T:System.Byte"/> value.
545 7e39367d pkanavos
            </summary>
546 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
547 7e39367d pkanavos
        </member>
548 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.SByte)">
549 7e39367d pkanavos
            <summary>
550 7e39367d pkanavos
            Writes a <see cref="T:System.SByte"/> value.
551 7e39367d pkanavos
            </summary>
552 7e39367d pkanavos
            <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
553 7e39367d pkanavos
        </member>
554 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Decimal)">
555 7e39367d pkanavos
            <summary>
556 7e39367d pkanavos
            Writes a <see cref="T:System.Decimal"/> value.
557 7e39367d pkanavos
            </summary>
558 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
559 7e39367d pkanavos
        </member>
560 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.DateTime)">
561 7e39367d pkanavos
            <summary>
562 7e39367d pkanavos
            Writes a <see cref="T:System.DateTime"/> value.
563 7e39367d pkanavos
            </summary>
564 7e39367d pkanavos
            <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
565 7e39367d pkanavos
        </member>
566 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.DateTimeOffset)">
567 7e39367d pkanavos
            <summary>
568 7e39367d pkanavos
            Writes a <see cref="T:System.DateTimeOffset"/> value.
569 7e39367d pkanavos
            </summary>
570 7e39367d pkanavos
            <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>
571 7e39367d pkanavos
        </member>
572 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Guid)">
573 7e39367d pkanavos
            <summary>
574 7e39367d pkanavos
            Writes a <see cref="T:System.Guid"/> value.
575 7e39367d pkanavos
            </summary>
576 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Guid"/> value to write.</param>
577 7e39367d pkanavos
        </member>
578 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.TimeSpan)">
579 7e39367d pkanavos
            <summary>
580 7e39367d pkanavos
            Writes a <see cref="T:System.TimeSpan"/> value.
581 7e39367d pkanavos
            </summary>
582 7e39367d pkanavos
            <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>
583 7e39367d pkanavos
        </member>
584 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int32})">
585 7e39367d pkanavos
            <summary>
586 7e39367d pkanavos
            Writes a <see cref="T:System.Nullable`1"/> value.
587 7e39367d pkanavos
            </summary>
588 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
589 7e39367d pkanavos
        </member>
590 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt32})">
591 7e39367d pkanavos
            <summary>
592 7e39367d pkanavos
            Writes a <see cref="T:System.Nullable`1"/> value.
593 7e39367d pkanavos
            </summary>
594 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
595 7e39367d pkanavos
        </member>
596 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int64})">
597 7e39367d pkanavos
            <summary>
598 7e39367d pkanavos
            Writes a <see cref="T:System.Nullable`1"/> value.
599 7e39367d pkanavos
            </summary>
600 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
601 7e39367d pkanavos
        </member>
602 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt64})">
603 7e39367d pkanavos
            <summary>
604 7e39367d pkanavos
            Writes a <see cref="T:System.Nullable`1"/> value.
605 7e39367d pkanavos
            </summary>
606 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
607 7e39367d pkanavos
        </member>
608 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Single})">
609 7e39367d pkanavos
            <summary>
610 7e39367d pkanavos
            Writes a <see cref="T:System.Nullable`1"/> value.
611 7e39367d pkanavos
            </summary>
612 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
613 7e39367d pkanavos
        </member>
614 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Double})">
615 7e39367d pkanavos
            <summary>
616 7e39367d pkanavos
            Writes a <see cref="T:System.Nullable`1"/> value.
617 7e39367d pkanavos
            </summary>
618 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
619 7e39367d pkanavos
        </member>
620 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Boolean})">
621 7e39367d pkanavos
            <summary>
622 7e39367d pkanavos
            Writes a <see cref="T:System.Nullable`1"/> value.
623 7e39367d pkanavos
            </summary>
624 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
625 7e39367d pkanavos
        </member>
626 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int16})">
627 7e39367d pkanavos
            <summary>
628 7e39367d pkanavos
            Writes a <see cref="T:System.Nullable`1"/> value.
629 7e39367d pkanavos
            </summary>
630 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
631 7e39367d pkanavos
        </member>
632 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt16})">
633 7e39367d pkanavos
            <summary>
634 7e39367d pkanavos
            Writes a <see cref="T:System.Nullable`1"/> value.
635 7e39367d pkanavos
            </summary>
636 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
637 7e39367d pkanavos
        </member>
638 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Char})">
639 7e39367d pkanavos
            <summary>
640 7e39367d pkanavos
            Writes a <see cref="T:System.Nullable`1"/> value.
641 7e39367d pkanavos
            </summary>
642 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
643 7e39367d pkanavos
        </member>
644 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Byte})">
645 7e39367d pkanavos
            <summary>
646 7e39367d pkanavos
            Writes a <see cref="T:System.Nullable`1"/> value.
647 7e39367d pkanavos
            </summary>
648 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
649 7e39367d pkanavos
        </member>
650 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.SByte})">
651 7e39367d pkanavos
            <summary>
652 7e39367d pkanavos
            Writes a <see cref="T:System.Nullable`1"/> value.
653 7e39367d pkanavos
            </summary>
654 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
655 7e39367d pkanavos
        </member>
656 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Decimal})">
657 7e39367d pkanavos
            <summary>
658 7e39367d pkanavos
            Writes a <see cref="T:System.Nullable`1"/> value.
659 7e39367d pkanavos
            </summary>
660 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
661 7e39367d pkanavos
        </member>
662 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.DateTime})">
663 7e39367d pkanavos
            <summary>
664 7e39367d pkanavos
            Writes a <see cref="T:System.Nullable`1"/> value.
665 7e39367d pkanavos
            </summary>
666 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
667 7e39367d pkanavos
        </member>
668 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.DateTimeOffset})">
669 7e39367d pkanavos
            <summary>
670 7e39367d pkanavos
            Writes a <see cref="T:System.Nullable`1"/> value.
671 7e39367d pkanavos
            </summary>
672 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
673 7e39367d pkanavos
        </member>
674 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Guid})">
675 7e39367d pkanavos
            <summary>
676 7e39367d pkanavos
            Writes a <see cref="T:System.Nullable`1"/> value.
677 7e39367d pkanavos
            </summary>
678 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
679 7e39367d pkanavos
        </member>
680 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.TimeSpan})">
681 7e39367d pkanavos
            <summary>
682 7e39367d pkanavos
            Writes a <see cref="T:System.Nullable`1"/> value.
683 7e39367d pkanavos
            </summary>
684 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
685 7e39367d pkanavos
        </member>
686 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Byte[])">
687 7e39367d pkanavos
            <summary>
688 7e39367d pkanavos
            Writes a <see cref="T:Byte[]"/> value.
689 7e39367d pkanavos
            </summary>
690 7e39367d pkanavos
            <param name="value">The <see cref="T:Byte[]"/> value to write.</param>
691 7e39367d pkanavos
        </member>
692 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Uri)">
693 7e39367d pkanavos
            <summary>
694 7e39367d pkanavos
            Writes a <see cref="T:System.Uri"/> value.
695 7e39367d pkanavos
            </summary>
696 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Uri"/> value to write.</param>
697 7e39367d pkanavos
        </member>
698 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Object)">
699 7e39367d pkanavos
            <summary>
700 7e39367d pkanavos
            Writes a <see cref="T:System.Object"/> value.
701 7e39367d pkanavos
            An error will raised if the value cannot be written as a single JSON token.
702 7e39367d pkanavos
            </summary>
703 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Object"/> value to write.</param>
704 7e39367d pkanavos
        </member>
705 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteComment(System.String)">
706 7e39367d pkanavos
            <summary>
707 7e39367d pkanavos
            Writes out a comment <code>/*...*/</code> containing the specified text. 
708 7e39367d pkanavos
            </summary>
709 7e39367d pkanavos
            <param name="text">Text to place inside the comment.</param>
710 7e39367d pkanavos
        </member>
711 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriter.WriteWhitespace(System.String)">
712 7e39367d pkanavos
            <summary>
713 7e39367d pkanavos
            Writes out the given white space.
714 7e39367d pkanavos
            </summary>
715 7e39367d pkanavos
            <param name="ws">The string of white space characters.</param>
716 7e39367d pkanavos
        </member>
717 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonWriter.CloseOutput">
718 7e39367d pkanavos
            <summary>
719 7e39367d pkanavos
            Gets or sets a value indicating whether the underlying stream or
720 7e39367d pkanavos
            <see cref="T:System.IO.TextReader"/> should be closed when the writer is closed.
721 7e39367d pkanavos
            </summary>
722 7e39367d pkanavos
            <value>
723 7e39367d pkanavos
            true to close the underlying stream or <see cref="T:System.IO.TextReader"/> when
724 7e39367d pkanavos
            the writer is closed; otherwise false. The default is true.
725 7e39367d pkanavos
            </value>
726 7e39367d pkanavos
        </member>
727 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonWriter.Top">
728 7e39367d pkanavos
            <summary>
729 7e39367d pkanavos
            Gets the top.
730 7e39367d pkanavos
            </summary>
731 7e39367d pkanavos
            <value>The top.</value>
732 7e39367d pkanavos
        </member>
733 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonWriter.WriteState">
734 7e39367d pkanavos
            <summary>
735 7e39367d pkanavos
            Gets the state of the writer.
736 7e39367d pkanavos
            </summary>
737 7e39367d pkanavos
        </member>
738 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonWriter.Path">
739 7e39367d pkanavos
            <summary>
740 7e39367d pkanavos
            Gets the path of the writer. 
741 7e39367d pkanavos
            </summary>
742 7e39367d pkanavos
        </member>
743 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonWriter.Formatting">
744 7e39367d pkanavos
            <summary>
745 7e39367d pkanavos
            Indicates how JSON text output is formatted.
746 7e39367d pkanavos
            </summary>
747 7e39367d pkanavos
        </member>
748 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonWriter.DateFormatHandling">
749 7e39367d pkanavos
            <summary>
750 7e39367d pkanavos
            Get or set how dates are written to JSON text.
751 7e39367d pkanavos
            </summary>
752 7e39367d pkanavos
        </member>
753 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonWriter.DateTimeZoneHandling">
754 7e39367d pkanavos
            <summary>
755 7e39367d pkanavos
            Get or set how <see cref="T:System.DateTime"/> time zones are handling when writing JSON.
756 7e39367d pkanavos
            </summary>
757 7e39367d pkanavos
        </member>
758 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.#ctor(System.IO.Stream)">
759 7e39367d pkanavos
            <summary>
760 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonWriter"/> class.
761 7e39367d pkanavos
            </summary>
762 7e39367d pkanavos
            <param name="stream">The stream.</param>
763 7e39367d pkanavos
        </member>
764 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.#ctor(System.IO.BinaryWriter)">
765 7e39367d pkanavos
            <summary>
766 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonWriter"/> class.
767 7e39367d pkanavos
            </summary>
768 7e39367d pkanavos
            <param name="writer">The writer.</param>
769 7e39367d pkanavos
        </member>
770 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.Flush">
771 7e39367d pkanavos
            <summary>
772 7e39367d pkanavos
            Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
773 7e39367d pkanavos
            </summary>
774 7e39367d pkanavos
        </member>
775 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
776 7e39367d pkanavos
            <summary>
777 7e39367d pkanavos
            Writes the end.
778 7e39367d pkanavos
            </summary>
779 7e39367d pkanavos
            <param name="token">The token.</param>
780 7e39367d pkanavos
        </member>
781 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteComment(System.String)">
782 7e39367d pkanavos
            <summary>
783 7e39367d pkanavos
            Writes out a comment <code>/*...*/</code> containing the specified text.
784 7e39367d pkanavos
            </summary>
785 7e39367d pkanavos
            <param name="text">Text to place inside the comment.</param>
786 7e39367d pkanavos
        </member>
787 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartConstructor(System.String)">
788 7e39367d pkanavos
            <summary>
789 7e39367d pkanavos
            Writes the start of a constructor with the given name.
790 7e39367d pkanavos
            </summary>
791 7e39367d pkanavos
            <param name="name">The name of the constructor.</param>
792 7e39367d pkanavos
        </member>
793 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRaw(System.String)">
794 7e39367d pkanavos
            <summary>
795 7e39367d pkanavos
            Writes raw JSON.
796 7e39367d pkanavos
            </summary>
797 7e39367d pkanavos
            <param name="json">The raw JSON to write.</param>
798 7e39367d pkanavos
        </member>
799 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRawValue(System.String)">
800 7e39367d pkanavos
            <summary>
801 7e39367d pkanavos
            Writes raw JSON where a value is expected and updates the writer's state.
802 7e39367d pkanavos
            </summary>
803 7e39367d pkanavos
            <param name="json">The raw JSON to write.</param>
804 7e39367d pkanavos
        </member>
805 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartArray">
806 7e39367d pkanavos
            <summary>
807 7e39367d pkanavos
            Writes the beginning of a Json array.
808 7e39367d pkanavos
            </summary>
809 7e39367d pkanavos
        </member>
810 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartObject">
811 7e39367d pkanavos
            <summary>
812 7e39367d pkanavos
            Writes the beginning of a Json object.
813 7e39367d pkanavos
            </summary>
814 7e39367d pkanavos
        </member>
815 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WritePropertyName(System.String)">
816 7e39367d pkanavos
            <summary>
817 7e39367d pkanavos
            Writes the property name of a name/value pair on a Json object.
818 7e39367d pkanavos
            </summary>
819 7e39367d pkanavos
            <param name="name">The name of the property.</param>
820 7e39367d pkanavos
        </member>
821 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.Close">
822 7e39367d pkanavos
            <summary>
823 7e39367d pkanavos
            Closes this stream and the underlying stream.
824 7e39367d pkanavos
            </summary>
825 7e39367d pkanavos
        </member>
826 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteNull">
827 7e39367d pkanavos
            <summary>
828 7e39367d pkanavos
            Writes a null value.
829 7e39367d pkanavos
            </summary>
830 7e39367d pkanavos
        </member>
831 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteUndefined">
832 7e39367d pkanavos
            <summary>
833 7e39367d pkanavos
            Writes an undefined value.
834 7e39367d pkanavos
            </summary>
835 7e39367d pkanavos
        </member>
836 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.String)">
837 7e39367d pkanavos
            <summary>
838 7e39367d pkanavos
            Writes a <see cref="T:System.String"/> value.
839 7e39367d pkanavos
            </summary>
840 7e39367d pkanavos
            <param name="value">The <see cref="T:System.String"/> value to write.</param>
841 7e39367d pkanavos
        </member>
842 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int32)">
843 7e39367d pkanavos
            <summary>
844 7e39367d pkanavos
            Writes a <see cref="T:System.Int32"/> value.
845 7e39367d pkanavos
            </summary>
846 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
847 7e39367d pkanavos
        </member>
848 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt32)">
849 7e39367d pkanavos
            <summary>
850 7e39367d pkanavos
            Writes a <see cref="T:System.UInt32"/> value.
851 7e39367d pkanavos
            </summary>
852 7e39367d pkanavos
            <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
853 7e39367d pkanavos
        </member>
854 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int64)">
855 7e39367d pkanavos
            <summary>
856 7e39367d pkanavos
            Writes a <see cref="T:System.Int64"/> value.
857 7e39367d pkanavos
            </summary>
858 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
859 7e39367d pkanavos
        </member>
860 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt64)">
861 7e39367d pkanavos
            <summary>
862 7e39367d pkanavos
            Writes a <see cref="T:System.UInt64"/> value.
863 7e39367d pkanavos
            </summary>
864 7e39367d pkanavos
            <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
865 7e39367d pkanavos
        </member>
866 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Single)">
867 7e39367d pkanavos
            <summary>
868 7e39367d pkanavos
            Writes a <see cref="T:System.Single"/> value.
869 7e39367d pkanavos
            </summary>
870 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Single"/> value to write.</param>
871 7e39367d pkanavos
        </member>
872 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Double)">
873 7e39367d pkanavos
            <summary>
874 7e39367d pkanavos
            Writes a <see cref="T:System.Double"/> value.
875 7e39367d pkanavos
            </summary>
876 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Double"/> value to write.</param>
877 7e39367d pkanavos
        </member>
878 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Boolean)">
879 7e39367d pkanavos
            <summary>
880 7e39367d pkanavos
            Writes a <see cref="T:System.Boolean"/> value.
881 7e39367d pkanavos
            </summary>
882 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
883 7e39367d pkanavos
        </member>
884 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int16)">
885 7e39367d pkanavos
            <summary>
886 7e39367d pkanavos
            Writes a <see cref="T:System.Int16"/> value.
887 7e39367d pkanavos
            </summary>
888 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
889 7e39367d pkanavos
        </member>
890 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt16)">
891 7e39367d pkanavos
            <summary>
892 7e39367d pkanavos
            Writes a <see cref="T:System.UInt16"/> value.
893 7e39367d pkanavos
            </summary>
894 7e39367d pkanavos
            <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
895 7e39367d pkanavos
        </member>
896 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Char)">
897 7e39367d pkanavos
            <summary>
898 7e39367d pkanavos
            Writes a <see cref="T:System.Char"/> value.
899 7e39367d pkanavos
            </summary>
900 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Char"/> value to write.</param>
901 7e39367d pkanavos
        </member>
902 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Byte)">
903 7e39367d pkanavos
            <summary>
904 7e39367d pkanavos
            Writes a <see cref="T:System.Byte"/> value.
905 7e39367d pkanavos
            </summary>
906 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
907 7e39367d pkanavos
        </member>
908 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.SByte)">
909 7e39367d pkanavos
            <summary>
910 7e39367d pkanavos
            Writes a <see cref="T:System.SByte"/> value.
911 7e39367d pkanavos
            </summary>
912 7e39367d pkanavos
            <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
913 7e39367d pkanavos
        </member>
914 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Decimal)">
915 7e39367d pkanavos
            <summary>
916 7e39367d pkanavos
            Writes a <see cref="T:System.Decimal"/> value.
917 7e39367d pkanavos
            </summary>
918 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
919 7e39367d pkanavos
        </member>
920 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.DateTime)">
921 7e39367d pkanavos
            <summary>
922 7e39367d pkanavos
            Writes a <see cref="T:System.DateTime"/> value.
923 7e39367d pkanavos
            </summary>
924 7e39367d pkanavos
            <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
925 7e39367d pkanavos
        </member>
926 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.DateTimeOffset)">
927 7e39367d pkanavos
            <summary>
928 7e39367d pkanavos
            Writes a <see cref="T:System.DateTimeOffset"/> value.
929 7e39367d pkanavos
            </summary>
930 7e39367d pkanavos
            <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>
931 7e39367d pkanavos
        </member>
932 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Byte[])">
933 7e39367d pkanavos
            <summary>
934 7e39367d pkanavos
            Writes a <see cref="T:Byte[]"/> value.
935 7e39367d pkanavos
            </summary>
936 7e39367d pkanavos
            <param name="value">The <see cref="T:Byte[]"/> value to write.</param>
937 7e39367d pkanavos
        </member>
938 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Guid)">
939 7e39367d pkanavos
            <summary>
940 7e39367d pkanavos
            Writes a <see cref="T:System.Guid"/> value.
941 7e39367d pkanavos
            </summary>
942 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Guid"/> value to write.</param>
943 7e39367d pkanavos
        </member>
944 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.TimeSpan)">
945 7e39367d pkanavos
            <summary>
946 7e39367d pkanavos
            Writes a <see cref="T:System.TimeSpan"/> value.
947 7e39367d pkanavos
            </summary>
948 7e39367d pkanavos
            <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>
949 7e39367d pkanavos
        </member>
950 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Uri)">
951 7e39367d pkanavos
            <summary>
952 7e39367d pkanavos
            Writes a <see cref="T:System.Uri"/> value.
953 7e39367d pkanavos
            </summary>
954 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Uri"/> value to write.</param>
955 7e39367d pkanavos
        </member>
956 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteObjectId(System.Byte[])">
957 7e39367d pkanavos
            <summary>
958 7e39367d pkanavos
            Writes a <see cref="T:Byte[]"/> value that represents a BSON object id.
959 7e39367d pkanavos
            </summary>
960 7e39367d pkanavos
            <param name="value">The Object ID value to write.</param>
961 7e39367d pkanavos
        </member>
962 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRegex(System.String,System.String)">
963 7e39367d pkanavos
            <summary>
964 7e39367d pkanavos
            Writes a BSON regex.
965 7e39367d pkanavos
            </summary>
966 7e39367d pkanavos
            <param name="pattern">The regex pattern.</param>
967 7e39367d pkanavos
            <param name="options">The regex options.</param>
968 7e39367d pkanavos
        </member>
969 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Bson.BsonWriter.DateTimeKindHandling">
970 7e39367d pkanavos
            <summary>
971 7e39367d pkanavos
            Gets or sets the <see cref="T:System.DateTimeKind"/> used when writing <see cref="T:System.DateTime"/> values to BSON.
972 7e39367d pkanavos
            When set to <see cref="F:System.DateTimeKind.Unspecified"/> no conversion will occur.
973 7e39367d pkanavos
            </summary>
974 7e39367d pkanavos
            <value>The <see cref="T:System.DateTimeKind"/> used when writing <see cref="T:System.DateTime"/> values to BSON.</value>
975 7e39367d pkanavos
        </member>
976 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.ConstructorHandling">
977 7e39367d pkanavos
            <summary>
978 7e39367d pkanavos
            Specifies how constructors are used when initializing objects during deserialization by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
979 7e39367d pkanavos
            </summary>
980 7e39367d pkanavos
        </member>
981 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.ConstructorHandling.Default">
982 7e39367d pkanavos
            <summary>
983 7e39367d pkanavos
            First attempt to use the public default constructor, then fall back to single paramatized constructor, then the non-public default constructor.
984 7e39367d pkanavos
            </summary>
985 7e39367d pkanavos
        </member>
986 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.ConstructorHandling.AllowNonPublicDefaultConstructor">
987 7e39367d pkanavos
            <summary>
988 7e39367d pkanavos
            Json.NET will use a non-public default constructor before falling back to a paramatized constructor.
989 7e39367d pkanavos
            </summary>
990 7e39367d pkanavos
        </member>
991 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Converters.BsonObjectIdConverter">
992 7e39367d pkanavos
            <summary>
993 7e39367d pkanavos
            Converts a <see cref="T:Newtonsoft.Json.Bson.BsonObjectId"/> to and from JSON and BSON.
994 7e39367d pkanavos
            </summary>
995 7e39367d pkanavos
        </member>
996 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.JsonConverter">
997 7e39367d pkanavos
            <summary>
998 7e39367d pkanavos
            Converts an object to and from JSON.
999 7e39367d pkanavos
            </summary>
1000 7e39367d pkanavos
        </member>
1001 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1002 7e39367d pkanavos
            <summary>
1003 7e39367d pkanavos
            Writes the JSON representation of the object.
1004 7e39367d pkanavos
            </summary>
1005 7e39367d pkanavos
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1006 7e39367d pkanavos
            <param name="value">The value.</param>
1007 7e39367d pkanavos
            <param name="serializer">The calling serializer.</param>
1008 7e39367d pkanavos
        </member>
1009 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1010 7e39367d pkanavos
            <summary>
1011 7e39367d pkanavos
            Reads the JSON representation of the object.
1012 7e39367d pkanavos
            </summary>
1013 7e39367d pkanavos
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1014 7e39367d pkanavos
            <param name="objectType">Type of the object.</param>
1015 7e39367d pkanavos
            <param name="existingValue">The existing value of object being read.</param>
1016 7e39367d pkanavos
            <param name="serializer">The calling serializer.</param>
1017 7e39367d pkanavos
            <returns>The object value.</returns>
1018 7e39367d pkanavos
        </member>
1019 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConverter.CanConvert(System.Type)">
1020 7e39367d pkanavos
            <summary>
1021 7e39367d pkanavos
            Determines whether this instance can convert the specified object type.
1022 7e39367d pkanavos
            </summary>
1023 7e39367d pkanavos
            <param name="objectType">Type of the object.</param>
1024 7e39367d pkanavos
            <returns>
1025 7e39367d pkanavos
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1026 7e39367d pkanavos
            </returns>
1027 7e39367d pkanavos
        </member>
1028 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConverter.GetSchema">
1029 7e39367d pkanavos
            <summary>
1030 7e39367d pkanavos
            Gets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of the JSON produced by the JsonConverter.
1031 7e39367d pkanavos
            </summary>
1032 7e39367d pkanavos
            <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of the JSON produced by the JsonConverter.</returns>
1033 7e39367d pkanavos
        </member>
1034 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonConverter.CanRead">
1035 7e39367d pkanavos
            <summary>
1036 7e39367d pkanavos
            Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can read JSON.
1037 7e39367d pkanavos
            </summary>
1038 7e39367d pkanavos
            <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can read JSON; otherwise, <c>false</c>.</value>
1039 7e39367d pkanavos
        </member>
1040 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonConverter.CanWrite">
1041 7e39367d pkanavos
            <summary>
1042 7e39367d pkanavos
            Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON.
1043 7e39367d pkanavos
            </summary>
1044 7e39367d pkanavos
            <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.</value>
1045 7e39367d pkanavos
        </member>
1046 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1047 7e39367d pkanavos
            <summary>
1048 7e39367d pkanavos
            Writes the JSON representation of the object.
1049 7e39367d pkanavos
            </summary>
1050 7e39367d pkanavos
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1051 7e39367d pkanavos
            <param name="value">The value.</param>
1052 7e39367d pkanavos
            <param name="serializer">The calling serializer.</param>
1053 7e39367d pkanavos
        </member>
1054 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1055 7e39367d pkanavos
            <summary>
1056 7e39367d pkanavos
            Reads the JSON representation of the object.
1057 7e39367d pkanavos
            </summary>
1058 7e39367d pkanavos
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1059 7e39367d pkanavos
            <param name="objectType">Type of the object.</param>
1060 7e39367d pkanavos
            <param name="existingValue">The existing value of object being read.</param>
1061 7e39367d pkanavos
            <param name="serializer">The calling serializer.</param>
1062 7e39367d pkanavos
            <returns>The object value.</returns>
1063 7e39367d pkanavos
        </member>
1064 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.CanConvert(System.Type)">
1065 7e39367d pkanavos
            <summary>
1066 7e39367d pkanavos
            Determines whether this instance can convert the specified object type.
1067 7e39367d pkanavos
            </summary>
1068 7e39367d pkanavos
            <param name="objectType">Type of the object.</param>
1069 7e39367d pkanavos
            <returns>
1070 7e39367d pkanavos
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1071 7e39367d pkanavos
            </returns>
1072 7e39367d pkanavos
        </member>
1073 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Converters.CustomCreationConverter`1">
1074 7e39367d pkanavos
            <summary>
1075 7e39367d pkanavos
            Create a custom object
1076 7e39367d pkanavos
            </summary>
1077 7e39367d pkanavos
            <typeparam name="T">The object type to convert.</typeparam>
1078 7e39367d pkanavos
        </member>
1079 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1080 7e39367d pkanavos
            <summary>
1081 7e39367d pkanavos
            Writes the JSON representation of the object.
1082 7e39367d pkanavos
            </summary>
1083 7e39367d pkanavos
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1084 7e39367d pkanavos
            <param name="value">The value.</param>
1085 7e39367d pkanavos
            <param name="serializer">The calling serializer.</param>
1086 7e39367d pkanavos
        </member>
1087 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1088 7e39367d pkanavos
            <summary>
1089 7e39367d pkanavos
            Reads the JSON representation of the object.
1090 7e39367d pkanavos
            </summary>
1091 7e39367d pkanavos
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1092 7e39367d pkanavos
            <param name="objectType">Type of the object.</param>
1093 7e39367d pkanavos
            <param name="existingValue">The existing value of object being read.</param>
1094 7e39367d pkanavos
            <param name="serializer">The calling serializer.</param>
1095 7e39367d pkanavos
            <returns>The object value.</returns>
1096 7e39367d pkanavos
        </member>
1097 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.Create(System.Type)">
1098 7e39367d pkanavos
            <summary>
1099 7e39367d pkanavos
            Creates an object which will then be populated by the serializer.
1100 7e39367d pkanavos
            </summary>
1101 7e39367d pkanavos
            <param name="objectType">Type of the object.</param>
1102 7e39367d pkanavos
            <returns>The created object.</returns>
1103 7e39367d pkanavos
        </member>
1104 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.CanConvert(System.Type)">
1105 7e39367d pkanavos
            <summary>
1106 7e39367d pkanavos
            Determines whether this instance can convert the specified object type.
1107 7e39367d pkanavos
            </summary>
1108 7e39367d pkanavos
            <param name="objectType">Type of the object.</param>
1109 7e39367d pkanavos
            <returns>
1110 7e39367d pkanavos
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1111 7e39367d pkanavos
            </returns>
1112 7e39367d pkanavos
        </member>
1113 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Converters.CustomCreationConverter`1.CanWrite">
1114 7e39367d pkanavos
            <summary>
1115 7e39367d pkanavos
            Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON.
1116 7e39367d pkanavos
            </summary>
1117 7e39367d pkanavos
            <value>
1118 7e39367d pkanavos
                    <c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.
1119 7e39367d pkanavos
            </value>
1120 7e39367d pkanavos
        </member>
1121 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Converters.DateTimeConverterBase">
1122 7e39367d pkanavos
            <summary>
1123 7e39367d pkanavos
            Provides a base class for converting a <see cref="T:System.DateTime"/> to and from JSON.
1124 7e39367d pkanavos
            </summary>
1125 7e39367d pkanavos
        </member>
1126 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Converters.DateTimeConverterBase.CanConvert(System.Type)">
1127 7e39367d pkanavos
            <summary>
1128 7e39367d pkanavos
            Determines whether this instance can convert the specified object type.
1129 7e39367d pkanavos
            </summary>
1130 7e39367d pkanavos
            <param name="objectType">Type of the object.</param>
1131 7e39367d pkanavos
            <returns>
1132 7e39367d pkanavos
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1133 7e39367d pkanavos
            </returns>
1134 7e39367d pkanavos
        </member>
1135 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Converters.ExpandoObjectConverter">
1136 7e39367d pkanavos
            <summary>
1137 7e39367d pkanavos
            Converts an ExpandoObject to and from JSON.
1138 7e39367d pkanavos
            </summary>
1139 7e39367d pkanavos
        </member>
1140 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Converters.ExpandoObjectConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1141 7e39367d pkanavos
            <summary>
1142 7e39367d pkanavos
            Writes the JSON representation of the object.
1143 7e39367d pkanavos
            </summary>
1144 7e39367d pkanavos
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1145 7e39367d pkanavos
            <param name="value">The value.</param>
1146 7e39367d pkanavos
            <param name="serializer">The calling serializer.</param>
1147 7e39367d pkanavos
        </member>
1148 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Converters.ExpandoObjectConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1149 7e39367d pkanavos
            <summary>
1150 7e39367d pkanavos
            Reads the JSON representation of the object.
1151 7e39367d pkanavos
            </summary>
1152 7e39367d pkanavos
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1153 7e39367d pkanavos
            <param name="objectType">Type of the object.</param>
1154 7e39367d pkanavos
            <param name="existingValue">The existing value of object being read.</param>
1155 7e39367d pkanavos
            <param name="serializer">The calling serializer.</param>
1156 7e39367d pkanavos
            <returns>The object value.</returns>
1157 7e39367d pkanavos
        </member>
1158 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Converters.ExpandoObjectConverter.CanConvert(System.Type)">
1159 7e39367d pkanavos
            <summary>
1160 7e39367d pkanavos
            Determines whether this instance can convert the specified object type.
1161 7e39367d pkanavos
            </summary>
1162 7e39367d pkanavos
            <param name="objectType">Type of the object.</param>
1163 7e39367d pkanavos
            <returns>
1164 7e39367d pkanavos
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1165 7e39367d pkanavos
            </returns>
1166 7e39367d pkanavos
        </member>
1167 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Converters.ExpandoObjectConverter.CanWrite">
1168 7e39367d pkanavos
            <summary>
1169 7e39367d pkanavos
            Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON.
1170 7e39367d pkanavos
            </summary>
1171 7e39367d pkanavos
            <value>
1172 7e39367d pkanavos
                    <c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.
1173 7e39367d pkanavos
            </value>
1174 7e39367d pkanavos
        </member>
1175 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Converters.IsoDateTimeConverter">
1176 7e39367d pkanavos
            <summary>
1177 7e39367d pkanavos
            Converts a <see cref="T:System.DateTime"/> to and from the ISO 8601 date format (e.g. 2008-04-12T12:53Z).
1178 7e39367d pkanavos
            </summary>
1179 7e39367d pkanavos
        </member>
1180 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Converters.IsoDateTimeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1181 7e39367d pkanavos
            <summary>
1182 7e39367d pkanavos
            Writes the JSON representation of the object.
1183 7e39367d pkanavos
            </summary>
1184 7e39367d pkanavos
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1185 7e39367d pkanavos
            <param name="value">The value.</param>
1186 7e39367d pkanavos
            <param name="serializer">The calling serializer.</param>
1187 7e39367d pkanavos
        </member>
1188 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Converters.IsoDateTimeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1189 7e39367d pkanavos
            <summary>
1190 7e39367d pkanavos
            Reads the JSON representation of the object.
1191 7e39367d pkanavos
            </summary>
1192 7e39367d pkanavos
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1193 7e39367d pkanavos
            <param name="objectType">Type of the object.</param>
1194 7e39367d pkanavos
            <param name="existingValue">The existing value of object being read.</param>
1195 7e39367d pkanavos
            <param name="serializer">The calling serializer.</param>
1196 7e39367d pkanavos
            <returns>The object value.</returns>
1197 7e39367d pkanavos
        </member>
1198 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.DateTimeStyles">
1199 7e39367d pkanavos
            <summary>
1200 7e39367d pkanavos
            Gets or sets the date time styles used when converting a date to and from JSON.
1201 7e39367d pkanavos
            </summary>
1202 7e39367d pkanavos
            <value>The date time styles used when converting a date to and from JSON.</value>
1203 7e39367d pkanavos
        </member>
1204 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.DateTimeFormat">
1205 7e39367d pkanavos
            <summary>
1206 7e39367d pkanavos
            Gets or sets the date time format used when converting a date to and from JSON.
1207 7e39367d pkanavos
            </summary>
1208 7e39367d pkanavos
            <value>The date time format used when converting a date to and from JSON.</value>
1209 7e39367d pkanavos
        </member>
1210 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.Culture">
1211 7e39367d pkanavos
            <summary>
1212 7e39367d pkanavos
            Gets or sets the culture used when converting a date to and from JSON.
1213 7e39367d pkanavos
            </summary>
1214 7e39367d pkanavos
            <value>The culture used when converting a date to and from JSON.</value>
1215 7e39367d pkanavos
        </member>
1216 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter">
1217 7e39367d pkanavos
            <summary>
1218 7e39367d pkanavos
            Converts a <see cref="T:System.DateTime"/> to and from a JavaScript date constructor (e.g. new Date(52231943)).
1219 7e39367d pkanavos
            </summary>
1220 7e39367d pkanavos
        </member>
1221 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1222 7e39367d pkanavos
            <summary>
1223 7e39367d pkanavos
            Writes the JSON representation of the object.
1224 7e39367d pkanavos
            </summary>
1225 7e39367d pkanavos
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1226 7e39367d pkanavos
            <param name="value">The value.</param>
1227 7e39367d pkanavos
            <param name="serializer">The calling serializer.</param>
1228 7e39367d pkanavos
        </member>
1229 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1230 7e39367d pkanavos
            <summary>
1231 7e39367d pkanavos
            Reads the JSON representation of the object.
1232 7e39367d pkanavos
            </summary>
1233 7e39367d pkanavos
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1234 7e39367d pkanavos
            <param name="objectType">Type of the object.</param>
1235 7e39367d pkanavos
            <param name="existingValue">The existing property value of the JSON that is being converted.</param>
1236 7e39367d pkanavos
            <param name="serializer">The calling serializer.</param>
1237 7e39367d pkanavos
            <returns>The object value.</returns>
1238 7e39367d pkanavos
        </member>
1239 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Converters.KeyValuePairConverter">
1240 7e39367d pkanavos
            <summary>
1241 7e39367d pkanavos
            Converts a <see cref="T:System.Collections.Generic.KeyValuePair`2"/> to and from JSON.
1242 7e39367d pkanavos
            </summary>
1243 7e39367d pkanavos
        </member>
1244 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1245 7e39367d pkanavos
            <summary>
1246 7e39367d pkanavos
            Writes the JSON representation of the object.
1247 7e39367d pkanavos
            </summary>
1248 7e39367d pkanavos
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1249 7e39367d pkanavos
            <param name="value">The value.</param>
1250 7e39367d pkanavos
            <param name="serializer">The calling serializer.</param>
1251 7e39367d pkanavos
        </member>
1252 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1253 7e39367d pkanavos
            <summary>
1254 7e39367d pkanavos
            Reads the JSON representation of the object.
1255 7e39367d pkanavos
            </summary>
1256 7e39367d pkanavos
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1257 7e39367d pkanavos
            <param name="objectType">Type of the object.</param>
1258 7e39367d pkanavos
            <param name="existingValue">The existing value of object being read.</param>
1259 7e39367d pkanavos
            <param name="serializer">The calling serializer.</param>
1260 7e39367d pkanavos
            <returns>The object value.</returns>
1261 7e39367d pkanavos
        </member>
1262 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.CanConvert(System.Type)">
1263 7e39367d pkanavos
            <summary>
1264 7e39367d pkanavos
            Determines whether this instance can convert the specified object type.
1265 7e39367d pkanavos
            </summary>
1266 7e39367d pkanavos
            <param name="objectType">Type of the object.</param>
1267 7e39367d pkanavos
            <returns>
1268 7e39367d pkanavos
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1269 7e39367d pkanavos
            </returns>
1270 7e39367d pkanavos
        </member>
1271 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Converters.RegexConverter">
1272 7e39367d pkanavos
            <summary>
1273 7e39367d pkanavos
            Converts a <see cref="T:System.Text.RegularExpressions.Regex"/> to and from JSON and BSON.
1274 7e39367d pkanavos
            </summary>
1275 7e39367d pkanavos
        </member>
1276 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Converters.RegexConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1277 7e39367d pkanavos
            <summary>
1278 7e39367d pkanavos
            Writes the JSON representation of the object.
1279 7e39367d pkanavos
            </summary>
1280 7e39367d pkanavos
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1281 7e39367d pkanavos
            <param name="value">The value.</param>
1282 7e39367d pkanavos
            <param name="serializer">The calling serializer.</param>
1283 7e39367d pkanavos
        </member>
1284 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Converters.RegexConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1285 7e39367d pkanavos
            <summary>
1286 7e39367d pkanavos
            Reads the JSON representation of the object.
1287 7e39367d pkanavos
            </summary>
1288 7e39367d pkanavos
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1289 7e39367d pkanavos
            <param name="objectType">Type of the object.</param>
1290 7e39367d pkanavos
            <param name="existingValue">The existing value of object being read.</param>
1291 7e39367d pkanavos
            <param name="serializer">The calling serializer.</param>
1292 7e39367d pkanavos
            <returns>The object value.</returns>
1293 7e39367d pkanavos
        </member>
1294 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Converters.RegexConverter.CanConvert(System.Type)">
1295 7e39367d pkanavos
            <summary>
1296 7e39367d pkanavos
            Determines whether this instance can convert the specified object type.
1297 7e39367d pkanavos
            </summary>
1298 7e39367d pkanavos
            <param name="objectType">Type of the object.</param>
1299 7e39367d pkanavos
            <returns>
1300 7e39367d pkanavos
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1301 7e39367d pkanavos
            </returns>
1302 7e39367d pkanavos
        </member>
1303 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Converters.StringEnumConverter">
1304 7e39367d pkanavos
            <summary>
1305 7e39367d pkanavos
            Converts an <see cref="T:System.Enum"/> to and from its name string value.
1306 7e39367d pkanavos
            </summary>
1307 7e39367d pkanavos
        </member>
1308 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1309 7e39367d pkanavos
            <summary>
1310 7e39367d pkanavos
            Writes the JSON representation of the object.
1311 7e39367d pkanavos
            </summary>
1312 7e39367d pkanavos
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1313 7e39367d pkanavos
            <param name="value">The value.</param>
1314 7e39367d pkanavos
            <param name="serializer">The calling serializer.</param>
1315 7e39367d pkanavos
        </member>
1316 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1317 7e39367d pkanavos
            <summary>
1318 7e39367d pkanavos
            Reads the JSON representation of the object.
1319 7e39367d pkanavos
            </summary>
1320 7e39367d pkanavos
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1321 7e39367d pkanavos
            <param name="objectType">Type of the object.</param>
1322 7e39367d pkanavos
            <param name="existingValue">The existing value of object being read.</param>
1323 7e39367d pkanavos
            <param name="serializer">The calling serializer.</param>
1324 7e39367d pkanavos
            <returns>The object value.</returns>
1325 7e39367d pkanavos
        </member>
1326 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.GetEnumNameMap(System.Type)">
1327 7e39367d pkanavos
            <summary>
1328 7e39367d pkanavos
            A cached representation of the Enum string representation to respect per Enum field name.
1329 7e39367d pkanavos
            </summary>
1330 7e39367d pkanavos
            <param name="t">The type of the Enum.</param>
1331 7e39367d pkanavos
            <returns>A map of enum field name to either the field name, or the configured enum member name (<see cref="T:System.Runtime.Serialization.EnumMemberAttribute"/>).</returns>
1332 7e39367d pkanavos
        </member>
1333 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.CanConvert(System.Type)">
1334 7e39367d pkanavos
            <summary>
1335 7e39367d pkanavos
            Determines whether this instance can convert the specified object type.
1336 7e39367d pkanavos
            </summary>
1337 7e39367d pkanavos
            <param name="objectType">Type of the object.</param>
1338 7e39367d pkanavos
            <returns>
1339 7e39367d pkanavos
            <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1340 7e39367d pkanavos
            </returns>
1341 7e39367d pkanavos
        </member>
1342 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Converters.StringEnumConverter.CamelCaseText">
1343 7e39367d pkanavos
            <summary>
1344 7e39367d pkanavos
            Gets or sets a value indicating whether the written enum text should be camel case.
1345 7e39367d pkanavos
            </summary>
1346 7e39367d pkanavos
            <value><c>true</c> if the written enum text will be camel case; otherwise, <c>false</c>.</value>
1347 7e39367d pkanavos
        </member>
1348 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Converters.VersionConverter">
1349 7e39367d pkanavos
            <summary>
1350 7e39367d pkanavos
            Converts a <see cref="T:System.Version"/> to and from a string (e.g. "1.2.3.4").
1351 7e39367d pkanavos
            </summary>
1352 7e39367d pkanavos
        </member>
1353 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Converters.VersionConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1354 7e39367d pkanavos
            <summary>
1355 7e39367d pkanavos
            Writes the JSON representation of the object.
1356 7e39367d pkanavos
            </summary>
1357 7e39367d pkanavos
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1358 7e39367d pkanavos
            <param name="value">The value.</param>
1359 7e39367d pkanavos
            <param name="serializer">The calling serializer.</param>
1360 7e39367d pkanavos
        </member>
1361 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Converters.VersionConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1362 7e39367d pkanavos
            <summary>
1363 7e39367d pkanavos
            Reads the JSON representation of the object.
1364 7e39367d pkanavos
            </summary>
1365 7e39367d pkanavos
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1366 7e39367d pkanavos
            <param name="objectType">Type of the object.</param>
1367 7e39367d pkanavos
            <param name="existingValue">The existing property value of the JSON that is being converted.</param>
1368 7e39367d pkanavos
            <param name="serializer">The calling serializer.</param>
1369 7e39367d pkanavos
            <returns>The object value.</returns>
1370 7e39367d pkanavos
        </member>
1371 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Converters.VersionConverter.CanConvert(System.Type)">
1372 7e39367d pkanavos
            <summary>
1373 7e39367d pkanavos
            Determines whether this instance can convert the specified object type.
1374 7e39367d pkanavos
            </summary>
1375 7e39367d pkanavos
            <param name="objectType">Type of the object.</param>
1376 7e39367d pkanavos
            <returns>
1377 7e39367d pkanavos
                    <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1378 7e39367d pkanavos
            </returns>
1379 7e39367d pkanavos
        </member>
1380 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.DateFormatHandling">
1381 7e39367d pkanavos
            <summary>
1382 7e39367d pkanavos
            Specifies how dates are formatted when writing JSON text.
1383 7e39367d pkanavos
            </summary>
1384 7e39367d pkanavos
        </member>
1385 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.DateFormatHandling.IsoDateFormat">
1386 7e39367d pkanavos
            <summary>
1387 7e39367d pkanavos
            Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z".
1388 7e39367d pkanavos
            </summary>
1389 7e39367d pkanavos
        </member>
1390 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.DateFormatHandling.MicrosoftDateFormat">
1391 7e39367d pkanavos
            <summary>
1392 7e39367d pkanavos
            Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/".
1393 7e39367d pkanavos
            </summary>
1394 7e39367d pkanavos
        </member>
1395 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.DateParseHandling">
1396 7e39367d pkanavos
            <summary>
1397 7e39367d pkanavos
            Specifies how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON text.
1398 7e39367d pkanavos
            </summary>
1399 7e39367d pkanavos
        </member>
1400 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.DateParseHandling.None">
1401 7e39367d pkanavos
            <summary>
1402 7e39367d pkanavos
            Date formatted strings are not parsed to a date type and are read as strings.
1403 7e39367d pkanavos
            </summary>
1404 7e39367d pkanavos
        </member>
1405 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.DateParseHandling.DateTime">
1406 7e39367d pkanavos
            <summary>
1407 7e39367d pkanavos
            Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to <see cref="F:Newtonsoft.Json.DateParseHandling.DateTime"/>.
1408 7e39367d pkanavos
            </summary>
1409 7e39367d pkanavos
        </member>
1410 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.DateParseHandling.DateTimeOffset">
1411 7e39367d pkanavos
            <summary>
1412 7e39367d pkanavos
            Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to <see cref="F:Newtonsoft.Json.DateParseHandling.DateTimeOffset"/>.
1413 7e39367d pkanavos
            </summary>
1414 7e39367d pkanavos
        </member>
1415 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.DateTimeZoneHandling">
1416 7e39367d pkanavos
            <summary>
1417 7e39367d pkanavos
            Specifies how to treat the time value when converting between string and <see cref="T:System.DateTime"/>.
1418 7e39367d pkanavos
            </summary>
1419 7e39367d pkanavos
        </member>
1420 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Local">
1421 7e39367d pkanavos
            <summary>
1422 7e39367d pkanavos
            Treat as local time. If the <see cref="T:System.DateTime"/> object represents a Coordinated Universal Time (UTC), it is converted to the local time.
1423 7e39367d pkanavos
            </summary>
1424 7e39367d pkanavos
        </member>
1425 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Utc">
1426 7e39367d pkanavos
            <summary>
1427 7e39367d pkanavos
            Treat as a UTC. If the <see cref="T:System.DateTime"/> object represents a local time, it is converted to a UTC.
1428 7e39367d pkanavos
            </summary>
1429 7e39367d pkanavos
        </member>
1430 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Unspecified">
1431 7e39367d pkanavos
            <summary>
1432 7e39367d pkanavos
            Treat as a local time if a <see cref="T:System.DateTime"/> is being converted to a string.
1433 7e39367d pkanavos
            If a string is being converted to <see cref="T:System.DateTime"/>, convert to a local time if a time zone is specified.
1434 7e39367d pkanavos
            </summary>
1435 7e39367d pkanavos
        </member>
1436 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.DateTimeZoneHandling.RoundtripKind">
1437 7e39367d pkanavos
            <summary>
1438 7e39367d pkanavos
            Time zone information should be preserved when converting.
1439 7e39367d pkanavos
            </summary>
1440 7e39367d pkanavos
        </member>
1441 7e39367d pkanavos
        <member name="T:System.Runtime.Serialization.Formatters.FormatterAssemblyStyle">
1442 7e39367d pkanavos
            <summary>
1443 7e39367d pkanavos
            Indicates the method that will be used during deserialization for locating and loading assemblies.
1444 7e39367d pkanavos
            </summary>
1445 7e39367d pkanavos
        </member>
1446 7e39367d pkanavos
        <member name="F:System.Runtime.Serialization.Formatters.FormatterAssemblyStyle.Simple">
1447 7e39367d pkanavos
            <summary>
1448 7e39367d pkanavos
            In simple mode, the assembly used during deserialization need not match exactly the assembly used during serialization. Specifically, the version numbers need not match as the LoadWithPartialName method is used to load the assembly.
1449 7e39367d pkanavos
            </summary>
1450 7e39367d pkanavos
        </member>
1451 7e39367d pkanavos
        <member name="F:System.Runtime.Serialization.Formatters.FormatterAssemblyStyle.Full">
1452 7e39367d pkanavos
            <summary>
1453 7e39367d pkanavos
            In full mode, the assembly used during deserialization must match exactly the assembly used during serialization. The Load method of the Assembly class is used to load the assembly.
1454 7e39367d pkanavos
            </summary>
1455 7e39367d pkanavos
        </member>
1456 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.DefaultValueHandling">
1457 7e39367d pkanavos
            <summary>
1458 7e39367d pkanavos
            Specifies default value handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
1459 7e39367d pkanavos
            </summary>
1460 7e39367d pkanavos
            <example>
1461 7e39367d pkanavos
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeDefaultValueHandlingObject" title="DefaultValueHandling Class"/>
1462 7e39367d pkanavos
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeDefaultValueHandlingExample" title="DefaultValueHandling Ignore Example"/>
1463 7e39367d pkanavos
            </example>
1464 7e39367d pkanavos
        </member>
1465 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.DefaultValueHandling.Include">
1466 7e39367d pkanavos
            <summary>
1467 7e39367d pkanavos
            Include members where the member value is the same as the member's default value when serializing objects.
1468 7e39367d pkanavos
            Included members are written to JSON. Has no effect when deserializing.
1469 7e39367d pkanavos
            </summary>
1470 7e39367d pkanavos
        </member>
1471 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.DefaultValueHandling.Ignore">
1472 7e39367d pkanavos
            <summary>
1473 7e39367d pkanavos
            Ignore members where the member value is the same as the member's default value when serializing objects
1474 7e39367d pkanavos
            so that is is not written to JSON.
1475 7e39367d pkanavos
            This option will ignore all default values (e.g. <c>null</c> for objects and nullable typesl; <c>0</c> for integers,
1476 44cae3e0 pkanavos
            decimals and floating point numbers; and <c>false</c> for booleans). The default value ignored can be changed by
1477 44cae3e0 pkanavos
            placing the <see cref="T:System.ComponentModel.DefaultValueAttribute"/> on the property.
1478 7e39367d pkanavos
            </summary>
1479 7e39367d pkanavos
        </member>
1480 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.DefaultValueHandling.Populate">
1481 7e39367d pkanavos
            <summary>
1482 7e39367d pkanavos
            Members with a default value but no JSON will be set to their default value when deserializing.
1483 7e39367d pkanavos
            </summary>
1484 7e39367d pkanavos
        </member>
1485 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.DefaultValueHandling.IgnoreAndPopulate">
1486 7e39367d pkanavos
            <summary>
1487 7e39367d pkanavos
            Ignore members where the member value is the same as the member's default value when serializing objects
1488 7e39367d pkanavos
            and sets members to their default value when deserializing.
1489 7e39367d pkanavos
            </summary>
1490 7e39367d pkanavos
        </member>
1491 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Formatting">
1492 7e39367d pkanavos
            <summary>
1493 7e39367d pkanavos
            Specifies formatting options for the <see cref="T:Newtonsoft.Json.JsonTextWriter"/>.
1494 7e39367d pkanavos
            </summary>
1495 7e39367d pkanavos
        </member>
1496 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.Formatting.None">
1497 7e39367d pkanavos
            <summary>
1498 7e39367d pkanavos
            No special formatting is applied. This is the default.
1499 7e39367d pkanavos
            </summary>
1500 7e39367d pkanavos
        </member>
1501 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.Formatting.Indented">
1502 7e39367d pkanavos
            <summary>
1503 7e39367d pkanavos
            Causes child objects to be indented according to the <see cref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <see cref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings.
1504 7e39367d pkanavos
            </summary>
1505 7e39367d pkanavos
        </member>
1506 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.IJsonLineInfo">
1507 7e39367d pkanavos
            <summary>
1508 7e39367d pkanavos
            Provides an interface to enable a class to return line and position information.
1509 7e39367d pkanavos
            </summary>
1510 7e39367d pkanavos
        </member>
1511 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.IJsonLineInfo.HasLineInfo">
1512 7e39367d pkanavos
            <summary>
1513 7e39367d pkanavos
            Gets a value indicating whether the class can return line information.
1514 7e39367d pkanavos
            </summary>
1515 7e39367d pkanavos
            <returns>
1516 7e39367d pkanavos
                    <c>true</c> if LineNumber and LinePosition can be provided; otherwise, <c>false</c>.
1517 7e39367d pkanavos
            </returns>
1518 7e39367d pkanavos
        </member>
1519 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.IJsonLineInfo.LineNumber">
1520 7e39367d pkanavos
            <summary>
1521 7e39367d pkanavos
            Gets the current line number.
1522 7e39367d pkanavos
            </summary>
1523 7e39367d pkanavos
            <value>The current line number or 0 if no line information is available (for example, HasLineInfo returns false).</value>
1524 7e39367d pkanavos
        </member>
1525 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.IJsonLineInfo.LinePosition">
1526 7e39367d pkanavos
            <summary>
1527 7e39367d pkanavos
            Gets the current line position.
1528 7e39367d pkanavos
            </summary>
1529 7e39367d pkanavos
            <value>The current line position or 0 if no line information is available (for example, HasLineInfo returns false).</value>
1530 7e39367d pkanavos
        </member>
1531 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.JsonArrayAttribute">
1532 7e39367d pkanavos
            <summary>
1533 7e39367d pkanavos
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the collection.
1534 7e39367d pkanavos
            </summary>
1535 7e39367d pkanavos
        </member>
1536 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.JsonContainerAttribute">
1537 7e39367d pkanavos
            <summary>
1538 7e39367d pkanavos
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the object.
1539 7e39367d pkanavos
            </summary>
1540 7e39367d pkanavos
        </member>
1541 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonContainerAttribute.#ctor">
1542 7e39367d pkanavos
            <summary>
1543 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonContainerAttribute"/> class.
1544 7e39367d pkanavos
            </summary>
1545 7e39367d pkanavos
        </member>
1546 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonContainerAttribute.#ctor(System.String)">
1547 7e39367d pkanavos
            <summary>
1548 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonContainerAttribute"/> class with the specified container Id.
1549 7e39367d pkanavos
            </summary>
1550 7e39367d pkanavos
            <param name="id">The container Id.</param>
1551 7e39367d pkanavos
        </member>
1552 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.Id">
1553 7e39367d pkanavos
            <summary>
1554 7e39367d pkanavos
            Gets or sets the id.
1555 7e39367d pkanavos
            </summary>
1556 7e39367d pkanavos
            <value>The id.</value>
1557 7e39367d pkanavos
        </member>
1558 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.Title">
1559 7e39367d pkanavos
            <summary>
1560 7e39367d pkanavos
            Gets or sets the title.
1561 7e39367d pkanavos
            </summary>
1562 7e39367d pkanavos
            <value>The title.</value>
1563 7e39367d pkanavos
        </member>
1564 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.Description">
1565 7e39367d pkanavos
            <summary>
1566 7e39367d pkanavos
            Gets or sets the description.
1567 7e39367d pkanavos
            </summary>
1568 7e39367d pkanavos
            <value>The description.</value>
1569 7e39367d pkanavos
        </member>
1570 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemConverterType">
1571 7e39367d pkanavos
            <summary>
1572 7e39367d pkanavos
            Gets the collection's items converter.
1573 7e39367d pkanavos
            </summary>
1574 7e39367d pkanavos
            <value>The collection's items converter.</value>
1575 7e39367d pkanavos
        </member>
1576 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.IsReference">
1577 7e39367d pkanavos
            <summary>
1578 7e39367d pkanavos
            Gets or sets a value that indicates whether to preserve object references.
1579 7e39367d pkanavos
            </summary>
1580 7e39367d pkanavos
            <value>
1581 7e39367d pkanavos
                    <c>true</c> to keep object reference; otherwise, <c>false</c>. The default is <c>false</c>.
1582 7e39367d pkanavos
            </value>
1583 7e39367d pkanavos
        </member>
1584 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemIsReference">
1585 7e39367d pkanavos
            <summary>
1586 7e39367d pkanavos
            Gets or sets a value that indicates whether to preserve collection's items references.
1587 7e39367d pkanavos
            </summary>
1588 7e39367d pkanavos
            <value>
1589 7e39367d pkanavos
                    <c>true</c> to keep collection's items object references; otherwise, <c>false</c>. The default is <c>false</c>.
1590 7e39367d pkanavos
            </value>
1591 7e39367d pkanavos
        </member>
1592 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemReferenceLoopHandling">
1593 7e39367d pkanavos
            <summary>
1594 7e39367d pkanavos
            Gets or sets the reference loop handling used when serializing the collection's items.
1595 7e39367d pkanavos
            </summary>
1596 7e39367d pkanavos
            <value>The reference loop handling.</value>
1597 7e39367d pkanavos
        </member>
1598 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemTypeNameHandling">
1599 7e39367d pkanavos
            <summary>
1600 7e39367d pkanavos
            Gets or sets the type name handling used when serializing the collection's items.
1601 7e39367d pkanavos
            </summary>
1602 7e39367d pkanavos
            <value>The type name handling.</value>
1603 7e39367d pkanavos
        </member>
1604 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor">
1605 7e39367d pkanavos
            <summary>
1606 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonArrayAttribute"/> class.
1607 7e39367d pkanavos
            </summary>
1608 7e39367d pkanavos
        </member>
1609 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor(System.Boolean)">
1610 7e39367d pkanavos
            <summary>
1611 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with a flag indicating whether the array can contain null items
1612 7e39367d pkanavos
            </summary>
1613 7e39367d pkanavos
            <param name="allowNullItems">A flag indicating whether the array can contain null items.</param>
1614 7e39367d pkanavos
        </member>
1615 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor(System.String)">
1616 7e39367d pkanavos
            <summary>
1617 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonArrayAttribute"/> class with the specified container Id.
1618 7e39367d pkanavos
            </summary>
1619 7e39367d pkanavos
            <param name="id">The container Id.</param>
1620 7e39367d pkanavos
        </member>
1621 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonArrayAttribute.AllowNullItems">
1622 7e39367d pkanavos
            <summary>
1623 7e39367d pkanavos
            Gets or sets a value indicating whether null items are allowed in the collection.
1624 7e39367d pkanavos
            </summary>
1625 7e39367d pkanavos
            <value><c>true</c> if null items are allowed in the collection; otherwise, <c>false</c>.</value>
1626 7e39367d pkanavos
        </member>
1627 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.JsonConstructorAttribute">
1628 7e39367d pkanavos
            <summary>
1629 7e39367d pkanavos
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to use the specified constructor when deserializing that object.
1630 7e39367d pkanavos
            </summary>
1631 7e39367d pkanavos
        </member>
1632 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.JsonConvert">
1633 7e39367d pkanavos
            <summary>
1634 7e39367d pkanavos
            Provides methods for converting between common language runtime types and JSON types.
1635 7e39367d pkanavos
            </summary>
1636 7e39367d pkanavos
            <example>
1637 7e39367d pkanavos
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="SerializeObject" title="Serializing and Deserializing JSON with JsonConvert" />
1638 7e39367d pkanavos
            </example>
1639 7e39367d pkanavos
        </member>
1640 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.JsonConvert.True">
1641 7e39367d pkanavos
            <summary>
1642 7e39367d pkanavos
            Represents JavaScript's boolean value true as a string. This field is read-only.
1643 7e39367d pkanavos
            </summary>
1644 7e39367d pkanavos
        </member>
1645 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.JsonConvert.False">
1646 7e39367d pkanavos
            <summary>
1647 7e39367d pkanavos
            Represents JavaScript's boolean value false as a string. This field is read-only.
1648 7e39367d pkanavos
            </summary>
1649 7e39367d pkanavos
        </member>
1650 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.JsonConvert.Null">
1651 7e39367d pkanavos
            <summary>
1652 7e39367d pkanavos
            Represents JavaScript's null as a string. This field is read-only.
1653 7e39367d pkanavos
            </summary>
1654 7e39367d pkanavos
        </member>
1655 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.JsonConvert.Undefined">
1656 7e39367d pkanavos
            <summary>
1657 7e39367d pkanavos
            Represents JavaScript's undefined as a string. This field is read-only.
1658 7e39367d pkanavos
            </summary>
1659 7e39367d pkanavos
        </member>
1660 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.JsonConvert.PositiveInfinity">
1661 7e39367d pkanavos
            <summary>
1662 7e39367d pkanavos
            Represents JavaScript's positive infinity as a string. This field is read-only.
1663 7e39367d pkanavos
            </summary>
1664 7e39367d pkanavos
        </member>
1665 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.JsonConvert.NegativeInfinity">
1666 7e39367d pkanavos
            <summary>
1667 7e39367d pkanavos
            Represents JavaScript's negative infinity as a string. This field is read-only.
1668 7e39367d pkanavos
            </summary>
1669 7e39367d pkanavos
        </member>
1670 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.JsonConvert.NaN">
1671 7e39367d pkanavos
            <summary>
1672 7e39367d pkanavos
            Represents JavaScript's NaN as a string. This field is read-only.
1673 7e39367d pkanavos
            </summary>
1674 7e39367d pkanavos
        </member>
1675 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTime)">
1676 7e39367d pkanavos
            <summary>
1677 7e39367d pkanavos
            Converts the <see cref="T:System.DateTime"/> to its JSON string representation.
1678 7e39367d pkanavos
            </summary>
1679 7e39367d pkanavos
            <param name="value">The value to convert.</param>
1680 7e39367d pkanavos
            <returns>A JSON string representation of the <see cref="T:System.DateTime"/>.</returns>
1681 7e39367d pkanavos
        </member>
1682 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTime,Newtonsoft.Json.DateFormatHandling,Newtonsoft.Json.DateTimeZoneHandling)">
1683 7e39367d pkanavos
            <summary>
1684 7e39367d pkanavos
            Converts the <see cref="T:System.DateTime"/> to its JSON string representation using the <see cref="T:Newtonsoft.Json.DateFormatHandling"/> specified.
1685 7e39367d pkanavos
            </summary>
1686 7e39367d pkanavos
            <param name="value">The value to convert.</param>
1687 7e39367d pkanavos
            <param name="format">The format the date will be converted to.</param>
1688 7e39367d pkanavos
            <param name="timeZoneHandling">The time zone handling when the date is converted to a string.</param>
1689 7e39367d pkanavos
            <returns>A JSON string representation of the <see cref="T:System.DateTime"/>.</returns>
1690 7e39367d pkanavos
        </member>
1691 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTimeOffset)">
1692 7e39367d pkanavos
            <summary>
1693 7e39367d pkanavos
            Converts the <see cref="T:System.DateTimeOffset"/> to its JSON string representation.
1694 7e39367d pkanavos
            </summary>
1695 7e39367d pkanavos
            <param name="value">The value to convert.</param>
1696 7e39367d pkanavos
            <returns>A JSON string representation of the <see cref="T:System.DateTimeOffset"/>.</returns>
1697 7e39367d pkanavos
        </member>
1698 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTimeOffset,Newtonsoft.Json.DateFormatHandling)">
1699 7e39367d pkanavos
            <summary>
1700 7e39367d pkanavos
            Converts the <see cref="T:System.DateTimeOffset"/> to its JSON string representation using the <see cref="T:Newtonsoft.Json.DateFormatHandling"/> specified.
1701 7e39367d pkanavos
            </summary>
1702 7e39367d pkanavos
            <param name="value">The value to convert.</param>
1703 7e39367d pkanavos
            <param name="format">The format the date will be converted to.</param>
1704 7e39367d pkanavos
            <returns>A JSON string representation of the <see cref="T:System.DateTimeOffset"/>.</returns>
1705 7e39367d pkanavos
        </member>
1706 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Boolean)">
1707 7e39367d pkanavos
            <summary>
1708 7e39367d pkanavos
            Converts the <see cref="T:System.Boolean"/> to its JSON string representation.
1709 7e39367d pkanavos
            </summary>
1710 7e39367d pkanavos
            <param name="value">The value to convert.</param>
1711 7e39367d pkanavos
            <returns>A JSON string representation of the <see cref="T:System.Boolean"/>.</returns>
1712 7e39367d pkanavos
        </member>
1713 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Char)">
1714 7e39367d pkanavos
            <summary>
1715 7e39367d pkanavos
            Converts the <see cref="T:System.Char"/> to its JSON string representation.
1716 7e39367d pkanavos
            </summary>
1717 7e39367d pkanavos
            <param name="value">The value to convert.</param>
1718 7e39367d pkanavos
            <returns>A JSON string representation of the <see cref="T:System.Char"/>.</returns>
1719 7e39367d pkanavos
        </member>
1720 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Enum)">
1721 7e39367d pkanavos
            <summary>
1722 7e39367d pkanavos
            Converts the <see cref="T:System.Enum"/> to its JSON string representation.
1723 7e39367d pkanavos
            </summary>
1724 7e39367d pkanavos
            <param name="value">The value to convert.</param>
1725 7e39367d pkanavos
            <returns>A JSON string representation of the <see cref="T:System.Enum"/>.</returns>
1726 7e39367d pkanavos
        </member>
1727 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int32)">
1728 7e39367d pkanavos
            <summary>
1729 7e39367d pkanavos
            Converts the <see cref="T:System.Int32"/> to its JSON string representation.
1730 7e39367d pkanavos
            </summary>
1731 7e39367d pkanavos
            <param name="value">The value to convert.</param>
1732 7e39367d pkanavos
            <returns>A JSON string representation of the <see cref="T:System.Int32"/>.</returns>
1733 7e39367d pkanavos
        </member>
1734 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int16)">
1735 7e39367d pkanavos
            <summary>
1736 7e39367d pkanavos
            Converts the <see cref="T:System.Int16"/> to its JSON string representation.
1737 7e39367d pkanavos
            </summary>
1738 7e39367d pkanavos
            <param name="value">The value to convert.</param>
1739 7e39367d pkanavos
            <returns>A JSON string representation of the <see cref="T:System.Int16"/>.</returns>
1740 7e39367d pkanavos
        </member>
1741 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt16)">
1742 7e39367d pkanavos
            <summary>
1743 7e39367d pkanavos
            Converts the <see cref="T:System.UInt16"/> to its JSON string representation.
1744 7e39367d pkanavos
            </summary>
1745 7e39367d pkanavos
            <param name="value">The value to convert.</param>
1746 7e39367d pkanavos
            <returns>A JSON string representation of the <see cref="T:System.UInt16"/>.</returns>
1747 7e39367d pkanavos
        </member>
1748 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt32)">
1749 7e39367d pkanavos
            <summary>
1750 7e39367d pkanavos
            Converts the <see cref="T:System.UInt32"/> to its JSON string representation.
1751 7e39367d pkanavos
            </summary>
1752 7e39367d pkanavos
            <param name="value">The value to convert.</param>
1753 7e39367d pkanavos
            <returns>A JSON string representation of the <see cref="T:System.UInt32"/>.</returns>
1754 7e39367d pkanavos
        </member>
1755 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int64)">
1756 7e39367d pkanavos
            <summary>
1757 7e39367d pkanavos
            Converts the <see cref="T:System.Int64"/>  to its JSON string representation.
1758 7e39367d pkanavos
            </summary>
1759 7e39367d pkanavos
            <param name="value">The value to convert.</param>
1760 7e39367d pkanavos
            <returns>A JSON string representation of the <see cref="T:System.Int64"/>.</returns>
1761 7e39367d pkanavos
        </member>
1762 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt64)">
1763 7e39367d pkanavos
            <summary>
1764 7e39367d pkanavos
            Converts the <see cref="T:System.UInt64"/> to its JSON string representation.
1765 7e39367d pkanavos
            </summary>
1766 7e39367d pkanavos
            <param name="value">The value to convert.</param>
1767 7e39367d pkanavos
            <returns>A JSON string representation of the <see cref="T:System.UInt64"/>.</returns>
1768 7e39367d pkanavos
        </member>
1769 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Single)">
1770 7e39367d pkanavos
            <summary>
1771 7e39367d pkanavos
            Converts the <see cref="T:System.Single"/> to its JSON string representation.
1772 7e39367d pkanavos
            </summary>
1773 7e39367d pkanavos
            <param name="value">The value to convert.</param>
1774 7e39367d pkanavos
            <returns>A JSON string representation of the <see cref="T:System.Single"/>.</returns>
1775 7e39367d pkanavos
        </member>
1776 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Double)">
1777 7e39367d pkanavos
            <summary>
1778 7e39367d pkanavos
            Converts the <see cref="T:System.Double"/> to its JSON string representation.
1779 7e39367d pkanavos
            </summary>
1780 7e39367d pkanavos
            <param name="value">The value to convert.</param>
1781 7e39367d pkanavos
            <returns>A JSON string representation of the <see cref="T:System.Double"/>.</returns>
1782 7e39367d pkanavos
        </member>
1783 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Byte)">
1784 7e39367d pkanavos
            <summary>
1785 7e39367d pkanavos
            Converts the <see cref="T:System.Byte"/> to its JSON string representation.
1786 7e39367d pkanavos
            </summary>
1787 7e39367d pkanavos
            <param name="value">The value to convert.</param>
1788 7e39367d pkanavos
            <returns>A JSON string representation of the <see cref="T:System.Byte"/>.</returns>
1789 7e39367d pkanavos
        </member>
1790 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.SByte)">
1791 7e39367d pkanavos
            <summary>
1792 7e39367d pkanavos
            Converts the <see cref="T:System.SByte"/> to its JSON string representation.
1793 7e39367d pkanavos
            </summary>
1794 7e39367d pkanavos
            <param name="value">The value to convert.</param>
1795 7e39367d pkanavos
            <returns>A JSON string representation of the <see cref="T:System.SByte"/>.</returns>
1796 7e39367d pkanavos
        </member>
1797 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Decimal)">
1798 7e39367d pkanavos
            <summary>
1799 7e39367d pkanavos
            Converts the <see cref="T:System.Decimal"/> to its JSON string representation.
1800 7e39367d pkanavos
            </summary>
1801 7e39367d pkanavos
            <param name="value">The value to convert.</param>
1802 7e39367d pkanavos
            <returns>A JSON string representation of the <see cref="T:System.SByte"/>.</returns>
1803 7e39367d pkanavos
        </member>
1804 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Guid)">
1805 7e39367d pkanavos
            <summary>
1806 7e39367d pkanavos
            Converts the <see cref="T:System.Guid"/> to its JSON string representation.
1807 7e39367d pkanavos
            </summary>
1808 7e39367d pkanavos
            <param name="value">The value to convert.</param>
1809 7e39367d pkanavos
            <returns>A JSON string representation of the <see cref="T:System.Guid"/>.</returns>
1810 7e39367d pkanavos
        </member>
1811 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.TimeSpan)">
1812 7e39367d pkanavos
            <summary>
1813 7e39367d pkanavos
            Converts the <see cref="T:System.TimeSpan"/> to its JSON string representation.
1814 7e39367d pkanavos
            </summary>
1815 7e39367d pkanavos
            <param name="value">The value to convert.</param>
1816 7e39367d pkanavos
            <returns>A JSON string representation of the <see cref="T:System.TimeSpan"/>.</returns>
1817 7e39367d pkanavos
        </member>
1818 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Uri)">
1819 7e39367d pkanavos
            <summary>
1820 7e39367d pkanavos
            Converts the <see cref="T:System.Uri"/> to its JSON string representation.
1821 7e39367d pkanavos
            </summary>
1822 7e39367d pkanavos
            <param name="value">The value to convert.</param>
1823 7e39367d pkanavos
            <returns>A JSON string representation of the <see cref="T:System.Uri"/>.</returns>
1824 7e39367d pkanavos
        </member>
1825 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String)">
1826 7e39367d pkanavos
            <summary>
1827 7e39367d pkanavos
            Converts the <see cref="T:System.String"/> to its JSON string representation.
1828 7e39367d pkanavos
            </summary>
1829 7e39367d pkanavos
            <param name="value">The value to convert.</param>
1830 7e39367d pkanavos
            <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns>
1831 7e39367d pkanavos
        </member>
1832 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String,System.Char)">
1833 7e39367d pkanavos
            <summary>
1834 7e39367d pkanavos
            Converts the <see cref="T:System.String"/> to its JSON string representation.
1835 7e39367d pkanavos
            </summary>
1836 7e39367d pkanavos
            <param name="value">The value to convert.</param>
1837 7e39367d pkanavos
            <param name="delimter">The string delimiter character.</param>
1838 7e39367d pkanavos
            <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns>
1839 7e39367d pkanavos
        </member>
1840 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Object)">
1841 7e39367d pkanavos
            <summary>
1842 7e39367d pkanavos
            Converts the <see cref="T:System.Object"/> to its JSON string representation.
1843 7e39367d pkanavos
            </summary>
1844 7e39367d pkanavos
            <param name="value">The value to convert.</param>
1845 7e39367d pkanavos
            <returns>A JSON string representation of the <see cref="T:System.Object"/>.</returns>
1846 7e39367d pkanavos
        </member>
1847 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object)">
1848 7e39367d pkanavos
            <summary>
1849 7e39367d pkanavos
            Serializes the specified object to a JSON string.
1850 7e39367d pkanavos
            </summary>
1851 7e39367d pkanavos
            <param name="value">The object to serialize.</param>
1852 7e39367d pkanavos
            <returns>A JSON string representation of the object.</returns>
1853 7e39367d pkanavos
        </member>
1854 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting)">
1855 7e39367d pkanavos
            <summary>
1856 7e39367d pkanavos
            Serializes the specified object to a JSON string.
1857 7e39367d pkanavos
            </summary>
1858 7e39367d pkanavos
            <param name="value">The object to serialize.</param>
1859 7e39367d pkanavos
            <param name="formatting">Indicates how the output is formatted.</param>
1860 7e39367d pkanavos
            <returns>
1861 7e39367d pkanavos
            A JSON string representation of the object.
1862 7e39367d pkanavos
            </returns>
1863 7e39367d pkanavos
        </member>
1864 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.JsonConverter[])">
1865 7e39367d pkanavos
            <summary>
1866 7e39367d pkanavos
            Serializes the specified object to a JSON string using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1867 7e39367d pkanavos
            </summary>
1868 7e39367d pkanavos
            <param name="value">The object to serialize.</param>
1869 7e39367d pkanavos
            <param name="converters">A collection converters used while serializing.</param>
1870 7e39367d pkanavos
            <returns>A JSON string representation of the object.</returns>
1871 7e39367d pkanavos
        </member>
1872 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[])">
1873 7e39367d pkanavos
            <summary>
1874 7e39367d pkanavos
            Serializes the specified object to a JSON string using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1875 7e39367d pkanavos
            </summary>
1876 7e39367d pkanavos
            <param name="value">The object to serialize.</param>
1877 7e39367d pkanavos
            <param name="formatting">Indicates how the output is formatted.</param>
1878 7e39367d pkanavos
            <param name="converters">A collection converters used while serializing.</param>
1879 7e39367d pkanavos
            <returns>A JSON string representation of the object.</returns>
1880 7e39367d pkanavos
        </member>
1881 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.JsonSerializerSettings)">
1882 7e39367d pkanavos
            <summary>
1883 7e39367d pkanavos
            Serializes the specified object to a JSON string using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1884 7e39367d pkanavos
            </summary>
1885 7e39367d pkanavos
            <param name="value">The object to serialize.</param>
1886 7e39367d pkanavos
            <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.
1887 7e39367d pkanavos
            If this is null, default serialization settings will be is used.</param>
1888 7e39367d pkanavos
            <returns>
1889 7e39367d pkanavos
            A JSON string representation of the object.
1890 7e39367d pkanavos
            </returns>
1891 7e39367d pkanavos
        </member>
1892 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)">
1893 7e39367d pkanavos
            <summary>
1894 7e39367d pkanavos
            Serializes the specified object to a JSON string using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
1895 7e39367d pkanavos
            </summary>
1896 7e39367d pkanavos
            <param name="value">The object to serialize.</param>
1897 7e39367d pkanavos
            <param name="formatting">Indicates how the output is formatted.</param>
1898 7e39367d pkanavos
            <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.
1899 7e39367d pkanavos
            If this is null, default serialization settings will be is used.</param>
1900 7e39367d pkanavos
            <returns>
1901 7e39367d pkanavos
            A JSON string representation of the object.
1902 7e39367d pkanavos
            </returns>
1903 7e39367d pkanavos
        </member>
1904 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String)">
1905 7e39367d pkanavos
            <summary>
1906 7e39367d pkanavos
            Deserializes the JSON to a .NET object.
1907 7e39367d pkanavos
            </summary>
1908 7e39367d pkanavos
            <param name="value">The JSON to deserialize.</param>
1909 7e39367d pkanavos
            <returns>The deserialized object from the Json string.</returns>
1910 7e39367d pkanavos
        </member>
1911 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,Newtonsoft.Json.JsonSerializerSettings)">
1912 7e39367d pkanavos
            <summary>
1913 7e39367d pkanavos
            Deserializes the JSON to a .NET object.
1914 7e39367d pkanavos
            </summary>
1915 7e39367d pkanavos
            <param name="value">The JSON to deserialize.</param>
1916 7e39367d pkanavos
            <param name="settings">
1917 7e39367d pkanavos
            The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1918 7e39367d pkanavos
            If this is null, default serialization settings will be is used.
1919 7e39367d pkanavos
            </param>
1920 7e39367d pkanavos
            <returns>The deserialized object from the JSON string.</returns>
1921 7e39367d pkanavos
        </member>
1922 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type)">
1923 7e39367d pkanavos
            <summary>
1924 7e39367d pkanavos
            Deserializes the JSON to the specified .NET type.
1925 7e39367d pkanavos
            </summary>
1926 7e39367d pkanavos
            <param name="value">The JSON to deserialize.</param>
1927 7e39367d pkanavos
            <param name="type">The <see cref="T:System.Type"/> of object being deserialized.</param>
1928 7e39367d pkanavos
            <returns>The deserialized object from the Json string.</returns>
1929 7e39367d pkanavos
        </member>
1930 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String)">
1931 7e39367d pkanavos
            <summary>
1932 7e39367d pkanavos
            Deserializes the JSON to the specified .NET type.
1933 7e39367d pkanavos
            </summary>
1934 7e39367d pkanavos
            <typeparam name="T">The type of the object to deserialize to.</typeparam>
1935 7e39367d pkanavos
            <param name="value">The JSON to deserialize.</param>
1936 7e39367d pkanavos
            <returns>The deserialized object from the Json string.</returns>
1937 7e39367d pkanavos
        </member>
1938 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeAnonymousType``1(System.String,``0)">
1939 7e39367d pkanavos
            <summary>
1940 7e39367d pkanavos
            Deserializes the JSON to the given anonymous type.
1941 7e39367d pkanavos
            </summary>
1942 7e39367d pkanavos
            <typeparam name="T">
1943 7e39367d pkanavos
            The anonymous type to deserialize to. This can't be specified
1944 7e39367d pkanavos
            traditionally and must be infered from the anonymous type passed
1945 7e39367d pkanavos
            as a parameter.
1946 7e39367d pkanavos
            </typeparam>
1947 7e39367d pkanavos
            <param name="value">The JSON to deserialize.</param>
1948 7e39367d pkanavos
            <param name="anonymousTypeObject">The anonymous type object.</param>
1949 7e39367d pkanavos
            <returns>The deserialized anonymous type from the JSON string.</returns>
1950 7e39367d pkanavos
        </member>
1951 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String,Newtonsoft.Json.JsonConverter[])">
1952 7e39367d pkanavos
            <summary>
1953 7e39367d pkanavos
            Deserializes the JSON to the specified .NET type.
1954 7e39367d pkanavos
            </summary>
1955 7e39367d pkanavos
            <typeparam name="T">The type of the object to deserialize to.</typeparam>
1956 7e39367d pkanavos
            <param name="value">The JSON to deserialize.</param>
1957 7e39367d pkanavos
            <param name="converters">Converters to use while deserializing.</param>
1958 7e39367d pkanavos
            <returns>The deserialized object from the JSON string.</returns>
1959 7e39367d pkanavos
        </member>
1960 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String,Newtonsoft.Json.JsonSerializerSettings)">
1961 7e39367d pkanavos
            <summary>
1962 7e39367d pkanavos
            Deserializes the JSON to the specified .NET type.
1963 7e39367d pkanavos
            </summary>
1964 7e39367d pkanavos
            <typeparam name="T">The type of the object to deserialize to.</typeparam>
1965 7e39367d pkanavos
            <param name="value">The object to deserialize.</param>
1966 7e39367d pkanavos
            <param name="settings">
1967 7e39367d pkanavos
            The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1968 7e39367d pkanavos
            If this is null, default serialization settings will be is used.
1969 7e39367d pkanavos
            </param>
1970 7e39367d pkanavos
            <returns>The deserialized object from the JSON string.</returns>
1971 7e39367d pkanavos
        </member>
1972 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type,Newtonsoft.Json.JsonConverter[])">
1973 7e39367d pkanavos
            <summary>
1974 7e39367d pkanavos
            Deserializes the JSON to the specified .NET type.
1975 7e39367d pkanavos
            </summary>
1976 7e39367d pkanavos
            <param name="value">The JSON to deserialize.</param>
1977 7e39367d pkanavos
            <param name="type">The type of the object to deserialize.</param>
1978 7e39367d pkanavos
            <param name="converters">Converters to use while deserializing.</param>
1979 7e39367d pkanavos
            <returns>The deserialized object from the JSON string.</returns>
1980 7e39367d pkanavos
        </member>
1981 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type,Newtonsoft.Json.JsonSerializerSettings)">
1982 7e39367d pkanavos
            <summary>
1983 7e39367d pkanavos
            Deserializes the JSON to the specified .NET type.
1984 7e39367d pkanavos
            </summary>
1985 7e39367d pkanavos
            <param name="value">The JSON to deserialize.</param>
1986 7e39367d pkanavos
            <param name="type">The type of the object to deserialize to.</param>
1987 7e39367d pkanavos
            <param name="settings">
1988 7e39367d pkanavos
            The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
1989 7e39367d pkanavos
            If this is null, default serialization settings will be is used.
1990 7e39367d pkanavos
            </param>
1991 7e39367d pkanavos
            <returns>The deserialized object from the JSON string.</returns>
1992 7e39367d pkanavos
        </member>
1993 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.PopulateObject(System.String,System.Object)">
1994 7e39367d pkanavos
            <summary>
1995 7e39367d pkanavos
            Populates the object with values from the JSON string.
1996 7e39367d pkanavos
            </summary>
1997 7e39367d pkanavos
            <param name="value">The JSON to populate values from.</param>
1998 7e39367d pkanavos
            <param name="target">The target object to populate values onto.</param>
1999 7e39367d pkanavos
        </member>
2000 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConvert.PopulateObject(System.String,System.Object,Newtonsoft.Json.JsonSerializerSettings)">
2001 7e39367d pkanavos
            <summary>
2002 7e39367d pkanavos
            Populates the object with values from the JSON string.
2003 7e39367d pkanavos
            </summary>
2004 7e39367d pkanavos
            <param name="value">The JSON to populate values from.</param>
2005 7e39367d pkanavos
            <param name="target">The target object to populate values onto.</param>
2006 7e39367d pkanavos
            <param name="settings">
2007 7e39367d pkanavos
            The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.
2008 7e39367d pkanavos
            If this is null, default serialization settings will be is used.
2009 7e39367d pkanavos
            </param>
2010 7e39367d pkanavos
        </member>
2011 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.JsonConverterAttribute">
2012 7e39367d pkanavos
            <summary>
2013 7e39367d pkanavos
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to use the specified <see cref="T:Newtonsoft.Json.JsonConverter"/> when serializing the member or class.
2014 7e39367d pkanavos
            </summary>
2015 7e39367d pkanavos
        </member>
2016 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonConverterAttribute.#ctor(System.Type)">
2017 7e39367d pkanavos
            <summary>
2018 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonConverterAttribute"/> class.
2019 7e39367d pkanavos
            </summary>
2020 7e39367d pkanavos
            <param name="converterType">Type of the converter.</param>
2021 7e39367d pkanavos
        </member>
2022 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonConverterAttribute.ConverterType">
2023 7e39367d pkanavos
            <summary>
2024 7e39367d pkanavos
            Gets the type of the converter.
2025 7e39367d pkanavos
            </summary>
2026 7e39367d pkanavos
            <value>The type of the converter.</value>
2027 7e39367d pkanavos
        </member>
2028 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.JsonConverterCollection">
2029 7e39367d pkanavos
            <summary>
2030 7e39367d pkanavos
            Represents a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.
2031 7e39367d pkanavos
            </summary>
2032 7e39367d pkanavos
        </member>
2033 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.JsonDictionaryAttribute">
2034 7e39367d pkanavos
            <summary>
2035 7e39367d pkanavos
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the collection.
2036 7e39367d pkanavos
            </summary>
2037 7e39367d pkanavos
        </member>
2038 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonDictionaryAttribute.#ctor">
2039 7e39367d pkanavos
            <summary>
2040 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonDictionaryAttribute"/> class.
2041 7e39367d pkanavos
            </summary>
2042 7e39367d pkanavos
        </member>
2043 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonDictionaryAttribute.#ctor(System.String)">
2044 7e39367d pkanavos
            <summary>
2045 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonDictionaryAttribute"/> class with the specified container Id.
2046 7e39367d pkanavos
            </summary>
2047 7e39367d pkanavos
            <param name="id">The container Id.</param>
2048 7e39367d pkanavos
        </member>
2049 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.JsonException">
2050 7e39367d pkanavos
            <summary>
2051 7e39367d pkanavos
            The exception thrown when an error occurs during Json serialization or deserialization.
2052 7e39367d pkanavos
            </summary>
2053 7e39367d pkanavos
        </member>
2054 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonException.#ctor">
2055 7e39367d pkanavos
            <summary>
2056 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class.
2057 7e39367d pkanavos
            </summary>
2058 7e39367d pkanavos
        </member>
2059 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonException.#ctor(System.String)">
2060 7e39367d pkanavos
            <summary>
2061 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class
2062 7e39367d pkanavos
            with a specified error message.
2063 7e39367d pkanavos
            </summary>
2064 7e39367d pkanavos
            <param name="message">The error message that explains the reason for the exception.</param>
2065 7e39367d pkanavos
        </member>
2066 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonException.#ctor(System.String,System.Exception)">
2067 7e39367d pkanavos
            <summary>
2068 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class
2069 7e39367d pkanavos
            with a specified error message and a reference to the inner exception that is the cause of this exception.
2070 7e39367d pkanavos
            </summary>
2071 7e39367d pkanavos
            <param name="message">The error message that explains the reason for the exception.</param>
2072 7e39367d pkanavos
            <param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.</param>
2073 7e39367d pkanavos
        </member>
2074 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.JsonIgnoreAttribute">
2075 7e39367d pkanavos
            <summary>
2076 7e39367d pkanavos
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> not to serialize the public field or public read/write property value.
2077 7e39367d pkanavos
            </summary>
2078 7e39367d pkanavos
        </member>
2079 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.JsonObjectAttribute">
2080 7e39367d pkanavos
            <summary>
2081 7e39367d pkanavos
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the object.
2082 7e39367d pkanavos
            </summary>
2083 7e39367d pkanavos
        </member>
2084 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor">
2085 7e39367d pkanavos
            <summary>
2086 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class.
2087 7e39367d pkanavos
            </summary>
2088 7e39367d pkanavos
        </member>
2089 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor(Newtonsoft.Json.MemberSerialization)">
2090 7e39367d pkanavos
            <summary>
2091 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with the specified member serialization.
2092 7e39367d pkanavos
            </summary>
2093 7e39367d pkanavos
            <param name="memberSerialization">The member serialization.</param>
2094 7e39367d pkanavos
        </member>
2095 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor(System.String)">
2096 7e39367d pkanavos
            <summary>
2097 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with the specified container Id.
2098 7e39367d pkanavos
            </summary>
2099 7e39367d pkanavos
            <param name="id">The container Id.</param>
2100 7e39367d pkanavos
        </member>
2101 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonObjectAttribute.MemberSerialization">
2102 7e39367d pkanavos
            <summary>
2103 7e39367d pkanavos
            Gets or sets the member serialization.
2104 7e39367d pkanavos
            </summary>
2105 7e39367d pkanavos
            <value>The member serialization.</value>
2106 7e39367d pkanavos
        </member>
2107 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonObjectAttribute.ItemRequired">
2108 7e39367d pkanavos
            <summary>
2109 7e39367d pkanavos
            Gets or sets a value that indicates whether the object's properties are required.
2110 7e39367d pkanavos
            </summary>
2111 7e39367d pkanavos
            <value>
2112 7e39367d pkanavos
                    A value indicating whether the object's properties are required.
2113 7e39367d pkanavos
            </value>
2114 7e39367d pkanavos
        </member>
2115 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.JsonPropertyAttribute">
2116 7e39367d pkanavos
            <summary>
2117 7e39367d pkanavos
            Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to always serialize the member with the specified name.
2118 7e39367d pkanavos
            </summary>
2119 7e39367d pkanavos
        </member>
2120 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonPropertyAttribute.#ctor">
2121 7e39367d pkanavos
            <summary>
2122 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> class.
2123 7e39367d pkanavos
            </summary>
2124 7e39367d pkanavos
        </member>
2125 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonPropertyAttribute.#ctor(System.String)">
2126 7e39367d pkanavos
            <summary>
2127 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> class with the specified name.
2128 7e39367d pkanavos
            </summary>
2129 7e39367d pkanavos
            <param name="propertyName">Name of the property.</param>
2130 7e39367d pkanavos
        </member>
2131 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemConverterType">
2132 7e39367d pkanavos
            <summary>
2133 7e39367d pkanavos
            Gets or sets the converter used when serializing the property's collection items.
2134 7e39367d pkanavos
            </summary>
2135 7e39367d pkanavos
            <value>The collection's items converter.</value>
2136 7e39367d pkanavos
        </member>
2137 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.NullValueHandling">
2138 7e39367d pkanavos
            <summary>
2139 7e39367d pkanavos
            Gets or sets the null value handling used when serializing this property.
2140 7e39367d pkanavos
            </summary>
2141 7e39367d pkanavos
            <value>The null value handling.</value>
2142 7e39367d pkanavos
        </member>
2143 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.DefaultValueHandling">
2144 7e39367d pkanavos
            <summary>
2145 7e39367d pkanavos
            Gets or sets the default value handling used when serializing this property.
2146 7e39367d pkanavos
            </summary>
2147 7e39367d pkanavos
            <value>The default value handling.</value>
2148 7e39367d pkanavos
        </member>
2149 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ReferenceLoopHandling">
2150 7e39367d pkanavos
            <summary>
2151 7e39367d pkanavos
            Gets or sets the reference loop handling used when serializing this property.
2152 7e39367d pkanavos
            </summary>
2153 7e39367d pkanavos
            <value>The reference loop handling.</value>
2154 7e39367d pkanavos
        </member>
2155 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ObjectCreationHandling">
2156 7e39367d pkanavos
            <summary>
2157 7e39367d pkanavos
            Gets or sets the object creation handling used when deserializing this property.
2158 7e39367d pkanavos
            </summary>
2159 7e39367d pkanavos
            <value>The object creation handling.</value>
2160 7e39367d pkanavos
        </member>
2161 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.TypeNameHandling">
2162 7e39367d pkanavos
            <summary>
2163 7e39367d pkanavos
            Gets or sets the type name handling used when serializing this property.
2164 7e39367d pkanavos
            </summary>
2165 7e39367d pkanavos
            <value>The type name handling.</value>
2166 7e39367d pkanavos
        </member>
2167 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.IsReference">
2168 7e39367d pkanavos
            <summary>
2169 7e39367d pkanavos
            Gets or sets whether this property's value is serialized as a reference.
2170 7e39367d pkanavos
            </summary>
2171 7e39367d pkanavos
            <value>Whether this property's value is serialized as a reference.</value>
2172 7e39367d pkanavos
        </member>
2173 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.Order">
2174 7e39367d pkanavos
            <summary>
2175 7e39367d pkanavos
            Gets or sets the order of serialization and deserialization of a member.
2176 7e39367d pkanavos
            </summary>
2177 7e39367d pkanavos
            <value>The numeric order of serialization or deserialization.</value>
2178 7e39367d pkanavos
        </member>
2179 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.Required">
2180 7e39367d pkanavos
            <summary>
2181 7e39367d pkanavos
            Gets or sets a value indicating whether this property is required.
2182 7e39367d pkanavos
            </summary>
2183 7e39367d pkanavos
            <value>
2184 7e39367d pkanavos
                    A value indicating whether this property is required.
2185 7e39367d pkanavos
            </value>
2186 7e39367d pkanavos
        </member>
2187 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.PropertyName">
2188 7e39367d pkanavos
            <summary>
2189 7e39367d pkanavos
            Gets or sets the name of the property.
2190 7e39367d pkanavos
            </summary>
2191 7e39367d pkanavos
            <value>The name of the property.</value>
2192 7e39367d pkanavos
        </member>
2193 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemReferenceLoopHandling">
2194 7e39367d pkanavos
            <summary>
2195 7e39367d pkanavos
            Gets or sets the the reference loop handling used when serializing the property's collection items.
2196 7e39367d pkanavos
            </summary>
2197 7e39367d pkanavos
            <value>The collection's items reference loop handling.</value>
2198 7e39367d pkanavos
        </member>
2199 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemTypeNameHandling">
2200 7e39367d pkanavos
            <summary>
2201 7e39367d pkanavos
            Gets or sets the the type name handling used when serializing the property's collection items.
2202 7e39367d pkanavos
            </summary>
2203 7e39367d pkanavos
            <value>The collection's items type name handling.</value>
2204 7e39367d pkanavos
        </member>
2205 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemIsReference">
2206 7e39367d pkanavos
            <summary>
2207 7e39367d pkanavos
            Gets or sets whether this property's collection items are serialized as a reference.
2208 7e39367d pkanavos
            </summary>
2209 7e39367d pkanavos
            <value>Whether this property's collection items are serialized as a reference.</value>
2210 7e39367d pkanavos
        </member>
2211 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.JsonReaderException">
2212 7e39367d pkanavos
            <summary>
2213 7e39367d pkanavos
            The exception thrown when an error occurs while reading Json text.
2214 7e39367d pkanavos
            </summary>
2215 7e39367d pkanavos
        </member>
2216 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonReaderException.#ctor">
2217 7e39367d pkanavos
            <summary>
2218 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class.
2219 7e39367d pkanavos
            </summary>
2220 7e39367d pkanavos
        </member>
2221 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.String)">
2222 7e39367d pkanavos
            <summary>
2223 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class
2224 7e39367d pkanavos
            with a specified error message.
2225 7e39367d pkanavos
            </summary>
2226 7e39367d pkanavos
            <param name="message">The error message that explains the reason for the exception.</param>
2227 7e39367d pkanavos
        </member>
2228 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.String,System.Exception)">
2229 7e39367d pkanavos
            <summary>
2230 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class
2231 7e39367d pkanavos
            with a specified error message and a reference to the inner exception that is the cause of this exception.
2232 7e39367d pkanavos
            </summary>
2233 7e39367d pkanavos
            <param name="message">The error message that explains the reason for the exception.</param>
2234 7e39367d pkanavos
            <param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.</param>
2235 7e39367d pkanavos
        </member>
2236 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonReaderException.LineNumber">
2237 7e39367d pkanavos
            <summary>
2238 7e39367d pkanavos
            Gets the line number indicating where the error occurred.
2239 7e39367d pkanavos
            </summary>
2240 7e39367d pkanavos
            <value>The line number indicating where the error occurred.</value>
2241 7e39367d pkanavos
        </member>
2242 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonReaderException.LinePosition">
2243 7e39367d pkanavos
            <summary>
2244 7e39367d pkanavos
            Gets the line position indicating where the error occurred.
2245 7e39367d pkanavos
            </summary>
2246 7e39367d pkanavos
            <value>The line position indicating where the error occurred.</value>
2247 7e39367d pkanavos
        </member>
2248 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonReaderException.Path">
2249 7e39367d pkanavos
            <summary>
2250 7e39367d pkanavos
            Gets the path to the JSON where the error occurred.
2251 7e39367d pkanavos
            </summary>
2252 7e39367d pkanavos
            <value>The path to the JSON where the error occurred.</value>
2253 7e39367d pkanavos
        </member>
2254 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.JsonSerializationException">
2255 7e39367d pkanavos
            <summary>
2256 7e39367d pkanavos
            The exception thrown when an error occurs during Json serialization or deserialization.
2257 7e39367d pkanavos
            </summary>
2258 7e39367d pkanavos
        </member>
2259 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor">
2260 7e39367d pkanavos
            <summary>
2261 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class.
2262 7e39367d pkanavos
            </summary>
2263 7e39367d pkanavos
        </member>
2264 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.String)">
2265 7e39367d pkanavos
            <summary>
2266 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class
2267 7e39367d pkanavos
            with a specified error message.
2268 7e39367d pkanavos
            </summary>
2269 7e39367d pkanavos
            <param name="message">The error message that explains the reason for the exception.</param>
2270 7e39367d pkanavos
        </member>
2271 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.String,System.Exception)">
2272 7e39367d pkanavos
            <summary>
2273 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class
2274 7e39367d pkanavos
            with a specified error message and a reference to the inner exception that is the cause of this exception.
2275 7e39367d pkanavos
            </summary>
2276 7e39367d pkanavos
            <param name="message">The error message that explains the reason for the exception.</param>
2277 7e39367d pkanavos
            <param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.</param>
2278 7e39367d pkanavos
        </member>
2279 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.JsonSerializer">
2280 7e39367d pkanavos
            <summary>
2281 7e39367d pkanavos
            Serializes and deserializes objects into and from the JSON format.
2282 7e39367d pkanavos
            The <see cref="T:Newtonsoft.Json.JsonSerializer"/> enables you to control how objects are encoded into JSON.
2283 7e39367d pkanavos
            </summary>
2284 7e39367d pkanavos
        </member>
2285 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonSerializer.#ctor">
2286 7e39367d pkanavos
            <summary>
2287 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializer"/> class.
2288 7e39367d pkanavos
            </summary>
2289 7e39367d pkanavos
        </member>
2290 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonSerializer.Create(Newtonsoft.Json.JsonSerializerSettings)">
2291 7e39367d pkanavos
            <summary>
2292 7e39367d pkanavos
            Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.
2293 7e39367d pkanavos
            </summary>
2294 7e39367d pkanavos
            <param name="settings">The settings to be applied to the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.</param>
2295 7e39367d pkanavos
            <returns>A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.</returns>
2296 7e39367d pkanavos
        </member>
2297 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonSerializer.Populate(System.IO.TextReader,System.Object)">
2298 7e39367d pkanavos
            <summary>
2299 7e39367d pkanavos
            Populates the JSON values onto the target object.
2300 7e39367d pkanavos
            </summary>
2301 7e39367d pkanavos
            <param name="reader">The <see cref="T:System.IO.TextReader"/> that contains the JSON structure to reader values from.</param>
2302 7e39367d pkanavos
            <param name="target">The target object to populate values onto.</param>
2303 7e39367d pkanavos
        </member>
2304 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonSerializer.Populate(Newtonsoft.Json.JsonReader,System.Object)">
2305 7e39367d pkanavos
            <summary>
2306 7e39367d pkanavos
            Populates the JSON values onto the target object.
2307 7e39367d pkanavos
            </summary>
2308 7e39367d pkanavos
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> that contains the JSON structure to reader values from.</param>
2309 7e39367d pkanavos
            <param name="target">The target object to populate values onto.</param>
2310 7e39367d pkanavos
        </member>
2311 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(Newtonsoft.Json.JsonReader)">
2312 7e39367d pkanavos
            <summary>
2313 7e39367d pkanavos
            Deserializes the Json structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.
2314 7e39367d pkanavos
            </summary>
2315 7e39367d pkanavos
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> that contains the JSON structure to deserialize.</param>
2316 7e39367d pkanavos
            <returns>The <see cref="T:System.Object"/> being deserialized.</returns>
2317 7e39367d pkanavos
        </member>
2318 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(System.IO.TextReader,System.Type)">
2319 7e39367d pkanavos
            <summary>
2320 7e39367d pkanavos
            Deserializes the Json structure contained by the specified <see cref="T:System.IO.StringReader"/>
2321 7e39367d pkanavos
            into an instance of the specified type.
2322 7e39367d pkanavos
            </summary>
2323 7e39367d pkanavos
            <param name="reader">The <see cref="T:System.IO.TextReader"/> containing the object.</param>
2324 7e39367d pkanavos
            <param name="objectType">The <see cref="T:System.Type"/> of object being deserialized.</param>
2325 7e39367d pkanavos
            <returns>The instance of <paramref name="objectType"/> being deserialized.</returns>
2326 7e39367d pkanavos
        </member>
2327 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize``1(Newtonsoft.Json.JsonReader)">
2328 7e39367d pkanavos
            <summary>
2329 7e39367d pkanavos
            Deserializes the Json structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>
2330 7e39367d pkanavos
            into an instance of the specified type.
2331 7e39367d pkanavos
            </summary>
2332 7e39367d pkanavos
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the object.</param>
2333 7e39367d pkanavos
            <typeparam name="T">The type of the object to deserialize.</typeparam>
2334 7e39367d pkanavos
            <returns>The instance of <typeparamref name="T"/> being deserialized.</returns>
2335 7e39367d pkanavos
        </member>
2336 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(Newtonsoft.Json.JsonReader,System.Type)">
2337 7e39367d pkanavos
            <summary>
2338 7e39367d pkanavos
            Deserializes the Json structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>
2339 7e39367d pkanavos
            into an instance of the specified type.
2340 7e39367d pkanavos
            </summary>
2341 7e39367d pkanavos
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the object.</param>
2342 7e39367d pkanavos
            <param name="objectType">The <see cref="T:System.Type"/> of object being deserialized.</param>
2343 7e39367d pkanavos
            <returns>The instance of <paramref name="objectType"/> being deserialized.</returns>
2344 7e39367d pkanavos
        </member>
2345 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(System.IO.TextWriter,System.Object)">
2346 7e39367d pkanavos
            <summary>
2347 7e39367d pkanavos
            Serializes the specified <see cref="T:System.Object"/> and writes the Json structure
2348 7e39367d pkanavos
            to a <c>Stream</c> using the specified <see cref="T:System.IO.TextWriter"/>. 
2349 7e39367d pkanavos
            </summary>
2350 7e39367d pkanavos
            <param name="textWriter">The <see cref="T:System.IO.TextWriter"/> used to write the Json structure.</param>
2351 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Object"/> to serialize.</param>
2352 7e39367d pkanavos
        </member>
2353 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(Newtonsoft.Json.JsonWriter,System.Object)">
2354 7e39367d pkanavos
            <summary>
2355 7e39367d pkanavos
            Serializes the specified <see cref="T:System.Object"/> and writes the Json structure
2356 7e39367d pkanavos
            to a <c>Stream</c> using the specified <see cref="T:Newtonsoft.Json.JsonWriter"/>. 
2357 7e39367d pkanavos
            </summary>
2358 7e39367d pkanavos
            <param name="jsonWriter">The <see cref="T:Newtonsoft.Json.JsonWriter"/> used to write the Json structure.</param>
2359 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Object"/> to serialize.</param>
2360 7e39367d pkanavos
        </member>
2361 7e39367d pkanavos
        <member name="E:Newtonsoft.Json.JsonSerializer.Error">
2362 7e39367d pkanavos
            <summary>
2363 7e39367d pkanavos
            Occurs when the <see cref="T:Newtonsoft.Json.JsonSerializer"/> errors during serialization and deserialization.
2364 7e39367d pkanavos
            </summary>
2365 7e39367d pkanavos
        </member>
2366 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializer.ReferenceResolver">
2367 7e39367d pkanavos
            <summary>
2368 7e39367d pkanavos
            Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.
2369 7e39367d pkanavos
            </summary>
2370 7e39367d pkanavos
        </member>
2371 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializer.Binder">
2372 7e39367d pkanavos
            <summary>
2373 7e39367d pkanavos
            Gets or sets the <see cref="T:Newtonsoft.Json.SerializationBinder"/> used by the serializer when resolving type names.
2374 7e39367d pkanavos
            </summary>
2375 7e39367d pkanavos
        </member>
2376 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializer.TypeNameHandling">
2377 7e39367d pkanavos
            <summary>
2378 7e39367d pkanavos
            Gets or sets how type name writing and reading is handled by the serializer.
2379 7e39367d pkanavos
            </summary>
2380 7e39367d pkanavos
        </member>
2381 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializer.TypeNameAssemblyFormat">
2382 7e39367d pkanavos
            <summary>
2383 7e39367d pkanavos
            Gets or sets how a type name assembly is written and resolved by the serializer.
2384 7e39367d pkanavos
            </summary>
2385 7e39367d pkanavos
            <value>The type name assembly format.</value>
2386 7e39367d pkanavos
        </member>
2387 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializer.PreserveReferencesHandling">
2388 7e39367d pkanavos
            <summary>
2389 7e39367d pkanavos
            Gets or sets how object references are preserved by the serializer.
2390 7e39367d pkanavos
            </summary>
2391 7e39367d pkanavos
        </member>
2392 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializer.ReferenceLoopHandling">
2393 7e39367d pkanavos
            <summary>
2394 7e39367d pkanavos
            Get or set how reference loops (e.g. a class referencing itself) is handled.
2395 7e39367d pkanavos
            </summary>
2396 7e39367d pkanavos
        </member>
2397 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializer.MissingMemberHandling">
2398 7e39367d pkanavos
            <summary>
2399 7e39367d pkanavos
            Get or set how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
2400 7e39367d pkanavos
            </summary>
2401 7e39367d pkanavos
        </member>
2402 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializer.NullValueHandling">
2403 7e39367d pkanavos
            <summary>
2404 7e39367d pkanavos
            Get or set how null values are handled during serialization and deserialization.
2405 7e39367d pkanavos
            </summary>
2406 7e39367d pkanavos
        </member>
2407 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializer.DefaultValueHandling">
2408 7e39367d pkanavos
            <summary>
2409 7e39367d pkanavos
            Get or set how null default are handled during serialization and deserialization.
2410 7e39367d pkanavos
            </summary>
2411 7e39367d pkanavos
        </member>
2412 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializer.ObjectCreationHandling">
2413 7e39367d pkanavos
            <summary>
2414 7e39367d pkanavos
            Gets or sets how objects are created during deserialization.
2415 7e39367d pkanavos
            </summary>
2416 7e39367d pkanavos
            <value>The object creation handling.</value>
2417 7e39367d pkanavos
        </member>
2418 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializer.ConstructorHandling">
2419 7e39367d pkanavos
            <summary>
2420 7e39367d pkanavos
            Gets or sets how constructors are used during deserialization.
2421 7e39367d pkanavos
            </summary>
2422 7e39367d pkanavos
            <value>The constructor handling.</value>
2423 7e39367d pkanavos
        </member>
2424 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializer.Converters">
2425 7e39367d pkanavos
            <summary>
2426 7e39367d pkanavos
            Gets a collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.
2427 7e39367d pkanavos
            </summary>
2428 7e39367d pkanavos
            <value>Collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.</value>
2429 7e39367d pkanavos
        </member>
2430 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializer.ContractResolver">
2431 7e39367d pkanavos
            <summary>
2432 7e39367d pkanavos
            Gets or sets the contract resolver used by the serializer when
2433 7e39367d pkanavos
            serializing .NET objects to JSON and vice versa.
2434 7e39367d pkanavos
            </summary>
2435 7e39367d pkanavos
        </member>
2436 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializer.Context">
2437 7e39367d pkanavos
            <summary>
2438 7e39367d pkanavos
            Gets or sets the <see cref="T:System.Runtime.Serialization.StreamingContext"/> used by the serializer when invoking serialization callback methods.
2439 7e39367d pkanavos
            </summary>
2440 7e39367d pkanavos
            <value>The context.</value>
2441 7e39367d pkanavos
        </member>
2442 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializer.Formatting">
2443 7e39367d pkanavos
            <summary>
2444 7e39367d pkanavos
            Indicates how JSON text output is formatted.
2445 7e39367d pkanavos
            </summary>
2446 7e39367d pkanavos
        </member>
2447 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializer.DateFormatHandling">
2448 7e39367d pkanavos
            <summary>
2449 7e39367d pkanavos
            Get or set how dates are written to JSON text.
2450 7e39367d pkanavos
            </summary>
2451 7e39367d pkanavos
        </member>
2452 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializer.DateTimeZoneHandling">
2453 7e39367d pkanavos
            <summary>
2454 7e39367d pkanavos
            Get or set how <see cref="T:System.DateTime"/> time zones are handling during serialization and deserialization.
2455 7e39367d pkanavos
            </summary>
2456 7e39367d pkanavos
        </member>
2457 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializer.DateParseHandling">
2458 7e39367d pkanavos
            <summary>
2459 7e39367d pkanavos
            Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
2460 7e39367d pkanavos
            </summary>
2461 7e39367d pkanavos
        </member>
2462 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializer.Culture">
2463 7e39367d pkanavos
            <summary>
2464 7e39367d pkanavos
            Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.
2465 7e39367d pkanavos
            </summary>
2466 7e39367d pkanavos
        </member>
2467 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializer.MaxDepth">
2468 7e39367d pkanavos
            <summary>
2469 7e39367d pkanavos
            Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>.
2470 7e39367d pkanavos
            </summary>
2471 7e39367d pkanavos
        </member>
2472 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializer.CheckAdditionalContent">
2473 7e39367d pkanavos
            <summary>
2474 7e39367d pkanavos
            Gets a value indicating whether there will be a check for additional JSON content after deserializing an object.
2475 7e39367d pkanavos
            </summary>
2476 7e39367d pkanavos
            <value>
2477 7e39367d pkanavos
                    <c>true</c> if there will be a check for additional JSON content after deserializing an object; otherwise, <c>false</c>.
2478 7e39367d pkanavos
            </value>
2479 7e39367d pkanavos
        </member>
2480 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.JsonSerializerSettings">
2481 7e39367d pkanavos
            <summary>
2482 7e39367d pkanavos
            Specifies the settings on a <see cref="T:Newtonsoft.Json.JsonSerializer"/> object.
2483 7e39367d pkanavos
            </summary>
2484 7e39367d pkanavos
        </member>
2485 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonSerializerSettings.#ctor">
2486 7e39367d pkanavos
            <summary>
2487 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> class.
2488 7e39367d pkanavos
            </summary>
2489 7e39367d pkanavos
        </member>
2490 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceLoopHandling">
2491 7e39367d pkanavos
            <summary>
2492 7e39367d pkanavos
            Gets or sets how reference loops (e.g. a class referencing itself) is handled.
2493 7e39367d pkanavos
            </summary>
2494 7e39367d pkanavos
            <value>Reference loop handling.</value>
2495 7e39367d pkanavos
        </member>
2496 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.MissingMemberHandling">
2497 7e39367d pkanavos
            <summary>
2498 7e39367d pkanavos
            Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
2499 7e39367d pkanavos
            </summary>
2500 7e39367d pkanavos
            <value>Missing member handling.</value>
2501 7e39367d pkanavos
        </member>
2502 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.ObjectCreationHandling">
2503 7e39367d pkanavos
            <summary>
2504 7e39367d pkanavos
            Gets or sets how objects are created during deserialization.
2505 7e39367d pkanavos
            </summary>
2506 7e39367d pkanavos
            <value>The object creation handling.</value>
2507 7e39367d pkanavos
        </member>
2508 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.NullValueHandling">
2509 7e39367d pkanavos
            <summary>
2510 7e39367d pkanavos
            Gets or sets how null values are handled during serialization and deserialization.
2511 7e39367d pkanavos
            </summary>
2512 7e39367d pkanavos
            <value>Null value handling.</value>
2513 7e39367d pkanavos
        </member>
2514 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.DefaultValueHandling">
2515 7e39367d pkanavos
            <summary>
2516 7e39367d pkanavos
            Gets or sets how null default are handled during serialization and deserialization.
2517 7e39367d pkanavos
            </summary>
2518 7e39367d pkanavos
            <value>The default value handling.</value>
2519 7e39367d pkanavos
        </member>
2520 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.Converters">
2521 7e39367d pkanavos
            <summary>
2522 7e39367d pkanavos
            Gets or sets a collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.
2523 7e39367d pkanavos
            </summary>
2524 7e39367d pkanavos
            <value>The converters.</value>
2525 7e39367d pkanavos
        </member>
2526 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.PreserveReferencesHandling">
2527 7e39367d pkanavos
            <summary>
2528 7e39367d pkanavos
            Gets or sets how object references are preserved by the serializer.
2529 7e39367d pkanavos
            </summary>
2530 7e39367d pkanavos
            <value>The preserve references handling.</value>
2531 7e39367d pkanavos
        </member>
2532 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameHandling">
2533 7e39367d pkanavos
            <summary>
2534 7e39367d pkanavos
            Gets or sets how type name writing and reading is handled by the serializer.
2535 7e39367d pkanavos
            </summary>
2536 7e39367d pkanavos
            <value>The type name handling.</value>
2537 7e39367d pkanavos
        </member>
2538 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameAssemblyFormat">
2539 7e39367d pkanavos
            <summary>
2540 7e39367d pkanavos
            Gets or sets how a type name assembly is written and resolved by the serializer.
2541 7e39367d pkanavos
            </summary>
2542 7e39367d pkanavos
            <value>The type name assembly format.</value>
2543 7e39367d pkanavos
        </member>
2544 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.ConstructorHandling">
2545 7e39367d pkanavos
            <summary>
2546 7e39367d pkanavos
            Gets or sets how constructors are used during deserialization.
2547 7e39367d pkanavos
            </summary>
2548 7e39367d pkanavos
            <value>The constructor handling.</value>
2549 7e39367d pkanavos
        </member>
2550 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.ContractResolver">
2551 7e39367d pkanavos
            <summary>
2552 7e39367d pkanavos
            Gets or sets the contract resolver used by the serializer when
2553 7e39367d pkanavos
            serializing .NET objects to JSON and vice versa.
2554 7e39367d pkanavos
            </summary>
2555 7e39367d pkanavos
            <value>The contract resolver.</value>
2556 7e39367d pkanavos
        </member>
2557 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceResolver">
2558 7e39367d pkanavos
            <summary>
2559 7e39367d pkanavos
            Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.
2560 7e39367d pkanavos
            </summary>
2561 7e39367d pkanavos
            <value>The reference resolver.</value>
2562 7e39367d pkanavos
        </member>
2563 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.Binder">
2564 7e39367d pkanavos
            <summary>
2565 7e39367d pkanavos
            Gets or sets the <see cref="T:Newtonsoft.Json.SerializationBinder"/> used by the serializer when resolving type names.
2566 7e39367d pkanavos
            </summary>
2567 7e39367d pkanavos
            <value>The binder.</value>
2568 7e39367d pkanavos
        </member>
2569 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.Error">
2570 7e39367d pkanavos
            <summary>
2571 7e39367d pkanavos
            Gets or sets the error handler called during serialization and deserialization.
2572 7e39367d pkanavos
            </summary>
2573 7e39367d pkanavos
            <value>The error handler called during serialization and deserialization.</value>
2574 7e39367d pkanavos
        </member>
2575 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.Context">
2576 7e39367d pkanavos
            <summary>
2577 7e39367d pkanavos
            Gets or sets the <see cref="T:System.Runtime.Serialization.StreamingContext"/> used by the serializer when invoking serialization callback methods.
2578 7e39367d pkanavos
            </summary>
2579 7e39367d pkanavos
            <value>The context.</value>
2580 7e39367d pkanavos
        </member>
2581 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.MaxDepth">
2582 7e39367d pkanavos
            <summary>
2583 7e39367d pkanavos
            Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>.
2584 7e39367d pkanavos
            </summary>
2585 7e39367d pkanavos
        </member>
2586 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.Formatting">
2587 7e39367d pkanavos
            <summary>
2588 7e39367d pkanavos
            Indicates how JSON text output is formatted.
2589 7e39367d pkanavos
            </summary>
2590 7e39367d pkanavos
        </member>
2591 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateFormatHandling">
2592 7e39367d pkanavos
            <summary>
2593 7e39367d pkanavos
            Get or set how dates are written to JSON text.
2594 7e39367d pkanavos
            </summary>
2595 7e39367d pkanavos
        </member>
2596 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateTimeZoneHandling">
2597 7e39367d pkanavos
            <summary>
2598 7e39367d pkanavos
            Get or set how <see cref="T:System.DateTime"/> time zones are handling during serialization and deserialization.
2599 7e39367d pkanavos
            </summary>
2600 7e39367d pkanavos
        </member>
2601 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateParseHandling">
2602 7e39367d pkanavos
            <summary>
2603 7e39367d pkanavos
            Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
2604 7e39367d pkanavos
            </summary>
2605 7e39367d pkanavos
        </member>
2606 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.Culture">
2607 7e39367d pkanavos
            <summary>
2608 7e39367d pkanavos
            Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.
2609 7e39367d pkanavos
            </summary>
2610 7e39367d pkanavos
        </member>
2611 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonSerializerSettings.CheckAdditionalContent">
2612 7e39367d pkanavos
            <summary>
2613 7e39367d pkanavos
            Gets a value indicating whether there will be a check for additional content after deserializing an object.
2614 7e39367d pkanavos
            </summary>
2615 7e39367d pkanavos
            <value>
2616 7e39367d pkanavos
                    <c>true</c> if there will be a check for additional content after deserializing an object; otherwise, <c>false</c>.
2617 7e39367d pkanavos
            </value>
2618 7e39367d pkanavos
        </member>
2619 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.JsonTextReader">
2620 7e39367d pkanavos
            <summary>
2621 7e39367d pkanavos
            Represents a reader that provides fast, non-cached, forward-only access to JSON text data.
2622 7e39367d pkanavos
            </summary>
2623 7e39367d pkanavos
        </member>
2624 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextReader.#ctor(System.IO.TextReader)">
2625 7e39367d pkanavos
            <summary>
2626 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReader"/> class with the specified <see cref="T:System.IO.TextReader"/>.
2627 7e39367d pkanavos
            </summary>
2628 7e39367d pkanavos
            <param name="reader">The <c>TextReader</c> containing the XML data to read.</param>
2629 7e39367d pkanavos
        </member>
2630 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextReader.Read">
2631 7e39367d pkanavos
            <summary>
2632 7e39367d pkanavos
            Reads the next JSON token from the stream.
2633 7e39367d pkanavos
            </summary>
2634 7e39367d pkanavos
            <returns>
2635 7e39367d pkanavos
            true if the next token was read successfully; false if there are no more tokens to read.
2636 7e39367d pkanavos
            </returns>
2637 7e39367d pkanavos
        </member>
2638 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsBytes">
2639 7e39367d pkanavos
            <summary>
2640 7e39367d pkanavos
            Reads the next JSON token from the stream as a <see cref="T:Byte[]"/>.
2641 7e39367d pkanavos
            </summary>
2642 7e39367d pkanavos
            <returns>
2643 7e39367d pkanavos
            A <see cref="T:Byte[]"/> or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.
2644 7e39367d pkanavos
            </returns>
2645 7e39367d pkanavos
        </member>
2646 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDecimal">
2647 7e39367d pkanavos
            <summary>
2648 7e39367d pkanavos
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
2649 7e39367d pkanavos
            </summary>
2650 7e39367d pkanavos
            <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
2651 7e39367d pkanavos
        </member>
2652 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsInt32">
2653 7e39367d pkanavos
            <summary>
2654 7e39367d pkanavos
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
2655 7e39367d pkanavos
            </summary>
2656 7e39367d pkanavos
            <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
2657 7e39367d pkanavos
        </member>
2658 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsString">
2659 7e39367d pkanavos
            <summary>
2660 7e39367d pkanavos
            Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
2661 7e39367d pkanavos
            </summary>
2662 7e39367d pkanavos
            <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
2663 7e39367d pkanavos
        </member>
2664 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTime">
2665 7e39367d pkanavos
            <summary>
2666 7e39367d pkanavos
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
2667 7e39367d pkanavos
            </summary>
2668 7e39367d pkanavos
            <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
2669 7e39367d pkanavos
        </member>
2670 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTimeOffset">
2671 7e39367d pkanavos
            <summary>
2672 7e39367d pkanavos
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
2673 7e39367d pkanavos
            </summary>
2674 7e39367d pkanavos
            <returns>A <see cref="T:System.DateTimeOffset"/>. This method will return <c>null</c> at the end of an array.</returns>
2675 7e39367d pkanavos
        </member>
2676 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextReader.Close">
2677 7e39367d pkanavos
            <summary>
2678 7e39367d pkanavos
            Changes the state to closed. 
2679 7e39367d pkanavos
            </summary>
2680 7e39367d pkanavos
        </member>
2681 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextReader.HasLineInfo">
2682 7e39367d pkanavos
            <summary>
2683 7e39367d pkanavos
            Gets a value indicating whether the class can return line information.
2684 7e39367d pkanavos
            </summary>
2685 7e39367d pkanavos
            <returns>
2686 7e39367d pkanavos
                    <c>true</c> if LineNumber and LinePosition can be provided; otherwise, <c>false</c>.
2687 7e39367d pkanavos
            </returns>
2688 7e39367d pkanavos
        </member>
2689 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonTextReader.LineNumber">
2690 7e39367d pkanavos
            <summary>
2691 7e39367d pkanavos
            Gets the current line number.
2692 7e39367d pkanavos
            </summary>
2693 7e39367d pkanavos
            <value>
2694 7e39367d pkanavos
            The current line number or 0 if no line information is available (for example, HasLineInfo returns false).
2695 7e39367d pkanavos
            </value>
2696 7e39367d pkanavos
        </member>
2697 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonTextReader.LinePosition">
2698 7e39367d pkanavos
            <summary>
2699 7e39367d pkanavos
            Gets the current line position.
2700 7e39367d pkanavos
            </summary>
2701 7e39367d pkanavos
            <value>
2702 7e39367d pkanavos
            The current line position or 0 if no line information is available (for example, HasLineInfo returns false).
2703 7e39367d pkanavos
            </value>
2704 7e39367d pkanavos
        </member>
2705 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.JsonTextWriter">
2706 7e39367d pkanavos
            <summary>
2707 7e39367d pkanavos
            Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
2708 7e39367d pkanavos
            </summary>
2709 7e39367d pkanavos
        </member>
2710 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextWriter.#ctor(System.IO.TextWriter)">
2711 7e39367d pkanavos
            <summary>
2712 7e39367d pkanavos
            Creates an instance of the <c>JsonWriter</c> class using the specified <see cref="T:System.IO.TextWriter"/>. 
2713 7e39367d pkanavos
            </summary>
2714 7e39367d pkanavos
            <param name="textWriter">The <c>TextWriter</c> to write to.</param>
2715 7e39367d pkanavos
        </member>
2716 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextWriter.Flush">
2717 7e39367d pkanavos
            <summary>
2718 7e39367d pkanavos
            Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
2719 7e39367d pkanavos
            </summary>
2720 7e39367d pkanavos
        </member>
2721 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextWriter.Close">
2722 7e39367d pkanavos
            <summary>
2723 7e39367d pkanavos
            Closes this stream and the underlying stream.
2724 7e39367d pkanavos
            </summary>
2725 7e39367d pkanavos
        </member>
2726 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartObject">
2727 7e39367d pkanavos
            <summary>
2728 7e39367d pkanavos
            Writes the beginning of a Json object.
2729 7e39367d pkanavos
            </summary>
2730 7e39367d pkanavos
        </member>
2731 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartArray">
2732 7e39367d pkanavos
            <summary>
2733 7e39367d pkanavos
            Writes the beginning of a Json array.
2734 7e39367d pkanavos
            </summary>
2735 7e39367d pkanavos
        </member>
2736 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartConstructor(System.String)">
2737 7e39367d pkanavos
            <summary>
2738 7e39367d pkanavos
            Writes the start of a constructor with the given name.
2739 7e39367d pkanavos
            </summary>
2740 7e39367d pkanavos
            <param name="name">The name of the constructor.</param>
2741 7e39367d pkanavos
        </member>
2742 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
2743 7e39367d pkanavos
            <summary>
2744 7e39367d pkanavos
            Writes the specified end token.
2745 7e39367d pkanavos
            </summary>
2746 7e39367d pkanavos
            <param name="token">The end token to write.</param>
2747 7e39367d pkanavos
        </member>
2748 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextWriter.WritePropertyName(System.String)">
2749 7e39367d pkanavos
            <summary>
2750 7e39367d pkanavos
            Writes the property name of a name/value pair on a Json object.
2751 7e39367d pkanavos
            </summary>
2752 7e39367d pkanavos
            <param name="name">The name of the property.</param>
2753 7e39367d pkanavos
        </member>
2754 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteIndent">
2755 7e39367d pkanavos
            <summary>
2756 7e39367d pkanavos
            Writes indent characters.
2757 7e39367d pkanavos
            </summary>
2758 7e39367d pkanavos
        </member>
2759 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValueDelimiter">
2760 7e39367d pkanavos
            <summary>
2761 7e39367d pkanavos
            Writes the JSON value delimiter.
2762 7e39367d pkanavos
            </summary>
2763 7e39367d pkanavos
        </member>
2764 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteIndentSpace">
2765 7e39367d pkanavos
            <summary>
2766 7e39367d pkanavos
            Writes an indent space.
2767 7e39367d pkanavos
            </summary>
2768 7e39367d pkanavos
        </member>
2769 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteNull">
2770 7e39367d pkanavos
            <summary>
2771 7e39367d pkanavos
            Writes a null value.
2772 7e39367d pkanavos
            </summary>
2773 7e39367d pkanavos
        </member>
2774 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteUndefined">
2775 7e39367d pkanavos
            <summary>
2776 7e39367d pkanavos
            Writes an undefined value.
2777 7e39367d pkanavos
            </summary>
2778 7e39367d pkanavos
        </member>
2779 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteRaw(System.String)">
2780 7e39367d pkanavos
            <summary>
2781 7e39367d pkanavos
            Writes raw JSON.
2782 7e39367d pkanavos
            </summary>
2783 7e39367d pkanavos
            <param name="json">The raw JSON to write.</param>
2784 7e39367d pkanavos
        </member>
2785 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.String)">
2786 7e39367d pkanavos
            <summary>
2787 7e39367d pkanavos
            Writes a <see cref="T:System.String"/> value.
2788 7e39367d pkanavos
            </summary>
2789 7e39367d pkanavos
            <param name="value">The <see cref="T:System.String"/> value to write.</param>
2790 7e39367d pkanavos
        </member>
2791 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int32)">
2792 7e39367d pkanavos
            <summary>
2793 7e39367d pkanavos
            Writes a <see cref="T:System.Int32"/> value.
2794 7e39367d pkanavos
            </summary>
2795 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
2796 7e39367d pkanavos
        </member>
2797 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt32)">
2798 7e39367d pkanavos
            <summary>
2799 7e39367d pkanavos
            Writes a <see cref="T:System.UInt32"/> value.
2800 7e39367d pkanavos
            </summary>
2801 7e39367d pkanavos
            <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
2802 7e39367d pkanavos
        </member>
2803 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int64)">
2804 7e39367d pkanavos
            <summary>
2805 7e39367d pkanavos
            Writes a <see cref="T:System.Int64"/> value.
2806 7e39367d pkanavos
            </summary>
2807 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
2808 7e39367d pkanavos
        </member>
2809 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt64)">
2810 7e39367d pkanavos
            <summary>
2811 7e39367d pkanavos
            Writes a <see cref="T:System.UInt64"/> value.
2812 7e39367d pkanavos
            </summary>
2813 7e39367d pkanavos
            <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
2814 7e39367d pkanavos
        </member>
2815 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Single)">
2816 7e39367d pkanavos
            <summary>
2817 7e39367d pkanavos
            Writes a <see cref="T:System.Single"/> value.
2818 7e39367d pkanavos
            </summary>
2819 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Single"/> value to write.</param>
2820 7e39367d pkanavos
        </member>
2821 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Double)">
2822 7e39367d pkanavos
            <summary>
2823 7e39367d pkanavos
            Writes a <see cref="T:System.Double"/> value.
2824 7e39367d pkanavos
            </summary>
2825 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Double"/> value to write.</param>
2826 7e39367d pkanavos
        </member>
2827 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Boolean)">
2828 7e39367d pkanavos
            <summary>
2829 7e39367d pkanavos
            Writes a <see cref="T:System.Boolean"/> value.
2830 7e39367d pkanavos
            </summary>
2831 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
2832 7e39367d pkanavos
        </member>
2833 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int16)">
2834 7e39367d pkanavos
            <summary>
2835 7e39367d pkanavos
            Writes a <see cref="T:System.Int16"/> value.
2836 7e39367d pkanavos
            </summary>
2837 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
2838 7e39367d pkanavos
        </member>
2839 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt16)">
2840 7e39367d pkanavos
            <summary>
2841 7e39367d pkanavos
            Writes a <see cref="T:System.UInt16"/> value.
2842 7e39367d pkanavos
            </summary>
2843 7e39367d pkanavos
            <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
2844 7e39367d pkanavos
        </member>
2845 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Char)">
2846 7e39367d pkanavos
            <summary>
2847 7e39367d pkanavos
            Writes a <see cref="T:System.Char"/> value.
2848 7e39367d pkanavos
            </summary>
2849 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Char"/> value to write.</param>
2850 7e39367d pkanavos
        </member>
2851 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Byte)">
2852 7e39367d pkanavos
            <summary>
2853 7e39367d pkanavos
            Writes a <see cref="T:System.Byte"/> value.
2854 7e39367d pkanavos
            </summary>
2855 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
2856 7e39367d pkanavos
        </member>
2857 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.SByte)">
2858 7e39367d pkanavos
            <summary>
2859 7e39367d pkanavos
            Writes a <see cref="T:System.SByte"/> value.
2860 7e39367d pkanavos
            </summary>
2861 7e39367d pkanavos
            <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
2862 7e39367d pkanavos
        </member>
2863 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Decimal)">
2864 7e39367d pkanavos
            <summary>
2865 7e39367d pkanavos
            Writes a <see cref="T:System.Decimal"/> value.
2866 7e39367d pkanavos
            </summary>
2867 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
2868 7e39367d pkanavos
        </member>
2869 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.DateTime)">
2870 7e39367d pkanavos
            <summary>
2871 7e39367d pkanavos
            Writes a <see cref="T:System.DateTime"/> value.
2872 7e39367d pkanavos
            </summary>
2873 7e39367d pkanavos
            <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
2874 7e39367d pkanavos
        </member>
2875 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Byte[])">
2876 7e39367d pkanavos
            <summary>
2877 7e39367d pkanavos
            Writes a <see cref="T:Byte[]"/> value.
2878 7e39367d pkanavos
            </summary>
2879 7e39367d pkanavos
            <param name="value">The <see cref="T:Byte[]"/> value to write.</param>
2880 7e39367d pkanavos
        </member>
2881 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.DateTimeOffset)">
2882 7e39367d pkanavos
            <summary>
2883 7e39367d pkanavos
            Writes a <see cref="T:System.DateTimeOffset"/> value.
2884 7e39367d pkanavos
            </summary>
2885 7e39367d pkanavos
            <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>
2886 7e39367d pkanavos
        </member>
2887 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Guid)">
2888 7e39367d pkanavos
            <summary>
2889 7e39367d pkanavos
            Writes a <see cref="T:System.Guid"/> value.
2890 7e39367d pkanavos
            </summary>
2891 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Guid"/> value to write.</param>
2892 7e39367d pkanavos
        </member>
2893 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.TimeSpan)">
2894 7e39367d pkanavos
            <summary>
2895 7e39367d pkanavos
            Writes a <see cref="T:System.TimeSpan"/> value.
2896 7e39367d pkanavos
            </summary>
2897 7e39367d pkanavos
            <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>
2898 7e39367d pkanavos
        </member>
2899 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Uri)">
2900 7e39367d pkanavos
            <summary>
2901 7e39367d pkanavos
            Writes a <see cref="T:System.Uri"/> value.
2902 7e39367d pkanavos
            </summary>
2903 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Uri"/> value to write.</param>
2904 7e39367d pkanavos
        </member>
2905 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteComment(System.String)">
2906 7e39367d pkanavos
            <summary>
2907 7e39367d pkanavos
            Writes out a comment <code>/*...*/</code> containing the specified text. 
2908 7e39367d pkanavos
            </summary>
2909 7e39367d pkanavos
            <param name="text">Text to place inside the comment.</param>
2910 7e39367d pkanavos
        </member>
2911 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonTextWriter.WriteWhitespace(System.String)">
2912 7e39367d pkanavos
            <summary>
2913 7e39367d pkanavos
            Writes out the given white space.
2914 7e39367d pkanavos
            </summary>
2915 7e39367d pkanavos
            <param name="ws">The string of white space characters.</param>
2916 7e39367d pkanavos
        </member>
2917 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonTextWriter.Indentation">
2918 7e39367d pkanavos
            <summary>
2919 7e39367d pkanavos
            Gets or sets how many IndentChars to write for each level in the hierarchy when <see cref="T:Newtonsoft.Json.Formatting"/> is set to <c>Formatting.Indented</c>.
2920 7e39367d pkanavos
            </summary>
2921 7e39367d pkanavos
        </member>
2922 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonTextWriter.QuoteChar">
2923 7e39367d pkanavos
            <summary>
2924 7e39367d pkanavos
            Gets or sets which character to use to quote attribute values.
2925 7e39367d pkanavos
            </summary>
2926 7e39367d pkanavos
        </member>
2927 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonTextWriter.IndentChar">
2928 7e39367d pkanavos
            <summary>
2929 7e39367d pkanavos
            Gets or sets which character to use for indenting when <see cref="T:Newtonsoft.Json.Formatting"/> is set to <c>Formatting.Indented</c>.
2930 7e39367d pkanavos
            </summary>
2931 7e39367d pkanavos
        </member>
2932 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonTextWriter.QuoteName">
2933 7e39367d pkanavos
            <summary>
2934 7e39367d pkanavos
            Gets or sets a value indicating whether object names will be surrounded with quotes.
2935 7e39367d pkanavos
            </summary>
2936 7e39367d pkanavos
        </member>
2937 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.JsonToken">
2938 7e39367d pkanavos
            <summary>
2939 7e39367d pkanavos
            Specifies the type of Json token.
2940 7e39367d pkanavos
            </summary>
2941 7e39367d pkanavos
        </member>
2942 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.JsonToken.None">
2943 7e39367d pkanavos
            <summary>
2944 7e39367d pkanavos
            This is returned by the <see cref="T:Newtonsoft.Json.JsonReader"/> if a <see cref="M:Newtonsoft.Json.JsonReader.Read"/> method has not been called. 
2945 7e39367d pkanavos
            </summary>
2946 7e39367d pkanavos
        </member>
2947 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.JsonToken.StartObject">
2948 7e39367d pkanavos
            <summary>
2949 7e39367d pkanavos
            An object start token.
2950 7e39367d pkanavos
            </summary>
2951 7e39367d pkanavos
        </member>
2952 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.JsonToken.StartArray">
2953 7e39367d pkanavos
            <summary>
2954 7e39367d pkanavos
            An array start token.
2955 7e39367d pkanavos
            </summary>
2956 7e39367d pkanavos
        </member>
2957 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.JsonToken.StartConstructor">
2958 7e39367d pkanavos
            <summary>
2959 7e39367d pkanavos
            A constructor start token.
2960 7e39367d pkanavos
            </summary>
2961 7e39367d pkanavos
        </member>
2962 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.JsonToken.PropertyName">
2963 7e39367d pkanavos
            <summary>
2964 7e39367d pkanavos
            An object property name.
2965 7e39367d pkanavos
            </summary>
2966 7e39367d pkanavos
        </member>
2967 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.JsonToken.Comment">
2968 7e39367d pkanavos
            <summary>
2969 7e39367d pkanavos
            A comment.
2970 7e39367d pkanavos
            </summary>
2971 7e39367d pkanavos
        </member>
2972 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.JsonToken.Raw">
2973 7e39367d pkanavos
            <summary>
2974 7e39367d pkanavos
            Raw JSON.
2975 7e39367d pkanavos
            </summary>
2976 7e39367d pkanavos
        </member>
2977 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.JsonToken.Integer">
2978 7e39367d pkanavos
            <summary>
2979 7e39367d pkanavos
            An integer.
2980 7e39367d pkanavos
            </summary>
2981 7e39367d pkanavos
        </member>
2982 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.JsonToken.Float">
2983 7e39367d pkanavos
            <summary>
2984 7e39367d pkanavos
            A float.
2985 7e39367d pkanavos
            </summary>
2986 7e39367d pkanavos
        </member>
2987 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.JsonToken.String">
2988 7e39367d pkanavos
            <summary>
2989 7e39367d pkanavos
            A string.
2990 7e39367d pkanavos
            </summary>
2991 7e39367d pkanavos
        </member>
2992 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.JsonToken.Boolean">
2993 7e39367d pkanavos
            <summary>
2994 7e39367d pkanavos
            A boolean.
2995 7e39367d pkanavos
            </summary>
2996 7e39367d pkanavos
        </member>
2997 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.JsonToken.Null">
2998 7e39367d pkanavos
            <summary>
2999 7e39367d pkanavos
            A null token.
3000 7e39367d pkanavos
            </summary>
3001 7e39367d pkanavos
        </member>
3002 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.JsonToken.Undefined">
3003 7e39367d pkanavos
            <summary>
3004 7e39367d pkanavos
            An undefined token.
3005 7e39367d pkanavos
            </summary>
3006 7e39367d pkanavos
        </member>
3007 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.JsonToken.EndObject">
3008 7e39367d pkanavos
            <summary>
3009 7e39367d pkanavos
            An object end token.
3010 7e39367d pkanavos
            </summary>
3011 7e39367d pkanavos
        </member>
3012 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.JsonToken.EndArray">
3013 7e39367d pkanavos
            <summary>
3014 7e39367d pkanavos
            An array end token.
3015 7e39367d pkanavos
            </summary>
3016 7e39367d pkanavos
        </member>
3017 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.JsonToken.EndConstructor">
3018 7e39367d pkanavos
            <summary>
3019 7e39367d pkanavos
            A constructor end token.
3020 7e39367d pkanavos
            </summary>
3021 7e39367d pkanavos
        </member>
3022 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.JsonToken.Date">
3023 7e39367d pkanavos
            <summary>
3024 7e39367d pkanavos
            A Date.
3025 7e39367d pkanavos
            </summary>
3026 7e39367d pkanavos
        </member>
3027 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.JsonToken.Bytes">
3028 7e39367d pkanavos
            <summary>
3029 7e39367d pkanavos
            Byte data.
3030 7e39367d pkanavos
            </summary>
3031 7e39367d pkanavos
        </member>
3032 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.JsonValidatingReader">
3033 7e39367d pkanavos
            <summary>
3034 7e39367d pkanavos
            Represents a reader that provides <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> validation.
3035 7e39367d pkanavos
            </summary>
3036 7e39367d pkanavos
        </member>
3037 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonValidatingReader.#ctor(Newtonsoft.Json.JsonReader)">
3038 7e39367d pkanavos
            <summary>
3039 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonValidatingReader"/> class that
3040 7e39367d pkanavos
            validates the content returned from the given <see cref="T:Newtonsoft.Json.JsonReader"/>.
3041 7e39367d pkanavos
            </summary>
3042 7e39367d pkanavos
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from while validating.</param>
3043 7e39367d pkanavos
        </member>
3044 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsInt32">
3045 7e39367d pkanavos
            <summary>
3046 7e39367d pkanavos
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
3047 7e39367d pkanavos
            </summary>
3048 7e39367d pkanavos
            <returns>A <see cref="T:System.Nullable`1"/>.</returns>
3049 7e39367d pkanavos
        </member>
3050 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsBytes">
3051 7e39367d pkanavos
            <summary>
3052 7e39367d pkanavos
            Reads the next JSON token from the stream as a <see cref="T:Byte[]"/>.
3053 7e39367d pkanavos
            </summary>
3054 7e39367d pkanavos
            <returns>
3055 7e39367d pkanavos
            A <see cref="T:Byte[]"/> or a null reference if the next JSON token is null.
3056 7e39367d pkanavos
            </returns>
3057 7e39367d pkanavos
        </member>
3058 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDecimal">
3059 7e39367d pkanavos
            <summary>
3060 7e39367d pkanavos
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
3061 7e39367d pkanavos
            </summary>
3062 7e39367d pkanavos
            <returns>A <see cref="T:System.Nullable`1"/>.</returns>
3063 7e39367d pkanavos
        </member>
3064 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsString">
3065 7e39367d pkanavos
            <summary>
3066 7e39367d pkanavos
            Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
3067 7e39367d pkanavos
            </summary>
3068 7e39367d pkanavos
            <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
3069 7e39367d pkanavos
        </member>
3070 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDateTime">
3071 7e39367d pkanavos
            <summary>
3072 7e39367d pkanavos
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
3073 7e39367d pkanavos
            </summary>
3074 7e39367d pkanavos
            <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
3075 7e39367d pkanavos
        </member>
3076 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDateTimeOffset">
3077 7e39367d pkanavos
            <summary>
3078 7e39367d pkanavos
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
3079 7e39367d pkanavos
            </summary>
3080 7e39367d pkanavos
            <returns>A <see cref="T:System.Nullable`1"/>.</returns>
3081 7e39367d pkanavos
        </member>
3082 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonValidatingReader.Read">
3083 7e39367d pkanavos
            <summary>
3084 7e39367d pkanavos
            Reads the next JSON token from the stream.
3085 7e39367d pkanavos
            </summary>
3086 7e39367d pkanavos
            <returns>
3087 7e39367d pkanavos
            true if the next token was read successfully; false if there are no more tokens to read.
3088 7e39367d pkanavos
            </returns>
3089 7e39367d pkanavos
        </member>
3090 7e39367d pkanavos
        <member name="E:Newtonsoft.Json.JsonValidatingReader.ValidationEventHandler">
3091 7e39367d pkanavos
            <summary>
3092 7e39367d pkanavos
            Sets an event handler for receiving schema validation errors.
3093 7e39367d pkanavos
            </summary>
3094 7e39367d pkanavos
        </member>
3095 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonValidatingReader.Value">
3096 7e39367d pkanavos
            <summary>
3097 7e39367d pkanavos
            Gets the text value of the current Json token.
3098 7e39367d pkanavos
            </summary>
3099 7e39367d pkanavos
            <value></value>
3100 7e39367d pkanavos
        </member>
3101 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonValidatingReader.Depth">
3102 7e39367d pkanavos
            <summary>
3103 7e39367d pkanavos
            Gets the depth of the current token in the JSON document.
3104 7e39367d pkanavos
            </summary>
3105 7e39367d pkanavos
            <value>The depth of the current token in the JSON document.</value>
3106 7e39367d pkanavos
        </member>
3107 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonValidatingReader.Path">
3108 7e39367d pkanavos
            <summary>
3109 7e39367d pkanavos
            Gets the path of the current JSON token. 
3110 7e39367d pkanavos
            </summary>
3111 7e39367d pkanavos
        </member>
3112 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonValidatingReader.QuoteChar">
3113 7e39367d pkanavos
            <summary>
3114 7e39367d pkanavos
            Gets the quotation mark character used to enclose the value of a string.
3115 7e39367d pkanavos
            </summary>
3116 7e39367d pkanavos
            <value></value>
3117 7e39367d pkanavos
        </member>
3118 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonValidatingReader.TokenType">
3119 7e39367d pkanavos
            <summary>
3120 7e39367d pkanavos
            Gets the type of the current Json token.
3121 7e39367d pkanavos
            </summary>
3122 7e39367d pkanavos
            <value></value>
3123 7e39367d pkanavos
        </member>
3124 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonValidatingReader.ValueType">
3125 7e39367d pkanavos
            <summary>
3126 7e39367d pkanavos
            Gets the Common Language Runtime (CLR) type for the current Json token.
3127 7e39367d pkanavos
            </summary>
3128 7e39367d pkanavos
            <value></value>
3129 7e39367d pkanavos
        </member>
3130 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonValidatingReader.Schema">
3131 7e39367d pkanavos
            <summary>
3132 7e39367d pkanavos
            Gets or sets the schema.
3133 7e39367d pkanavos
            </summary>
3134 7e39367d pkanavos
            <value>The schema.</value>
3135 7e39367d pkanavos
        </member>
3136 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonValidatingReader.Reader">
3137 7e39367d pkanavos
            <summary>
3138 7e39367d pkanavos
            Gets the <see cref="T:Newtonsoft.Json.JsonReader"/> used to construct this <see cref="T:Newtonsoft.Json.JsonValidatingReader"/>.
3139 7e39367d pkanavos
            </summary>
3140 7e39367d pkanavos
            <value>The <see cref="T:Newtonsoft.Json.JsonReader"/> specified in the constructor.</value>
3141 7e39367d pkanavos
        </member>
3142 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.JsonWriterException">
3143 7e39367d pkanavos
            <summary>
3144 7e39367d pkanavos
            The exception thrown when an error occurs while reading Json text.
3145 7e39367d pkanavos
            </summary>
3146 7e39367d pkanavos
        </member>
3147 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriterException.#ctor">
3148 7e39367d pkanavos
            <summary>
3149 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class.
3150 7e39367d pkanavos
            </summary>
3151 7e39367d pkanavos
        </member>
3152 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.String)">
3153 7e39367d pkanavos
            <summary>
3154 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class
3155 7e39367d pkanavos
            with a specified error message.
3156 7e39367d pkanavos
            </summary>
3157 7e39367d pkanavos
            <param name="message">The error message that explains the reason for the exception.</param>
3158 7e39367d pkanavos
        </member>
3159 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.String,System.Exception)">
3160 7e39367d pkanavos
            <summary>
3161 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class
3162 7e39367d pkanavos
            with a specified error message and a reference to the inner exception that is the cause of this exception.
3163 7e39367d pkanavos
            </summary>
3164 7e39367d pkanavos
            <param name="message">The error message that explains the reason for the exception.</param>
3165 7e39367d pkanavos
            <param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.</param>
3166 7e39367d pkanavos
        </member>
3167 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.JsonWriterException.Path">
3168 7e39367d pkanavos
            <summary>
3169 7e39367d pkanavos
            Gets the path to the JSON where the error occurred.
3170 7e39367d pkanavos
            </summary>
3171 7e39367d pkanavos
            <value>The path to the JSON where the error occurred.</value>
3172 7e39367d pkanavos
        </member>
3173 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Linq.Extensions">
3174 7e39367d pkanavos
            <summary>
3175 7e39367d pkanavos
            Contains the LINQ to JSON extension methods.
3176 7e39367d pkanavos
            </summary>
3177 7e39367d pkanavos
        </member>
3178 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.Extensions.Ancestors``1(System.Collections.Generic.IEnumerable{``0})">
3179 7e39367d pkanavos
            <summary>
3180 7e39367d pkanavos
            Returns a collection of tokens that contains the ancestors of every token in the source collection.
3181 7e39367d pkanavos
            </summary>
3182 7e39367d pkanavos
            <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</typeparam>
3183 7e39367d pkanavos
            <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>
3184 7e39367d pkanavos
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the ancestors of every node in the source collection.</returns>
3185 7e39367d pkanavos
        </member>
3186 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.Extensions.Descendants``1(System.Collections.Generic.IEnumerable{``0})">
3187 7e39367d pkanavos
            <summary>
3188 7e39367d pkanavos
            Returns a collection of tokens that contains the descendants of every token in the source collection.
3189 7e39367d pkanavos
            </summary>
3190 7e39367d pkanavos
            <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JContainer"/>.</typeparam>
3191 7e39367d pkanavos
            <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>
3192 7e39367d pkanavos
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the descendants of every node in the source collection.</returns>
3193 7e39367d pkanavos
        </member>
3194 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.Extensions.Properties(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JObject})">
3195 7e39367d pkanavos
            <summary>
3196 7e39367d pkanavos
            Returns a collection of child properties of every object in the source collection.
3197 7e39367d pkanavos
            </summary>
3198 7e39367d pkanavos
            <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JObject"/> that contains the source collection.</param>
3199 7e39367d pkanavos
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JProperty"/> that contains the properties of every object in the source collection.</returns>
3200 7e39367d pkanavos
        </member>
3201 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.Extensions.Values(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken},System.Object)">
3202 7e39367d pkanavos
            <summary>
3203 7e39367d pkanavos
            Returns a collection of child values of every object in the source collection with the given key.
3204 7e39367d pkanavos
            </summary>
3205 7e39367d pkanavos
            <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>
3206 7e39367d pkanavos
            <param name="key">The token key.</param>
3207 7e39367d pkanavos
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the values of every node in the source collection with the given key.</returns>
3208 7e39367d pkanavos
        </member>
3209 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.Extensions.Values(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
3210 7e39367d pkanavos
            <summary>
3211 7e39367d pkanavos
            Returns a collection of child values of every object in the source collection.
3212 7e39367d pkanavos
            </summary>
3213 7e39367d pkanavos
            <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>
3214 7e39367d pkanavos
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the values of every node in the source collection.</returns>
3215 7e39367d pkanavos
        </member>
3216 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.Extensions.Values``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken},System.Object)">
3217 7e39367d pkanavos
            <summary>
3218 7e39367d pkanavos
            Returns a collection of converted child values of every object in the source collection with the given key.
3219 7e39367d pkanavos
            </summary>
3220 7e39367d pkanavos
            <typeparam name="U">The type to convert the values to.</typeparam>
3221 7e39367d pkanavos
            <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>
3222 7e39367d pkanavos
            <param name="key">The token key.</param>
3223 7e39367d pkanavos
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the converted values of every node in the source collection with the given key.</returns>
3224 7e39367d pkanavos
        </member>
3225 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.Extensions.Values``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
3226 7e39367d pkanavos
            <summary>
3227 7e39367d pkanavos
            Returns a collection of converted child values of every object in the source collection.
3228 7e39367d pkanavos
            </summary>
3229 7e39367d pkanavos
            <typeparam name="U">The type to convert the values to.</typeparam>
3230 7e39367d pkanavos
            <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>
3231 7e39367d pkanavos
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the converted values of every node in the source collection.</returns>
3232 7e39367d pkanavos
        </member>
3233 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.Extensions.Value``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
3234 7e39367d pkanavos
            <summary>
3235 7e39367d pkanavos
            Converts the value.
3236 7e39367d pkanavos
            </summary>
3237 7e39367d pkanavos
            <typeparam name="U">The type to convert the value to.</typeparam>
3238 7e39367d pkanavos
            <param name="value">A <see cref="T:Newtonsoft.Json.Linq.JToken"/> cast as a <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
3239 7e39367d pkanavos
            <returns>A converted value.</returns>
3240 7e39367d pkanavos
        </member>
3241 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.Extensions.Value``2(System.Collections.Generic.IEnumerable{``0})">
3242 7e39367d pkanavos
            <summary>
3243 7e39367d pkanavos
            Converts the value.
3244 7e39367d pkanavos
            </summary>
3245 7e39367d pkanavos
            <typeparam name="T">The source collection type.</typeparam>
3246 7e39367d pkanavos
            <typeparam name="U">The type to convert the value to.</typeparam>
3247 7e39367d pkanavos
            <param name="value">A <see cref="T:Newtonsoft.Json.Linq.JToken"/> cast as a <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
3248 7e39367d pkanavos
            <returns>A converted value.</returns>
3249 7e39367d pkanavos
        </member>
3250 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.Extensions.Children``1(System.Collections.Generic.IEnumerable{``0})">
3251 7e39367d pkanavos
            <summary>
3252 7e39367d pkanavos
            Returns a collection of child tokens of every array in the source collection.
3253 7e39367d pkanavos
            </summary>
3254 7e39367d pkanavos
            <typeparam name="T">The source collection type.</typeparam>
3255 7e39367d pkanavos
            <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>
3256 7e39367d pkanavos
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the values of every node in the source collection.</returns>
3257 7e39367d pkanavos
        </member>
3258 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.Extensions.Children``2(System.Collections.Generic.IEnumerable{``0})">
3259 7e39367d pkanavos
            <summary>
3260 7e39367d pkanavos
            Returns a collection of converted child tokens of every array in the source collection.
3261 7e39367d pkanavos
            </summary>
3262 7e39367d pkanavos
            <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>
3263 7e39367d pkanavos
            <typeparam name="U">The type to convert the values to.</typeparam>
3264 7e39367d pkanavos
            <typeparam name="T">The source collection type.</typeparam>
3265 7e39367d pkanavos
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the converted values of every node in the source collection.</returns>
3266 7e39367d pkanavos
        </member>
3267 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.Extensions.AsJEnumerable(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">
3268 7e39367d pkanavos
            <summary>
3269 7e39367d pkanavos
            Returns the input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.
3270 7e39367d pkanavos
            </summary>
3271 7e39367d pkanavos
            <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>
3272 7e39367d pkanavos
            <returns>The input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.</returns>
3273 7e39367d pkanavos
        </member>
3274 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.Extensions.AsJEnumerable``1(System.Collections.Generic.IEnumerable{``0})">
3275 7e39367d pkanavos
            <summary>
3276 7e39367d pkanavos
            Returns the input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.
3277 7e39367d pkanavos
            </summary>
3278 7e39367d pkanavos
            <typeparam name="T">The source collection type.</typeparam>
3279 7e39367d pkanavos
            <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>
3280 7e39367d pkanavos
            <returns>The input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.</returns>
3281 7e39367d pkanavos
        </member>
3282 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Linq.IJEnumerable`1">
3283 7e39367d pkanavos
            <summary>
3284 7e39367d pkanavos
            Represents a collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.
3285 7e39367d pkanavos
            </summary>
3286 7e39367d pkanavos
            <typeparam name="T">The type of token</typeparam>
3287 7e39367d pkanavos
        </member>
3288 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Linq.IJEnumerable`1.Item(System.Object)">
3289 7e39367d pkanavos
            <summary>
3290 7e39367d pkanavos
            Gets the <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/> with the specified key.
3291 7e39367d pkanavos
            </summary>
3292 7e39367d pkanavos
            <value></value>
3293 7e39367d pkanavos
        </member>
3294 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Linq.JArray">
3295 7e39367d pkanavos
            <summary>
3296 7e39367d pkanavos
            Represents a JSON array.
3297 7e39367d pkanavos
            </summary>
3298 7e39367d pkanavos
            <example>
3299 7e39367d pkanavos
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParseArray" title="Parsing a JSON Array from Text" />
3300 7e39367d pkanavos
            </example>
3301 7e39367d pkanavos
        </member>
3302 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Linq.JContainer">
3303 7e39367d pkanavos
            <summary>
3304 7e39367d pkanavos
            Represents a token that can contain other tokens.
3305 7e39367d pkanavos
            </summary>
3306 7e39367d pkanavos
        </member>
3307 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Linq.JToken">
3308 7e39367d pkanavos
            <summary>
3309 7e39367d pkanavos
            Represents an abstract JSON token.
3310 7e39367d pkanavos
            </summary>
3311 7e39367d pkanavos
        </member>
3312 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.DeepEquals(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
3313 7e39367d pkanavos
            <summary>
3314 7e39367d pkanavos
            Compares the values of two tokens, including the values of all descendant tokens.
3315 7e39367d pkanavos
            </summary>
3316 7e39367d pkanavos
            <param name="t1">The first <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
3317 7e39367d pkanavos
            <param name="t2">The second <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
3318 7e39367d pkanavos
            <returns>true if the tokens are equal; otherwise false.</returns>
3319 7e39367d pkanavos
        </member>
3320 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.AddAfterSelf(System.Object)">
3321 7e39367d pkanavos
            <summary>
3322 7e39367d pkanavos
            Adds the specified content immediately after this token.
3323 7e39367d pkanavos
            </summary>
3324 7e39367d pkanavos
            <param name="content">A content object that contains simple content or a collection of content objects to be added after this token.</param>
3325 7e39367d pkanavos
        </member>
3326 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.AddBeforeSelf(System.Object)">
3327 7e39367d pkanavos
            <summary>
3328 7e39367d pkanavos
            Adds the specified content immediately before this token.
3329 7e39367d pkanavos
            </summary>
3330 7e39367d pkanavos
            <param name="content">A content object that contains simple content or a collection of content objects to be added before this token.</param>
3331 7e39367d pkanavos
        </member>
3332 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.Ancestors">
3333 7e39367d pkanavos
            <summary>
3334 7e39367d pkanavos
            Returns a collection of the ancestor tokens of this token.
3335 7e39367d pkanavos
            </summary>
3336 7e39367d pkanavos
            <returns>A collection of the ancestor tokens of this token.</returns>
3337 7e39367d pkanavos
        </member>
3338 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.AfterSelf">
3339 7e39367d pkanavos
            <summary>
3340 7e39367d pkanavos
            Returns a collection of the sibling tokens after this token, in document order.
3341 7e39367d pkanavos
            </summary>
3342 7e39367d pkanavos
            <returns>A collection of the sibling tokens after this tokens, in document order.</returns>
3343 7e39367d pkanavos
        </member>
3344 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.BeforeSelf">
3345 7e39367d pkanavos
            <summary>
3346 7e39367d pkanavos
            Returns a collection of the sibling tokens before this token, in document order.
3347 7e39367d pkanavos
            </summary>
3348 7e39367d pkanavos
            <returns>A collection of the sibling tokens before this token, in document order.</returns>
3349 7e39367d pkanavos
        </member>
3350 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.Value``1(System.Object)">
3351 7e39367d pkanavos
            <summary>
3352 7e39367d pkanavos
            Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key converted to the specified type.
3353 7e39367d pkanavos
            </summary>
3354 7e39367d pkanavos
            <typeparam name="T">The type to convert the token to.</typeparam>
3355 7e39367d pkanavos
            <param name="key">The token key.</param>
3356 7e39367d pkanavos
            <returns>The converted token value.</returns>
3357 7e39367d pkanavos
        </member>
3358 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.Children">
3359 7e39367d pkanavos
            <summary>
3360 7e39367d pkanavos
            Returns a collection of the child tokens of this token, in document order.
3361 7e39367d pkanavos
            </summary>
3362 7e39367d pkanavos
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the child tokens of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>, in document order.</returns>
3363 7e39367d pkanavos
        </member>
3364 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.Children``1">
3365 7e39367d pkanavos
            <summary>
3366 7e39367d pkanavos
            Returns a collection of the child tokens of this token, in document order, filtered by the specified type.
3367 7e39367d pkanavos
            </summary>
3368 7e39367d pkanavos
            <typeparam name="T">The type to filter the child tokens on.</typeparam>
3369 7e39367d pkanavos
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> containing the child tokens of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>, in document order.</returns>
3370 7e39367d pkanavos
        </member>
3371 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.Values``1">
3372 7e39367d pkanavos
            <summary>
3373 7e39367d pkanavos
            Returns a collection of the child values of this token, in document order.
3374 7e39367d pkanavos
            </summary>
3375 7e39367d pkanavos
            <typeparam name="T">The type to convert the values to.</typeparam>
3376 7e39367d pkanavos
            <returns>A <see cref="T:System.Collections.Generic.IEnumerable`1"/> containing the child values of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>, in document order.</returns>
3377 7e39367d pkanavos
        </member>
3378 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.Remove">
3379 7e39367d pkanavos
            <summary>
3380 7e39367d pkanavos
            Removes this token from its parent.
3381 7e39367d pkanavos
            </summary>
3382 7e39367d pkanavos
        </member>
3383 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.Replace(Newtonsoft.Json.Linq.JToken)">
3384 7e39367d pkanavos
            <summary>
3385 7e39367d pkanavos
            Replaces this token with the specified token.
3386 7e39367d pkanavos
            </summary>
3387 7e39367d pkanavos
            <param name="value">The value.</param>
3388 7e39367d pkanavos
        </member>
3389 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
3390 7e39367d pkanavos
            <summary>
3391 7e39367d pkanavos
            Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
3392 7e39367d pkanavos
            </summary>
3393 7e39367d pkanavos
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
3394 7e39367d pkanavos
            <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
3395 7e39367d pkanavos
        </member>
3396 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.ToString">
3397 7e39367d pkanavos
            <summary>
3398 7e39367d pkanavos
            Returns the indented JSON for this token.
3399 7e39367d pkanavos
            </summary>
3400 7e39367d pkanavos
            <returns>
3401 7e39367d pkanavos
            The indented JSON for this token.
3402 7e39367d pkanavos
            </returns>
3403 7e39367d pkanavos
        </member>
3404 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.ToString(Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[])">
3405 7e39367d pkanavos
            <summary>
3406 7e39367d pkanavos
            Returns the JSON for this token using the given formatting and converters.
3407 7e39367d pkanavos
            </summary>
3408 7e39367d pkanavos
            <param name="formatting">Indicates how the output is formatted.</param>
3409 7e39367d pkanavos
            <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
3410 7e39367d pkanavos
            <returns>The JSON for this token using the given formatting and converters.</returns>
3411 7e39367d pkanavos
        </member>
3412 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Boolean">
3413 7e39367d pkanavos
            <summary>
3414 7e39367d pkanavos
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Boolean"/>.
3415 7e39367d pkanavos
            </summary>
3416 7e39367d pkanavos
            <param name="value">The value.</param>
3417 7e39367d pkanavos
            <returns>The result of the conversion.</returns>
3418 7e39367d pkanavos
        </member>
3419 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.DateTimeOffset">
3420 7e39367d pkanavos
            <summary>
3421 7e39367d pkanavos
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.DateTimeOffset"/>.
3422 7e39367d pkanavos
            </summary>
3423 7e39367d pkanavos
            <param name="value">The value.</param>
3424 7e39367d pkanavos
            <returns>The result of the conversion.</returns>
3425 7e39367d pkanavos
        </member>
3426 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Boolean}">
3427 7e39367d pkanavos
            <summary>
3428 7e39367d pkanavos
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
3429 7e39367d pkanavos
            </summary>
3430 7e39367d pkanavos
            <param name="value">The value.</param>
3431 7e39367d pkanavos
            <returns>The result of the conversion.</returns>
3432 7e39367d pkanavos
        </member>
3433 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int64">
3434 7e39367d pkanavos
            <summary>
3435 7e39367d pkanavos
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int64"/>.
3436 7e39367d pkanavos
            </summary>
3437 7e39367d pkanavos
            <param name="value">The value.</param>
3438 7e39367d pkanavos
            <returns>The result of the conversion.</returns>
3439 7e39367d pkanavos
        </member>
3440 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.DateTime}">
3441 7e39367d pkanavos
            <summary>
3442 7e39367d pkanavos
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
3443 7e39367d pkanavos
            </summary>
3444 7e39367d pkanavos
            <param name="value">The value.</param>
3445 7e39367d pkanavos
            <returns>The result of the conversion.</returns>
3446 7e39367d pkanavos
        </member>
3447 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.DateTimeOffset}">
3448 7e39367d pkanavos
            <summary>
3449 7e39367d pkanavos
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
3450 7e39367d pkanavos
            </summary>
3451 7e39367d pkanavos
            <param name="value">The value.</param>
3452 7e39367d pkanavos
            <returns>The result of the conversion.</returns>
3453 7e39367d pkanavos
        </member>
3454 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Decimal}">
3455 7e39367d pkanavos
            <summary>
3456 7e39367d pkanavos
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
3457 7e39367d pkanavos
            </summary>
3458 7e39367d pkanavos
            <param name="value">The value.</param>
3459 7e39367d pkanavos
            <returns>The result of the conversion.</returns>
3460 7e39367d pkanavos
        </member>
3461 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Double}">
3462 7e39367d pkanavos
            <summary>
3463 7e39367d pkanavos
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
3464 7e39367d pkanavos
            </summary>
3465 7e39367d pkanavos
            <param name="value">The value.</param>
3466 7e39367d pkanavos
            <returns>The result of the conversion.</returns>
3467 7e39367d pkanavos
        </member>
3468 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int32">
3469 7e39367d pkanavos
            <summary>
3470 7e39367d pkanavos
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int32"/>.
3471 7e39367d pkanavos
            </summary>
3472 7e39367d pkanavos
            <param name="value">The value.</param>
3473 7e39367d pkanavos
            <returns>The result of the conversion.</returns>
3474 7e39367d pkanavos
        </member>
3475 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int16">
3476 7e39367d pkanavos
            <summary>
3477 7e39367d pkanavos
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int16"/>.
3478 7e39367d pkanavos
            </summary>
3479 7e39367d pkanavos
            <param name="value">The value.</param>
3480 7e39367d pkanavos
            <returns>The result of the conversion.</returns>
3481 7e39367d pkanavos
        </member>
3482 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt16">
3483 7e39367d pkanavos
            <summary>
3484 7e39367d pkanavos
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt16"/>.
3485 7e39367d pkanavos
            </summary>
3486 7e39367d pkanavos
            <param name="value">The value.</param>
3487 7e39367d pkanavos
            <returns>The result of the conversion.</returns>
3488 7e39367d pkanavos
        </member>
3489 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int32}">
3490 7e39367d pkanavos
            <summary>
3491 7e39367d pkanavos
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
3492 7e39367d pkanavos
            </summary>
3493 7e39367d pkanavos
            <param name="value">The value.</param>
3494 7e39367d pkanavos
            <returns>The result of the conversion.</returns>
3495 7e39367d pkanavos
        </member>
3496 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int16}">
3497 7e39367d pkanavos
            <summary>
3498 7e39367d pkanavos
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
3499 7e39367d pkanavos
            </summary>
3500 7e39367d pkanavos
            <param name="value">The value.</param>
3501 7e39367d pkanavos
            <returns>The result of the conversion.</returns>
3502 7e39367d pkanavos
        </member>
3503 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt16}">
3504 7e39367d pkanavos
            <summary>
3505 7e39367d pkanavos
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
3506 7e39367d pkanavos
            </summary>
3507 7e39367d pkanavos
            <param name="value">The value.</param>
3508 7e39367d pkanavos
            <returns>The result of the conversion.</returns>
3509 7e39367d pkanavos
        </member>
3510 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.DateTime">
3511 7e39367d pkanavos
            <summary>
3512 7e39367d pkanavos
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.DateTime"/>.
3513 7e39367d pkanavos
            </summary>
3514 7e39367d pkanavos
            <param name="value">The value.</param>
3515 7e39367d pkanavos
            <returns>The result of the conversion.</returns>
3516 7e39367d pkanavos
        </member>
3517 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int64}">
3518 7e39367d pkanavos
            <summary>
3519 7e39367d pkanavos
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
3520 7e39367d pkanavos
            </summary>
3521 7e39367d pkanavos
            <param name="value">The value.</param>
3522 7e39367d pkanavos
            <returns>The result of the conversion.</returns>
3523 7e39367d pkanavos
        </member>
3524 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Single}">
3525 7e39367d pkanavos
            <summary>
3526 7e39367d pkanavos
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
3527 7e39367d pkanavos
            </summary>
3528 7e39367d pkanavos
            <param name="value">The value.</param>
3529 7e39367d pkanavos
            <returns>The result of the conversion.</returns>
3530 7e39367d pkanavos
        </member>
3531 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Decimal">
3532 7e39367d pkanavos
            <summary>
3533 7e39367d pkanavos
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Decimal"/>.
3534 7e39367d pkanavos
            </summary>
3535 7e39367d pkanavos
            <param name="value">The value.</param>
3536 7e39367d pkanavos
            <returns>The result of the conversion.</returns>
3537 7e39367d pkanavos
        </member>
3538 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt32}">
3539 7e39367d pkanavos
            <summary>
3540 7e39367d pkanavos
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
3541 7e39367d pkanavos
            </summary>
3542 7e39367d pkanavos
            <param name="value">The value.</param>
3543 7e39367d pkanavos
            <returns>The result of the conversion.</returns>
3544 7e39367d pkanavos
        </member>
3545 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt64}">
3546 7e39367d pkanavos
            <summary>
3547 7e39367d pkanavos
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.
3548 7e39367d pkanavos
            </summary>
3549 7e39367d pkanavos
            <param name="value">The value.</param>
3550 7e39367d pkanavos
            <returns>The result of the conversion.</returns>
3551 7e39367d pkanavos
        </member>
3552 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Double">
3553 7e39367d pkanavos
            <summary>
3554 7e39367d pkanavos
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Double"/>.
3555 7e39367d pkanavos
            </summary>
3556 7e39367d pkanavos
            <param name="value">The value.</param>
3557 7e39367d pkanavos
            <returns>The result of the conversion.</returns>
3558 7e39367d pkanavos
        </member>
3559 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Single">
3560 7e39367d pkanavos
            <summary>
3561 7e39367d pkanavos
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Single"/>.
3562 7e39367d pkanavos
            </summary>
3563 7e39367d pkanavos
            <param name="value">The value.</param>
3564 7e39367d pkanavos
            <returns>The result of the conversion.</returns>
3565 7e39367d pkanavos
        </member>
3566 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.String">
3567 7e39367d pkanavos
            <summary>
3568 7e39367d pkanavos
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.String"/>.
3569 7e39367d pkanavos
            </summary>
3570 7e39367d pkanavos
            <param name="value">The value.</param>
3571 7e39367d pkanavos
            <returns>The result of the conversion.</returns>
3572 7e39367d pkanavos
        </member>
3573 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt32">
3574 7e39367d pkanavos
            <summary>
3575 7e39367d pkanavos
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt32"/>.
3576 7e39367d pkanavos
            </summary>
3577 7e39367d pkanavos
            <param name="value">The value.</param>
3578 7e39367d pkanavos
            <returns>The result of the conversion.</returns>
3579 7e39367d pkanavos
        </member>
3580 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt64">
3581 7e39367d pkanavos
            <summary>
3582 7e39367d pkanavos
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt64"/>.
3583 7e39367d pkanavos
            </summary>
3584 7e39367d pkanavos
            <param name="value">The value.</param>
3585 7e39367d pkanavos
            <returns>The result of the conversion.</returns>
3586 7e39367d pkanavos
        </member>
3587 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Byte[]">
3588 7e39367d pkanavos
            <summary>
3589 7e39367d pkanavos
            Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Byte[]"/>.
3590 7e39367d pkanavos
            </summary>
3591 7e39367d pkanavos
            <param name="value">The value.</param>
3592 7e39367d pkanavos
            <returns>The result of the conversion.</returns>
3593 7e39367d pkanavos
        </member>
3594 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Boolean)~Newtonsoft.Json.Linq.JToken">
3595 7e39367d pkanavos
            <summary>
3596 7e39367d pkanavos
            Performs an implicit conversion from <see cref="T:System.Boolean"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3597 7e39367d pkanavos
            </summary>
3598 7e39367d pkanavos
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3599 7e39367d pkanavos
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3600 7e39367d pkanavos
        </member>
3601 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.DateTimeOffset)~Newtonsoft.Json.Linq.JToken">
3602 7e39367d pkanavos
            <summary>
3603 7e39367d pkanavos
            Performs an implicit conversion from <see cref="T:System.DateTimeOffset"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3604 7e39367d pkanavos
            </summary>
3605 7e39367d pkanavos
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3606 7e39367d pkanavos
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3607 7e39367d pkanavos
        </member>
3608 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Boolean})~Newtonsoft.Json.Linq.JToken">
3609 7e39367d pkanavos
            <summary>
3610 7e39367d pkanavos
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3611 7e39367d pkanavos
            </summary>
3612 7e39367d pkanavos
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3613 7e39367d pkanavos
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3614 7e39367d pkanavos
        </member>
3615 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int64)~Newtonsoft.Json.Linq.JToken">
3616 7e39367d pkanavos
            <summary>
3617 7e39367d pkanavos
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3618 7e39367d pkanavos
            </summary>
3619 7e39367d pkanavos
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3620 7e39367d pkanavos
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3621 7e39367d pkanavos
        </member>
3622 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.DateTime})~Newtonsoft.Json.Linq.JToken">
3623 7e39367d pkanavos
            <summary>
3624 7e39367d pkanavos
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3625 7e39367d pkanavos
            </summary>
3626 7e39367d pkanavos
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3627 7e39367d pkanavos
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3628 7e39367d pkanavos
        </member>
3629 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.DateTimeOffset})~Newtonsoft.Json.Linq.JToken">
3630 7e39367d pkanavos
            <summary>
3631 7e39367d pkanavos
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3632 7e39367d pkanavos
            </summary>
3633 7e39367d pkanavos
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3634 7e39367d pkanavos
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3635 7e39367d pkanavos
        </member>
3636 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Decimal})~Newtonsoft.Json.Linq.JToken">
3637 7e39367d pkanavos
            <summary>
3638 7e39367d pkanavos
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3639 7e39367d pkanavos
            </summary>
3640 7e39367d pkanavos
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3641 7e39367d pkanavos
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3642 7e39367d pkanavos
        </member>
3643 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Double})~Newtonsoft.Json.Linq.JToken">
3644 7e39367d pkanavos
            <summary>
3645 7e39367d pkanavos
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3646 7e39367d pkanavos
            </summary>
3647 7e39367d pkanavos
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3648 7e39367d pkanavos
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3649 7e39367d pkanavos
        </member>
3650 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int16)~Newtonsoft.Json.Linq.JToken">
3651 7e39367d pkanavos
            <summary>
3652 7e39367d pkanavos
            Performs an implicit conversion from <see cref="T:System.Int16"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3653 7e39367d pkanavos
            </summary>
3654 7e39367d pkanavos
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3655 7e39367d pkanavos
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3656 7e39367d pkanavos
        </member>
3657 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt16)~Newtonsoft.Json.Linq.JToken">
3658 7e39367d pkanavos
            <summary>
3659 7e39367d pkanavos
            Performs an implicit conversion from <see cref="T:System.UInt16"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3660 7e39367d pkanavos
            </summary>
3661 7e39367d pkanavos
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3662 7e39367d pkanavos
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3663 7e39367d pkanavos
        </member>
3664 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int32)~Newtonsoft.Json.Linq.JToken">
3665 7e39367d pkanavos
            <summary>
3666 7e39367d pkanavos
            Performs an implicit conversion from <see cref="T:System.Int32"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3667 7e39367d pkanavos
            </summary>
3668 7e39367d pkanavos
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3669 7e39367d pkanavos
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3670 7e39367d pkanavos
        </member>
3671 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int32})~Newtonsoft.Json.Linq.JToken">
3672 7e39367d pkanavos
            <summary>
3673 7e39367d pkanavos
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3674 7e39367d pkanavos
            </summary>
3675 7e39367d pkanavos
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3676 7e39367d pkanavos
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3677 7e39367d pkanavos
        </member>
3678 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.DateTime)~Newtonsoft.Json.Linq.JToken">
3679 7e39367d pkanavos
            <summary>
3680 7e39367d pkanavos
            Performs an implicit conversion from <see cref="T:System.DateTime"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3681 7e39367d pkanavos
            </summary>
3682 7e39367d pkanavos
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3683 7e39367d pkanavos
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3684 7e39367d pkanavos
        </member>
3685 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int64})~Newtonsoft.Json.Linq.JToken">
3686 7e39367d pkanavos
            <summary>
3687 7e39367d pkanavos
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3688 7e39367d pkanavos
            </summary>
3689 7e39367d pkanavos
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3690 7e39367d pkanavos
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3691 7e39367d pkanavos
        </member>
3692 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Single})~Newtonsoft.Json.Linq.JToken">
3693 7e39367d pkanavos
            <summary>
3694 7e39367d pkanavos
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3695 7e39367d pkanavos
            </summary>
3696 7e39367d pkanavos
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3697 7e39367d pkanavos
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3698 7e39367d pkanavos
        </member>
3699 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Decimal)~Newtonsoft.Json.Linq.JToken">
3700 7e39367d pkanavos
            <summary>
3701 7e39367d pkanavos
            Performs an implicit conversion from <see cref="T:System.Decimal"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3702 7e39367d pkanavos
            </summary>
3703 7e39367d pkanavos
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3704 7e39367d pkanavos
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3705 7e39367d pkanavos
        </member>
3706 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int16})~Newtonsoft.Json.Linq.JToken">
3707 7e39367d pkanavos
            <summary>
3708 7e39367d pkanavos
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3709 7e39367d pkanavos
            </summary>
3710 7e39367d pkanavos
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3711 7e39367d pkanavos
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3712 7e39367d pkanavos
        </member>
3713 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt16})~Newtonsoft.Json.Linq.JToken">
3714 7e39367d pkanavos
            <summary>
3715 7e39367d pkanavos
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3716 7e39367d pkanavos
            </summary>
3717 7e39367d pkanavos
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3718 7e39367d pkanavos
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3719 7e39367d pkanavos
        </member>
3720 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt32})~Newtonsoft.Json.Linq.JToken">
3721 7e39367d pkanavos
            <summary>
3722 7e39367d pkanavos
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3723 7e39367d pkanavos
            </summary>
3724 7e39367d pkanavos
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3725 7e39367d pkanavos
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3726 7e39367d pkanavos
        </member>
3727 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt64})~Newtonsoft.Json.Linq.JToken">
3728 7e39367d pkanavos
            <summary>
3729 7e39367d pkanavos
            Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3730 7e39367d pkanavos
            </summary>
3731 7e39367d pkanavos
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3732 7e39367d pkanavos
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3733 7e39367d pkanavos
        </member>
3734 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Double)~Newtonsoft.Json.Linq.JToken">
3735 7e39367d pkanavos
            <summary>
3736 7e39367d pkanavos
            Performs an implicit conversion from <see cref="T:System.Double"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3737 7e39367d pkanavos
            </summary>
3738 7e39367d pkanavos
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3739 7e39367d pkanavos
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3740 7e39367d pkanavos
        </member>
3741 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Single)~Newtonsoft.Json.Linq.JToken">
3742 7e39367d pkanavos
            <summary>
3743 7e39367d pkanavos
            Performs an implicit conversion from <see cref="T:System.Single"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3744 7e39367d pkanavos
            </summary>
3745 7e39367d pkanavos
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3746 7e39367d pkanavos
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3747 7e39367d pkanavos
        </member>
3748 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.String)~Newtonsoft.Json.Linq.JToken">
3749 7e39367d pkanavos
            <summary>
3750 7e39367d pkanavos
            Performs an implicit conversion from <see cref="T:System.String"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3751 7e39367d pkanavos
            </summary>
3752 7e39367d pkanavos
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3753 7e39367d pkanavos
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3754 7e39367d pkanavos
        </member>
3755 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt32)~Newtonsoft.Json.Linq.JToken">
3756 7e39367d pkanavos
            <summary>
3757 7e39367d pkanavos
            Performs an implicit conversion from <see cref="T:System.UInt32"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3758 7e39367d pkanavos
            </summary>
3759 7e39367d pkanavos
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3760 7e39367d pkanavos
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3761 7e39367d pkanavos
        </member>
3762 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt64)~Newtonsoft.Json.Linq.JToken">
3763 7e39367d pkanavos
            <summary>
3764 7e39367d pkanavos
            Performs an implicit conversion from <see cref="T:System.UInt64"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3765 7e39367d pkanavos
            </summary>
3766 7e39367d pkanavos
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3767 7e39367d pkanavos
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3768 7e39367d pkanavos
        </member>
3769 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Byte[])~Newtonsoft.Json.Linq.JToken">
3770 7e39367d pkanavos
            <summary>
3771 7e39367d pkanavos
            Performs an implicit conversion from <see cref="T:System.Byte[]"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3772 7e39367d pkanavos
            </summary>
3773 7e39367d pkanavos
            <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>
3774 7e39367d pkanavos
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>
3775 7e39367d pkanavos
        </member>
3776 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.CreateReader">
3777 7e39367d pkanavos
            <summary>
3778 7e39367d pkanavos
            Creates an <see cref="T:Newtonsoft.Json.JsonReader"/> for this token.
3779 7e39367d pkanavos
            </summary>
3780 7e39367d pkanavos
            <returns>An <see cref="T:Newtonsoft.Json.JsonReader"/> that can be used to read this token and its descendants.</returns>
3781 7e39367d pkanavos
        </member>
3782 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.FromObject(System.Object)">
3783 7e39367d pkanavos
            <summary>
3784 7e39367d pkanavos
            Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from an object.
3785 7e39367d pkanavos
            </summary>
3786 7e39367d pkanavos
            <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
3787 7e39367d pkanavos
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the value of the specified object</returns>
3788 7e39367d pkanavos
        </member>
3789 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">
3790 7e39367d pkanavos
            <summary>
3791 7e39367d pkanavos
            Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from an object using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
3792 7e39367d pkanavos
            </summary>
3793 7e39367d pkanavos
            <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
3794 7e39367d pkanavos
            <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when reading the object.</param>
3795 7e39367d pkanavos
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the value of the specified object</returns>
3796 7e39367d pkanavos
        </member>
3797 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.ToObject``1">
3798 7e39367d pkanavos
            <summary>
3799 7e39367d pkanavos
            Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3800 7e39367d pkanavos
            </summary>
3801 7e39367d pkanavos
            <typeparam name="T">The object type that the token will be deserialized to.</typeparam>
3802 7e39367d pkanavos
            <returns>The new object created from the JSON value.</returns>
3803 7e39367d pkanavos
        </member>
3804 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.ToObject``1(Newtonsoft.Json.JsonSerializer)">
3805 7e39367d pkanavos
            <summary>
3806 7e39367d pkanavos
            Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/> using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
3807 7e39367d pkanavos
            </summary>
3808 7e39367d pkanavos
            <typeparam name="T">The object type that the token will be deserialized to.</typeparam>
3809 7e39367d pkanavos
            <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when creating the object.</param>
3810 7e39367d pkanavos
            <returns>The new object created from the JSON value.</returns>
3811 7e39367d pkanavos
        </member>
3812 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.ReadFrom(Newtonsoft.Json.JsonReader)">
3813 7e39367d pkanavos
            <summary>
3814 7e39367d pkanavos
            Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
3815 7e39367d pkanavos
            </summary>
3816 7e39367d pkanavos
            <param name="reader">An <see cref="T:Newtonsoft.Json.JsonReader"/> positioned at the token to read into this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
3817 7e39367d pkanavos
            <returns>
3818 7e39367d pkanavos
            An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens
3819 7e39367d pkanavos
            that were read from the reader. The runtime type of the token is determined
3820 7e39367d pkanavos
            by the token type of the first token encountered in the reader.
3821 7e39367d pkanavos
            </returns>
3822 7e39367d pkanavos
        </member>
3823 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.Parse(System.String)">
3824 7e39367d pkanavos
            <summary>
3825 7e39367d pkanavos
            Load a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a string that contains JSON.
3826 7e39367d pkanavos
            </summary>
3827 7e39367d pkanavos
            <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
3828 7e39367d pkanavos
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> populated from the string that contains JSON.</returns>
3829 7e39367d pkanavos
        </member>
3830 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.Load(Newtonsoft.Json.JsonReader)">
3831 7e39367d pkanavos
            <summary>
3832 7e39367d pkanavos
            Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.
3833 7e39367d pkanavos
            </summary>
3834 7e39367d pkanavos
            <param name="reader">An <see cref="T:Newtonsoft.Json.JsonReader"/> positioned at the token to read into this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>
3835 7e39367d pkanavos
            <returns>
3836 7e39367d pkanavos
            An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens
3837 7e39367d pkanavos
            that were read from the reader. The runtime type of the token is determined
3838 7e39367d pkanavos
            by the token type of the first token encountered in the reader.
3839 7e39367d pkanavos
            </returns>
3840 7e39367d pkanavos
        </member>
3841 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.SelectToken(System.String)">
3842 7e39367d pkanavos
            <summary>
3843 7e39367d pkanavos
            Selects the token that matches the object path.
3844 7e39367d pkanavos
            </summary>
3845 7e39367d pkanavos
            <param name="path">
3846 7e39367d pkanavos
            The object path from the current <see cref="T:Newtonsoft.Json.Linq.JToken"/> to the <see cref="T:Newtonsoft.Json.Linq.JToken"/>
3847 7e39367d pkanavos
            to be returned. This must be a string of property names or array indexes separated
3848 7e39367d pkanavos
            by periods, such as <code>Tables[0].DefaultView[0].Price</code> in C# or
3849 7e39367d pkanavos
            <code>Tables(0).DefaultView(0).Price</code> in Visual Basic.
3850 7e39367d pkanavos
            </param>
3851 7e39367d pkanavos
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> that matches the object path or a null reference if no matching token is found.</returns>
3852 7e39367d pkanavos
        </member>
3853 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.SelectToken(System.String,System.Boolean)">
3854 7e39367d pkanavos
            <summary>
3855 7e39367d pkanavos
            Selects the token that matches the object path.
3856 7e39367d pkanavos
            </summary>
3857 7e39367d pkanavos
            <param name="path">
3858 7e39367d pkanavos
            The object path from the current <see cref="T:Newtonsoft.Json.Linq.JToken"/> to the <see cref="T:Newtonsoft.Json.Linq.JToken"/>
3859 7e39367d pkanavos
            to be returned. This must be a string of property names or array indexes separated
3860 7e39367d pkanavos
            by periods, such as <code>Tables[0].DefaultView[0].Price</code> in C# or
3861 7e39367d pkanavos
            <code>Tables(0).DefaultView(0).Price</code> in Visual Basic.
3862 7e39367d pkanavos
            </param>
3863 7e39367d pkanavos
            <param name="errorWhenNoMatch">A flag to indicate whether an error should be thrown if no token is found.</param>
3864 7e39367d pkanavos
            <returns>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> that matches the object path.</returns>
3865 7e39367d pkanavos
        </member>
3866 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.GetMetaObject(System.Linq.Expressions.Expression)">
3867 7e39367d pkanavos
            <summary>
3868 7e39367d pkanavos
            Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.
3869 7e39367d pkanavos
            </summary>
3870 7e39367d pkanavos
            <param name="parameter">The expression tree representation of the runtime value.</param>
3871 7e39367d pkanavos
            <returns>
3872 7e39367d pkanavos
            The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.
3873 7e39367d pkanavos
            </returns>
3874 7e39367d pkanavos
        </member>
3875 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.System#Dynamic#IDynamicMetaObjectProvider#GetMetaObject(System.Linq.Expressions.Expression)">
3876 7e39367d pkanavos
            <summary>
3877 7e39367d pkanavos
            Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.
3878 7e39367d pkanavos
            </summary>
3879 7e39367d pkanavos
            <param name="parameter">The expression tree representation of the runtime value.</param>
3880 7e39367d pkanavos
            <returns>
3881 7e39367d pkanavos
            The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.
3882 7e39367d pkanavos
            </returns>
3883 7e39367d pkanavos
        </member>
3884 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JToken.DeepClone">
3885 7e39367d pkanavos
            <summary>
3886 7e39367d pkanavos
            Creates a new instance of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>. All child tokens are recursively cloned.
3887 7e39367d pkanavos
            </summary>
3888 7e39367d pkanavos
            <returns>A new instance of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>
3889 7e39367d pkanavos
        </member>
3890 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Linq.JToken.EqualityComparer">
3891 7e39367d pkanavos
            <summary>
3892 7e39367d pkanavos
            Gets a comparer that can compare two tokens for value equality.
3893 7e39367d pkanavos
            </summary>
3894 7e39367d pkanavos
            <value>A <see cref="T:Newtonsoft.Json.Linq.JTokenEqualityComparer"/> that can compare two nodes for value equality.</value>
3895 7e39367d pkanavos
        </member>
3896 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Linq.JToken.Parent">
3897 7e39367d pkanavos
            <summary>
3898 7e39367d pkanavos
            Gets or sets the parent.
3899 7e39367d pkanavos
            </summary>
3900 7e39367d pkanavos
            <value>The parent.</value>
3901 7e39367d pkanavos
        </member>
3902 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Linq.JToken.Root">
3903 7e39367d pkanavos
            <summary>
3904 7e39367d pkanavos
            Gets the root <see cref="T:Newtonsoft.Json.Linq.JToken"/> of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3905 7e39367d pkanavos
            </summary>
3906 7e39367d pkanavos
            <value>The root <see cref="T:Newtonsoft.Json.Linq.JToken"/> of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value>
3907 7e39367d pkanavos
        </member>
3908 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Linq.JToken.Type">
3909 7e39367d pkanavos
            <summary>
3910 7e39367d pkanavos
            Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3911 7e39367d pkanavos
            </summary>
3912 7e39367d pkanavos
            <value>The type.</value>
3913 7e39367d pkanavos
        </member>
3914 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Linq.JToken.HasValues">
3915 7e39367d pkanavos
            <summary>
3916 7e39367d pkanavos
            Gets a value indicating whether this token has childen tokens.
3917 7e39367d pkanavos
            </summary>
3918 7e39367d pkanavos
            <value>
3919 7e39367d pkanavos
                    <c>true</c> if this token has child values; otherwise, <c>false</c>.
3920 7e39367d pkanavos
            </value>
3921 7e39367d pkanavos
        </member>
3922 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Linq.JToken.Next">
3923 7e39367d pkanavos
            <summary>
3924 7e39367d pkanavos
            Gets the next sibling token of this node.
3925 7e39367d pkanavos
            </summary>
3926 7e39367d pkanavos
            <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the next sibling token.</value>
3927 7e39367d pkanavos
        </member>
3928 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Linq.JToken.Previous">
3929 7e39367d pkanavos
            <summary>
3930 7e39367d pkanavos
            Gets the previous sibling token of this node.
3931 7e39367d pkanavos
            </summary>
3932 7e39367d pkanavos
            <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the previous sibling token.</value>
3933 7e39367d pkanavos
        </member>
3934 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Linq.JToken.Item(System.Object)">
3935 7e39367d pkanavos
            <summary>
3936 7e39367d pkanavos
            Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
3937 7e39367d pkanavos
            </summary>
3938 7e39367d pkanavos
            <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
3939 7e39367d pkanavos
        </member>
3940 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Linq.JToken.First">
3941 7e39367d pkanavos
            <summary>
3942 7e39367d pkanavos
            Get the first child token of this token.
3943 7e39367d pkanavos
            </summary>
3944 7e39367d pkanavos
            <value>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the first child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value>
3945 7e39367d pkanavos
        </member>
3946 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Linq.JToken.Last">
3947 7e39367d pkanavos
            <summary>
3948 7e39367d pkanavos
            Get the last child token of this token.
3949 7e39367d pkanavos
            </summary>
3950 7e39367d pkanavos
            <value>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the last child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value>
3951 7e39367d pkanavos
        </member>
3952 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JContainer.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
3953 7e39367d pkanavos
            <summary>
3954 7e39367d pkanavos
            Raises the <see cref="E:Newtonsoft.Json.Linq.JContainer.CollectionChanged"/> event.
3955 7e39367d pkanavos
            </summary>
3956 7e39367d pkanavos
            <param name="e">The <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs"/> instance containing the event data.</param>
3957 7e39367d pkanavos
        </member>
3958 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JContainer.Children">
3959 7e39367d pkanavos
            <summary>
3960 7e39367d pkanavos
            Returns a collection of the child tokens of this token, in document order.
3961 7e39367d pkanavos
            </summary>
3962 7e39367d pkanavos
            <returns>
3963 7e39367d pkanavos
            An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the child tokens of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>, in document order.
3964 7e39367d pkanavos
            </returns>
3965 7e39367d pkanavos
        </member>
3966 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JContainer.Values``1">
3967 7e39367d pkanavos
            <summary>
3968 7e39367d pkanavos
            Returns a collection of the child values of this token, in document order.
3969 7e39367d pkanavos
            </summary>
3970 7e39367d pkanavos
            <typeparam name="T">The type to convert the values to.</typeparam>
3971 7e39367d pkanavos
            <returns>
3972 7e39367d pkanavos
            A <see cref="T:System.Collections.Generic.IEnumerable`1"/> containing the child values of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>, in document order.
3973 7e39367d pkanavos
            </returns>
3974 7e39367d pkanavos
        </member>
3975 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JContainer.Descendants">
3976 7e39367d pkanavos
            <summary>
3977 7e39367d pkanavos
            Returns a collection of the descendant tokens for this token in document order.
3978 7e39367d pkanavos
            </summary>
3979 7e39367d pkanavos
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> containing the descendant tokens of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>
3980 7e39367d pkanavos
        </member>
3981 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JContainer.Add(System.Object)">
3982 7e39367d pkanavos
            <summary>
3983 7e39367d pkanavos
            Adds the specified content as children of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3984 7e39367d pkanavos
            </summary>
3985 7e39367d pkanavos
            <param name="content">The content to be added.</param>
3986 7e39367d pkanavos
        </member>
3987 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JContainer.AddFirst(System.Object)">
3988 7e39367d pkanavos
            <summary>
3989 7e39367d pkanavos
            Adds the specified content as the first children of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3990 7e39367d pkanavos
            </summary>
3991 7e39367d pkanavos
            <param name="content">The content to be added.</param>
3992 7e39367d pkanavos
        </member>
3993 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JContainer.CreateWriter">
3994 7e39367d pkanavos
            <summary>
3995 7e39367d pkanavos
            Creates an <see cref="T:Newtonsoft.Json.JsonWriter"/> that can be used to add tokens to the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
3996 7e39367d pkanavos
            </summary>
3997 7e39367d pkanavos
            <returns>An <see cref="T:Newtonsoft.Json.JsonWriter"/> that is ready to have content written to it.</returns>
3998 7e39367d pkanavos
        </member>
3999 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JContainer.ReplaceAll(System.Object)">
4000 7e39367d pkanavos
            <summary>
4001 7e39367d pkanavos
            Replaces the children nodes of this token with the specified content.
4002 7e39367d pkanavos
            </summary>
4003 7e39367d pkanavos
            <param name="content">The content.</param>
4004 7e39367d pkanavos
        </member>
4005 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JContainer.RemoveAll">
4006 7e39367d pkanavos
            <summary>
4007 7e39367d pkanavos
            Removes the child nodes from this token.
4008 7e39367d pkanavos
            </summary>
4009 7e39367d pkanavos
        </member>
4010 7e39367d pkanavos
        <member name="E:Newtonsoft.Json.Linq.JContainer.CollectionChanged">
4011 7e39367d pkanavos
            <summary>
4012 7e39367d pkanavos
            Occurs when the items list of the collection has changed, or the collection is reset.
4013 7e39367d pkanavos
            </summary>
4014 7e39367d pkanavos
        </member>
4015 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Linq.JContainer.ChildrenTokens">
4016 7e39367d pkanavos
            <summary>
4017 7e39367d pkanavos
            Gets the container's children tokens.
4018 7e39367d pkanavos
            </summary>
4019 7e39367d pkanavos
            <value>The container's children tokens.</value>
4020 7e39367d pkanavos
        </member>
4021 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Linq.JContainer.HasValues">
4022 7e39367d pkanavos
            <summary>
4023 7e39367d pkanavos
            Gets a value indicating whether this token has childen tokens.
4024 7e39367d pkanavos
            </summary>
4025 7e39367d pkanavos
            <value>
4026 7e39367d pkanavos
                    <c>true</c> if this token has child values; otherwise, <c>false</c>.
4027 7e39367d pkanavos
            </value>
4028 7e39367d pkanavos
        </member>
4029 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Linq.JContainer.First">
4030 7e39367d pkanavos
            <summary>
4031 7e39367d pkanavos
            Get the first child token of this token.
4032 7e39367d pkanavos
            </summary>
4033 7e39367d pkanavos
            <value>
4034 7e39367d pkanavos
            A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the first child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4035 7e39367d pkanavos
            </value>
4036 7e39367d pkanavos
        </member>
4037 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Linq.JContainer.Last">
4038 7e39367d pkanavos
            <summary>
4039 7e39367d pkanavos
            Get the last child token of this token.
4040 7e39367d pkanavos
            </summary>
4041 7e39367d pkanavos
            <value>
4042 7e39367d pkanavos
            A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the last child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4043 7e39367d pkanavos
            </value>
4044 7e39367d pkanavos
        </member>
4045 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Linq.JContainer.Count">
4046 7e39367d pkanavos
            <summary>
4047 7e39367d pkanavos
            Gets the count of child JSON tokens.
4048 7e39367d pkanavos
            </summary>
4049 7e39367d pkanavos
            <value>The count of child JSON tokens</value>
4050 7e39367d pkanavos
        </member>
4051 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JArray.#ctor">
4052 7e39367d pkanavos
            <summary>
4053 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class.
4054 7e39367d pkanavos
            </summary>
4055 7e39367d pkanavos
        </member>
4056 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(Newtonsoft.Json.Linq.JArray)">
4057 7e39367d pkanavos
            <summary>
4058 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class from another <see cref="T:Newtonsoft.Json.Linq.JArray"/> object.
4059 7e39367d pkanavos
            </summary>
4060 7e39367d pkanavos
            <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JArray"/> object to copy from.</param>
4061 7e39367d pkanavos
        </member>
4062 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(System.Object[])">
4063 7e39367d pkanavos
            <summary>
4064 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class with the specified content.
4065 7e39367d pkanavos
            </summary>
4066 7e39367d pkanavos
            <param name="content">The contents of the array.</param>
4067 7e39367d pkanavos
        </member>
4068 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(System.Object)">
4069 7e39367d pkanavos
            <summary>
4070 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class with the specified content.
4071 7e39367d pkanavos
            </summary>
4072 7e39367d pkanavos
            <param name="content">The contents of the array.</param>
4073 7e39367d pkanavos
        </member>
4074 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JArray.Load(Newtonsoft.Json.JsonReader)">
4075 7e39367d pkanavos
            <summary>
4076 7e39367d pkanavos
            Loads an <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
4077 7e39367d pkanavos
            </summary>
4078 7e39367d pkanavos
            <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> that will be read for the content of the <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>
4079 7e39367d pkanavos
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> that contains the JSON that was read from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.</returns>
4080 7e39367d pkanavos
        </member>
4081 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JArray.Parse(System.String)">
4082 7e39367d pkanavos
            <summary>
4083 7e39367d pkanavos
            Load a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a string that contains JSON.
4084 7e39367d pkanavos
            </summary>
4085 7e39367d pkanavos
            <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
4086 7e39367d pkanavos
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> populated from the string that contains JSON.</returns>
4087 7e39367d pkanavos
            <example>
4088 7e39367d pkanavos
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParseArray" title="Parsing a JSON Array from Text"/>
4089 7e39367d pkanavos
            </example>
4090 7e39367d pkanavos
        </member>
4091 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JArray.FromObject(System.Object)">
4092 7e39367d pkanavos
            <summary>
4093 7e39367d pkanavos
            Creates a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from an object.
4094 7e39367d pkanavos
            </summary>
4095 7e39367d pkanavos
            <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>
4096 7e39367d pkanavos
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> with the values of the specified object</returns>
4097 7e39367d pkanavos
        </member>
4098 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JArray.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">
4099 7e39367d pkanavos
            <summary>
4100 7e39367d pkanavos
            Creates a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from an object.
4101 7e39367d pkanavos
            </summary>
4102 7e39367d pkanavos
            <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>
4103 7e39367d pkanavos
            <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used to read the object.</param>
4104 7e39367d pkanavos
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> with the values of the specified object</returns>
4105 7e39367d pkanavos
        </member>
4106 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JArray.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
4107 7e39367d pkanavos
            <summary>
4108 7e39367d pkanavos
            Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
4109 7e39367d pkanavos
            </summary>
4110 7e39367d pkanavos
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
4111 7e39367d pkanavos
            <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
4112 7e39367d pkanavos
        </member>
4113 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JArray.IndexOf(Newtonsoft.Json.Linq.JToken)">
4114 7e39367d pkanavos
            <summary>
4115 7e39367d pkanavos
            Determines the index of a specific item in the <see cref="T:System.Collections.Generic.IList`1"/>.
4116 7e39367d pkanavos
            </summary>
4117 7e39367d pkanavos
            <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.IList`1"/>.</param>
4118 7e39367d pkanavos
            <returns>
4119 7e39367d pkanavos
            The index of <paramref name="item"/> if found in the list; otherwise, -1.
4120 7e39367d pkanavos
            </returns>
4121 7e39367d pkanavos
        </member>
4122 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JArray.Insert(System.Int32,Newtonsoft.Json.Linq.JToken)">
4123 7e39367d pkanavos
            <summary>
4124 7e39367d pkanavos
            Inserts an item to the <see cref="T:System.Collections.Generic.IList`1"/> at the specified index.
4125 7e39367d pkanavos
            </summary>
4126 7e39367d pkanavos
            <param name="index">The zero-based index at which <paramref name="item"/> should be inserted.</param>
4127 7e39367d pkanavos
            <param name="item">The object to insert into the <see cref="T:System.Collections.Generic.IList`1"/>.</param>
4128 7e39367d pkanavos
            <exception cref="T:System.ArgumentOutOfRangeException">
4129 7e39367d pkanavos
                    <paramref name="index"/> is not a valid index in the <see cref="T:System.Collections.Generic.IList`1"/>.</exception>
4130 7e39367d pkanavos
            <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IList`1"/> is read-only.</exception>
4131 7e39367d pkanavos
        </member>
4132 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JArray.RemoveAt(System.Int32)">
4133 7e39367d pkanavos
            <summary>
4134 7e39367d pkanavos
            Removes the <see cref="T:System.Collections.Generic.IList`1"/> item at the specified index.
4135 7e39367d pkanavos
            </summary>
4136 7e39367d pkanavos
            <param name="index">The zero-based index of the item to remove.</param>
4137 7e39367d pkanavos
            <exception cref="T:System.ArgumentOutOfRangeException">
4138 7e39367d pkanavos
                    <paramref name="index"/> is not a valid index in the <see cref="T:System.Collections.Generic.IList`1"/>.</exception>
4139 7e39367d pkanavos
            <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IList`1"/> is read-only.</exception>
4140 7e39367d pkanavos
        </member>
4141 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JArray.Add(Newtonsoft.Json.Linq.JToken)">
4142 7e39367d pkanavos
            <summary>
4143 7e39367d pkanavos
            Adds an item to the <see cref="T:System.Collections.Generic.ICollection`1"/>.
4144 7e39367d pkanavos
            </summary>
4145 7e39367d pkanavos
            <param name="item">The object to add to the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>
4146 7e39367d pkanavos
            <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only.</exception>
4147 7e39367d pkanavos
        </member>
4148 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JArray.Clear">
4149 7e39367d pkanavos
            <summary>
4150 7e39367d pkanavos
            Removes all items from the <see cref="T:System.Collections.Generic.ICollection`1"/>.
4151 7e39367d pkanavos
            </summary>
4152 7e39367d pkanavos
            <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only. </exception>
4153 7e39367d pkanavos
        </member>
4154 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JArray.Contains(Newtonsoft.Json.Linq.JToken)">
4155 7e39367d pkanavos
            <summary>
4156 7e39367d pkanavos
            Determines whether the <see cref="T:System.Collections.Generic.ICollection`1"/> contains a specific value.
4157 7e39367d pkanavos
            </summary>
4158 7e39367d pkanavos
            <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>
4159 7e39367d pkanavos
            <returns>
4160 7e39367d pkanavos
            true if <paramref name="item"/> is found in the <see cref="T:System.Collections.Generic.ICollection`1"/>; otherwise, false.
4161 7e39367d pkanavos
            </returns>
4162 7e39367d pkanavos
        </member>
4163 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JArray.Remove(Newtonsoft.Json.Linq.JToken)">
4164 7e39367d pkanavos
            <summary>
4165 7e39367d pkanavos
            Removes the first occurrence of a specific object from the <see cref="T:System.Collections.Generic.ICollection`1"/>.
4166 7e39367d pkanavos
            </summary>
4167 7e39367d pkanavos
            <param name="item">The object to remove from the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>
4168 7e39367d pkanavos
            <returns>
4169 7e39367d pkanavos
            true if <paramref name="item"/> was successfully removed from the <see cref="T:System.Collections.Generic.ICollection`1"/>; otherwise, false. This method also returns false if <paramref name="item"/> is not found in the original <see cref="T:System.Collections.Generic.ICollection`1"/>.
4170 7e39367d pkanavos
            </returns>
4171 7e39367d pkanavos
            <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only.</exception>
4172 7e39367d pkanavos
        </member>
4173 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Linq.JArray.ChildrenTokens">
4174 7e39367d pkanavos
            <summary>
4175 7e39367d pkanavos
            Gets the container's children tokens.
4176 7e39367d pkanavos
            </summary>
4177 7e39367d pkanavos
            <value>The container's children tokens.</value>
4178 7e39367d pkanavos
        </member>
4179 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Linq.JArray.Type">
4180 7e39367d pkanavos
            <summary>
4181 7e39367d pkanavos
            Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4182 7e39367d pkanavos
            </summary>
4183 7e39367d pkanavos
            <value>The type.</value>
4184 7e39367d pkanavos
        </member>
4185 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Linq.JArray.Item(System.Object)">
4186 7e39367d pkanavos
            <summary>
4187 7e39367d pkanavos
            Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
4188 7e39367d pkanavos
            </summary>
4189 7e39367d pkanavos
            <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
4190 7e39367d pkanavos
        </member>
4191 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Linq.JArray.Item(System.Int32)">
4192 7e39367d pkanavos
            <summary>
4193 7e39367d pkanavos
            Gets or sets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> at the specified index.
4194 7e39367d pkanavos
            </summary>
4195 7e39367d pkanavos
            <value></value>
4196 7e39367d pkanavos
        </member>
4197 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Linq.JConstructor">
4198 7e39367d pkanavos
            <summary>
4199 7e39367d pkanavos
            Represents a JSON constructor.
4200 7e39367d pkanavos
            </summary>
4201 7e39367d pkanavos
        </member>
4202 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor">
4203 7e39367d pkanavos
            <summary>
4204 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class.
4205 7e39367d pkanavos
            </summary>
4206 7e39367d pkanavos
        </member>
4207 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(Newtonsoft.Json.Linq.JConstructor)">
4208 7e39367d pkanavos
            <summary>
4209 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class from another <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> object.
4210 7e39367d pkanavos
            </summary>
4211 7e39367d pkanavos
            <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> object to copy from.</param>
4212 7e39367d pkanavos
        </member>
4213 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String,System.Object[])">
4214 7e39367d pkanavos
            <summary>
4215 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name and content.
4216 7e39367d pkanavos
            </summary>
4217 7e39367d pkanavos
            <param name="name">The constructor name.</param>
4218 7e39367d pkanavos
            <param name="content">The contents of the constructor.</param>
4219 7e39367d pkanavos
        </member>
4220 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String,System.Object)">
4221 7e39367d pkanavos
            <summary>
4222 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name and content.
4223 7e39367d pkanavos
            </summary>
4224 7e39367d pkanavos
            <param name="name">The constructor name.</param>
4225 7e39367d pkanavos
            <param name="content">The contents of the constructor.</param>
4226 7e39367d pkanavos
        </member>
4227 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String)">
4228 7e39367d pkanavos
            <summary>
4229 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name.
4230 7e39367d pkanavos
            </summary>
4231 7e39367d pkanavos
            <param name="name">The constructor name.</param>
4232 7e39367d pkanavos
        </member>
4233 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JConstructor.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
4234 7e39367d pkanavos
            <summary>
4235 7e39367d pkanavos
            Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
4236 7e39367d pkanavos
            </summary>
4237 7e39367d pkanavos
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
4238 7e39367d pkanavos
            <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
4239 7e39367d pkanavos
        </member>
4240 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JConstructor.Load(Newtonsoft.Json.JsonReader)">
4241 7e39367d pkanavos
            <summary>
4242 7e39367d pkanavos
            Loads an <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
4243 7e39367d pkanavos
            </summary>
4244 7e39367d pkanavos
            <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> that will be read for the content of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/>.</param>
4245 7e39367d pkanavos
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> that contains the JSON that was read from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.</returns>
4246 7e39367d pkanavos
        </member>
4247 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Linq.JConstructor.ChildrenTokens">
4248 7e39367d pkanavos
            <summary>
4249 7e39367d pkanavos
            Gets the container's children tokens.
4250 7e39367d pkanavos
            </summary>
4251 7e39367d pkanavos
            <value>The container's children tokens.</value>
4252 7e39367d pkanavos
        </member>
4253 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Linq.JConstructor.Name">
4254 7e39367d pkanavos
            <summary>
4255 7e39367d pkanavos
            Gets or sets the name of this constructor.
4256 7e39367d pkanavos
            </summary>
4257 7e39367d pkanavos
            <value>The constructor name.</value>
4258 7e39367d pkanavos
        </member>
4259 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Linq.JConstructor.Type">
4260 7e39367d pkanavos
            <summary>
4261 7e39367d pkanavos
            Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4262 7e39367d pkanavos
            </summary>
4263 7e39367d pkanavos
            <value>The type.</value>
4264 7e39367d pkanavos
        </member>
4265 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Linq.JConstructor.Item(System.Object)">
4266 7e39367d pkanavos
            <summary>
4267 7e39367d pkanavos
            Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
4268 7e39367d pkanavos
            </summary>
4269 7e39367d pkanavos
            <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
4270 7e39367d pkanavos
        </member>
4271 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Linq.JEnumerable`1">
4272 7e39367d pkanavos
            <summary>
4273 7e39367d pkanavos
            Represents a collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.
4274 7e39367d pkanavos
            </summary>
4275 7e39367d pkanavos
            <typeparam name="T">The type of token</typeparam>
4276 7e39367d pkanavos
        </member>
4277 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.Linq.JEnumerable`1.Empty">
4278 7e39367d pkanavos
            <summary>
4279 7e39367d pkanavos
            An empty collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.
4280 7e39367d pkanavos
            </summary>
4281 7e39367d pkanavos
        </member>
4282 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.#ctor(System.Collections.Generic.IEnumerable{`0})">
4283 7e39367d pkanavos
            <summary>
4284 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> struct.
4285 7e39367d pkanavos
            </summary>
4286 7e39367d pkanavos
            <param name="enumerable">The enumerable.</param>
4287 7e39367d pkanavos
        </member>
4288 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.GetEnumerator">
4289 7e39367d pkanavos
            <summary>
4290 7e39367d pkanavos
            Returns an enumerator that iterates through the collection.
4291 7e39367d pkanavos
            </summary>
4292 7e39367d pkanavos
            <returns>
4293 7e39367d pkanavos
            A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
4294 7e39367d pkanavos
            </returns>
4295 7e39367d pkanavos
        </member>
4296 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.System#Collections#IEnumerable#GetEnumerator">
4297 7e39367d pkanavos
            <summary>
4298 7e39367d pkanavos
            Returns an enumerator that iterates through a collection.
4299 7e39367d pkanavos
            </summary>
4300 7e39367d pkanavos
            <returns>
4301 7e39367d pkanavos
            An <see cref="T:System.Collections.IEnumerator"/> object that can be used to iterate through the collection.
4302 7e39367d pkanavos
            </returns>
4303 7e39367d pkanavos
        </member>
4304 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.Equals(System.Object)">
4305 7e39367d pkanavos
            <summary>
4306 7e39367d pkanavos
            Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.
4307 7e39367d pkanavos
            </summary>
4308 7e39367d pkanavos
            <param name="obj">The <see cref="T:System.Object"/> to compare with this instance.</param>
4309 7e39367d pkanavos
            <returns>
4310 7e39367d pkanavos
                    <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.
4311 7e39367d pkanavos
            </returns>
4312 7e39367d pkanavos
        </member>
4313 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.GetHashCode">
4314 7e39367d pkanavos
            <summary>
4315 7e39367d pkanavos
            Returns a hash code for this instance.
4316 7e39367d pkanavos
            </summary>
4317 7e39367d pkanavos
            <returns>
4318 7e39367d pkanavos
            A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. 
4319 7e39367d pkanavos
            </returns>
4320 7e39367d pkanavos
        </member>
4321 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Linq.JEnumerable`1.Item(System.Object)">
4322 7e39367d pkanavos
            <summary>
4323 7e39367d pkanavos
            Gets the <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/> with the specified key.
4324 7e39367d pkanavos
            </summary>
4325 7e39367d pkanavos
            <value></value>
4326 7e39367d pkanavos
        </member>
4327 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Linq.JObject">
4328 7e39367d pkanavos
            <summary>
4329 7e39367d pkanavos
            Represents a JSON object.
4330 7e39367d pkanavos
            </summary>
4331 7e39367d pkanavos
            <example>
4332 7e39367d pkanavos
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParse" title="Parsing a JSON Object from Text" />
4333 7e39367d pkanavos
            </example>
4334 7e39367d pkanavos
        </member>
4335 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JObject.#ctor">
4336 7e39367d pkanavos
            <summary>
4337 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class.
4338 7e39367d pkanavos
            </summary>
4339 7e39367d pkanavos
        </member>
4340 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(Newtonsoft.Json.Linq.JObject)">
4341 7e39367d pkanavos
            <summary>
4342 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class from another <see cref="T:Newtonsoft.Json.Linq.JObject"/> object.
4343 7e39367d pkanavos
            </summary>
4344 7e39367d pkanavos
            <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JObject"/> object to copy from.</param>
4345 7e39367d pkanavos
        </member>
4346 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(System.Object[])">
4347 7e39367d pkanavos
            <summary>
4348 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class with the specified content.
4349 7e39367d pkanavos
            </summary>
4350 7e39367d pkanavos
            <param name="content">The contents of the object.</param>
4351 7e39367d pkanavos
        </member>
4352 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(System.Object)">
4353 7e39367d pkanavos
            <summary>
4354 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class with the specified content.
4355 7e39367d pkanavos
            </summary>
4356 7e39367d pkanavos
            <param name="content">The contents of the object.</param>
4357 7e39367d pkanavos
        </member>
4358 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JObject.Properties">
4359 7e39367d pkanavos
            <summary>
4360 7e39367d pkanavos
            Gets an <see cref="T:System.Collections.Generic.IEnumerable`1"/> of this object's properties.
4361 7e39367d pkanavos
            </summary>
4362 7e39367d pkanavos
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of this object's properties.</returns>
4363 7e39367d pkanavos
        </member>
4364 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JObject.Property(System.String)">
4365 7e39367d pkanavos
            <summary>
4366 7e39367d pkanavos
            Gets a <see cref="T:Newtonsoft.Json.Linq.JProperty"/> the specified name.
4367 7e39367d pkanavos
            </summary>
4368 7e39367d pkanavos
            <param name="name">The property name.</param>
4369 7e39367d pkanavos
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> with the specified name or null.</returns>
4370 7e39367d pkanavos
        </member>
4371 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JObject.PropertyValues">
4372 7e39367d pkanavos
            <summary>
4373 7e39367d pkanavos
            Gets an <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> of this object's property values.
4374 7e39367d pkanavos
            </summary>
4375 7e39367d pkanavos
            <returns>An <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> of this object's property values.</returns>
4376 7e39367d pkanavos
        </member>
4377 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JObject.Load(Newtonsoft.Json.JsonReader)">
4378 7e39367d pkanavos
            <summary>
4379 7e39367d pkanavos
            Loads an <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
4380 7e39367d pkanavos
            </summary>
4381 7e39367d pkanavos
            <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> that will be read for the content of the <see cref="T:Newtonsoft.Json.Linq.JObject"/>.</param>
4382 7e39367d pkanavos
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> that contains the JSON that was read from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.</returns>
4383 7e39367d pkanavos
        </member>
4384 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JObject.Parse(System.String)">
4385 7e39367d pkanavos
            <summary>
4386 7e39367d pkanavos
            Load a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a string that contains JSON.
4387 7e39367d pkanavos
            </summary>
4388 7e39367d pkanavos
            <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
4389 7e39367d pkanavos
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> populated from the string that contains JSON.</returns>
4390 7e39367d pkanavos
            <example>
4391 7e39367d pkanavos
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParse" title="Parsing a JSON Object from Text"/>
4392 7e39367d pkanavos
            </example>
4393 7e39367d pkanavos
        </member>
4394 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JObject.FromObject(System.Object)">
4395 7e39367d pkanavos
            <summary>
4396 7e39367d pkanavos
            Creates a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from an object.
4397 7e39367d pkanavos
            </summary>
4398 7e39367d pkanavos
            <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JObject"/>.</param>
4399 7e39367d pkanavos
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> with the values of the specified object</returns>
4400 7e39367d pkanavos
        </member>
4401 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JObject.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">
4402 7e39367d pkanavos
            <summary>
4403 7e39367d pkanavos
            Creates a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from an object.
4404 7e39367d pkanavos
            </summary>
4405 7e39367d pkanavos
            <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>
4406 7e39367d pkanavos
            <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used to read the object.</param>
4407 7e39367d pkanavos
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> with the values of the specified object</returns>
4408 7e39367d pkanavos
        </member>
4409 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JObject.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
4410 7e39367d pkanavos
            <summary>
4411 7e39367d pkanavos
            Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
4412 7e39367d pkanavos
            </summary>
4413 7e39367d pkanavos
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
4414 7e39367d pkanavos
            <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
4415 7e39367d pkanavos
        </member>
4416 44cae3e0 pkanavos
        <member name="M:Newtonsoft.Json.Linq.JObject.GetValue(System.String)">
4417 44cae3e0 pkanavos
            <summary>
4418 44cae3e0 pkanavos
            Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.
4419 44cae3e0 pkanavos
            </summary>
4420 44cae3e0 pkanavos
            <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.</value>
4421 44cae3e0 pkanavos
        </member>
4422 44cae3e0 pkanavos
        <member name="M:Newtonsoft.Json.Linq.JObject.GetValue(System.String,System.StringComparison)">
4423 44cae3e0 pkanavos
            <summary>
4424 44cae3e0 pkanavos
            Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.
4425 44cae3e0 pkanavos
            The exact property name will be searched for first and if no matching property is found then
4426 44cae3e0 pkanavos
            the <see cref="T:System.StringComparison"/> will be used to match a property.
4427 44cae3e0 pkanavos
            </summary>
4428 44cae3e0 pkanavos
            <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.</value>
4429 44cae3e0 pkanavos
        </member>
4430 44cae3e0 pkanavos
        <member name="M:Newtonsoft.Json.Linq.JObject.TryGetValue(System.String,System.StringComparison,Newtonsoft.Json.Linq.JToken@)">
4431 44cae3e0 pkanavos
            <summary>
4432 44cae3e0 pkanavos
            Tries to get the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.
4433 44cae3e0 pkanavos
            The exact property name will be searched for first and if no matching property is found then
4434 44cae3e0 pkanavos
            the <see cref="T:System.StringComparison"/> will be used to match a property.
4435 44cae3e0 pkanavos
            </summary>
4436 44cae3e0 pkanavos
            <param name="propertyName">Name of the property.</param>
4437 44cae3e0 pkanavos
            <param name="value">The value.</param>
4438 44cae3e0 pkanavos
            <param name="comparison">One of the enumeration values that specifies how the strings will be compared.</param>
4439 44cae3e0 pkanavos
            <returns>true if a value was successfully retrieved; otherwise, false.</returns>
4440 44cae3e0 pkanavos
        </member>
4441 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JObject.Add(System.String,Newtonsoft.Json.Linq.JToken)">
4442 7e39367d pkanavos
            <summary>
4443 7e39367d pkanavos
            Adds the specified property name.
4444 7e39367d pkanavos
            </summary>
4445 7e39367d pkanavos
            <param name="propertyName">Name of the property.</param>
4446 7e39367d pkanavos
            <param name="value">The value.</param>
4447 7e39367d pkanavos
        </member>
4448 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JObject.Remove(System.String)">
4449 7e39367d pkanavos
            <summary>
4450 7e39367d pkanavos
            Removes the property with the specified name.
4451 7e39367d pkanavos
            </summary>
4452 7e39367d pkanavos
            <param name="propertyName">Name of the property.</param>
4453 7e39367d pkanavos
            <returns>true if item was successfully removed; otherwise, false.</returns>
4454 7e39367d pkanavos
        </member>
4455 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JObject.TryGetValue(System.String,Newtonsoft.Json.Linq.JToken@)">
4456 7e39367d pkanavos
            <summary>
4457 7e39367d pkanavos
            Tries the get value.
4458 7e39367d pkanavos
            </summary>
4459 7e39367d pkanavos
            <param name="propertyName">Name of the property.</param>
4460 7e39367d pkanavos
            <param name="value">The value.</param>
4461 7e39367d pkanavos
            <returns>true if a value was successfully retrieved; otherwise, false.</returns>
4462 7e39367d pkanavos
        </member>
4463 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JObject.GetEnumerator">
4464 7e39367d pkanavos
            <summary>
4465 7e39367d pkanavos
            Returns an enumerator that iterates through the collection.
4466 7e39367d pkanavos
            </summary>
4467 7e39367d pkanavos
            <returns>
4468 7e39367d pkanavos
            A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
4469 7e39367d pkanavos
            </returns>
4470 7e39367d pkanavos
        </member>
4471 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JObject.OnPropertyChanged(System.String)">
4472 7e39367d pkanavos
            <summary>
4473 7e39367d pkanavos
            Raises the <see cref="E:Newtonsoft.Json.Linq.JObject.PropertyChanged"/> event with the provided arguments.
4474 7e39367d pkanavos
            </summary>
4475 7e39367d pkanavos
            <param name="propertyName">Name of the property.</param>
4476 7e39367d pkanavos
        </member>
4477 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JObject.GetMetaObject(System.Linq.Expressions.Expression)">
4478 7e39367d pkanavos
            <summary>
4479 7e39367d pkanavos
            Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.
4480 7e39367d pkanavos
            </summary>
4481 7e39367d pkanavos
            <param name="parameter">The expression tree representation of the runtime value.</param>
4482 7e39367d pkanavos
            <returns>
4483 7e39367d pkanavos
            The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.
4484 7e39367d pkanavos
            </returns>
4485 7e39367d pkanavos
        </member>
4486 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Linq.JObject.ChildrenTokens">
4487 7e39367d pkanavos
            <summary>
4488 7e39367d pkanavos
            Gets the container's children tokens.
4489 7e39367d pkanavos
            </summary>
4490 7e39367d pkanavos
            <value>The container's children tokens.</value>
4491 7e39367d pkanavos
        </member>
4492 7e39367d pkanavos
        <member name="E:Newtonsoft.Json.Linq.JObject.PropertyChanged">
4493 7e39367d pkanavos
            <summary>
4494 7e39367d pkanavos
            Occurs when a property value changes.
4495 7e39367d pkanavos
            </summary>
4496 7e39367d pkanavos
        </member>
4497 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Linq.JObject.Type">
4498 7e39367d pkanavos
            <summary>
4499 7e39367d pkanavos
            Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4500 7e39367d pkanavos
            </summary>
4501 7e39367d pkanavos
            <value>The type.</value>
4502 7e39367d pkanavos
        </member>
4503 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Linq.JObject.Item(System.Object)">
4504 7e39367d pkanavos
            <summary>
4505 7e39367d pkanavos
            Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.
4506 7e39367d pkanavos
            </summary>
4507 7e39367d pkanavos
            <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>
4508 7e39367d pkanavos
        </member>
4509 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Linq.JObject.Item(System.String)">
4510 7e39367d pkanavos
            <summary>
4511 7e39367d pkanavos
            Gets or sets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.
4512 7e39367d pkanavos
            </summary>
4513 7e39367d pkanavos
            <value></value>
4514 7e39367d pkanavos
        </member>
4515 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Linq.JProperty">
4516 7e39367d pkanavos
            <summary>
4517 7e39367d pkanavos
            Represents a JSON property.
4518 7e39367d pkanavos
            </summary>
4519 7e39367d pkanavos
        </member>
4520 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(Newtonsoft.Json.Linq.JProperty)">
4521 7e39367d pkanavos
            <summary>
4522 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class from another <see cref="T:Newtonsoft.Json.Linq.JProperty"/> object.
4523 7e39367d pkanavos
            </summary>
4524 7e39367d pkanavos
            <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> object to copy from.</param>
4525 7e39367d pkanavos
        </member>
4526 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(System.String,System.Object[])">
4527 7e39367d pkanavos
            <summary>
4528 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class.
4529 7e39367d pkanavos
            </summary>
4530 7e39367d pkanavos
            <param name="name">The property name.</param>
4531 7e39367d pkanavos
            <param name="content">The property content.</param>
4532 7e39367d pkanavos
        </member>
4533 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(System.String,System.Object)">
4534 7e39367d pkanavos
            <summary>
4535 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class.
4536 7e39367d pkanavos
            </summary>
4537 7e39367d pkanavos
            <param name="name">The property name.</param>
4538 7e39367d pkanavos
            <param name="content">The property content.</param>
4539 7e39367d pkanavos
        </member>
4540 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JProperty.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
4541 7e39367d pkanavos
            <summary>
4542 7e39367d pkanavos
            Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
4543 7e39367d pkanavos
            </summary>
4544 7e39367d pkanavos
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
4545 7e39367d pkanavos
            <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
4546 7e39367d pkanavos
        </member>
4547 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JProperty.Load(Newtonsoft.Json.JsonReader)">
4548 7e39367d pkanavos
            <summary>
4549 7e39367d pkanavos
            Loads an <see cref="T:Newtonsoft.Json.Linq.JProperty"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. 
4550 7e39367d pkanavos
            </summary>
4551 7e39367d pkanavos
            <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> that will be read for the content of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/>.</param>
4552 7e39367d pkanavos
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> that contains the JSON that was read from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.</returns>
4553 7e39367d pkanavos
        </member>
4554 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Linq.JProperty.ChildrenTokens">
4555 7e39367d pkanavos
            <summary>
4556 7e39367d pkanavos
            Gets the container's children tokens.
4557 7e39367d pkanavos
            </summary>
4558 7e39367d pkanavos
            <value>The container's children tokens.</value>
4559 7e39367d pkanavos
        </member>
4560 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Linq.JProperty.Name">
4561 7e39367d pkanavos
            <summary>
4562 7e39367d pkanavos
            Gets the property name.
4563 7e39367d pkanavos
            </summary>
4564 7e39367d pkanavos
            <value>The property name.</value>
4565 7e39367d pkanavos
        </member>
4566 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Linq.JProperty.Value">
4567 7e39367d pkanavos
            <summary>
4568 7e39367d pkanavos
            Gets or sets the property value.
4569 7e39367d pkanavos
            </summary>
4570 7e39367d pkanavos
            <value>The property value.</value>
4571 7e39367d pkanavos
        </member>
4572 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Linq.JProperty.Type">
4573 7e39367d pkanavos
            <summary>
4574 7e39367d pkanavos
            Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4575 7e39367d pkanavos
            </summary>
4576 7e39367d pkanavos
            <value>The type.</value>
4577 7e39367d pkanavos
        </member>
4578 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Linq.JRaw">
4579 7e39367d pkanavos
            <summary>
4580 7e39367d pkanavos
            Represents a raw JSON string.
4581 7e39367d pkanavos
            </summary>
4582 7e39367d pkanavos
        </member>
4583 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Linq.JValue">
4584 7e39367d pkanavos
            <summary>
4585 7e39367d pkanavos
            Represents a value in JSON (string, integer, date, etc).
4586 7e39367d pkanavos
            </summary>
4587 7e39367d pkanavos
        </member>
4588 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(Newtonsoft.Json.Linq.JValue)">
4589 7e39367d pkanavos
            <summary>
4590 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class from another <see cref="T:Newtonsoft.Json.Linq.JValue"/> object.
4591 7e39367d pkanavos
            </summary>
4592 7e39367d pkanavos
            <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JValue"/> object to copy from.</param>
4593 7e39367d pkanavos
        </member>
4594 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Int64)">
4595 7e39367d pkanavos
            <summary>
4596 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
4597 7e39367d pkanavos
            </summary>
4598 7e39367d pkanavos
            <param name="value">The value.</param>
4599 7e39367d pkanavos
        </member>
4600 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.UInt64)">
4601 7e39367d pkanavos
            <summary>
4602 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
4603 7e39367d pkanavos
            </summary>
4604 7e39367d pkanavos
            <param name="value">The value.</param>
4605 7e39367d pkanavos
        </member>
4606 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Double)">
4607 7e39367d pkanavos
            <summary>
4608 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
4609 7e39367d pkanavos
            </summary>
4610 7e39367d pkanavos
            <param name="value">The value.</param>
4611 7e39367d pkanavos
        </member>
4612 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Single)">
4613 7e39367d pkanavos
            <summary>
4614 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
4615 7e39367d pkanavos
            </summary>
4616 7e39367d pkanavos
            <param name="value">The value.</param>
4617 7e39367d pkanavos
        </member>
4618 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.DateTime)">
4619 7e39367d pkanavos
            <summary>
4620 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
4621 7e39367d pkanavos
            </summary>
4622 7e39367d pkanavos
            <param name="value">The value.</param>
4623 7e39367d pkanavos
        </member>
4624 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Boolean)">
4625 7e39367d pkanavos
            <summary>
4626 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
4627 7e39367d pkanavos
            </summary>
4628 7e39367d pkanavos
            <param name="value">The value.</param>
4629 7e39367d pkanavos
        </member>
4630 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.String)">
4631 7e39367d pkanavos
            <summary>
4632 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
4633 7e39367d pkanavos
            </summary>
4634 7e39367d pkanavos
            <param name="value">The value.</param>
4635 7e39367d pkanavos
        </member>
4636 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Guid)">
4637 7e39367d pkanavos
            <summary>
4638 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
4639 7e39367d pkanavos
            </summary>
4640 7e39367d pkanavos
            <param name="value">The value.</param>
4641 7e39367d pkanavos
        </member>
4642 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Uri)">
4643 7e39367d pkanavos
            <summary>
4644 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
4645 7e39367d pkanavos
            </summary>
4646 7e39367d pkanavos
            <param name="value">The value.</param>
4647 7e39367d pkanavos
        </member>
4648 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.TimeSpan)">
4649 7e39367d pkanavos
            <summary>
4650 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
4651 7e39367d pkanavos
            </summary>
4652 7e39367d pkanavos
            <param name="value">The value.</param>
4653 7e39367d pkanavos
        </member>
4654 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Object)">
4655 7e39367d pkanavos
            <summary>
4656 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.
4657 7e39367d pkanavos
            </summary>
4658 7e39367d pkanavos
            <param name="value">The value.</param>
4659 7e39367d pkanavos
        </member>
4660 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JValue.CreateComment(System.String)">
4661 7e39367d pkanavos
            <summary>
4662 7e39367d pkanavos
            Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> comment with the given value.
4663 7e39367d pkanavos
            </summary>
4664 7e39367d pkanavos
            <param name="value">The value.</param>
4665 7e39367d pkanavos
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> comment with the given value.</returns>
4666 7e39367d pkanavos
        </member>
4667 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JValue.CreateString(System.String)">
4668 7e39367d pkanavos
            <summary>
4669 7e39367d pkanavos
            Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> string with the given value.
4670 7e39367d pkanavos
            </summary>
4671 7e39367d pkanavos
            <param name="value">The value.</param>
4672 7e39367d pkanavos
            <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> string with the given value.</returns>
4673 7e39367d pkanavos
        </member>
4674 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JValue.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">
4675 7e39367d pkanavos
            <summary>
4676 7e39367d pkanavos
            Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
4677 7e39367d pkanavos
            </summary>
4678 7e39367d pkanavos
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
4679 7e39367d pkanavos
            <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>
4680 7e39367d pkanavos
        </member>
4681 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JValue.Equals(Newtonsoft.Json.Linq.JValue)">
4682 7e39367d pkanavos
            <summary>
4683 7e39367d pkanavos
            Indicates whether the current object is equal to another object of the same type.
4684 7e39367d pkanavos
            </summary>
4685 7e39367d pkanavos
            <returns>
4686 7e39367d pkanavos
            true if the current object is equal to the <paramref name="other"/> parameter; otherwise, false.
4687 7e39367d pkanavos
            </returns>
4688 7e39367d pkanavos
            <param name="other">An object to compare with this object.</param>
4689 7e39367d pkanavos
        </member>
4690 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JValue.Equals(System.Object)">
4691 7e39367d pkanavos
            <summary>
4692 7e39367d pkanavos
            Determines whether the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:System.Object"/>.
4693 7e39367d pkanavos
            </summary>
4694 7e39367d pkanavos
            <param name="obj">The <see cref="T:System.Object"/> to compare with the current <see cref="T:System.Object"/>.</param>
4695 7e39367d pkanavos
            <returns>
4696 7e39367d pkanavos
            true if the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:System.Object"/>; otherwise, false.
4697 7e39367d pkanavos
            </returns>
4698 7e39367d pkanavos
            <exception cref="T:System.NullReferenceException">
4699 7e39367d pkanavos
            The <paramref name="obj"/> parameter is null.
4700 7e39367d pkanavos
            </exception>
4701 7e39367d pkanavos
        </member>
4702 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JValue.GetHashCode">
4703 7e39367d pkanavos
            <summary>
4704 7e39367d pkanavos
            Serves as a hash function for a particular type.
4705 7e39367d pkanavos
            </summary>
4706 7e39367d pkanavos
            <returns>
4707 7e39367d pkanavos
            A hash code for the current <see cref="T:System.Object"/>.
4708 7e39367d pkanavos
            </returns>
4709 7e39367d pkanavos
        </member>
4710 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JValue.ToString">
4711 7e39367d pkanavos
            <summary>
4712 7e39367d pkanavos
            Returns a <see cref="T:System.String"/> that represents this instance.
4713 7e39367d pkanavos
            </summary>
4714 7e39367d pkanavos
            <returns>
4715 7e39367d pkanavos
            A <see cref="T:System.String"/> that represents this instance.
4716 7e39367d pkanavos
            </returns>
4717 7e39367d pkanavos
        </member>
4718 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.String)">
4719 7e39367d pkanavos
            <summary>
4720 7e39367d pkanavos
            Returns a <see cref="T:System.String"/> that represents this instance.
4721 7e39367d pkanavos
            </summary>
4722 7e39367d pkanavos
            <param name="format">The format.</param>
4723 7e39367d pkanavos
            <returns>
4724 7e39367d pkanavos
            A <see cref="T:System.String"/> that represents this instance.
4725 7e39367d pkanavos
            </returns>
4726 7e39367d pkanavos
        </member>
4727 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.IFormatProvider)">
4728 7e39367d pkanavos
            <summary>
4729 7e39367d pkanavos
            Returns a <see cref="T:System.String"/> that represents this instance.
4730 7e39367d pkanavos
            </summary>
4731 7e39367d pkanavos
            <param name="formatProvider">The format provider.</param>
4732 7e39367d pkanavos
            <returns>
4733 7e39367d pkanavos
            A <see cref="T:System.String"/> that represents this instance.
4734 7e39367d pkanavos
            </returns>
4735 7e39367d pkanavos
        </member>
4736 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.String,System.IFormatProvider)">
4737 7e39367d pkanavos
            <summary>
4738 7e39367d pkanavos
            Returns a <see cref="T:System.String"/> that represents this instance.
4739 7e39367d pkanavos
            </summary>
4740 7e39367d pkanavos
            <param name="format">The format.</param>
4741 7e39367d pkanavos
            <param name="formatProvider">The format provider.</param>
4742 7e39367d pkanavos
            <returns>
4743 7e39367d pkanavos
            A <see cref="T:System.String"/> that represents this instance.
4744 7e39367d pkanavos
            </returns>
4745 7e39367d pkanavos
        </member>
4746 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JValue.GetMetaObject(System.Linq.Expressions.Expression)">
4747 7e39367d pkanavos
            <summary>
4748 7e39367d pkanavos
            Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.
4749 7e39367d pkanavos
            </summary>
4750 7e39367d pkanavos
            <param name="parameter">The expression tree representation of the runtime value.</param>
4751 7e39367d pkanavos
            <returns>
4752 7e39367d pkanavos
            The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.
4753 7e39367d pkanavos
            </returns>
4754 7e39367d pkanavos
        </member>
4755 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JValue.CompareTo(Newtonsoft.Json.Linq.JValue)">
4756 7e39367d pkanavos
            <summary>
4757 7e39367d pkanavos
            Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
4758 7e39367d pkanavos
            </summary>
4759 7e39367d pkanavos
            <param name="obj">An object to compare with this instance.</param>
4760 7e39367d pkanavos
            <returns>
4761 7e39367d pkanavos
            A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings:
4762 7e39367d pkanavos
            Value
4763 7e39367d pkanavos
            Meaning
4764 7e39367d pkanavos
            Less than zero
4765 7e39367d pkanavos
            This instance is less than <paramref name="obj"/>.
4766 7e39367d pkanavos
            Zero
4767 7e39367d pkanavos
            This instance is equal to <paramref name="obj"/>.
4768 7e39367d pkanavos
            Greater than zero
4769 7e39367d pkanavos
            This instance is greater than <paramref name="obj"/>.
4770 7e39367d pkanavos
            </returns>
4771 7e39367d pkanavos
            <exception cref="T:System.ArgumentException">
4772 7e39367d pkanavos
                    <paramref name="obj"/> is not the same type as this instance.
4773 7e39367d pkanavos
            </exception>
4774 7e39367d pkanavos
        </member>
4775 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Linq.JValue.HasValues">
4776 7e39367d pkanavos
            <summary>
4777 7e39367d pkanavos
            Gets a value indicating whether this token has childen tokens.
4778 7e39367d pkanavos
            </summary>
4779 7e39367d pkanavos
            <value>
4780 7e39367d pkanavos
                    <c>true</c> if this token has child values; otherwise, <c>false</c>.
4781 7e39367d pkanavos
            </value>
4782 7e39367d pkanavos
        </member>
4783 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Linq.JValue.Type">
4784 7e39367d pkanavos
            <summary>
4785 7e39367d pkanavos
            Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
4786 7e39367d pkanavos
            </summary>
4787 7e39367d pkanavos
            <value>The type.</value>
4788 7e39367d pkanavos
        </member>
4789 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Linq.JValue.Value">
4790 7e39367d pkanavos
            <summary>
4791 7e39367d pkanavos
            Gets or sets the underlying token value.
4792 7e39367d pkanavos
            </summary>
4793 7e39367d pkanavos
            <value>The underlying token value.</value>
4794 7e39367d pkanavos
        </member>
4795 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JRaw.#ctor(Newtonsoft.Json.Linq.JRaw)">
4796 7e39367d pkanavos
            <summary>
4797 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JRaw"/> class from another <see cref="T:Newtonsoft.Json.Linq.JRaw"/> object.
4798 7e39367d pkanavos
            </summary>
4799 7e39367d pkanavos
            <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JRaw"/> object to copy from.</param>
4800 7e39367d pkanavos
        </member>
4801 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JRaw.#ctor(System.Object)">
4802 7e39367d pkanavos
            <summary>
4803 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JRaw"/> class.
4804 7e39367d pkanavos
            </summary>
4805 7e39367d pkanavos
            <param name="rawJson">The raw json.</param>
4806 7e39367d pkanavos
        </member>
4807 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JRaw.Create(Newtonsoft.Json.JsonReader)">
4808 7e39367d pkanavos
            <summary>
4809 7e39367d pkanavos
            Creates an instance of <see cref="T:Newtonsoft.Json.Linq.JRaw"/> with the content of the reader's current token.
4810 7e39367d pkanavos
            </summary>
4811 7e39367d pkanavos
            <param name="reader">The reader.</param>
4812 7e39367d pkanavos
            <returns>An instance of <see cref="T:Newtonsoft.Json.Linq.JRaw"/> with the content of the reader's current token.</returns>
4813 7e39367d pkanavos
        </member>
4814 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Linq.JTokenEqualityComparer">
4815 7e39367d pkanavos
            <summary>
4816 7e39367d pkanavos
            Compares tokens to determine whether they are equal.
4817 7e39367d pkanavos
            </summary>
4818 7e39367d pkanavos
        </member>
4819 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenEqualityComparer.Equals(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
4820 7e39367d pkanavos
            <summary>
4821 7e39367d pkanavos
            Determines whether the specified objects are equal.
4822 7e39367d pkanavos
            </summary>
4823 7e39367d pkanavos
            <param name="x">The first object of type <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
4824 7e39367d pkanavos
            <param name="y">The second object of type <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
4825 7e39367d pkanavos
            <returns>
4826 7e39367d pkanavos
            true if the specified objects are equal; otherwise, false.
4827 7e39367d pkanavos
            </returns>
4828 7e39367d pkanavos
        </member>
4829 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenEqualityComparer.GetHashCode(Newtonsoft.Json.Linq.JToken)">
4830 7e39367d pkanavos
            <summary>
4831 7e39367d pkanavos
            Returns a hash code for the specified object.
4832 7e39367d pkanavos
            </summary>
4833 7e39367d pkanavos
            <param name="obj">The <see cref="T:System.Object"/> for which a hash code is to be returned.</param>
4834 7e39367d pkanavos
            <returns>A hash code for the specified object.</returns>
4835 7e39367d pkanavos
            <exception cref="T:System.ArgumentNullException">The type of <paramref name="obj"/> is a reference type and <paramref name="obj"/> is null.</exception>
4836 7e39367d pkanavos
        </member>
4837 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Linq.JTokenReader">
4838 7e39367d pkanavos
            <summary>
4839 7e39367d pkanavos
            Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
4840 7e39367d pkanavos
            </summary>
4841 7e39367d pkanavos
        </member>
4842 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenReader.#ctor(Newtonsoft.Json.Linq.JToken)">
4843 7e39367d pkanavos
            <summary>
4844 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JTokenReader"/> class.
4845 7e39367d pkanavos
            </summary>
4846 7e39367d pkanavos
            <param name="token">The token to read from.</param>
4847 7e39367d pkanavos
        </member>
4848 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsBytes">
4849 7e39367d pkanavos
            <summary>
4850 7e39367d pkanavos
            Reads the next JSON token from the stream as a <see cref="T:Byte[]"/>.
4851 7e39367d pkanavos
            </summary>
4852 7e39367d pkanavos
            <returns>
4853 7e39367d pkanavos
            A <see cref="T:Byte[]"/> or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.
4854 7e39367d pkanavos
            </returns>
4855 7e39367d pkanavos
        </member>
4856 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDecimal">
4857 7e39367d pkanavos
            <summary>
4858 7e39367d pkanavos
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
4859 7e39367d pkanavos
            </summary>
4860 7e39367d pkanavos
            <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
4861 7e39367d pkanavos
        </member>
4862 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsInt32">
4863 7e39367d pkanavos
            <summary>
4864 7e39367d pkanavos
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
4865 7e39367d pkanavos
            </summary>
4866 7e39367d pkanavos
            <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
4867 7e39367d pkanavos
        </member>
4868 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsString">
4869 7e39367d pkanavos
            <summary>
4870 7e39367d pkanavos
            Reads the next JSON token from the stream as a <see cref="T:System.String"/>.
4871 7e39367d pkanavos
            </summary>
4872 7e39367d pkanavos
            <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
4873 7e39367d pkanavos
        </member>
4874 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDateTime">
4875 7e39367d pkanavos
            <summary>
4876 7e39367d pkanavos
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
4877 7e39367d pkanavos
            </summary>
4878 7e39367d pkanavos
            <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>
4879 7e39367d pkanavos
        </member>
4880 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDateTimeOffset">
4881 7e39367d pkanavos
            <summary>
4882 7e39367d pkanavos
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
4883 7e39367d pkanavos
            </summary>
4884 7e39367d pkanavos
            <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>
4885 7e39367d pkanavos
        </member>
4886 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenReader.Read">
4887 7e39367d pkanavos
            <summary>
4888 7e39367d pkanavos
            Reads the next JSON token from the stream.
4889 7e39367d pkanavos
            </summary>
4890 7e39367d pkanavos
            <returns>
4891 7e39367d pkanavos
            true if the next token was read successfully; false if there are no more tokens to read.
4892 7e39367d pkanavos
            </returns>
4893 7e39367d pkanavos
        </member>
4894 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Linq.JTokenType">
4895 7e39367d pkanavos
            <summary>
4896 7e39367d pkanavos
            Specifies the type of token.
4897 7e39367d pkanavos
            </summary>
4898 7e39367d pkanavos
        </member>
4899 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.Linq.JTokenType.None">
4900 7e39367d pkanavos
            <summary>
4901 7e39367d pkanavos
            No token type has been set.
4902 7e39367d pkanavos
            </summary>
4903 7e39367d pkanavos
        </member>
4904 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Object">
4905 7e39367d pkanavos
            <summary>
4906 7e39367d pkanavos
            A JSON object.
4907 7e39367d pkanavos
            </summary>
4908 7e39367d pkanavos
        </member>
4909 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Array">
4910 7e39367d pkanavos
            <summary>
4911 7e39367d pkanavos
            A JSON array.
4912 7e39367d pkanavos
            </summary>
4913 7e39367d pkanavos
        </member>
4914 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Constructor">
4915 7e39367d pkanavos
            <summary>
4916 7e39367d pkanavos
            A JSON constructor.
4917 7e39367d pkanavos
            </summary>
4918 7e39367d pkanavos
        </member>
4919 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Property">
4920 7e39367d pkanavos
            <summary>
4921 7e39367d pkanavos
            A JSON object property.
4922 7e39367d pkanavos
            </summary>
4923 7e39367d pkanavos
        </member>
4924 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Comment">
4925 7e39367d pkanavos
            <summary>
4926 7e39367d pkanavos
            A comment.
4927 7e39367d pkanavos
            </summary>
4928 7e39367d pkanavos
        </member>
4929 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Integer">
4930 7e39367d pkanavos
            <summary>
4931 7e39367d pkanavos
            An integer value.
4932 7e39367d pkanavos
            </summary>
4933 7e39367d pkanavos
        </member>
4934 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Float">
4935 7e39367d pkanavos
            <summary>
4936 7e39367d pkanavos
            A float value.
4937 7e39367d pkanavos
            </summary>
4938 7e39367d pkanavos
        </member>
4939 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.Linq.JTokenType.String">
4940 7e39367d pkanavos
            <summary>
4941 7e39367d pkanavos
            A string value.
4942 7e39367d pkanavos
            </summary>
4943 7e39367d pkanavos
        </member>
4944 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Boolean">
4945 7e39367d pkanavos
            <summary>
4946 7e39367d pkanavos
            A boolean value.
4947 7e39367d pkanavos
            </summary>
4948 7e39367d pkanavos
        </member>
4949 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Null">
4950 7e39367d pkanavos
            <summary>
4951 7e39367d pkanavos
            A null value.
4952 7e39367d pkanavos
            </summary>
4953 7e39367d pkanavos
        </member>
4954 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Undefined">
4955 7e39367d pkanavos
            <summary>
4956 7e39367d pkanavos
            An undefined value.
4957 7e39367d pkanavos
            </summary>
4958 7e39367d pkanavos
        </member>
4959 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Date">
4960 7e39367d pkanavos
            <summary>
4961 7e39367d pkanavos
            A date value.
4962 7e39367d pkanavos
            </summary>
4963 7e39367d pkanavos
        </member>
4964 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Raw">
4965 7e39367d pkanavos
            <summary>
4966 7e39367d pkanavos
            A raw JSON value.
4967 7e39367d pkanavos
            </summary>
4968 7e39367d pkanavos
        </member>
4969 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Bytes">
4970 7e39367d pkanavos
            <summary>
4971 7e39367d pkanavos
            A collection of bytes value.
4972 7e39367d pkanavos
            </summary>
4973 7e39367d pkanavos
        </member>
4974 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Guid">
4975 7e39367d pkanavos
            <summary>
4976 7e39367d pkanavos
            A Guid value.
4977 7e39367d pkanavos
            </summary>
4978 7e39367d pkanavos
        </member>
4979 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.Linq.JTokenType.Uri">
4980 7e39367d pkanavos
            <summary>
4981 7e39367d pkanavos
            A Uri value.
4982 7e39367d pkanavos
            </summary>
4983 7e39367d pkanavos
        </member>
4984 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.Linq.JTokenType.TimeSpan">
4985 7e39367d pkanavos
            <summary>
4986 7e39367d pkanavos
            A TimeSpan value.
4987 7e39367d pkanavos
            </summary>
4988 7e39367d pkanavos
        </member>
4989 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Linq.JTokenWriter">
4990 7e39367d pkanavos
            <summary>
4991 7e39367d pkanavos
            Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
4992 7e39367d pkanavos
            </summary>
4993 7e39367d pkanavos
        </member>
4994 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.#ctor(Newtonsoft.Json.Linq.JContainer)">
4995 7e39367d pkanavos
            <summary>
4996 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JTokenWriter"/> class writing to the given <see cref="T:Newtonsoft.Json.Linq.JContainer"/>.
4997 7e39367d pkanavos
            </summary>
4998 7e39367d pkanavos
            <param name="container">The container being written to.</param>
4999 7e39367d pkanavos
        </member>
5000 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.#ctor">
5001 7e39367d pkanavos
            <summary>
5002 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JTokenWriter"/> class.
5003 7e39367d pkanavos
            </summary>
5004 7e39367d pkanavos
        </member>
5005 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.Flush">
5006 7e39367d pkanavos
            <summary>
5007 7e39367d pkanavos
            Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
5008 7e39367d pkanavos
            </summary>
5009 7e39367d pkanavos
        </member>
5010 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.Close">
5011 7e39367d pkanavos
            <summary>
5012 7e39367d pkanavos
            Closes this stream and the underlying stream.
5013 7e39367d pkanavos
            </summary>
5014 7e39367d pkanavos
        </member>
5015 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartObject">
5016 7e39367d pkanavos
            <summary>
5017 7e39367d pkanavos
            Writes the beginning of a Json object.
5018 7e39367d pkanavos
            </summary>
5019 7e39367d pkanavos
        </member>
5020 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartArray">
5021 7e39367d pkanavos
            <summary>
5022 7e39367d pkanavos
            Writes the beginning of a Json array.
5023 7e39367d pkanavos
            </summary>
5024 7e39367d pkanavos
        </member>
5025 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartConstructor(System.String)">
5026 7e39367d pkanavos
            <summary>
5027 7e39367d pkanavos
            Writes the start of a constructor with the given name.
5028 7e39367d pkanavos
            </summary>
5029 7e39367d pkanavos
            <param name="name">The name of the constructor.</param>
5030 7e39367d pkanavos
        </member>
5031 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
5032 7e39367d pkanavos
            <summary>
5033 7e39367d pkanavos
            Writes the end.
5034 7e39367d pkanavos
            </summary>
5035 7e39367d pkanavos
            <param name="token">The token.</param>
5036 7e39367d pkanavos
        </member>
5037 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WritePropertyName(System.String)">
5038 7e39367d pkanavos
            <summary>
5039 7e39367d pkanavos
            Writes the property name of a name/value pair on a Json object.
5040 7e39367d pkanavos
            </summary>
5041 7e39367d pkanavos
            <param name="name">The name of the property.</param>
5042 7e39367d pkanavos
        </member>
5043 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteNull">
5044 7e39367d pkanavos
            <summary>
5045 7e39367d pkanavos
            Writes a null value.
5046 7e39367d pkanavos
            </summary>
5047 7e39367d pkanavos
        </member>
5048 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteUndefined">
5049 7e39367d pkanavos
            <summary>
5050 7e39367d pkanavos
            Writes an undefined value.
5051 7e39367d pkanavos
            </summary>
5052 7e39367d pkanavos
        </member>
5053 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteRaw(System.String)">
5054 7e39367d pkanavos
            <summary>
5055 7e39367d pkanavos
            Writes raw JSON.
5056 7e39367d pkanavos
            </summary>
5057 7e39367d pkanavos
            <param name="json">The raw JSON to write.</param>
5058 7e39367d pkanavos
        </member>
5059 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteComment(System.String)">
5060 7e39367d pkanavos
            <summary>
5061 7e39367d pkanavos
            Writes out a comment <code>/*...*/</code> containing the specified text.
5062 7e39367d pkanavos
            </summary>
5063 7e39367d pkanavos
            <param name="text">Text to place inside the comment.</param>
5064 7e39367d pkanavos
        </member>
5065 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.String)">
5066 7e39367d pkanavos
            <summary>
5067 7e39367d pkanavos
            Writes a <see cref="T:System.String"/> value.
5068 7e39367d pkanavos
            </summary>
5069 7e39367d pkanavos
            <param name="value">The <see cref="T:System.String"/> value to write.</param>
5070 7e39367d pkanavos
        </member>
5071 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int32)">
5072 7e39367d pkanavos
            <summary>
5073 7e39367d pkanavos
            Writes a <see cref="T:System.Int32"/> value.
5074 7e39367d pkanavos
            </summary>
5075 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
5076 7e39367d pkanavos
        </member>
5077 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt32)">
5078 7e39367d pkanavos
            <summary>
5079 7e39367d pkanavos
            Writes a <see cref="T:System.UInt32"/> value.
5080 7e39367d pkanavos
            </summary>
5081 7e39367d pkanavos
            <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
5082 7e39367d pkanavos
        </member>
5083 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int64)">
5084 7e39367d pkanavos
            <summary>
5085 7e39367d pkanavos
            Writes a <see cref="T:System.Int64"/> value.
5086 7e39367d pkanavos
            </summary>
5087 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
5088 7e39367d pkanavos
        </member>
5089 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt64)">
5090 7e39367d pkanavos
            <summary>
5091 7e39367d pkanavos
            Writes a <see cref="T:System.UInt64"/> value.
5092 7e39367d pkanavos
            </summary>
5093 7e39367d pkanavos
            <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
5094 7e39367d pkanavos
        </member>
5095 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Single)">
5096 7e39367d pkanavos
            <summary>
5097 7e39367d pkanavos
            Writes a <see cref="T:System.Single"/> value.
5098 7e39367d pkanavos
            </summary>
5099 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Single"/> value to write.</param>
5100 7e39367d pkanavos
        </member>
5101 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Double)">
5102 7e39367d pkanavos
            <summary>
5103 7e39367d pkanavos
            Writes a <see cref="T:System.Double"/> value.
5104 7e39367d pkanavos
            </summary>
5105 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Double"/> value to write.</param>
5106 7e39367d pkanavos
        </member>
5107 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Boolean)">
5108 7e39367d pkanavos
            <summary>
5109 7e39367d pkanavos
            Writes a <see cref="T:System.Boolean"/> value.
5110 7e39367d pkanavos
            </summary>
5111 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
5112 7e39367d pkanavos
        </member>
5113 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int16)">
5114 7e39367d pkanavos
            <summary>
5115 7e39367d pkanavos
            Writes a <see cref="T:System.Int16"/> value.
5116 7e39367d pkanavos
            </summary>
5117 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
5118 7e39367d pkanavos
        </member>
5119 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt16)">
5120 7e39367d pkanavos
            <summary>
5121 7e39367d pkanavos
            Writes a <see cref="T:System.UInt16"/> value.
5122 7e39367d pkanavos
            </summary>
5123 7e39367d pkanavos
            <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
5124 7e39367d pkanavos
        </member>
5125 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Char)">
5126 7e39367d pkanavos
            <summary>
5127 7e39367d pkanavos
            Writes a <see cref="T:System.Char"/> value.
5128 7e39367d pkanavos
            </summary>
5129 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Char"/> value to write.</param>
5130 7e39367d pkanavos
        </member>
5131 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Byte)">
5132 7e39367d pkanavos
            <summary>
5133 7e39367d pkanavos
            Writes a <see cref="T:System.Byte"/> value.
5134 7e39367d pkanavos
            </summary>
5135 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
5136 7e39367d pkanavos
        </member>
5137 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.SByte)">
5138 7e39367d pkanavos
            <summary>
5139 7e39367d pkanavos
            Writes a <see cref="T:System.SByte"/> value.
5140 7e39367d pkanavos
            </summary>
5141 7e39367d pkanavos
            <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
5142 7e39367d pkanavos
        </member>
5143 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Decimal)">
5144 7e39367d pkanavos
            <summary>
5145 7e39367d pkanavos
            Writes a <see cref="T:System.Decimal"/> value.
5146 7e39367d pkanavos
            </summary>
5147 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
5148 7e39367d pkanavos
        </member>
5149 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.DateTime)">
5150 7e39367d pkanavos
            <summary>
5151 7e39367d pkanavos
            Writes a <see cref="T:System.DateTime"/> value.
5152 7e39367d pkanavos
            </summary>
5153 7e39367d pkanavos
            <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
5154 7e39367d pkanavos
        </member>
5155 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.DateTimeOffset)">
5156 7e39367d pkanavos
            <summary>
5157 7e39367d pkanavos
            Writes a <see cref="T:System.DateTimeOffset"/> value.
5158 7e39367d pkanavos
            </summary>
5159 7e39367d pkanavos
            <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>
5160 7e39367d pkanavos
        </member>
5161 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Byte[])">
5162 7e39367d pkanavos
            <summary>
5163 7e39367d pkanavos
            Writes a <see cref="T:Byte[]"/> value.
5164 7e39367d pkanavos
            </summary>
5165 7e39367d pkanavos
            <param name="value">The <see cref="T:Byte[]"/> value to write.</param>
5166 7e39367d pkanavos
        </member>
5167 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.TimeSpan)">
5168 7e39367d pkanavos
            <summary>
5169 7e39367d pkanavos
            Writes a <see cref="T:System.TimeSpan"/> value.
5170 7e39367d pkanavos
            </summary>
5171 7e39367d pkanavos
            <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>
5172 7e39367d pkanavos
        </member>
5173 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Guid)">
5174 7e39367d pkanavos
            <summary>
5175 7e39367d pkanavos
            Writes a <see cref="T:System.Guid"/> value.
5176 7e39367d pkanavos
            </summary>
5177 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Guid"/> value to write.</param>
5178 7e39367d pkanavos
        </member>
5179 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Uri)">
5180 7e39367d pkanavos
            <summary>
5181 7e39367d pkanavos
            Writes a <see cref="T:System.Uri"/> value.
5182 7e39367d pkanavos
            </summary>
5183 7e39367d pkanavos
            <param name="value">The <see cref="T:System.Uri"/> value to write.</param>
5184 7e39367d pkanavos
        </member>
5185 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Linq.JTokenWriter.Token">
5186 7e39367d pkanavos
            <summary>
5187 7e39367d pkanavos
            Gets the token being writen.
5188 7e39367d pkanavos
            </summary>
5189 7e39367d pkanavos
            <value>The token being writen.</value>
5190 7e39367d pkanavos
        </member>
5191 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.MemberSerialization">
5192 7e39367d pkanavos
            <summary>
5193 7e39367d pkanavos
            Specifies the member serialization options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
5194 7e39367d pkanavos
            </summary>
5195 7e39367d pkanavos
        </member>
5196 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.MemberSerialization.OptOut">
5197 7e39367d pkanavos
            <summary>
5198 7e39367d pkanavos
            All public members are serialized by default. Members can be excluded using <see cref="T:Newtonsoft.Json.JsonIgnoreAttribute"/> or <see cref="!:NonSerializedAttribute"/>.
5199 7e39367d pkanavos
            This is the default member serialization mode.
5200 7e39367d pkanavos
            </summary>
5201 7e39367d pkanavos
        </member>
5202 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.MemberSerialization.OptIn">
5203 7e39367d pkanavos
            <summary>
5204 7e39367d pkanavos
            Only members must be marked with <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> or <see cref="T:System.Runtime.Serialization.DataMemberAttribute"/> are serialized.
5205 7e39367d pkanavos
            This member serialization mode can also be set by marking the class with <see cref="T:System.Runtime.Serialization.DataContractAttribute"/>.
5206 7e39367d pkanavos
            </summary>
5207 7e39367d pkanavos
        </member>
5208 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.MemberSerialization.Fields">
5209 7e39367d pkanavos
            <summary>
5210 7e39367d pkanavos
            All public and private fields are serialized. Members can be excluded using <see cref="T:Newtonsoft.Json.JsonIgnoreAttribute"/> or <see cref="!:NonSerializedAttribute"/>.
5211 7e39367d pkanavos
            This member serialization mode can also be set by marking the class with <see cref="!:SerializableAttribute"/>
5212 7e39367d pkanavos
            and setting IgnoreSerializableAttribute on <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> to false.
5213 7e39367d pkanavos
            </summary>
5214 7e39367d pkanavos
        </member>
5215 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.MissingMemberHandling">
5216 7e39367d pkanavos
            <summary>
5217 7e39367d pkanavos
            Specifies missing member handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
5218 7e39367d pkanavos
            </summary>
5219 7e39367d pkanavos
        </member>
5220 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.MissingMemberHandling.Ignore">
5221 7e39367d pkanavos
            <summary>
5222 7e39367d pkanavos
            Ignore a missing member and do not attempt to deserialize it.
5223 7e39367d pkanavos
            </summary>
5224 7e39367d pkanavos
        </member>
5225 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.MissingMemberHandling.Error">
5226 7e39367d pkanavos
            <summary>
5227 7e39367d pkanavos
            Throw a <see cref="T:Newtonsoft.Json.JsonSerializationException"/> when a missing member is encountered during deserialization.
5228 7e39367d pkanavos
            </summary>
5229 7e39367d pkanavos
        </member>
5230 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.NullValueHandling">
5231 7e39367d pkanavos
            <summary>
5232 7e39367d pkanavos
            Specifies null value handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
5233 7e39367d pkanavos
            </summary>
5234 7e39367d pkanavos
            <example>
5235 7e39367d pkanavos
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeNullValueHandlingObject" title="NullValueHandling Class"/>
5236 7e39367d pkanavos
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeNullValueHandlingExample" title="NullValueHandling Ignore Example"/>
5237 7e39367d pkanavos
            </example>
5238 7e39367d pkanavos
        </member>
5239 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.NullValueHandling.Include">
5240 7e39367d pkanavos
            <summary>
5241 7e39367d pkanavos
            Include null values when serializing and deserializing objects.
5242 7e39367d pkanavos
            </summary>
5243 7e39367d pkanavos
        </member>
5244 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.NullValueHandling.Ignore">
5245 7e39367d pkanavos
            <summary>
5246 7e39367d pkanavos
            Ignore null values when serializing and deserializing objects.
5247 7e39367d pkanavos
            </summary>
5248 7e39367d pkanavos
        </member>
5249 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.ObjectCreationHandling">
5250 7e39367d pkanavos
            <summary>
5251 7e39367d pkanavos
            Specifies how object creation is handled by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
5252 7e39367d pkanavos
            </summary>
5253 7e39367d pkanavos
        </member>
5254 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.ObjectCreationHandling.Auto">
5255 7e39367d pkanavos
            <summary>
5256 7e39367d pkanavos
            Reuse existing objects, create new objects when needed.
5257 7e39367d pkanavos
            </summary>
5258 7e39367d pkanavos
        </member>
5259 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.ObjectCreationHandling.Reuse">
5260 7e39367d pkanavos
            <summary>
5261 7e39367d pkanavos
            Only reuse existing objects.
5262 7e39367d pkanavos
            </summary>
5263 7e39367d pkanavos
        </member>
5264 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.ObjectCreationHandling.Replace">
5265 7e39367d pkanavos
            <summary>
5266 7e39367d pkanavos
            Always create new objects.
5267 7e39367d pkanavos
            </summary>
5268 7e39367d pkanavos
        </member>
5269 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.PreserveReferencesHandling">
5270 7e39367d pkanavos
            <summary>
5271 7e39367d pkanavos
            Specifies reference handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
5272 7e39367d pkanavos
            </summary>
5273 7e39367d pkanavos
            <example>
5274 7e39367d pkanavos
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="PreservingObjectReferencesOn" title="Preserve Object References"/>       
5275 7e39367d pkanavos
            </example>
5276 7e39367d pkanavos
        </member>
5277 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.PreserveReferencesHandling.None">
5278 7e39367d pkanavos
            <summary>
5279 7e39367d pkanavos
            Do not preserve references when serializing types.
5280 7e39367d pkanavos
            </summary>
5281 7e39367d pkanavos
        </member>
5282 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.PreserveReferencesHandling.Objects">
5283 7e39367d pkanavos
            <summary>
5284 7e39367d pkanavos
            Preserve references when serializing into a JSON object structure.
5285 7e39367d pkanavos
            </summary>
5286 7e39367d pkanavos
        </member>
5287 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.PreserveReferencesHandling.Arrays">
5288 7e39367d pkanavos
            <summary>
5289 7e39367d pkanavos
            Preserve references when serializing into a JSON array structure.
5290 7e39367d pkanavos
            </summary>
5291 7e39367d pkanavos
        </member>
5292 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.PreserveReferencesHandling.All">
5293 7e39367d pkanavos
            <summary>
5294 7e39367d pkanavos
            Preserve references when serializing.
5295 7e39367d pkanavos
            </summary>
5296 7e39367d pkanavos
        </member>
5297 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.ReferenceLoopHandling">
5298 7e39367d pkanavos
            <summary>
5299 7e39367d pkanavos
            Specifies reference loop handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
5300 7e39367d pkanavos
            </summary>
5301 7e39367d pkanavos
        </member>
5302 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Error">
5303 7e39367d pkanavos
            <summary>
5304 7e39367d pkanavos
            Throw a <see cref="T:Newtonsoft.Json.JsonSerializationException"/> when a loop is encountered.
5305 7e39367d pkanavos
            </summary>
5306 7e39367d pkanavos
        </member>
5307 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Ignore">
5308 7e39367d pkanavos
            <summary>
5309 7e39367d pkanavos
            Ignore loop references and do not serialize.
5310 7e39367d pkanavos
            </summary>
5311 7e39367d pkanavos
        </member>
5312 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Serialize">
5313 7e39367d pkanavos
            <summary>
5314 7e39367d pkanavos
            Serialize loop references.
5315 7e39367d pkanavos
            </summary>
5316 7e39367d pkanavos
        </member>
5317 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Required">
5318 7e39367d pkanavos
            <summary>
5319 7e39367d pkanavos
            Indicating whether a property is required.
5320 7e39367d pkanavos
            </summary>
5321 7e39367d pkanavos
        </member>
5322 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.Required.Default">
5323 7e39367d pkanavos
            <summary>
5324 7e39367d pkanavos
            The property is not required. The default state.
5325 7e39367d pkanavos
            </summary>
5326 7e39367d pkanavos
        </member>
5327 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.Required.AllowNull">
5328 7e39367d pkanavos
            <summary>
5329 7e39367d pkanavos
            The property must be defined in JSON but can be a null value.
5330 7e39367d pkanavos
            </summary>
5331 7e39367d pkanavos
        </member>
5332 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.Required.Always">
5333 7e39367d pkanavos
            <summary>
5334 7e39367d pkanavos
            The property must be defined in JSON and cannot be a null value.
5335 7e39367d pkanavos
            </summary>
5336 7e39367d pkanavos
        </member>
5337 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.SerializationBinder">
5338 7e39367d pkanavos
            <summary>
5339 7e39367d pkanavos
            Allows users to control class loading and mandate what class to load.
5340 7e39367d pkanavos
            </summary>
5341 7e39367d pkanavos
        </member>
5342 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.SerializationBinder.BindToType(System.String,System.String)">
5343 7e39367d pkanavos
            <summary>
5344 7e39367d pkanavos
            When overridden in a derived class, controls the binding of a serialized object to a type.
5345 7e39367d pkanavos
            </summary>
5346 7e39367d pkanavos
            <param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object.</param>
5347 7e39367d pkanavos
            <param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object</param>
5348 7e39367d pkanavos
            <returns>The type of the object the formatter creates a new instance of.</returns>
5349 7e39367d pkanavos
        </member>
5350 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.SerializationBinder.BindToName(System.Type,System.String@,System.String@)">
5351 7e39367d pkanavos
            <summary>
5352 7e39367d pkanavos
            When overridden in a derived class, controls the binding of a serialized object to a type.
5353 7e39367d pkanavos
            </summary>
5354 7e39367d pkanavos
            <param name="serializedType">The type of the object the formatter creates a new instance of.</param>
5355 7e39367d pkanavos
            <param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object.</param>
5356 7e39367d pkanavos
            <param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object.</param>
5357 7e39367d pkanavos
        </member>
5358 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver">
5359 7e39367d pkanavos
            <summary>
5360 7e39367d pkanavos
            Resolves member mappings for a type, camel casing property names.
5361 7e39367d pkanavos
            </summary>
5362 7e39367d pkanavos
        </member>
5363 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Serialization.DefaultContractResolver">
5364 7e39367d pkanavos
            <summary>
5365 7e39367d pkanavos
            Used by <see cref="T:Newtonsoft.Json.JsonSerializer"/> to resolves a <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/> for a given <see cref="T:System.Type"/>.
5366 7e39367d pkanavos
            </summary>
5367 7e39367d pkanavos
        </member>
5368 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Serialization.IContractResolver">
5369 7e39367d pkanavos
            <summary>
5370 7e39367d pkanavos
            Used by <see cref="T:Newtonsoft.Json.JsonSerializer"/> to resolves a <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/> for a given <see cref="T:System.Type"/>.
5371 7e39367d pkanavos
            </summary>
5372 7e39367d pkanavos
            <example>
5373 7e39367d pkanavos
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeContractResolverObject" title="IContractResolver Class"/>
5374 7e39367d pkanavos
              <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeContractResolverExample" title="IContractResolver Example"/>
5375 7e39367d pkanavos
            </example>
5376 7e39367d pkanavos
        </member>
5377 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.IContractResolver.ResolveContract(System.Type)">
5378 7e39367d pkanavos
            <summary>
5379 7e39367d pkanavos
            Resolves the contract for a given type.
5380 7e39367d pkanavos
            </summary>
5381 7e39367d pkanavos
            <param name="type">The type to resolve a contract for.</param>
5382 7e39367d pkanavos
            <returns>The contract for a given type.</returns>
5383 7e39367d pkanavos
        </member>
5384 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.#ctor">
5385 7e39367d pkanavos
            <summary>
5386 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> class.
5387 7e39367d pkanavos
            </summary>
5388 7e39367d pkanavos
        </member>
5389 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.#ctor(System.Boolean)">
5390 7e39367d pkanavos
            <summary>
5391 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> class.
5392 7e39367d pkanavos
            </summary>
5393 7e39367d pkanavos
            <param name="shareCache">
5394 7e39367d pkanavos
            If set to <c>true</c> the <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> will use a cached shared with other resolvers of the same type.
5395 7e39367d pkanavos
            Sharing the cache will significantly performance because expensive reflection will only happen once but could cause unexpected
5396 7e39367d pkanavos
            behavior if different instances of the resolver are suppose to produce different results. When set to false it is highly
5397 7e39367d pkanavos
            recommended to reuse <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> instances with the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
5398 7e39367d pkanavos
            </param>
5399 7e39367d pkanavos
        </member>
5400 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContract(System.Type)">
5401 7e39367d pkanavos
            <summary>
5402 7e39367d pkanavos
            Resolves the contract for a given type.
5403 7e39367d pkanavos
            </summary>
5404 7e39367d pkanavos
            <param name="type">The type to resolve a contract for.</param>
5405 7e39367d pkanavos
            <returns>The contract for a given type.</returns>
5406 7e39367d pkanavos
        </member>
5407 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.GetSerializableMembers(System.Type)">
5408 7e39367d pkanavos
            <summary>
5409 7e39367d pkanavos
            Gets the serializable members for the type.
5410 7e39367d pkanavos
            </summary>
5411 7e39367d pkanavos
            <param name="objectType">The type to get serializable members for.</param>
5412 7e39367d pkanavos
            <returns>The serializable members for the type.</returns>
5413 7e39367d pkanavos
        </member>
5414 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateObjectContract(System.Type)">
5415 7e39367d pkanavos
            <summary>
5416 7e39367d pkanavos
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> for the given type.
5417 7e39367d pkanavos
            </summary>
5418 7e39367d pkanavos
            <param name="objectType">Type of the object.</param>
5419 7e39367d pkanavos
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> for the given type.</returns>
5420 7e39367d pkanavos
        </member>
5421 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateConstructorParameters(System.Reflection.ConstructorInfo,Newtonsoft.Json.Serialization.JsonPropertyCollection)">
5422 7e39367d pkanavos
            <summary>
5423 7e39367d pkanavos
            Creates the constructor parameters.
5424 7e39367d pkanavos
            </summary>
5425 7e39367d pkanavos
            <param name="constructor">The constructor to create properties for.</param>
5426 7e39367d pkanavos
            <param name="memberProperties">The type's member properties.</param>
5427 7e39367d pkanavos
            <returns>Properties for the given <see cref="T:System.Reflection.ConstructorInfo"/>.</returns>
5428 7e39367d pkanavos
        </member>
5429 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreatePropertyFromConstructorParameter(Newtonsoft.Json.Serialization.JsonProperty,System.Reflection.ParameterInfo)">
5430 7e39367d pkanavos
            <summary>
5431 7e39367d pkanavos
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.ParameterInfo"/>.
5432 7e39367d pkanavos
            </summary>
5433 7e39367d pkanavos
            <param name="matchingMemberProperty">The matching member property.</param>
5434 7e39367d pkanavos
            <param name="parameterInfo">The constructor parameter.</param>
5435 7e39367d pkanavos
            <returns>A created <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.ParameterInfo"/>.</returns>
5436 7e39367d pkanavos
        </member>
5437 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContractConverter(System.Type)">
5438 7e39367d pkanavos
            <summary>
5439 7e39367d pkanavos
            Resolves the default <see cref="T:Newtonsoft.Json.JsonConverter"/> for the contract.
5440 7e39367d pkanavos
            </summary>
5441 7e39367d pkanavos
            <param name="objectType">Type of the object.</param>
5442 7e39367d pkanavos
            <returns>The contract's default <see cref="T:Newtonsoft.Json.JsonConverter"/>.</returns>
5443 7e39367d pkanavos
        </member>
5444 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateDictionaryContract(System.Type)">
5445 7e39367d pkanavos
            <summary>
5446 7e39367d pkanavos
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> for the given type.
5447 7e39367d pkanavos
            </summary>
5448 7e39367d pkanavos
            <param name="objectType">Type of the object.</param>
5449 7e39367d pkanavos
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> for the given type.</returns>
5450 7e39367d pkanavos
        </member>
5451 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateArrayContract(System.Type)">
5452 7e39367d pkanavos
            <summary>
5453 7e39367d pkanavos
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> for the given type.
5454 7e39367d pkanavos
            </summary>
5455 7e39367d pkanavos
            <param name="objectType">Type of the object.</param>
5456 7e39367d pkanavos
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> for the given type.</returns>
5457 7e39367d pkanavos
        </member>
5458 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreatePrimitiveContract(System.Type)">
5459 7e39367d pkanavos
            <summary>
5460 7e39367d pkanavos
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> for the given type.
5461 7e39367d pkanavos
            </summary>
5462 7e39367d pkanavos
            <param name="objectType">Type of the object.</param>
5463 7e39367d pkanavos
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> for the given type.</returns>
5464 7e39367d pkanavos
        </member>
5465 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateLinqContract(System.Type)">
5466 7e39367d pkanavos
            <summary>
5467 7e39367d pkanavos
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> for the given type.
5468 7e39367d pkanavos
            </summary>
5469 7e39367d pkanavos
            <param name="objectType">Type of the object.</param>
5470 7e39367d pkanavos
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> for the given type.</returns>
5471 7e39367d pkanavos
        </member>
5472 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateDynamicContract(System.Type)">
5473 7e39367d pkanavos
            <summary>
5474 7e39367d pkanavos
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonDynamicContract"/> for the given type.
5475 7e39367d pkanavos
            </summary>
5476 7e39367d pkanavos
            <param name="objectType">Type of the object.</param>
5477 7e39367d pkanavos
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonDynamicContract"/> for the given type.</returns>
5478 7e39367d pkanavos
        </member>
5479 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateStringContract(System.Type)">
5480 7e39367d pkanavos
            <summary>
5481 7e39367d pkanavos
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> for the given type.
5482 7e39367d pkanavos
            </summary>
5483 7e39367d pkanavos
            <param name="objectType">Type of the object.</param>
5484 7e39367d pkanavos
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> for the given type.</returns>
5485 7e39367d pkanavos
        </member>
5486 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateContract(System.Type)">
5487 7e39367d pkanavos
            <summary>
5488 7e39367d pkanavos
            Determines which contract type is created for the given type.
5489 7e39367d pkanavos
            </summary>
5490 7e39367d pkanavos
            <param name="objectType">Type of the object.</param>
5491 7e39367d pkanavos
            <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/> for the given type.</returns>
5492 7e39367d pkanavos
        </member>
5493 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateProperties(System.Type,Newtonsoft.Json.MemberSerialization)">
5494 7e39367d pkanavos
            <summary>
5495 7e39367d pkanavos
            Creates properties for the given <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/>.
5496 7e39367d pkanavos
            </summary>
5497 7e39367d pkanavos
            <param name="type">The type to create properties for.</param>
5498 7e39367d pkanavos
            /// <param name="memberSerialization">The member serialization mode for the type.</param>
5499 7e39367d pkanavos
            <returns>Properties for the given <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/>.</returns>
5500 7e39367d pkanavos
        </member>
5501 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateMemberValueProvider(System.Reflection.MemberInfo)">
5502 7e39367d pkanavos
            <summary>
5503 7e39367d pkanavos
            Creates the <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> used by the serializer to get and set values from a member.
5504 7e39367d pkanavos
            </summary>
5505 7e39367d pkanavos
            <param name="member">The member.</param>
5506 7e39367d pkanavos
            <returns>The <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> used by the serializer to get and set values from a member.</returns>
5507 7e39367d pkanavos
        </member>
5508 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateProperty(System.Reflection.MemberInfo,Newtonsoft.Json.MemberSerialization)">
5509 7e39367d pkanavos
            <summary>
5510 7e39367d pkanavos
            Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.MemberInfo"/>.
5511 7e39367d pkanavos
            </summary>
5512 7e39367d pkanavos
            <param name="memberSerialization">The member's parent <see cref="T:Newtonsoft.Json.MemberSerialization"/>.</param>
5513 7e39367d pkanavos
            <param name="member">The member to create a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for.</param>
5514 7e39367d pkanavos
            <returns>A created <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.MemberInfo"/>.</returns>
5515 7e39367d pkanavos
        </member>
5516 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolvePropertyName(System.String)">
5517 7e39367d pkanavos
            <summary>
5518 7e39367d pkanavos
            Resolves the name of the property.
5519 7e39367d pkanavos
            </summary>
5520 7e39367d pkanavos
            <param name="propertyName">Name of the property.</param>
5521 7e39367d pkanavos
            <returns>Name of the property.</returns>
5522 7e39367d pkanavos
        </member>
5523 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.GetResolvedPropertyName(System.String)">
5524 7e39367d pkanavos
            <summary>
5525 7e39367d pkanavos
            Gets the resolved name of the property.
5526 7e39367d pkanavos
            </summary>
5527 7e39367d pkanavos
            <param name="propertyName">Name of the property.</param>
5528 7e39367d pkanavos
            <returns>Name of the property.</returns>
5529 7e39367d pkanavos
        </member>
5530 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.DynamicCodeGeneration">
5531 7e39367d pkanavos
            <summary>
5532 7e39367d pkanavos
            Gets a value indicating whether members are being get and set using dynamic code generation.
5533 7e39367d pkanavos
            This value is determined by the runtime permissions available.
5534 7e39367d pkanavos
            </summary>
5535 7e39367d pkanavos
            <value>
5536 7e39367d pkanavos
                    <c>true</c> if using dynamic code generation; otherwise, <c>false</c>.
5537 7e39367d pkanavos
            </value>
5538 7e39367d pkanavos
        </member>
5539 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.DefaultMembersSearchFlags">
5540 7e39367d pkanavos
            <summary>
5541 7e39367d pkanavos
            Gets or sets the default members search flags.
5542 7e39367d pkanavos
            </summary>
5543 7e39367d pkanavos
            <value>The default members search flags.</value>
5544 7e39367d pkanavos
        </member>
5545 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.SerializeCompilerGeneratedMembers">
5546 7e39367d pkanavos
            <summary>
5547 7e39367d pkanavos
            Gets or sets a value indicating whether compiler generated members should be serialized.
5548 7e39367d pkanavos
            </summary>
5549 7e39367d pkanavos
            <value>
5550 7e39367d pkanavos
                    <c>true</c> if serialized compiler generated members; otherwise, <c>false</c>.
5551 7e39367d pkanavos
            </value>
5552 7e39367d pkanavos
        </member>
5553 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver.#ctor">
5554 7e39367d pkanavos
            <summary>
5555 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver"/> class.
5556 7e39367d pkanavos
            </summary>
5557 7e39367d pkanavos
        </member>
5558 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver.ResolvePropertyName(System.String)">
5559 7e39367d pkanavos
            <summary>
5560 7e39367d pkanavos
            Resolves the name of the property.
5561 7e39367d pkanavos
            </summary>
5562 7e39367d pkanavos
            <param name="propertyName">Name of the property.</param>
5563 7e39367d pkanavos
            <returns>The property name camel cased.</returns>
5564 7e39367d pkanavos
        </member>
5565 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Serialization.IReferenceResolver">
5566 7e39367d pkanavos
            <summary>
5567 7e39367d pkanavos
            Used to resolve references when serializing and deserializing JSON by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
5568 7e39367d pkanavos
            </summary>
5569 7e39367d pkanavos
        </member>
5570 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.ResolveReference(System.Object,System.String)">
5571 7e39367d pkanavos
            <summary>
5572 7e39367d pkanavos
            Resolves a reference to its object.
5573 7e39367d pkanavos
            </summary>
5574 7e39367d pkanavos
            <param name="context">The serialization context.</param>
5575 7e39367d pkanavos
            <param name="reference">The reference to resolve.</param>
5576 7e39367d pkanavos
            <returns>The object that</returns>
5577 7e39367d pkanavos
        </member>
5578 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.GetReference(System.Object,System.Object)">
5579 7e39367d pkanavos
            <summary>
5580 7e39367d pkanavos
            Gets the reference for the sepecified object.
5581 7e39367d pkanavos
            </summary>
5582 7e39367d pkanavos
            <param name="context">The serialization context.</param>
5583 7e39367d pkanavos
            <param name="value">The object to get a reference for.</param>
5584 7e39367d pkanavos
            <returns>The reference to the object.</returns>
5585 7e39367d pkanavos
        </member>
5586 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.IsReferenced(System.Object,System.Object)">
5587 7e39367d pkanavos
            <summary>
5588 7e39367d pkanavos
            Determines whether the specified object is referenced.
5589 7e39367d pkanavos
            </summary>
5590 7e39367d pkanavos
            <param name="context">The serialization context.</param>
5591 7e39367d pkanavos
            <param name="value">The object to test for a reference.</param>
5592 7e39367d pkanavos
            <returns>
5593 7e39367d pkanavos
                    <c>true</c> if the specified object is referenced; otherwise, <c>false</c>.
5594 7e39367d pkanavos
            </returns>
5595 7e39367d pkanavos
        </member>
5596 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.AddReference(System.Object,System.String,System.Object)">
5597 7e39367d pkanavos
            <summary>
5598 7e39367d pkanavos
            Adds a reference to the specified object.
5599 7e39367d pkanavos
            </summary>
5600 7e39367d pkanavos
            <param name="context">The serialization context.</param>
5601 7e39367d pkanavos
            <param name="reference">The reference.</param>
5602 7e39367d pkanavos
            <param name="value">The object to reference.</param>
5603 7e39367d pkanavos
        </member>
5604 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Serialization.DefaultSerializationBinder">
5605 7e39367d pkanavos
            <summary>
5606 7e39367d pkanavos
            The default serialization binder used when resolving and loading classes from type names.
5607 7e39367d pkanavos
            </summary>
5608 7e39367d pkanavos
        </member>
5609 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.DefaultSerializationBinder.BindToType(System.String,System.String)">
5610 7e39367d pkanavos
            <summary>
5611 7e39367d pkanavos
            When overridden in a derived class, controls the binding of a serialized object to a type.
5612 7e39367d pkanavos
            </summary>
5613 7e39367d pkanavos
            <param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object.</param>
5614 7e39367d pkanavos
            <param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object.</param>
5615 7e39367d pkanavos
            <returns>
5616 7e39367d pkanavos
            The type of the object the formatter creates a new instance of.
5617 7e39367d pkanavos
            </returns>
5618 7e39367d pkanavos
        </member>
5619 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.DefaultSerializationBinder.BindToName(System.Type,System.String@,System.String@)">
5620 7e39367d pkanavos
            <summary>
5621 7e39367d pkanavos
            When overridden in a derived class, controls the binding of a serialized object to a type.
5622 7e39367d pkanavos
            </summary>
5623 7e39367d pkanavos
            <param name="serializedType">The type of the object the formatter creates a new instance of.</param>
5624 7e39367d pkanavos
            <param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object. </param>
5625 7e39367d pkanavos
            <param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object. </param>
5626 7e39367d pkanavos
        </member>
5627 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Serialization.ErrorContext">
5628 7e39367d pkanavos
            <summary>
5629 7e39367d pkanavos
            Provides information surrounding an error.
5630 7e39367d pkanavos
            </summary>
5631 7e39367d pkanavos
        </member>
5632 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Error">
5633 7e39367d pkanavos
            <summary>
5634 7e39367d pkanavos
            Gets or sets the error.
5635 7e39367d pkanavos
            </summary>
5636 7e39367d pkanavos
            <value>The error.</value>
5637 7e39367d pkanavos
        </member>
5638 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.ErrorContext.OriginalObject">
5639 7e39367d pkanavos
            <summary>
5640 7e39367d pkanavos
            Gets the original object that caused the error.
5641 7e39367d pkanavos
            </summary>
5642 7e39367d pkanavos
            <value>The original object that caused the error.</value>
5643 7e39367d pkanavos
        </member>
5644 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Member">
5645 7e39367d pkanavos
            <summary>
5646 7e39367d pkanavos
            Gets the member that caused the error.
5647 7e39367d pkanavos
            </summary>
5648 7e39367d pkanavos
            <value>The member that caused the error.</value>
5649 7e39367d pkanavos
        </member>
5650 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Path">
5651 7e39367d pkanavos
            <summary>
5652 7e39367d pkanavos
            Gets the path of the JSON location where the error occurred.
5653 7e39367d pkanavos
            </summary>
5654 7e39367d pkanavos
            <value>The path of the JSON location where the error occurred.</value>
5655 7e39367d pkanavos
        </member>
5656 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Handled">
5657 7e39367d pkanavos
            <summary>
5658 7e39367d pkanavos
            Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.ErrorContext"/> is handled.
5659 7e39367d pkanavos
            </summary>
5660 7e39367d pkanavos
            <value><c>true</c> if handled; otherwise, <c>false</c>.</value>
5661 7e39367d pkanavos
        </member>
5662 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Serialization.ErrorEventArgs">
5663 7e39367d pkanavos
            <summary>
5664 7e39367d pkanavos
            Provides data for the Error event.
5665 7e39367d pkanavos
            </summary>
5666 7e39367d pkanavos
        </member>
5667 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.ErrorEventArgs.#ctor(System.Object,Newtonsoft.Json.Serialization.ErrorContext)">
5668 7e39367d pkanavos
            <summary>
5669 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ErrorEventArgs"/> class.
5670 7e39367d pkanavos
            </summary>
5671 7e39367d pkanavos
            <param name="currentObject">The current object.</param>
5672 7e39367d pkanavos
            <param name="errorContext">The error context.</param>
5673 7e39367d pkanavos
        </member>
5674 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.ErrorEventArgs.CurrentObject">
5675 7e39367d pkanavos
            <summary>
5676 7e39367d pkanavos
            Gets the current object the error event is being raised against.
5677 7e39367d pkanavos
            </summary>
5678 7e39367d pkanavos
            <value>The current object the error event is being raised against.</value>
5679 7e39367d pkanavos
        </member>
5680 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.ErrorEventArgs.ErrorContext">
5681 7e39367d pkanavos
            <summary>
5682 7e39367d pkanavos
            Gets the error context.
5683 7e39367d pkanavos
            </summary>
5684 7e39367d pkanavos
            <value>The error context.</value>
5685 7e39367d pkanavos
        </member>
5686 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Serialization.IValueProvider">
5687 7e39367d pkanavos
            <summary>
5688 7e39367d pkanavos
            Provides methods to get and set values.
5689 7e39367d pkanavos
            </summary>
5690 7e39367d pkanavos
        </member>
5691 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.IValueProvider.SetValue(System.Object,System.Object)">
5692 7e39367d pkanavos
            <summary>
5693 7e39367d pkanavos
            Sets the value.
5694 7e39367d pkanavos
            </summary>
5695 7e39367d pkanavos
            <param name="target">The target to set the value on.</param>
5696 7e39367d pkanavos
            <param name="value">The value to set on the target.</param>
5697 7e39367d pkanavos
        </member>
5698 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.IValueProvider.GetValue(System.Object)">
5699 7e39367d pkanavos
            <summary>
5700 7e39367d pkanavos
            Gets the value.
5701 7e39367d pkanavos
            </summary>
5702 7e39367d pkanavos
            <param name="target">The target to get the value from.</param>
5703 7e39367d pkanavos
            <returns>The value.</returns>
5704 7e39367d pkanavos
        </member>
5705 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Serialization.JsonArrayContract">
5706 7e39367d pkanavos
            <summary>
5707 7e39367d pkanavos
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
5708 7e39367d pkanavos
            </summary>
5709 7e39367d pkanavos
        </member>
5710 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Serialization.JsonContainerContract">
5711 7e39367d pkanavos
            <summary>
5712 7e39367d pkanavos
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
5713 7e39367d pkanavos
            </summary>
5714 7e39367d pkanavos
        </member>
5715 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Serialization.JsonContract">
5716 7e39367d pkanavos
            <summary>
5717 7e39367d pkanavos
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
5718 7e39367d pkanavos
            </summary>
5719 7e39367d pkanavos
        </member>
5720 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.UnderlyingType">
5721 7e39367d pkanavos
            <summary>
5722 7e39367d pkanavos
            Gets the underlying type for the contract.
5723 7e39367d pkanavos
            </summary>
5724 7e39367d pkanavos
            <value>The underlying type for the contract.</value>
5725 7e39367d pkanavos
        </member>
5726 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.CreatedType">
5727 7e39367d pkanavos
            <summary>
5728 7e39367d pkanavos
            Gets or sets the type created during deserialization.
5729 7e39367d pkanavos
            </summary>
5730 7e39367d pkanavos
            <value>The type created during deserialization.</value>
5731 7e39367d pkanavos
        </member>
5732 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.IsReference">
5733 7e39367d pkanavos
            <summary>
5734 7e39367d pkanavos
            Gets or sets whether this type contract is serialized as a reference.
5735 7e39367d pkanavos
            </summary>
5736 7e39367d pkanavos
            <value>Whether this type contract is serialized as a reference.</value>
5737 7e39367d pkanavos
        </member>
5738 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.Converter">
5739 7e39367d pkanavos
            <summary>
5740 7e39367d pkanavos
            Gets or sets the default <see cref="T:Newtonsoft.Json.JsonConverter"/> for this contract.
5741 7e39367d pkanavos
            </summary>
5742 7e39367d pkanavos
            <value>The converter.</value>
5743 7e39367d pkanavos
        </member>
5744 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserialized">
5745 7e39367d pkanavos
            <summary>
5746 7e39367d pkanavos
            Gets or sets the method called immediately after deserialization of the object.
5747 7e39367d pkanavos
            </summary>
5748 7e39367d pkanavos
            <value>The method called immediately after deserialization of the object.</value>
5749 7e39367d pkanavos
        </member>
5750 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserializing">
5751 7e39367d pkanavos
            <summary>
5752 7e39367d pkanavos
            Gets or sets the method called during deserialization of the object.
5753 7e39367d pkanavos
            </summary>
5754 7e39367d pkanavos
            <value>The method called during deserialization of the object.</value>
5755 7e39367d pkanavos
        </member>
5756 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerialized">
5757 7e39367d pkanavos
            <summary>
5758 7e39367d pkanavos
            Gets or sets the method called after serialization of the object graph.
5759 7e39367d pkanavos
            </summary>
5760 7e39367d pkanavos
            <value>The method called after serialization of the object graph.</value>
5761 7e39367d pkanavos
        </member>
5762 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerializing">
5763 7e39367d pkanavos
            <summary>
5764 7e39367d pkanavos
            Gets or sets the method called before serialization of the object.
5765 7e39367d pkanavos
            </summary>
5766 7e39367d pkanavos
            <value>The method called before serialization of the object.</value>
5767 7e39367d pkanavos
        </member>
5768 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator">
5769 7e39367d pkanavos
            <summary>
5770 7e39367d pkanavos
            Gets or sets the default creator method used to create the object.
5771 7e39367d pkanavos
            </summary>
5772 7e39367d pkanavos
            <value>The default creator method used to create the object.</value>
5773 7e39367d pkanavos
        </member>
5774 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreatorNonPublic">
5775 7e39367d pkanavos
            <summary>
5776 7e39367d pkanavos
            Gets or sets a value indicating whether the default creator is non public.
5777 7e39367d pkanavos
            </summary>
5778 7e39367d pkanavos
            <value><c>true</c> if the default object creator is non-public; otherwise, <c>false</c>.</value>
5779 7e39367d pkanavos
        </member>
5780 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnError">
5781 7e39367d pkanavos
            <summary>
5782 7e39367d pkanavos
            Gets or sets the method called when an error is thrown during the serialization of the object.
5783 7e39367d pkanavos
            </summary>
5784 7e39367d pkanavos
            <value>The method called when an error is thrown during the serialization of the object.</value>
5785 7e39367d pkanavos
        </member>
5786 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.JsonContainerContract.#ctor(System.Type)">
5787 7e39367d pkanavos
            <summary>
5788 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonContainerContract"/> class.
5789 7e39367d pkanavos
            </summary>
5790 7e39367d pkanavos
            <param name="underlyingType">The underlying type for the contract.</param>
5791 7e39367d pkanavos
        </member>
5792 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemConverter">
5793 7e39367d pkanavos
            <summary>
5794 7e39367d pkanavos
            Gets or sets the default collection items <see cref="T:Newtonsoft.Json.JsonConverter"/>.
5795 7e39367d pkanavos
            </summary>
5796 7e39367d pkanavos
            <value>The converter.</value>
5797 7e39367d pkanavos
        </member>
5798 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemIsReference">
5799 7e39367d pkanavos
            <summary>
5800 7e39367d pkanavos
            Gets or sets a value indicating whether the collection items preserve object references.
5801 7e39367d pkanavos
            </summary>
5802 7e39367d pkanavos
            <value><c>true</c> if collection items preserve object references; otherwise, <c>false</c>.</value>
5803 7e39367d pkanavos
        </member>
5804 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemReferenceLoopHandling">
5805 7e39367d pkanavos
            <summary>
5806 7e39367d pkanavos
            Gets or sets the collection item reference loop handling.
5807 7e39367d pkanavos
            </summary>
5808 7e39367d pkanavos
            <value>The reference loop handling.</value>
5809 7e39367d pkanavos
        </member>
5810 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemTypeNameHandling">
5811 7e39367d pkanavos
            <summary>
5812 7e39367d pkanavos
            Gets or sets the collection item type name handling.
5813 7e39367d pkanavos
            </summary>
5814 7e39367d pkanavos
            <value>The type name handling.</value>
5815 7e39367d pkanavos
        </member>
5816 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.JsonArrayContract.#ctor(System.Type)">
5817 7e39367d pkanavos
            <summary>
5818 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> class.
5819 7e39367d pkanavos
            </summary>
5820 7e39367d pkanavos
            <param name="underlyingType">The underlying type for the contract.</param>
5821 7e39367d pkanavos
        </member>
5822 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.CollectionItemType">
5823 7e39367d pkanavos
            <summary>
5824 7e39367d pkanavos
            Gets the <see cref="T:System.Type"/> of the collection items.
5825 7e39367d pkanavos
            </summary>
5826 7e39367d pkanavos
            <value>The <see cref="T:System.Type"/> of the collection items.</value>
5827 7e39367d pkanavos
        </member>
5828 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.IsMultidimensionalArray">
5829 7e39367d pkanavos
            <summary>
5830 7e39367d pkanavos
            Gets a value indicating whether the collection type is a multidimensional array.
5831 7e39367d pkanavos
            </summary>
5832 7e39367d pkanavos
            <value><c>true</c> if the collection type is a multidimensional array; otherwise, <c>false</c>.</value>
5833 7e39367d pkanavos
        </member>
5834 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Serialization.JsonDictionaryContract">
5835 7e39367d pkanavos
            <summary>
5836 7e39367d pkanavos
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
5837 7e39367d pkanavos
            </summary>
5838 7e39367d pkanavos
        </member>
5839 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.JsonDictionaryContract.#ctor(System.Type)">
5840 7e39367d pkanavos
            <summary>
5841 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> class.
5842 7e39367d pkanavos
            </summary>
5843 7e39367d pkanavos
            <param name="underlyingType">The underlying type for the contract.</param>
5844 7e39367d pkanavos
        </member>
5845 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.PropertyNameResolver">
5846 7e39367d pkanavos
            <summary>
5847 7e39367d pkanavos
            Gets or sets the property name resolver.
5848 7e39367d pkanavos
            </summary>
5849 7e39367d pkanavos
            <value>The property name resolver.</value>
5850 7e39367d pkanavos
        </member>
5851 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.DictionaryKeyType">
5852 7e39367d pkanavos
            <summary>
5853 7e39367d pkanavos
            Gets the <see cref="T:System.Type"/> of the dictionary keys.
5854 7e39367d pkanavos
            </summary>
5855 7e39367d pkanavos
            <value>The <see cref="T:System.Type"/> of the dictionary keys.</value>
5856 7e39367d pkanavos
        </member>
5857 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.DictionaryValueType">
5858 7e39367d pkanavos
            <summary>
5859 7e39367d pkanavos
            Gets the <see cref="T:System.Type"/> of the dictionary values.
5860 7e39367d pkanavos
            </summary>
5861 7e39367d pkanavos
            <value>The <see cref="T:System.Type"/> of the dictionary values.</value>
5862 7e39367d pkanavos
        </member>
5863 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Serialization.JsonDynamicContract">
5864 7e39367d pkanavos
            <summary>
5865 7e39367d pkanavos
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
5866 7e39367d pkanavos
            </summary>
5867 7e39367d pkanavos
        </member>
5868 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.JsonDynamicContract.#ctor(System.Type)">
5869 7e39367d pkanavos
            <summary>
5870 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonDynamicContract"/> class.
5871 7e39367d pkanavos
            </summary>
5872 7e39367d pkanavos
            <param name="underlyingType">The underlying type for the contract.</param>
5873 7e39367d pkanavos
        </member>
5874 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonDynamicContract.Properties">
5875 7e39367d pkanavos
            <summary>
5876 7e39367d pkanavos
            Gets the object's properties.
5877 7e39367d pkanavos
            </summary>
5878 7e39367d pkanavos
            <value>The object's properties.</value>
5879 7e39367d pkanavos
        </member>
5880 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonDynamicContract.PropertyNameResolver">
5881 7e39367d pkanavos
            <summary>
5882 7e39367d pkanavos
            Gets or sets the property name resolver.
5883 7e39367d pkanavos
            </summary>
5884 7e39367d pkanavos
            <value>The property name resolver.</value>
5885 7e39367d pkanavos
        </member>
5886 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Serialization.JsonLinqContract">
5887 7e39367d pkanavos
            <summary>
5888 7e39367d pkanavos
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
5889 7e39367d pkanavos
            </summary>
5890 7e39367d pkanavos
        </member>
5891 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.JsonLinqContract.#ctor(System.Type)">
5892 7e39367d pkanavos
            <summary>
5893 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> class.
5894 7e39367d pkanavos
            </summary>
5895 7e39367d pkanavos
            <param name="underlyingType">The underlying type for the contract.</param>
5896 7e39367d pkanavos
        </member>
5897 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Serialization.JsonObjectContract">
5898 7e39367d pkanavos
            <summary>
5899 7e39367d pkanavos
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
5900 7e39367d pkanavos
            </summary>
5901 7e39367d pkanavos
        </member>
5902 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.JsonObjectContract.#ctor(System.Type)">
5903 7e39367d pkanavos
            <summary>
5904 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> class.
5905 7e39367d pkanavos
            </summary>
5906 7e39367d pkanavos
            <param name="underlyingType">The underlying type for the contract.</param>
5907 7e39367d pkanavos
        </member>
5908 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.MemberSerialization">
5909 7e39367d pkanavos
            <summary>
5910 7e39367d pkanavos
            Gets or sets the object member serialization.
5911 7e39367d pkanavos
            </summary>
5912 7e39367d pkanavos
            <value>The member object serialization.</value>
5913 7e39367d pkanavos
        </member>
5914 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ItemRequired">
5915 7e39367d pkanavos
            <summary>
5916 7e39367d pkanavos
            Gets or sets a value that indicates whether the object's properties are required.
5917 7e39367d pkanavos
            </summary>
5918 7e39367d pkanavos
            <value>
5919 7e39367d pkanavos
                    A value indicating whether the object's properties are required.
5920 7e39367d pkanavos
            </value>
5921 7e39367d pkanavos
        </member>
5922 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.Properties">
5923 7e39367d pkanavos
            <summary>
5924 7e39367d pkanavos
            Gets the object's properties.
5925 7e39367d pkanavos
            </summary>
5926 7e39367d pkanavos
            <value>The object's properties.</value>
5927 7e39367d pkanavos
        </member>
5928 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ConstructorParameters">
5929 7e39367d pkanavos
            <summary>
5930 7e39367d pkanavos
            Gets the constructor parameters required for any non-default constructor
5931 7e39367d pkanavos
            </summary>
5932 7e39367d pkanavos
        </member>
5933 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.OverrideConstructor">
5934 7e39367d pkanavos
            <summary>
5935 7e39367d pkanavos
            Gets or sets the override constructor used to create the object.
5936 7e39367d pkanavos
            This is set when a constructor is marked up using the
5937 7e39367d pkanavos
            JsonConstructor attribute.
5938 7e39367d pkanavos
            </summary>
5939 7e39367d pkanavos
            <value>The override constructor.</value>
5940 7e39367d pkanavos
        </member>
5941 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ParametrizedConstructor">
5942 7e39367d pkanavos
            <summary>
5943 7e39367d pkanavos
            Gets or sets the parametrized constructor used to create the object.
5944 7e39367d pkanavos
            </summary>
5945 7e39367d pkanavos
            <value>The parametrized constructor.</value>
5946 7e39367d pkanavos
        </member>
5947 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract">
5948 7e39367d pkanavos
            <summary>
5949 7e39367d pkanavos
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
5950 7e39367d pkanavos
            </summary>
5951 7e39367d pkanavos
        </member>
5952 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.JsonPrimitiveContract.#ctor(System.Type)">
5953 7e39367d pkanavos
            <summary>
5954 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> class.
5955 7e39367d pkanavos
            </summary>
5956 7e39367d pkanavos
            <param name="underlyingType">The underlying type for the contract.</param>
5957 7e39367d pkanavos
        </member>
5958 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Serialization.JsonProperty">
5959 7e39367d pkanavos
            <summary>
5960 7e39367d pkanavos
            Maps a JSON property to a .NET member or constructor parameter.
5961 7e39367d pkanavos
            </summary>
5962 7e39367d pkanavos
        </member>
5963 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.JsonProperty.ToString">
5964 7e39367d pkanavos
            <summary>
5965 7e39367d pkanavos
            Returns a <see cref="T:System.String"/> that represents this instance.
5966 7e39367d pkanavos
            </summary>
5967 7e39367d pkanavos
            <returns>
5968 7e39367d pkanavos
            A <see cref="T:System.String"/> that represents this instance.
5969 7e39367d pkanavos
            </returns>
5970 7e39367d pkanavos
        </member>
5971 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.PropertyName">
5972 7e39367d pkanavos
            <summary>
5973 7e39367d pkanavos
            Gets or sets the name of the property.
5974 7e39367d pkanavos
            </summary>
5975 7e39367d pkanavos
            <value>The name of the property.</value>
5976 7e39367d pkanavos
        </member>
5977 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DeclaringType">
5978 7e39367d pkanavos
            <summary>
5979 7e39367d pkanavos
            Gets or sets the type that declared this property.
5980 7e39367d pkanavos
            </summary>
5981 7e39367d pkanavos
            <value>The type that declared this property.</value>
5982 7e39367d pkanavos
        </member>
5983 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Order">
5984 7e39367d pkanavos
            <summary>
5985 7e39367d pkanavos
            Gets or sets the order of serialization and deserialization of a member.
5986 7e39367d pkanavos
            </summary>
5987 7e39367d pkanavos
            <value>The numeric order of serialization or deserialization.</value>
5988 7e39367d pkanavos
        </member>
5989 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.UnderlyingName">
5990 7e39367d pkanavos
            <summary>
5991 7e39367d pkanavos
            Gets or sets the name of the underlying member or parameter.
5992 7e39367d pkanavos
            </summary>
5993 7e39367d pkanavos
            <value>The name of the underlying member or parameter.</value>
5994 7e39367d pkanavos
        </member>
5995 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ValueProvider">
5996 7e39367d pkanavos
            <summary>
5997 7e39367d pkanavos
            Gets the <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> that will get and set the <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> during serialization.
5998 7e39367d pkanavos
            </summary>
5999 7e39367d pkanavos
            <value>The <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> that will get and set the <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> during serialization.</value>
6000 7e39367d pkanavos
        </member>
6001 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.PropertyType">
6002 7e39367d pkanavos
            <summary>
6003 7e39367d pkanavos
            Gets or sets the type of the property.
6004 7e39367d pkanavos
            </summary>
6005 7e39367d pkanavos
            <value>The type of the property.</value>
6006 7e39367d pkanavos
        </member>
6007 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Converter">
6008 7e39367d pkanavos
            <summary>
6009 7e39367d pkanavos
            Gets or sets the <see cref="T:Newtonsoft.Json.JsonConverter"/> for the property.
6010 7e39367d pkanavos
            If set this converter takes presidence over the contract converter for the property type.
6011 7e39367d pkanavos
            </summary>
6012 7e39367d pkanavos
            <value>The converter.</value>
6013 7e39367d pkanavos
        </member>
6014 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.MemberConverter">
6015 7e39367d pkanavos
            <summary>
6016 7e39367d pkanavos
            Gets the member converter.
6017 7e39367d pkanavos
            </summary>
6018 7e39367d pkanavos
            <value>The member converter.</value>
6019 7e39367d pkanavos
        </member>
6020 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Ignored">
6021 7e39367d pkanavos
            <summary>
6022 7e39367d pkanavos
            Gets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is ignored.
6023 7e39367d pkanavos
            </summary>
6024 7e39367d pkanavos
            <value><c>true</c> if ignored; otherwise, <c>false</c>.</value>
6025 7e39367d pkanavos
        </member>
6026 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Readable">
6027 7e39367d pkanavos
            <summary>
6028 7e39367d pkanavos
            Gets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is readable.
6029 7e39367d pkanavos
            </summary>
6030 7e39367d pkanavos
            <value><c>true</c> if readable; otherwise, <c>false</c>.</value>
6031 7e39367d pkanavos
        </member>
6032 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Writable">
6033 7e39367d pkanavos
            <summary>
6034 7e39367d pkanavos
            Gets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is writable.
6035 7e39367d pkanavos
            </summary>
6036 7e39367d pkanavos
            <value><c>true</c> if writable; otherwise, <c>false</c>.</value>
6037 7e39367d pkanavos
        </member>
6038 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.HasMemberAttribute">
6039 7e39367d pkanavos
            <summary>
6040 7e39367d pkanavos
            Gets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> has a member attribute.
6041 7e39367d pkanavos
            </summary>
6042 7e39367d pkanavos
            <value><c>true</c> if has a member attribute; otherwise, <c>false</c>.</value>
6043 7e39367d pkanavos
        </member>
6044 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DefaultValue">
6045 7e39367d pkanavos
            <summary>
6046 7e39367d pkanavos
            Gets the default value.
6047 7e39367d pkanavos
            </summary>
6048 7e39367d pkanavos
            <value>The default value.</value>
6049 7e39367d pkanavos
        </member>
6050 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Required">
6051 7e39367d pkanavos
            <summary>
6052 7e39367d pkanavos
            Gets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is required.
6053 7e39367d pkanavos
            </summary>
6054 7e39367d pkanavos
            <value>A value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is required.</value>
6055 7e39367d pkanavos
        </member>
6056 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.IsReference">
6057 7e39367d pkanavos
            <summary>
6058 7e39367d pkanavos
            Gets a value indicating whether this property preserves object references.
6059 7e39367d pkanavos
            </summary>
6060 7e39367d pkanavos
            <value>
6061 7e39367d pkanavos
                    <c>true</c> if this instance is reference; otherwise, <c>false</c>.
6062 7e39367d pkanavos
            </value>
6063 7e39367d pkanavos
        </member>
6064 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.NullValueHandling">
6065 7e39367d pkanavos
            <summary>
6066 7e39367d pkanavos
            Gets the property null value handling.
6067 7e39367d pkanavos
            </summary>
6068 7e39367d pkanavos
            <value>The null value handling.</value>
6069 7e39367d pkanavos
        </member>
6070 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DefaultValueHandling">
6071 7e39367d pkanavos
            <summary>
6072 7e39367d pkanavos
            Gets the property default value handling.
6073 7e39367d pkanavos
            </summary>
6074 7e39367d pkanavos
            <value>The default value handling.</value>
6075 7e39367d pkanavos
        </member>
6076 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ReferenceLoopHandling">
6077 7e39367d pkanavos
            <summary>
6078 7e39367d pkanavos
            Gets the property reference loop handling.
6079 7e39367d pkanavos
            </summary>
6080 7e39367d pkanavos
            <value>The reference loop handling.</value>
6081 7e39367d pkanavos
        </member>
6082 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ObjectCreationHandling">
6083 7e39367d pkanavos
            <summary>
6084 7e39367d pkanavos
            Gets the property object creation handling.
6085 7e39367d pkanavos
            </summary>
6086 7e39367d pkanavos
            <value>The object creation handling.</value>
6087 7e39367d pkanavos
        </member>
6088 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.TypeNameHandling">
6089 7e39367d pkanavos
            <summary>
6090 7e39367d pkanavos
            Gets or sets the type name handling.
6091 7e39367d pkanavos
            </summary>
6092 7e39367d pkanavos
            <value>The type name handling.</value>
6093 7e39367d pkanavos
        </member>
6094 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ShouldSerialize">
6095 7e39367d pkanavos
            <summary>
6096 7e39367d pkanavos
            Gets or sets a predicate used to determine whether the property should be serialize.
6097 7e39367d pkanavos
            </summary>
6098 7e39367d pkanavos
            <value>A predicate used to determine whether the property should be serialize.</value>
6099 7e39367d pkanavos
        </member>
6100 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.GetIsSpecified">
6101 7e39367d pkanavos
            <summary>
6102 7e39367d pkanavos
            Gets or sets a predicate used to determine whether the property should be serialized.
6103 7e39367d pkanavos
            </summary>
6104 7e39367d pkanavos
            <value>A predicate used to determine whether the property should be serialized.</value>
6105 7e39367d pkanavos
        </member>
6106 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.SetIsSpecified">
6107 7e39367d pkanavos
            <summary>
6108 7e39367d pkanavos
            Gets or sets an action used to set whether the property has been deserialized.
6109 7e39367d pkanavos
            </summary>
6110 7e39367d pkanavos
            <value>An action used to set whether the property has been deserialized.</value>
6111 7e39367d pkanavos
        </member>
6112 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemConverter">
6113 7e39367d pkanavos
            <summary>
6114 7e39367d pkanavos
            Gets or sets the converter used when serializing the property's collection items.
6115 7e39367d pkanavos
            </summary>
6116 7e39367d pkanavos
            <value>The collection's items converter.</value>
6117 7e39367d pkanavos
        </member>
6118 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemIsReference">
6119 7e39367d pkanavos
            <summary>
6120 7e39367d pkanavos
            Gets or sets whether this property's collection items are serialized as a reference.
6121 7e39367d pkanavos
            </summary>
6122 7e39367d pkanavos
            <value>Whether this property's collection items are serialized as a reference.</value>
6123 7e39367d pkanavos
        </member>
6124 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemTypeNameHandling">
6125 7e39367d pkanavos
            <summary>
6126 7e39367d pkanavos
            Gets or sets the the type name handling used when serializing the property's collection items.
6127 7e39367d pkanavos
            </summary>
6128 7e39367d pkanavos
            <value>The collection's items type name handling.</value>
6129 7e39367d pkanavos
        </member>
6130 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemReferenceLoopHandling">
6131 7e39367d pkanavos
            <summary>
6132 7e39367d pkanavos
            Gets or sets the the reference loop handling used when serializing the property's collection items.
6133 7e39367d pkanavos
            </summary>
6134 7e39367d pkanavos
            <value>The collection's items reference loop handling.</value>
6135 7e39367d pkanavos
        </member>
6136 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Serialization.JsonPropertyCollection">
6137 7e39367d pkanavos
            <summary>
6138 7e39367d pkanavos
            A collection of <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> objects.
6139 7e39367d pkanavos
            </summary>
6140 7e39367d pkanavos
        </member>
6141 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.#ctor(System.Type)">
6142 7e39367d pkanavos
            <summary>
6143 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonPropertyCollection"/> class.
6144 7e39367d pkanavos
            </summary>
6145 7e39367d pkanavos
            <param name="type">The type.</param>
6146 7e39367d pkanavos
        </member>
6147 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetKeyForItem(Newtonsoft.Json.Serialization.JsonProperty)">
6148 7e39367d pkanavos
            <summary>
6149 7e39367d pkanavos
            When implemented in a derived class, extracts the key from the specified element.
6150 7e39367d pkanavos
            </summary>
6151 7e39367d pkanavos
            <param name="item">The element from which to extract the key.</param>
6152 7e39367d pkanavos
            <returns>The key for the specified element.</returns>
6153 7e39367d pkanavos
        </member>
6154 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.AddProperty(Newtonsoft.Json.Serialization.JsonProperty)">
6155 7e39367d pkanavos
            <summary>
6156 7e39367d pkanavos
            Adds a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> object.
6157 7e39367d pkanavos
            </summary>
6158 7e39367d pkanavos
            <param name="property">The property to add to the collection.</param>
6159 7e39367d pkanavos
        </member>
6160 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetClosestMatchProperty(System.String)">
6161 7e39367d pkanavos
            <summary>
6162 7e39367d pkanavos
            Gets the closest matching <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> object.
6163 7e39367d pkanavos
            First attempts to get an exact case match of propertyName and then
6164 7e39367d pkanavos
            a case insensitive match.
6165 7e39367d pkanavos
            </summary>
6166 7e39367d pkanavos
            <param name="propertyName">Name of the property.</param>
6167 7e39367d pkanavos
            <returns>A matching property if found.</returns>
6168 7e39367d pkanavos
        </member>
6169 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetProperty(System.String,System.StringComparison)">
6170 7e39367d pkanavos
            <summary>
6171 7e39367d pkanavos
            Gets a property by property name.
6172 7e39367d pkanavos
            </summary>
6173 7e39367d pkanavos
            <param name="propertyName">The name of the property to get.</param>
6174 7e39367d pkanavos
            <param name="comparisonType">Type property name string comparison.</param>
6175 7e39367d pkanavos
            <returns>A matching property if found.</returns>
6176 7e39367d pkanavos
        </member>
6177 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Serialization.JsonStringContract">
6178 7e39367d pkanavos
            <summary>
6179 7e39367d pkanavos
            Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6180 7e39367d pkanavos
            </summary>
6181 7e39367d pkanavos
        </member>
6182 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.JsonStringContract.#ctor(System.Type)">
6183 7e39367d pkanavos
            <summary>
6184 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> class.
6185 7e39367d pkanavos
            </summary>
6186 7e39367d pkanavos
            <param name="underlyingType">The underlying type for the contract.</param>
6187 7e39367d pkanavos
        </member>
6188 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Serialization.ObjectConstructor`1">
6189 7e39367d pkanavos
            <summary>
6190 7e39367d pkanavos
            Represents a method that constructs an object.
6191 7e39367d pkanavos
            </summary>
6192 7e39367d pkanavos
            <typeparam name="T">The object type to create.</typeparam>
6193 7e39367d pkanavos
        </member>
6194 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Serialization.OnErrorAttribute">
6195 7e39367d pkanavos
            <summary>
6196 7e39367d pkanavos
            When applied to a method, specifies that the method is called when an error occurs serializing an object.
6197 7e39367d pkanavos
            </summary>
6198 7e39367d pkanavos
        </member>
6199 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Serialization.ReflectionValueProvider">
6200 7e39367d pkanavos
            <summary>
6201 7e39367d pkanavos
            Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using reflection.
6202 7e39367d pkanavos
            </summary>
6203 7e39367d pkanavos
        </member>
6204 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.#ctor(System.Reflection.MemberInfo)">
6205 7e39367d pkanavos
            <summary>
6206 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ReflectionValueProvider"/> class.
6207 7e39367d pkanavos
            </summary>
6208 7e39367d pkanavos
            <param name="memberInfo">The member info.</param>
6209 7e39367d pkanavos
        </member>
6210 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.SetValue(System.Object,System.Object)">
6211 7e39367d pkanavos
            <summary>
6212 7e39367d pkanavos
            Sets the value.
6213 7e39367d pkanavos
            </summary>
6214 7e39367d pkanavos
            <param name="target">The target to set the value on.</param>
6215 7e39367d pkanavos
            <param name="value">The value to set on the target.</param>
6216 7e39367d pkanavos
        </member>
6217 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.GetValue(System.Object)">
6218 7e39367d pkanavos
            <summary>
6219 7e39367d pkanavos
            Gets the value.
6220 7e39367d pkanavos
            </summary>
6221 7e39367d pkanavos
            <param name="target">The target to get the value from.</param>
6222 7e39367d pkanavos
            <returns>The value.</returns>
6223 7e39367d pkanavos
        </member>
6224 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.TypeNameHandling">
6225 7e39367d pkanavos
            <summary>
6226 7e39367d pkanavos
            Specifies type name handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
6227 7e39367d pkanavos
            </summary>
6228 7e39367d pkanavos
        </member>
6229 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.TypeNameHandling.None">
6230 7e39367d pkanavos
            <summary>
6231 7e39367d pkanavos
            Do not include the .NET type name when serializing types.
6232 7e39367d pkanavos
            </summary>
6233 7e39367d pkanavos
        </member>
6234 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.TypeNameHandling.Objects">
6235 7e39367d pkanavos
            <summary>
6236 7e39367d pkanavos
            Include the .NET type name when serializing into a JSON object structure.
6237 7e39367d pkanavos
            </summary>
6238 7e39367d pkanavos
        </member>
6239 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.TypeNameHandling.Arrays">
6240 7e39367d pkanavos
            <summary>
6241 7e39367d pkanavos
            Include the .NET type name when serializing into a JSON array structure.
6242 7e39367d pkanavos
            </summary>
6243 7e39367d pkanavos
        </member>
6244 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.TypeNameHandling.All">
6245 7e39367d pkanavos
            <summary>
6246 7e39367d pkanavos
            Always include the .NET type name when serializing.
6247 7e39367d pkanavos
            </summary>
6248 7e39367d pkanavos
        </member>
6249 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.TypeNameHandling.Auto">
6250 7e39367d pkanavos
            <summary>
6251 7e39367d pkanavos
            Include the .NET type name when the type of the object being serialized is not the same as its declared type.
6252 7e39367d pkanavos
            </summary>
6253 7e39367d pkanavos
        </member>
6254 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.IsNullOrEmpty``1(System.Collections.Generic.ICollection{``0})">
6255 7e39367d pkanavos
            <summary>
6256 7e39367d pkanavos
            Determines whether the collection is null or empty.
6257 7e39367d pkanavos
            </summary>
6258 7e39367d pkanavos
            <param name="collection">The collection.</param>
6259 7e39367d pkanavos
            <returns>
6260 7e39367d pkanavos
                    <c>true</c> if the collection is null or empty; otherwise, <c>false</c>.
6261 7e39367d pkanavos
            </returns>
6262 7e39367d pkanavos
        </member>
6263 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.AddRange``1(System.Collections.Generic.IList{``0},System.Collections.Generic.IEnumerable{``0})">
6264 7e39367d pkanavos
            <summary>
6265 7e39367d pkanavos
            Adds the elements of the specified collection to the specified generic IList.
6266 7e39367d pkanavos
            </summary>
6267 7e39367d pkanavos
            <param name="initial">The list to add to.</param>
6268 7e39367d pkanavos
            <param name="collection">The collection of elements to add.</param>
6269 7e39367d pkanavos
        </member>
6270 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.IndexOf``1(System.Collections.Generic.IEnumerable{``0},``0,System.Collections.Generic.IEqualityComparer{``0})">
6271 7e39367d pkanavos
            <summary>
6272 7e39367d pkanavos
            Returns the index of the first occurrence in a sequence by using a specified IEqualityComparer.
6273 7e39367d pkanavos
            </summary>
6274 7e39367d pkanavos
            <typeparam name="TSource">The type of the elements of source.</typeparam>
6275 7e39367d pkanavos
            <param name="list">A sequence in which to locate a value.</param>
6276 7e39367d pkanavos
            <param name="value">The object to locate in the sequence</param>
6277 7e39367d pkanavos
            <param name="comparer">An equality comparer to compare values.</param>
6278 7e39367d pkanavos
            <returns>The zero-based index of the first occurrence of value within the entire sequence, if found; otherwise, โ€“1.</returns>
6279 7e39367d pkanavos
        </member>
6280 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Utilities.ConvertUtils.Convert(System.Object,System.Globalization.CultureInfo,System.Type)">
6281 7e39367d pkanavos
            <summary>
6282 7e39367d pkanavos
            Converts the value to the specified type.
6283 7e39367d pkanavos
            </summary>
6284 7e39367d pkanavos
            <param name="initialValue">The value to convert.</param>
6285 7e39367d pkanavos
            <param name="culture">The culture to use when converting.</param>
6286 7e39367d pkanavos
            <param name="targetType">The type to convert the value to.</param>
6287 7e39367d pkanavos
            <returns>The converted type.</returns>
6288 7e39367d pkanavos
        </member>
6289 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Utilities.ConvertUtils.TryConvert(System.Object,System.Globalization.CultureInfo,System.Type,System.Object@)">
6290 7e39367d pkanavos
            <summary>
6291 7e39367d pkanavos
            Converts the value to the specified type.
6292 7e39367d pkanavos
            </summary>
6293 7e39367d pkanavos
            <param name="initialValue">The value to convert.</param>
6294 7e39367d pkanavos
            <param name="culture">The culture to use when converting.</param>
6295 7e39367d pkanavos
            <param name="targetType">The type to convert the value to.</param>
6296 7e39367d pkanavos
            <param name="convertedValue">The converted value if the conversion was successful or the default value of <c>T</c> if it failed.</param>
6297 7e39367d pkanavos
            <returns>
6298 7e39367d pkanavos
                    <c>true</c> if <c>initialValue</c> was converted successfully; otherwise, <c>false</c>.
6299 7e39367d pkanavos
            </returns>
6300 7e39367d pkanavos
        </member>
6301 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Utilities.ConvertUtils.ConvertOrCast(System.Object,System.Globalization.CultureInfo,System.Type)">
6302 7e39367d pkanavos
            <summary>
6303 7e39367d pkanavos
            Converts the value to the specified type. If the value is unable to be converted, the
6304 7e39367d pkanavos
            value is checked whether it assignable to the specified type.
6305 7e39367d pkanavos
            </summary>
6306 7e39367d pkanavos
            <param name="initialValue">The value to convert.</param>
6307 7e39367d pkanavos
            <param name="culture">The culture to use when converting.</param>
6308 7e39367d pkanavos
            <param name="targetType">The type to convert or cast the value to.</param>
6309 7e39367d pkanavos
            <returns>
6310 7e39367d pkanavos
            The converted type. If conversion was unsuccessful, the initial value
6311 7e39367d pkanavos
            is returned if assignable to the target type.
6312 7e39367d pkanavos
            </returns>
6313 7e39367d pkanavos
        </member>
6314 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.CallMethodWithResult(System.String,System.Dynamic.DynamicMetaObjectBinder,System.Linq.Expressions.Expression[],Newtonsoft.Json.Utilities.DynamicProxyMetaObject{`0}.Fallback,Newtonsoft.Json.Utilities.DynamicProxyMetaObject{`0}.Fallback)">
6315 7e39367d pkanavos
            <summary>
6316 7e39367d pkanavos
            Helper method for generating a MetaObject which calls a
6317 7e39367d pkanavos
            specific method on Dynamic that returns a result
6318 7e39367d pkanavos
            </summary>
6319 7e39367d pkanavos
        </member>
6320 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.CallMethodReturnLast(System.String,System.Dynamic.DynamicMetaObjectBinder,System.Linq.Expressions.Expression[],Newtonsoft.Json.Utilities.DynamicProxyMetaObject{`0}.Fallback)">
6321 7e39367d pkanavos
            <summary>
6322 7e39367d pkanavos
            Helper method for generating a MetaObject which calls a
6323 7e39367d pkanavos
            specific method on Dynamic, but uses one of the arguments for
6324 7e39367d pkanavos
            the result.
6325 7e39367d pkanavos
            </summary>
6326 7e39367d pkanavos
        </member>
6327 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.CallMethodNoResult(System.String,System.Dynamic.DynamicMetaObjectBinder,System.Linq.Expressions.Expression[],Newtonsoft.Json.Utilities.DynamicProxyMetaObject{`0}.Fallback)">
6328 7e39367d pkanavos
            <summary>
6329 7e39367d pkanavos
            Helper method for generating a MetaObject which calls a
6330 7e39367d pkanavos
            specific method on Dynamic, but uses one of the arguments for
6331 7e39367d pkanavos
            the result.
6332 7e39367d pkanavos
            </summary>
6333 7e39367d pkanavos
        </member>
6334 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.GetRestrictions">
6335 7e39367d pkanavos
            <summary>
6336 7e39367d pkanavos
            Returns a Restrictions object which includes our current restrictions merged
6337 7e39367d pkanavos
            with a restriction limiting our type
6338 7e39367d pkanavos
            </summary>
6339 7e39367d pkanavos
        </member>
6340 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Utilities.EnumUtils.GetNamesAndValues``1">
6341 7e39367d pkanavos
            <summary>
6342 7e39367d pkanavos
            Gets a dictionary of the names and values of an Enum type.
6343 7e39367d pkanavos
            </summary>
6344 7e39367d pkanavos
            <returns></returns>
6345 7e39367d pkanavos
        </member>
6346 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Utilities.EnumUtils.GetNamesAndValues``1(System.Type)">
6347 7e39367d pkanavos
            <summary>
6348 7e39367d pkanavos
            Gets a dictionary of the names and values of an Enum type.
6349 7e39367d pkanavos
            </summary>
6350 7e39367d pkanavos
            <param name="enumType">The enum type to get names and values for.</param>
6351 7e39367d pkanavos
            <returns></returns>
6352 7e39367d pkanavos
        </member>
6353 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetCollectionItemType(System.Type)">
6354 7e39367d pkanavos
            <summary>
6355 7e39367d pkanavos
            Gets the type of the typed collection's items.
6356 7e39367d pkanavos
            </summary>
6357 7e39367d pkanavos
            <param name="type">The type.</param>
6358 7e39367d pkanavos
            <returns>The type of the typed collection's items.</returns>
6359 7e39367d pkanavos
        </member>
6360 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetMemberUnderlyingType(System.Reflection.MemberInfo)">
6361 7e39367d pkanavos
            <summary>
6362 7e39367d pkanavos
            Gets the member's underlying type.
6363 7e39367d pkanavos
            </summary>
6364 7e39367d pkanavos
            <param name="member">The member.</param>
6365 7e39367d pkanavos
            <returns>The underlying type of the member.</returns>
6366 7e39367d pkanavos
        </member>
6367 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.IsIndexedProperty(System.Reflection.MemberInfo)">
6368 7e39367d pkanavos
            <summary>
6369 7e39367d pkanavos
            Determines whether the member is an indexed property.
6370 7e39367d pkanavos
            </summary>
6371 7e39367d pkanavos
            <param name="member">The member.</param>
6372 7e39367d pkanavos
            <returns>
6373 7e39367d pkanavos
                    <c>true</c> if the member is an indexed property; otherwise, <c>false</c>.
6374 7e39367d pkanavos
            </returns>
6375 7e39367d pkanavos
        </member>
6376 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.IsIndexedProperty(System.Reflection.PropertyInfo)">
6377 7e39367d pkanavos
            <summary>
6378 7e39367d pkanavos
            Determines whether the property is an indexed property.
6379 7e39367d pkanavos
            </summary>
6380 7e39367d pkanavos
            <param name="property">The property.</param>
6381 7e39367d pkanavos
            <returns>
6382 7e39367d pkanavos
                    <c>true</c> if the property is an indexed property; otherwise, <c>false</c>.
6383 7e39367d pkanavos
            </returns>
6384 7e39367d pkanavos
        </member>
6385 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetMemberValue(System.Reflection.MemberInfo,System.Object)">
6386 7e39367d pkanavos
            <summary>
6387 7e39367d pkanavos
            Gets the member's value on the object.
6388 7e39367d pkanavos
            </summary>
6389 7e39367d pkanavos
            <param name="member">The member.</param>
6390 7e39367d pkanavos
            <param name="target">The target object.</param>
6391 7e39367d pkanavos
            <returns>The member's value on the object.</returns>
6392 7e39367d pkanavos
        </member>
6393 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.SetMemberValue(System.Reflection.MemberInfo,System.Object,System.Object)">
6394 7e39367d pkanavos
            <summary>
6395 7e39367d pkanavos
            Sets the member's value on the target object.
6396 7e39367d pkanavos
            </summary>
6397 7e39367d pkanavos
            <param name="member">The member.</param>
6398 7e39367d pkanavos
            <param name="target">The target.</param>
6399 7e39367d pkanavos
            <param name="value">The value.</param>
6400 7e39367d pkanavos
        </member>
6401 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.CanReadMemberValue(System.Reflection.MemberInfo,System.Boolean)">
6402 7e39367d pkanavos
            <summary>
6403 7e39367d pkanavos
            Determines whether the specified MemberInfo can be read.
6404 7e39367d pkanavos
            </summary>
6405 7e39367d pkanavos
            <param name="member">The MemberInfo to determine whether can be read.</param>
6406 7e39367d pkanavos
            /// <param name="nonPublic">if set to <c>true</c> then allow the member to be gotten non-publicly.</param>
6407 7e39367d pkanavos
            <returns>
6408 7e39367d pkanavos
                    <c>true</c> if the specified MemberInfo can be read; otherwise, <c>false</c>.
6409 7e39367d pkanavos
            </returns>
6410 7e39367d pkanavos
        </member>
6411 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.CanSetMemberValue(System.Reflection.MemberInfo,System.Boolean,System.Boolean)">
6412 7e39367d pkanavos
            <summary>
6413 7e39367d pkanavos
            Determines whether the specified MemberInfo can be set.
6414 7e39367d pkanavos
            </summary>
6415 7e39367d pkanavos
            <param name="member">The MemberInfo to determine whether can be set.</param>
6416 7e39367d pkanavos
            <param name="nonPublic">if set to <c>true</c> then allow the member to be set non-publicly.</param>
6417 7e39367d pkanavos
            <param name="canSetReadOnly">if set to <c>true</c> then allow the member to be set if read-only.</param>
6418 7e39367d pkanavos
            <returns>
6419 7e39367d pkanavos
                    <c>true</c> if the specified MemberInfo can be set; otherwise, <c>false</c>.
6420 7e39367d pkanavos
            </returns>
6421 7e39367d pkanavos
        </member>
6422 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Utilities.StringBuffer">
6423 7e39367d pkanavos
            <summary>
6424 7e39367d pkanavos
            Builds a string. Unlike StringBuilder this class lets you reuse it's internal buffer.
6425 7e39367d pkanavos
            </summary>
6426 7e39367d pkanavos
        </member>
6427 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Utilities.StringUtils.IsWhiteSpace(System.String)">
6428 7e39367d pkanavos
            <summary>
6429 7e39367d pkanavos
            Determines whether the string is all white space. Empty string will return false.
6430 7e39367d pkanavos
            </summary>
6431 7e39367d pkanavos
            <param name="s">The string to test whether it is all white space.</param>
6432 7e39367d pkanavos
            <returns>
6433 7e39367d pkanavos
                    <c>true</c> if the string is all white space; otherwise, <c>false</c>.
6434 7e39367d pkanavos
            </returns>
6435 7e39367d pkanavos
        </member>
6436 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Utilities.StringUtils.NullEmptyString(System.String)">
6437 7e39367d pkanavos
            <summary>
6438 7e39367d pkanavos
            Nulls an empty string.
6439 7e39367d pkanavos
            </summary>
6440 7e39367d pkanavos
            <param name="s">The string.</param>
6441 7e39367d pkanavos
            <returns>Null if the string was null, otherwise the string unchanged.</returns>
6442 7e39367d pkanavos
        </member>
6443 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Schema.Extensions">
6444 7e39367d pkanavos
            <summary>
6445 7e39367d pkanavos
            Contains the JSON schema extension methods.
6446 7e39367d pkanavos
            </summary>
6447 7e39367d pkanavos
        </member>
6448 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Schema.Extensions.IsValid(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema)">
6449 7e39367d pkanavos
            <summary>
6450 7e39367d pkanavos
            Determines whether the <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid.
6451 7e39367d pkanavos
            </summary>
6452 7e39367d pkanavos
            <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
6453 7e39367d pkanavos
            <param name="schema">The schema to test with.</param>
6454 7e39367d pkanavos
            <returns>
6455 7e39367d pkanavos
                    <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid; otherwise, <c>false</c>.
6456 7e39367d pkanavos
            </returns>
6457 7e39367d pkanavos
        </member>
6458 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Schema.Extensions.IsValid(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema,System.Collections.Generic.IList{System.String}@)">
6459 7e39367d pkanavos
            <summary>
6460 7e39367d pkanavos
            Determines whether the <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid.
6461 7e39367d pkanavos
            </summary>
6462 7e39367d pkanavos
            <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
6463 7e39367d pkanavos
            <param name="schema">The schema to test with.</param>
6464 7e39367d pkanavos
            <param name="errorMessages">When this method returns, contains any error messages generated while validating. </param>
6465 7e39367d pkanavos
            <returns>
6466 7e39367d pkanavos
                    <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid; otherwise, <c>false</c>.
6467 7e39367d pkanavos
            </returns>
6468 7e39367d pkanavos
        </member>
6469 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Schema.Extensions.Validate(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema)">
6470 7e39367d pkanavos
            <summary>
6471 7e39367d pkanavos
            Validates the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6472 7e39367d pkanavos
            </summary>
6473 7e39367d pkanavos
            <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
6474 7e39367d pkanavos
            <param name="schema">The schema to test with.</param>
6475 7e39367d pkanavos
        </member>
6476 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Schema.Extensions.Validate(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema,Newtonsoft.Json.Schema.ValidationEventHandler)">
6477 7e39367d pkanavos
            <summary>
6478 7e39367d pkanavos
            Validates the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/>.
6479 7e39367d pkanavos
            </summary>
6480 7e39367d pkanavos
            <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>
6481 7e39367d pkanavos
            <param name="schema">The schema to test with.</param>
6482 7e39367d pkanavos
            <param name="validationEventHandler">The validation event handler.</param>
6483 7e39367d pkanavos
        </member>
6484 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Schema.JsonSchemaException">
6485 7e39367d pkanavos
            <summary>
6486 7e39367d pkanavos
            Returns detailed information about the schema exception.
6487 7e39367d pkanavos
            </summary>
6488 7e39367d pkanavos
        </member>
6489 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor">
6490 7e39367d pkanavos
            <summary>
6491 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class.
6492 7e39367d pkanavos
            </summary>
6493 7e39367d pkanavos
        </member>
6494 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.String)">
6495 7e39367d pkanavos
            <summary>
6496 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class
6497 7e39367d pkanavos
            with a specified error message.
6498 7e39367d pkanavos
            </summary>
6499 7e39367d pkanavos
            <param name="message">The error message that explains the reason for the exception.</param>
6500 7e39367d pkanavos
        </member>
6501 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.String,System.Exception)">
6502 7e39367d pkanavos
            <summary>
6503 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class
6504 7e39367d pkanavos
            with a specified error message and a reference to the inner exception that is the cause of this exception.
6505 7e39367d pkanavos
            </summary>
6506 7e39367d pkanavos
            <param name="message">The error message that explains the reason for the exception.</param>
6507 7e39367d pkanavos
            <param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.</param>
6508 7e39367d pkanavos
        </member>
6509 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.LineNumber">
6510 7e39367d pkanavos
            <summary>
6511 7e39367d pkanavos
            Gets the line number indicating where the error occurred.
6512 7e39367d pkanavos
            </summary>
6513 7e39367d pkanavos
            <value>The line number indicating where the error occurred.</value>
6514 7e39367d pkanavos
        </member>
6515 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.LinePosition">
6516 7e39367d pkanavos
            <summary>
6517 7e39367d pkanavos
            Gets the line position indicating where the error occurred.
6518 7e39367d pkanavos
            </summary>
6519 7e39367d pkanavos
            <value>The line position indicating where the error occurred.</value>
6520 7e39367d pkanavos
        </member>
6521 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.Path">
6522 7e39367d pkanavos
            <summary>
6523 7e39367d pkanavos
            Gets the path to the JSON where the error occurred.
6524 7e39367d pkanavos
            </summary>
6525 7e39367d pkanavos
            <value>The path to the JSON where the error occurred.</value>
6526 7e39367d pkanavos
        </member>
6527 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling">
6528 7e39367d pkanavos
            <summary>
6529 7e39367d pkanavos
            Specifies undefined schema Id handling options for the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaGenerator"/>.
6530 7e39367d pkanavos
            </summary>
6531 7e39367d pkanavos
        </member>
6532 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.None">
6533 7e39367d pkanavos
            <summary>
6534 7e39367d pkanavos
            Do not infer a schema Id.
6535 7e39367d pkanavos
            </summary>
6536 7e39367d pkanavos
        </member>
6537 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.UseTypeName">
6538 7e39367d pkanavos
            <summary>
6539 7e39367d pkanavos
            Use the .NET type name as the schema Id.
6540 7e39367d pkanavos
            </summary>
6541 7e39367d pkanavos
        </member>
6542 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.UseAssemblyQualifiedName">
6543 7e39367d pkanavos
            <summary>
6544 7e39367d pkanavos
            Use the assembly qualified .NET type name as the schema Id.
6545 7e39367d pkanavos
            </summary>
6546 7e39367d pkanavos
        </member>
6547 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Schema.ValidationEventArgs">
6548 7e39367d pkanavos
            <summary>
6549 7e39367d pkanavos
            Returns detailed information related to the <see cref="T:Newtonsoft.Json.Schema.ValidationEventHandler"/>.
6550 7e39367d pkanavos
            </summary>
6551 7e39367d pkanavos
        </member>
6552 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Exception">
6553 7e39367d pkanavos
            <summary>
6554 7e39367d pkanavos
            Gets the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> associated with the validation error.
6555 7e39367d pkanavos
            </summary>
6556 7e39367d pkanavos
            <value>The JsonSchemaException associated with the validation error.</value>
6557 7e39367d pkanavos
        </member>
6558 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Path">
6559 7e39367d pkanavos
            <summary>
6560 7e39367d pkanavos
            Gets the path of the JSON location where the validation error occurred.
6561 7e39367d pkanavos
            </summary>
6562 7e39367d pkanavos
            <value>The path of the JSON location where the validation error occurred.</value>
6563 7e39367d pkanavos
        </member>
6564 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Message">
6565 7e39367d pkanavos
            <summary>
6566 7e39367d pkanavos
            Gets the text description corresponding to the validation error.
6567 7e39367d pkanavos
            </summary>
6568 7e39367d pkanavos
            <value>The text description.</value>
6569 7e39367d pkanavos
        </member>
6570 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Schema.ValidationEventHandler">
6571 7e39367d pkanavos
            <summary>
6572 7e39367d pkanavos
            Represents the callback method that will handle JSON schema validation events and the <see cref="T:Newtonsoft.Json.Schema.ValidationEventArgs"/>.
6573 7e39367d pkanavos
            </summary>
6574 7e39367d pkanavos
        </member>
6575 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Schema.JsonSchema">
6576 7e39367d pkanavos
            <summary>
6577 7e39367d pkanavos
            An in-memory representation of a JSON Schema.
6578 7e39367d pkanavos
            </summary>
6579 7e39367d pkanavos
        </member>
6580 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.#ctor">
6581 7e39367d pkanavos
            <summary>
6582 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> class.
6583 7e39367d pkanavos
            </summary>
6584 7e39367d pkanavos
        </member>
6585 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.Read(Newtonsoft.Json.JsonReader)">
6586 7e39367d pkanavos
            <summary>
6587 7e39367d pkanavos
            Reads a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.
6588 7e39367d pkanavos
            </summary>
6589 7e39367d pkanavos
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the JSON Schema to read.</param>
6590 7e39367d pkanavos
            <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> object representing the JSON Schema.</returns>
6591 7e39367d pkanavos
        </member>
6592 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.Read(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Schema.JsonSchemaResolver)">
6593 7e39367d pkanavos
            <summary>
6594 7e39367d pkanavos
            Reads a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.
6595 7e39367d pkanavos
            </summary>
6596 7e39367d pkanavos
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the JSON Schema to read.</param>
6597 7e39367d pkanavos
            <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> to use when resolving schema references.</param>
6598 7e39367d pkanavos
            <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> object representing the JSON Schema.</returns>
6599 7e39367d pkanavos
        </member>
6600 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.Parse(System.String)">
6601 7e39367d pkanavos
            <summary>
6602 7e39367d pkanavos
            Load a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from a string that contains schema JSON.
6603 7e39367d pkanavos
            </summary>
6604 7e39367d pkanavos
            <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>
6605 7e39367d pkanavos
            <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> populated from the string that contains JSON.</returns>
6606 7e39367d pkanavos
        </member>
6607 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.Parse(System.String,Newtonsoft.Json.Schema.JsonSchemaResolver)">
6608 7e39367d pkanavos
            <summary>
6609 7e39367d pkanavos
            Parses the specified json.
6610 7e39367d pkanavos
            </summary>
6611 7e39367d pkanavos
            <param name="json">The json.</param>
6612 7e39367d pkanavos
            <param name="resolver">The resolver.</param>
6613 7e39367d pkanavos
            <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> populated from the string that contains JSON.</returns>
6614 7e39367d pkanavos
        </member>
6615 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.WriteTo(Newtonsoft.Json.JsonWriter)">
6616 7e39367d pkanavos
            <summary>
6617 7e39367d pkanavos
            Writes this schema to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.
6618 7e39367d pkanavos
            </summary>
6619 7e39367d pkanavos
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
6620 7e39367d pkanavos
        </member>
6621 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.Schema.JsonSchemaResolver)">
6622 7e39367d pkanavos
            <summary>
6623 7e39367d pkanavos
            Writes this schema to a <see cref="T:Newtonsoft.Json.JsonWriter"/> using the specified <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/>.
6624 7e39367d pkanavos
            </summary>
6625 7e39367d pkanavos
            <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>
6626 7e39367d pkanavos
            <param name="resolver">The resolver used.</param>
6627 7e39367d pkanavos
        </member>
6628 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Schema.JsonSchema.ToString">
6629 7e39367d pkanavos
            <summary>
6630 7e39367d pkanavos
            Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
6631 7e39367d pkanavos
            </summary>
6632 7e39367d pkanavos
            <returns>
6633 7e39367d pkanavos
            A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
6634 7e39367d pkanavos
            </returns>
6635 7e39367d pkanavos
        </member>
6636 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Id">
6637 7e39367d pkanavos
            <summary>
6638 7e39367d pkanavos
            Gets or sets the id.
6639 7e39367d pkanavos
            </summary>
6640 7e39367d pkanavos
        </member>
6641 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Title">
6642 7e39367d pkanavos
            <summary>
6643 7e39367d pkanavos
            Gets or sets the title.
6644 7e39367d pkanavos
            </summary>
6645 7e39367d pkanavos
        </member>
6646 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Required">
6647 7e39367d pkanavos
            <summary>
6648 7e39367d pkanavos
            Gets or sets whether the object is required.
6649 7e39367d pkanavos
            </summary>
6650 7e39367d pkanavos
        </member>
6651 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.ReadOnly">
6652 7e39367d pkanavos
            <summary>
6653 7e39367d pkanavos
            Gets or sets whether the object is read only.
6654 7e39367d pkanavos
            </summary>
6655 7e39367d pkanavos
        </member>
6656 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Hidden">
6657 7e39367d pkanavos
            <summary>
6658 7e39367d pkanavos
            Gets or sets whether the object is visible to users.
6659 7e39367d pkanavos
            </summary>
6660 7e39367d pkanavos
        </member>
6661 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Transient">
6662 7e39367d pkanavos
            <summary>
6663 7e39367d pkanavos
            Gets or sets whether the object is transient.
6664 7e39367d pkanavos
            </summary>
6665 7e39367d pkanavos
        </member>
6666 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Description">
6667 7e39367d pkanavos
            <summary>
6668 7e39367d pkanavos
            Gets or sets the description of the object.
6669 7e39367d pkanavos
            </summary>
6670 7e39367d pkanavos
        </member>
6671 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Type">
6672 7e39367d pkanavos
            <summary>
6673 7e39367d pkanavos
            Gets or sets the types of values allowed by the object.
6674 7e39367d pkanavos
            </summary>
6675 7e39367d pkanavos
            <value>The type.</value>
6676 7e39367d pkanavos
        </member>
6677 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Pattern">
6678 7e39367d pkanavos
            <summary>
6679 7e39367d pkanavos
            Gets or sets the pattern.
6680 7e39367d pkanavos
            </summary>
6681 7e39367d pkanavos
            <value>The pattern.</value>
6682 7e39367d pkanavos
        </member>
6683 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.MinimumLength">
6684 7e39367d pkanavos
            <summary>
6685 7e39367d pkanavos
            Gets or sets the minimum length.
6686 7e39367d pkanavos
            </summary>
6687 7e39367d pkanavos
            <value>The minimum length.</value>
6688 7e39367d pkanavos
        </member>
6689 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.MaximumLength">
6690 7e39367d pkanavos
            <summary>
6691 7e39367d pkanavos
            Gets or sets the maximum length.
6692 7e39367d pkanavos
            </summary>
6693 7e39367d pkanavos
            <value>The maximum length.</value>
6694 7e39367d pkanavos
        </member>
6695 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.DivisibleBy">
6696 7e39367d pkanavos
            <summary>
6697 7e39367d pkanavos
            Gets or sets a number that the value should be divisble by.
6698 7e39367d pkanavos
            </summary>
6699 7e39367d pkanavos
            <value>A number that the value should be divisble by.</value>
6700 7e39367d pkanavos
        </member>
6701 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Minimum">
6702 7e39367d pkanavos
            <summary>
6703 7e39367d pkanavos
            Gets or sets the minimum.
6704 7e39367d pkanavos
            </summary>
6705 7e39367d pkanavos
            <value>The minimum.</value>
6706 7e39367d pkanavos
        </member>
6707 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Maximum">
6708 7e39367d pkanavos
            <summary>
6709 7e39367d pkanavos
            Gets or sets the maximum.
6710 7e39367d pkanavos
            </summary>
6711 7e39367d pkanavos
            <value>The maximum.</value>
6712 7e39367d pkanavos
        </member>
6713 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.ExclusiveMinimum">
6714 7e39367d pkanavos
            <summary>
6715 7e39367d pkanavos
            Gets or sets a flag indicating whether the value can not equal the number defined by the "minimum" attribute.
6716 7e39367d pkanavos
            </summary>
6717 7e39367d pkanavos
            <value>A flag indicating whether the value can not equal the number defined by the "minimum" attribute.</value>
6718 7e39367d pkanavos
        </member>
6719 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.ExclusiveMaximum">
6720 7e39367d pkanavos
            <summary>
6721 7e39367d pkanavos
            Gets or sets a flag indicating whether the value can not equal the number defined by the "maximum" attribute.
6722 7e39367d pkanavos
            </summary>
6723 7e39367d pkanavos
            <value>A flag indicating whether the value can not equal the number defined by the "maximum" attribute.</value>
6724 7e39367d pkanavos
        </member>
6725 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.MinimumItems">
6726 7e39367d pkanavos
            <summary>
6727 7e39367d pkanavos
            Gets or sets the minimum number of items.
6728 7e39367d pkanavos
            </summary>
6729 7e39367d pkanavos
            <value>The minimum number of items.</value>
6730 7e39367d pkanavos
        </member>
6731 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.MaximumItems">
6732 7e39367d pkanavos
            <summary>
6733 7e39367d pkanavos
            Gets or sets the maximum number of items.
6734 7e39367d pkanavos
            </summary>
6735 7e39367d pkanavos
            <value>The maximum number of items.</value>
6736 7e39367d pkanavos
        </member>
6737 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Items">
6738 7e39367d pkanavos
            <summary>
6739 7e39367d pkanavos
            Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of items.
6740 7e39367d pkanavos
            </summary>
6741 7e39367d pkanavos
            <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of items.</value>
6742 7e39367d pkanavos
        </member>
6743 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Properties">
6744 7e39367d pkanavos
            <summary>
6745 7e39367d pkanavos
            Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of properties.
6746 7e39367d pkanavos
            </summary>
6747 7e39367d pkanavos
            <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of properties.</value>
6748 7e39367d pkanavos
        </member>
6749 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.AdditionalProperties">
6750 7e39367d pkanavos
            <summary>
6751 7e39367d pkanavos
            Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional properties.
6752 7e39367d pkanavos
            </summary>
6753 7e39367d pkanavos
            <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional properties.</value>
6754 7e39367d pkanavos
        </member>
6755 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.PatternProperties">
6756 7e39367d pkanavos
            <summary>
6757 7e39367d pkanavos
            Gets or sets the pattern properties.
6758 7e39367d pkanavos
            </summary>
6759 7e39367d pkanavos
            <value>The pattern properties.</value>
6760 7e39367d pkanavos
        </member>
6761 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.AllowAdditionalProperties">
6762 7e39367d pkanavos
            <summary>
6763 7e39367d pkanavos
            Gets or sets a value indicating whether additional properties are allowed.
6764 7e39367d pkanavos
            </summary>
6765 7e39367d pkanavos
            <value>
6766 7e39367d pkanavos
                    <c>true</c> if additional properties are allowed; otherwise, <c>false</c>.
6767 7e39367d pkanavos
            </value>
6768 7e39367d pkanavos
        </member>
6769 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Requires">
6770 7e39367d pkanavos
            <summary>
6771 7e39367d pkanavos
            Gets or sets the required property if this property is present.
6772 7e39367d pkanavos
            </summary>
6773 7e39367d pkanavos
            <value>The required property if this property is present.</value>
6774 7e39367d pkanavos
        </member>
6775 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Identity">
6776 7e39367d pkanavos
            <summary>
6777 7e39367d pkanavos
            Gets or sets the identity.
6778 7e39367d pkanavos
            </summary>
6779 7e39367d pkanavos
            <value>The identity.</value>
6780 7e39367d pkanavos
        </member>
6781 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Enum">
6782 7e39367d pkanavos
            <summary>
6783 7e39367d pkanavos
            Gets or sets the a collection of valid enum values allowed.
6784 7e39367d pkanavos
            </summary>
6785 7e39367d pkanavos
            <value>A collection of valid enum values allowed.</value>
6786 7e39367d pkanavos
        </member>
6787 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Options">
6788 7e39367d pkanavos
            <summary>
6789 7e39367d pkanavos
            Gets or sets a collection of options.
6790 7e39367d pkanavos
            </summary>
6791 7e39367d pkanavos
            <value>A collection of options.</value>
6792 7e39367d pkanavos
        </member>
6793 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Disallow">
6794 7e39367d pkanavos
            <summary>
6795 7e39367d pkanavos
            Gets or sets disallowed types.
6796 7e39367d pkanavos
            </summary>
6797 7e39367d pkanavos
            <value>The disallow types.</value>
6798 7e39367d pkanavos
        </member>
6799 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Default">
6800 7e39367d pkanavos
            <summary>
6801 7e39367d pkanavos
            Gets or sets the default value.
6802 7e39367d pkanavos
            </summary>
6803 7e39367d pkanavos
            <value>The default value.</value>
6804 7e39367d pkanavos
        </member>
6805 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Extends">
6806 7e39367d pkanavos
            <summary>
6807 7e39367d pkanavos
            Gets or sets the extend <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/>.
6808 7e39367d pkanavos
            </summary>
6809 7e39367d pkanavos
            <value>The extended <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/>.</value>
6810 7e39367d pkanavos
        </member>
6811 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.JsonSchema.Format">
6812 7e39367d pkanavos
            <summary>
6813 7e39367d pkanavos
            Gets or sets the format.
6814 7e39367d pkanavos
            </summary>
6815 7e39367d pkanavos
            <value>The format.</value>
6816 7e39367d pkanavos
        </member>
6817 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Schema.JsonSchemaGenerator">
6818 7e39367d pkanavos
            <summary>
6819 7e39367d pkanavos
            Generates a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from a specified <see cref="T:System.Type"/>.
6820 7e39367d pkanavos
            </summary>
6821 7e39367d pkanavos
        </member>
6822 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type)">
6823 7e39367d pkanavos
            <summary>
6824 7e39367d pkanavos
            Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
6825 7e39367d pkanavos
            </summary>
6826 7e39367d pkanavos
            <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
6827 7e39367d pkanavos
            <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
6828 7e39367d pkanavos
        </member>
6829 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,Newtonsoft.Json.Schema.JsonSchemaResolver)">
6830 7e39367d pkanavos
            <summary>
6831 7e39367d pkanavos
            Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
6832 7e39367d pkanavos
            </summary>
6833 7e39367d pkanavos
            <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
6834 7e39367d pkanavos
            <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> used to resolve schema references.</param>
6835 7e39367d pkanavos
            <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
6836 7e39367d pkanavos
        </member>
6837 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,System.Boolean)">
6838 7e39367d pkanavos
            <summary>
6839 7e39367d pkanavos
            Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
6840 7e39367d pkanavos
            </summary>
6841 7e39367d pkanavos
            <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
6842 7e39367d pkanavos
            <param name="rootSchemaNullable">Specify whether the generated root <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> will be nullable.</param>
6843 7e39367d pkanavos
            <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
6844 7e39367d pkanavos
        </member>
6845 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,Newtonsoft.Json.Schema.JsonSchemaResolver,System.Boolean)">
6846 7e39367d pkanavos
            <summary>
6847 7e39367d pkanavos
            Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.
6848 7e39367d pkanavos
            </summary>
6849 7e39367d pkanavos
            <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>
6850 7e39367d pkanavos
            <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> used to resolve schema references.</param>
6851 7e39367d pkanavos
            <param name="rootSchemaNullable">Specify whether the generated root <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> will be nullable.</param>
6852 7e39367d pkanavos
            <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>
6853 7e39367d pkanavos
        </member>
6854 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.JsonSchemaGenerator.UndefinedSchemaIdHandling">
6855 7e39367d pkanavos
            <summary>
6856 7e39367d pkanavos
            Gets or sets how undefined schemas are handled by the serializer.
6857 7e39367d pkanavos
            </summary>
6858 7e39367d pkanavos
        </member>
6859 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.JsonSchemaGenerator.ContractResolver">
6860 7e39367d pkanavos
            <summary>
6861 7e39367d pkanavos
            Gets or sets the contract resolver.
6862 7e39367d pkanavos
            </summary>
6863 7e39367d pkanavos
            <value>The contract resolver.</value>
6864 7e39367d pkanavos
        </member>
6865 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Schema.JsonSchemaResolver">
6866 7e39367d pkanavos
            <summary>
6867 7e39367d pkanavos
            Resolves <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from an id.
6868 7e39367d pkanavos
            </summary>
6869 7e39367d pkanavos
        </member>
6870 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaResolver.#ctor">
6871 7e39367d pkanavos
            <summary>
6872 7e39367d pkanavos
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> class.
6873 7e39367d pkanavos
            </summary>
6874 7e39367d pkanavos
        </member>
6875 7e39367d pkanavos
        <member name="M:Newtonsoft.Json.Schema.JsonSchemaResolver.GetSchema(System.String)">
6876 7e39367d pkanavos
            <summary>
6877 7e39367d pkanavos
            Gets a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> for the specified id.
6878 7e39367d pkanavos
            </summary>
6879 7e39367d pkanavos
            <param name="id">The id.</param>
6880 7e39367d pkanavos
            <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> for the specified id.</returns>
6881 7e39367d pkanavos
        </member>
6882 7e39367d pkanavos
        <member name="P:Newtonsoft.Json.Schema.JsonSchemaResolver.LoadedSchemas">
6883 7e39367d pkanavos
            <summary>
6884 7e39367d pkanavos
            Gets or sets the loaded schemas.
6885 7e39367d pkanavos
            </summary>
6886 7e39367d pkanavos
            <value>The loaded schemas.</value>
6887 7e39367d pkanavos
        </member>
6888 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.Schema.JsonSchemaType">
6889 7e39367d pkanavos
            <summary>
6890 7e39367d pkanavos
            The value types allowed by the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/>.
6891 7e39367d pkanavos
            </summary>
6892 7e39367d pkanavos
        </member>
6893 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.None">
6894 7e39367d pkanavos
            <summary>
6895 7e39367d pkanavos
            No type specified.
6896 7e39367d pkanavos
            </summary>
6897 7e39367d pkanavos
        </member>
6898 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.String">
6899 7e39367d pkanavos
            <summary>
6900 7e39367d pkanavos
            String type.
6901 7e39367d pkanavos
            </summary>
6902 7e39367d pkanavos
        </member>
6903 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Float">
6904 7e39367d pkanavos
            <summary>
6905 7e39367d pkanavos
            Float type.
6906 7e39367d pkanavos
            </summary>
6907 7e39367d pkanavos
        </member>
6908 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Integer">
6909 7e39367d pkanavos
            <summary>
6910 7e39367d pkanavos
            Integer type.
6911 7e39367d pkanavos
            </summary>
6912 7e39367d pkanavos
        </member>
6913 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Boolean">
6914 7e39367d pkanavos
            <summary>
6915 7e39367d pkanavos
            Boolean type.
6916 7e39367d pkanavos
            </summary>
6917 7e39367d pkanavos
        </member>
6918 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Object">
6919 7e39367d pkanavos
            <summary>
6920 7e39367d pkanavos
            Object type.
6921 7e39367d pkanavos
            </summary>
6922 7e39367d pkanavos
        </member>
6923 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Array">
6924 7e39367d pkanavos
            <summary>
6925 7e39367d pkanavos
            Array type.
6926 7e39367d pkanavos
            </summary>
6927 7e39367d pkanavos
        </member>
6928 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Null">
6929 7e39367d pkanavos
            <summary>
6930 7e39367d pkanavos
            Null type.
6931 7e39367d pkanavos
            </summary>
6932 7e39367d pkanavos
        </member>
6933 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Any">
6934 7e39367d pkanavos
            <summary>
6935 7e39367d pkanavos
            Any type.
6936 7e39367d pkanavos
            </summary>
6937 7e39367d pkanavos
        </member>
6938 7e39367d pkanavos
        <member name="T:Newtonsoft.Json.WriteState">
6939 7e39367d pkanavos
            <summary>
6940 7e39367d pkanavos
            Specifies the state of the <see cref="T:Newtonsoft.Json.JsonWriter"/>.
6941 7e39367d pkanavos
            </summary>
6942 7e39367d pkanavos
        </member>
6943 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.WriteState.Error">
6944 7e39367d pkanavos
            <summary>
6945 7e39367d pkanavos
            An exception has been thrown, which has left the <see cref="T:Newtonsoft.Json.JsonWriter"/> in an invalid state.
6946 7e39367d pkanavos
            You may call the <see cref="M:Newtonsoft.Json.JsonWriter.Close"/> method to put the <see cref="T:Newtonsoft.Json.JsonWriter"/> in the <c>Closed</c> state.
6947 7e39367d pkanavos
            Any other <see cref="T:Newtonsoft.Json.JsonWriter"/> method calls results in an <see cref="T:System.InvalidOperationException"/> being thrown. 
6948 7e39367d pkanavos
            </summary>
6949 7e39367d pkanavos
        </member>
6950 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.WriteState.Closed">
6951 7e39367d pkanavos
            <summary>
6952 7e39367d pkanavos
            The <see cref="M:Newtonsoft.Json.JsonWriter.Close"/> method has been called. 
6953 7e39367d pkanavos
            </summary>
6954 7e39367d pkanavos
        </member>
6955 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.WriteState.Object">
6956 7e39367d pkanavos
            <summary>
6957 7e39367d pkanavos
            An object is being written. 
6958 7e39367d pkanavos
            </summary>
6959 7e39367d pkanavos
        </member>
6960 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.WriteState.Array">
6961 7e39367d pkanavos
            <summary>
6962 7e39367d pkanavos
            A array is being written.
6963 7e39367d pkanavos
            </summary>
6964 7e39367d pkanavos
        </member>
6965 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.WriteState.Constructor">
6966 7e39367d pkanavos
            <summary>
6967 7e39367d pkanavos
            A constructor is being written.
6968 7e39367d pkanavos
            </summary>
6969 7e39367d pkanavos
        </member>
6970 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.WriteState.Property">
6971 7e39367d pkanavos
            <summary>
6972 7e39367d pkanavos
            A property is being written.
6973 7e39367d pkanavos
            </summary>
6974 7e39367d pkanavos
        </member>
6975 7e39367d pkanavos
        <member name="F:Newtonsoft.Json.WriteState.Start">
6976 7e39367d pkanavos
            <summary>
6977 7e39367d pkanavos
            A write method has not been called.
6978 7e39367d pkanavos
            </summary>
6979 7e39367d pkanavos
        </member>
6980 7e39367d pkanavos
    </members>
6981 7e39367d pkanavos
</doc>