json-net 3.5.0.52140 → 3.5.0.53591

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2166,117 +2166,6 @@
2166
2166
  The hash code for the name of the member.
2167
2167
  </returns>
2168
2168
  </member>
2169
- <member name="T:Newtonsoft.Json.Linq.ComponentModel.JTypeDescriptor">
2170
- <summary>
2171
- Represents a view of a <see cref="T:Newtonsoft.Json.Linq.JObject"/>.
2172
- </summary>
2173
- </member>
2174
- <member name="M:Newtonsoft.Json.Linq.ComponentModel.JTypeDescriptor.#ctor(Newtonsoft.Json.Linq.JObject)">
2175
- <summary>
2176
- Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.ComponentModel.JTypeDescriptor"/> class.
2177
- </summary>
2178
- <param name="value">The value.</param>
2179
- </member>
2180
- <member name="M:Newtonsoft.Json.Linq.ComponentModel.JTypeDescriptor.GetProperties">
2181
- <summary>
2182
- Returns the properties for this instance of a component.
2183
- </summary>
2184
- <returns>
2185
- A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"/> that represents the properties for this component instance.
2186
- </returns>
2187
- </member>
2188
- <member name="M:Newtonsoft.Json.Linq.ComponentModel.JTypeDescriptor.GetProperties(System.Attribute[])">
2189
- <summary>
2190
- Returns the properties for this instance of a component using the attribute array as a filter.
2191
- </summary>
2192
- <param name="attributes">An array of type <see cref="T:System.Attribute"/> that is used as a filter.</param>
2193
- <returns>
2194
- A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"/> that represents the filtered properties for this component instance.
2195
- </returns>
2196
- </member>
2197
- <member name="M:Newtonsoft.Json.Linq.ComponentModel.JTypeDescriptor.GetAttributes">
2198
- <summary>
2199
- Returns a collection of custom attributes for this instance of a component.
2200
- </summary>
2201
- <returns>
2202
- An <see cref="T:System.ComponentModel.AttributeCollection"/> containing the attributes for this object.
2203
- </returns>
2204
- </member>
2205
- <member name="M:Newtonsoft.Json.Linq.ComponentModel.JTypeDescriptor.GetClassName">
2206
- <summary>
2207
- Returns the class name of this instance of a component.
2208
- </summary>
2209
- <returns>
2210
- The class name of the object, or null if the class does not have a name.
2211
- </returns>
2212
- </member>
2213
- <member name="M:Newtonsoft.Json.Linq.ComponentModel.JTypeDescriptor.GetComponentName">
2214
- <summary>
2215
- Returns the name of this instance of a component.
2216
- </summary>
2217
- <returns>
2218
- The name of the object, or null if the object does not have a name.
2219
- </returns>
2220
- </member>
2221
- <member name="M:Newtonsoft.Json.Linq.ComponentModel.JTypeDescriptor.GetConverter">
2222
- <summary>
2223
- Returns a type converter for this instance of a component.
2224
- </summary>
2225
- <returns>
2226
- A <see cref="T:System.ComponentModel.TypeConverter"/> that is the converter for this object, or null if there is no <see cref="T:System.ComponentModel.TypeConverter"/> for this object.
2227
- </returns>
2228
- </member>
2229
- <member name="M:Newtonsoft.Json.Linq.ComponentModel.JTypeDescriptor.GetDefaultEvent">
2230
- <summary>
2231
- Returns the default event for this instance of a component.
2232
- </summary>
2233
- <returns>
2234
- An <see cref="T:System.ComponentModel.EventDescriptor"/> that represents the default event for this object, or null if this object does not have events.
2235
- </returns>
2236
- </member>
2237
- <member name="M:Newtonsoft.Json.Linq.ComponentModel.JTypeDescriptor.GetDefaultProperty">
2238
- <summary>
2239
- Returns the default property for this instance of a component.
2240
- </summary>
2241
- <returns>
2242
- A <see cref="T:System.ComponentModel.PropertyDescriptor"/> that represents the default property for this object, or null if this object does not have properties.
2243
- </returns>
2244
- </member>
2245
- <member name="M:Newtonsoft.Json.Linq.ComponentModel.JTypeDescriptor.GetEditor(System.Type)">
2246
- <summary>
2247
- Returns an editor of the specified type for this instance of a component.
2248
- </summary>
2249
- <param name="editorBaseType">A <see cref="T:System.Type"/> that represents the editor for this object.</param>
2250
- <returns>
2251
- An <see cref="T:System.Object"/> of the specified type that is the editor for this object, or null if the editor cannot be found.
2252
- </returns>
2253
- </member>
2254
- <member name="M:Newtonsoft.Json.Linq.ComponentModel.JTypeDescriptor.GetEvents(System.Attribute[])">
2255
- <summary>
2256
- Returns the events for this instance of a component using the specified attribute array as a filter.
2257
- </summary>
2258
- <param name="attributes">An array of type <see cref="T:System.Attribute"/> that is used as a filter.</param>
2259
- <returns>
2260
- An <see cref="T:System.ComponentModel.EventDescriptorCollection"/> that represents the filtered events for this component instance.
2261
- </returns>
2262
- </member>
2263
- <member name="M:Newtonsoft.Json.Linq.ComponentModel.JTypeDescriptor.GetEvents">
2264
- <summary>
2265
- Returns the events for this instance of a component.
2266
- </summary>
2267
- <returns>
2268
- An <see cref="T:System.ComponentModel.EventDescriptorCollection"/> that represents the events for this component instance.
2269
- </returns>
2270
- </member>
2271
- <member name="M:Newtonsoft.Json.Linq.ComponentModel.JTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor)">
2272
- <summary>
2273
- Returns an object that contains the property described by the specified property descriptor.
2274
- </summary>
2275
- <param name="pd">A <see cref="T:System.ComponentModel.PropertyDescriptor"/> that represents the property whose owner is to be found.</param>
2276
- <returns>
2277
- An <see cref="T:System.Object"/> that represents the owner of the specified property.
2278
- </returns>
2279
- </member>
2280
2169
  <member name="T:Newtonsoft.Json.Serialization.IReferenceResolver">
2281
2170
  <summary>
2282
2171
  Used to resolve references when serializing and deserializing JSON by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
@@ -2652,8 +2541,8 @@
2652
2541
  <summary>
2653
2542
  Determines whether the specified objects are equal.
2654
2543
  </summary>
2655
- <param name="x">The first object of type <paramref name="T"/> to compare.</param>
2656
- <param name="y">The second object of type <paramref name="T"/> to compare.</param>
2544
+ <param name="x">The first object of type <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
2545
+ <param name="y">The second object of type <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
2657
2546
  <returns>
2658
2547
  true if the specified objects are equal; otherwise, false.
2659
2548
  </returns>
@@ -3159,7 +3048,7 @@
3159
3048
  </member>
3160
3049
  <member name="P:Newtonsoft.Json.JsonTextWriter.Indentation">
3161
3050
  <summary>
3162
- Gets or sets how many IndentChars to write for each level in the hierarchy when <paramref name="Formatting"/> is set to <c>Formatting.Indented</c>.
3051
+ 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>.
3163
3052
  </summary>
3164
3053
  </member>
3165
3054
  <member name="P:Newtonsoft.Json.JsonTextWriter.QuoteChar">
@@ -3169,7 +3058,7 @@
3169
3058
  </member>
3170
3059
  <member name="P:Newtonsoft.Json.JsonTextWriter.IndentChar">
3171
3060
  <summary>
3172
- Gets or sets which character to use for indenting when <paramref name="Formatting"/> is set to <c>Formatting.Indented</c>.
3061
+ Gets or sets which character to use for indenting when <see cref="T:Newtonsoft.Json.Formatting"/> is set to <c>Formatting.Indented</c>.
3173
3062
  </summary>
3174
3063
  </member>
3175
3064
  <member name="P:Newtonsoft.Json.JsonTextWriter.QuoteName">
@@ -4276,6 +4165,106 @@
4276
4165
  </summary>
4277
4166
  <param name="propertyName">Name of the property.</param>
4278
4167
  </member>
4168
+ <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetProperties">
4169
+ <summary>
4170
+ Returns the properties for this instance of a component.
4171
+ </summary>
4172
+ <returns>
4173
+ A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"/> that represents the properties for this component instance.
4174
+ </returns>
4175
+ </member>
4176
+ <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetProperties(System.Attribute[])">
4177
+ <summary>
4178
+ Returns the properties for this instance of a component using the attribute array as a filter.
4179
+ </summary>
4180
+ <param name="attributes">An array of type <see cref="T:System.Attribute"/> that is used as a filter.</param>
4181
+ <returns>
4182
+ A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"/> that represents the filtered properties for this component instance.
4183
+ </returns>
4184
+ </member>
4185
+ <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetAttributes">
4186
+ <summary>
4187
+ Returns a collection of custom attributes for this instance of a component.
4188
+ </summary>
4189
+ <returns>
4190
+ An <see cref="T:System.ComponentModel.AttributeCollection"/> containing the attributes for this object.
4191
+ </returns>
4192
+ </member>
4193
+ <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetClassName">
4194
+ <summary>
4195
+ Returns the class name of this instance of a component.
4196
+ </summary>
4197
+ <returns>
4198
+ The class name of the object, or null if the class does not have a name.
4199
+ </returns>
4200
+ </member>
4201
+ <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetComponentName">
4202
+ <summary>
4203
+ Returns the name of this instance of a component.
4204
+ </summary>
4205
+ <returns>
4206
+ The name of the object, or null if the object does not have a name.
4207
+ </returns>
4208
+ </member>
4209
+ <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetConverter">
4210
+ <summary>
4211
+ Returns a type converter for this instance of a component.
4212
+ </summary>
4213
+ <returns>
4214
+ A <see cref="T:System.ComponentModel.TypeConverter"/> that is the converter for this object, or null if there is no <see cref="T:System.ComponentModel.TypeConverter"/> for this object.
4215
+ </returns>
4216
+ </member>
4217
+ <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetDefaultEvent">
4218
+ <summary>
4219
+ Returns the default event for this instance of a component.
4220
+ </summary>
4221
+ <returns>
4222
+ An <see cref="T:System.ComponentModel.EventDescriptor"/> that represents the default event for this object, or null if this object does not have events.
4223
+ </returns>
4224
+ </member>
4225
+ <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetDefaultProperty">
4226
+ <summary>
4227
+ Returns the default property for this instance of a component.
4228
+ </summary>
4229
+ <returns>
4230
+ A <see cref="T:System.ComponentModel.PropertyDescriptor"/> that represents the default property for this object, or null if this object does not have properties.
4231
+ </returns>
4232
+ </member>
4233
+ <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetEditor(System.Type)">
4234
+ <summary>
4235
+ Returns an editor of the specified type for this instance of a component.
4236
+ </summary>
4237
+ <param name="editorBaseType">A <see cref="T:System.Type"/> that represents the editor for this object.</param>
4238
+ <returns>
4239
+ An <see cref="T:System.Object"/> of the specified type that is the editor for this object, or null if the editor cannot be found.
4240
+ </returns>
4241
+ </member>
4242
+ <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetEvents(System.Attribute[])">
4243
+ <summary>
4244
+ Returns the events for this instance of a component using the specified attribute array as a filter.
4245
+ </summary>
4246
+ <param name="attributes">An array of type <see cref="T:System.Attribute"/> that is used as a filter.</param>
4247
+ <returns>
4248
+ An <see cref="T:System.ComponentModel.EventDescriptorCollection"/> that represents the filtered events for this component instance.
4249
+ </returns>
4250
+ </member>
4251
+ <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetEvents">
4252
+ <summary>
4253
+ Returns the events for this instance of a component.
4254
+ </summary>
4255
+ <returns>
4256
+ An <see cref="T:System.ComponentModel.EventDescriptorCollection"/> that represents the events for this component instance.
4257
+ </returns>
4258
+ </member>
4259
+ <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetPropertyOwner(System.ComponentModel.PropertyDescriptor)">
4260
+ <summary>
4261
+ Returns an object that contains the property described by the specified property descriptor.
4262
+ </summary>
4263
+ <param name="pd">A <see cref="T:System.ComponentModel.PropertyDescriptor"/> that represents the property whose owner is to be found.</param>
4264
+ <returns>
4265
+ An <see cref="T:System.Object"/> that represents the owner of the specified property.
4266
+ </returns>
4267
+ </member>
4279
4268
  <member name="E:Newtonsoft.Json.Linq.JObject.PropertyChanged">
4280
4269
  <summary>
4281
4270
  Occurs when a property value changes.
@@ -5107,6 +5096,14 @@
5107
5096
  </summary>
5108
5097
  <value>The default members search flags.</value>
5109
5098
  </member>
5099
+ <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.SerializeCompilerGeneratedMembers">
5100
+ <summary>
5101
+ Gets or sets a value indicating whether compiler generated members should be serialized.
5102
+ </summary>
5103
+ <value>
5104
+ <c>true</c> if serialized compiler generated members; otherwise, <c>false</c>.
5105
+ </value>
5106
+ </member>
5110
5107
  <member name="M:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver.#ctor">
5111
5108
  <summary>
5112
5109
  Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver"/> class.
@@ -1188,117 +1188,6 @@
1188
1188
  The hash code for the name of the member.
1189
1189
  </returns>
1190
1190
  </member>
1191
- <member name="T:Newtonsoft.Json.Linq.ComponentModel.JTypeDescriptor">
1192
- <summary>
1193
- Represents a view of a <see cref="T:Newtonsoft.Json.Linq.JObject"/>.
1194
- </summary>
1195
- </member>
1196
- <member name="M:Newtonsoft.Json.Linq.ComponentModel.JTypeDescriptor.#ctor(Newtonsoft.Json.Linq.JObject)">
1197
- <summary>
1198
- Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.ComponentModel.JTypeDescriptor"/> class.
1199
- </summary>
1200
- <param name="value">The value.</param>
1201
- </member>
1202
- <member name="M:Newtonsoft.Json.Linq.ComponentModel.JTypeDescriptor.GetProperties">
1203
- <summary>
1204
- Returns the properties for this instance of a component.
1205
- </summary>
1206
- <returns>
1207
- A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"/> that represents the properties for this component instance.
1208
- </returns>
1209
- </member>
1210
- <member name="M:Newtonsoft.Json.Linq.ComponentModel.JTypeDescriptor.GetProperties(System.Attribute[])">
1211
- <summary>
1212
- Returns the properties for this instance of a component using the attribute array as a filter.
1213
- </summary>
1214
- <param name="attributes">An array of type <see cref="T:System.Attribute"/> that is used as a filter.</param>
1215
- <returns>
1216
- A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"/> that represents the filtered properties for this component instance.
1217
- </returns>
1218
- </member>
1219
- <member name="M:Newtonsoft.Json.Linq.ComponentModel.JTypeDescriptor.GetAttributes">
1220
- <summary>
1221
- Returns a collection of custom attributes for this instance of a component.
1222
- </summary>
1223
- <returns>
1224
- An <see cref="T:System.ComponentModel.AttributeCollection"/> containing the attributes for this object.
1225
- </returns>
1226
- </member>
1227
- <member name="M:Newtonsoft.Json.Linq.ComponentModel.JTypeDescriptor.GetClassName">
1228
- <summary>
1229
- Returns the class name of this instance of a component.
1230
- </summary>
1231
- <returns>
1232
- The class name of the object, or null if the class does not have a name.
1233
- </returns>
1234
- </member>
1235
- <member name="M:Newtonsoft.Json.Linq.ComponentModel.JTypeDescriptor.GetComponentName">
1236
- <summary>
1237
- Returns the name of this instance of a component.
1238
- </summary>
1239
- <returns>
1240
- The name of the object, or null if the object does not have a name.
1241
- </returns>
1242
- </member>
1243
- <member name="M:Newtonsoft.Json.Linq.ComponentModel.JTypeDescriptor.GetConverter">
1244
- <summary>
1245
- Returns a type converter for this instance of a component.
1246
- </summary>
1247
- <returns>
1248
- A <see cref="T:System.ComponentModel.TypeConverter"/> that is the converter for this object, or null if there is no <see cref="T:System.ComponentModel.TypeConverter"/> for this object.
1249
- </returns>
1250
- </member>
1251
- <member name="M:Newtonsoft.Json.Linq.ComponentModel.JTypeDescriptor.GetDefaultEvent">
1252
- <summary>
1253
- Returns the default event for this instance of a component.
1254
- </summary>
1255
- <returns>
1256
- An <see cref="T:System.ComponentModel.EventDescriptor"/> that represents the default event for this object, or null if this object does not have events.
1257
- </returns>
1258
- </member>
1259
- <member name="M:Newtonsoft.Json.Linq.ComponentModel.JTypeDescriptor.GetDefaultProperty">
1260
- <summary>
1261
- Returns the default property for this instance of a component.
1262
- </summary>
1263
- <returns>
1264
- A <see cref="T:System.ComponentModel.PropertyDescriptor"/> that represents the default property for this object, or null if this object does not have properties.
1265
- </returns>
1266
- </member>
1267
- <member name="M:Newtonsoft.Json.Linq.ComponentModel.JTypeDescriptor.GetEditor(System.Type)">
1268
- <summary>
1269
- Returns an editor of the specified type for this instance of a component.
1270
- </summary>
1271
- <param name="editorBaseType">A <see cref="T:System.Type"/> that represents the editor for this object.</param>
1272
- <returns>
1273
- An <see cref="T:System.Object"/> of the specified type that is the editor for this object, or null if the editor cannot be found.
1274
- </returns>
1275
- </member>
1276
- <member name="M:Newtonsoft.Json.Linq.ComponentModel.JTypeDescriptor.GetEvents(System.Attribute[])">
1277
- <summary>
1278
- Returns the events for this instance of a component using the specified attribute array as a filter.
1279
- </summary>
1280
- <param name="attributes">An array of type <see cref="T:System.Attribute"/> that is used as a filter.</param>
1281
- <returns>
1282
- An <see cref="T:System.ComponentModel.EventDescriptorCollection"/> that represents the filtered events for this component instance.
1283
- </returns>
1284
- </member>
1285
- <member name="M:Newtonsoft.Json.Linq.ComponentModel.JTypeDescriptor.GetEvents">
1286
- <summary>
1287
- Returns the events for this instance of a component.
1288
- </summary>
1289
- <returns>
1290
- An <see cref="T:System.ComponentModel.EventDescriptorCollection"/> that represents the events for this component instance.
1291
- </returns>
1292
- </member>
1293
- <member name="M:Newtonsoft.Json.Linq.ComponentModel.JTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor)">
1294
- <summary>
1295
- Returns an object that contains the property described by the specified property descriptor.
1296
- </summary>
1297
- <param name="pd">A <see cref="T:System.ComponentModel.PropertyDescriptor"/> that represents the property whose owner is to be found.</param>
1298
- <returns>
1299
- An <see cref="T:System.Object"/> that represents the owner of the specified property.
1300
- </returns>
1301
- </member>
1302
1191
  <member name="T:Newtonsoft.Json.Linq.JRaw">
1303
1192
  <summary>
1304
1193
  Represents a raw JSON string.
@@ -2396,8 +2285,8 @@
2396
2285
  <summary>
2397
2286
  Determines whether the specified objects are equal.
2398
2287
  </summary>
2399
- <param name="x">The first object of type <paramref name="T"/> to compare.</param>
2400
- <param name="y">The second object of type <paramref name="T"/> to compare.</param>
2288
+ <param name="x">The first object of type <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
2289
+ <param name="y">The second object of type <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
2401
2290
  <returns>
2402
2291
  true if the specified objects are equal; otherwise, false.
2403
2292
  </returns>
@@ -2897,7 +2786,7 @@
2897
2786
  </member>
2898
2787
  <member name="P:Newtonsoft.Json.JsonTextWriter.Indentation">
2899
2788
  <summary>
2900
- Gets or sets how many IndentChars to write for each level in the hierarchy when <paramref name="Formatting"/> is set to <c>Formatting.Indented</c>.
2789
+ 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>.
2901
2790
  </summary>
2902
2791
  </member>
2903
2792
  <member name="P:Newtonsoft.Json.JsonTextWriter.QuoteChar">
@@ -2907,7 +2796,7 @@
2907
2796
  </member>
2908
2797
  <member name="P:Newtonsoft.Json.JsonTextWriter.IndentChar">
2909
2798
  <summary>
2910
- Gets or sets which character to use for indenting when <paramref name="Formatting"/> is set to <c>Formatting.Indented</c>.
2799
+ Gets or sets which character to use for indenting when <see cref="T:Newtonsoft.Json.Formatting"/> is set to <c>Formatting.Indented</c>.
2911
2800
  </summary>
2912
2801
  </member>
2913
2802
  <member name="P:Newtonsoft.Json.JsonTextWriter.QuoteName">
@@ -3971,6 +3860,106 @@
3971
3860
  </summary>
3972
3861
  <param name="propertyName">Name of the property.</param>
3973
3862
  </member>
3863
+ <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetProperties">
3864
+ <summary>
3865
+ Returns the properties for this instance of a component.
3866
+ </summary>
3867
+ <returns>
3868
+ A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"/> that represents the properties for this component instance.
3869
+ </returns>
3870
+ </member>
3871
+ <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetProperties(System.Attribute[])">
3872
+ <summary>
3873
+ Returns the properties for this instance of a component using the attribute array as a filter.
3874
+ </summary>
3875
+ <param name="attributes">An array of type <see cref="T:System.Attribute"/> that is used as a filter.</param>
3876
+ <returns>
3877
+ A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"/> that represents the filtered properties for this component instance.
3878
+ </returns>
3879
+ </member>
3880
+ <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetAttributes">
3881
+ <summary>
3882
+ Returns a collection of custom attributes for this instance of a component.
3883
+ </summary>
3884
+ <returns>
3885
+ An <see cref="T:System.ComponentModel.AttributeCollection"/> containing the attributes for this object.
3886
+ </returns>
3887
+ </member>
3888
+ <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetClassName">
3889
+ <summary>
3890
+ Returns the class name of this instance of a component.
3891
+ </summary>
3892
+ <returns>
3893
+ The class name of the object, or null if the class does not have a name.
3894
+ </returns>
3895
+ </member>
3896
+ <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetComponentName">
3897
+ <summary>
3898
+ Returns the name of this instance of a component.
3899
+ </summary>
3900
+ <returns>
3901
+ The name of the object, or null if the object does not have a name.
3902
+ </returns>
3903
+ </member>
3904
+ <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetConverter">
3905
+ <summary>
3906
+ Returns a type converter for this instance of a component.
3907
+ </summary>
3908
+ <returns>
3909
+ A <see cref="T:System.ComponentModel.TypeConverter"/> that is the converter for this object, or null if there is no <see cref="T:System.ComponentModel.TypeConverter"/> for this object.
3910
+ </returns>
3911
+ </member>
3912
+ <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetDefaultEvent">
3913
+ <summary>
3914
+ Returns the default event for this instance of a component.
3915
+ </summary>
3916
+ <returns>
3917
+ An <see cref="T:System.ComponentModel.EventDescriptor"/> that represents the default event for this object, or null if this object does not have events.
3918
+ </returns>
3919
+ </member>
3920
+ <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetDefaultProperty">
3921
+ <summary>
3922
+ Returns the default property for this instance of a component.
3923
+ </summary>
3924
+ <returns>
3925
+ A <see cref="T:System.ComponentModel.PropertyDescriptor"/> that represents the default property for this object, or null if this object does not have properties.
3926
+ </returns>
3927
+ </member>
3928
+ <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetEditor(System.Type)">
3929
+ <summary>
3930
+ Returns an editor of the specified type for this instance of a component.
3931
+ </summary>
3932
+ <param name="editorBaseType">A <see cref="T:System.Type"/> that represents the editor for this object.</param>
3933
+ <returns>
3934
+ An <see cref="T:System.Object"/> of the specified type that is the editor for this object, or null if the editor cannot be found.
3935
+ </returns>
3936
+ </member>
3937
+ <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetEvents(System.Attribute[])">
3938
+ <summary>
3939
+ Returns the events for this instance of a component using the specified attribute array as a filter.
3940
+ </summary>
3941
+ <param name="attributes">An array of type <see cref="T:System.Attribute"/> that is used as a filter.</param>
3942
+ <returns>
3943
+ An <see cref="T:System.ComponentModel.EventDescriptorCollection"/> that represents the filtered events for this component instance.
3944
+ </returns>
3945
+ </member>
3946
+ <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetEvents">
3947
+ <summary>
3948
+ Returns the events for this instance of a component.
3949
+ </summary>
3950
+ <returns>
3951
+ An <see cref="T:System.ComponentModel.EventDescriptorCollection"/> that represents the events for this component instance.
3952
+ </returns>
3953
+ </member>
3954
+ <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetPropertyOwner(System.ComponentModel.PropertyDescriptor)">
3955
+ <summary>
3956
+ Returns an object that contains the property described by the specified property descriptor.
3957
+ </summary>
3958
+ <param name="pd">A <see cref="T:System.ComponentModel.PropertyDescriptor"/> that represents the property whose owner is to be found.</param>
3959
+ <returns>
3960
+ An <see cref="T:System.Object"/> that represents the owner of the specified property.
3961
+ </returns>
3962
+ </member>
3974
3963
  <member name="E:Newtonsoft.Json.Linq.JObject.PropertyChanged">
3975
3964
  <summary>
3976
3965
  Occurs when a property value changes.
@@ -4791,6 +4780,14 @@
4791
4780
  </summary>
4792
4781
  <value>The default members search flags.</value>
4793
4782
  </member>
4783
+ <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.SerializeCompilerGeneratedMembers">
4784
+ <summary>
4785
+ Gets or sets a value indicating whether compiler generated members should be serialized.
4786
+ </summary>
4787
+ <value>
4788
+ <c>true</c> if serialized compiler generated members; otherwise, <c>false</c>.
4789
+ </value>
4790
+ </member>
4794
4791
  <member name="M:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver.#ctor">
4795
4792
  <summary>
4796
4793
  Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver"/> class.
@@ -2288,7 +2288,7 @@
2288
2288
  </member>
2289
2289
  <member name="P:Newtonsoft.Json.JsonTextWriter.Indentation">
2290
2290
  <summary>
2291
- Gets or sets how many IndentChars to write for each level in the hierarchy when <paramref name="Formatting"/> is set to <c>Formatting.Indented</c>.
2291
+ 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>.
2292
2292
  </summary>
2293
2293
  </member>
2294
2294
  <member name="P:Newtonsoft.Json.JsonTextWriter.QuoteChar">
@@ -2298,7 +2298,7 @@
2298
2298
  </member>
2299
2299
  <member name="P:Newtonsoft.Json.JsonTextWriter.IndentChar">
2300
2300
  <summary>
2301
- Gets or sets which character to use for indenting when <paramref name="Formatting"/> is set to <c>Formatting.Indented</c>.
2301
+ Gets or sets which character to use for indenting when <see cref="T:Newtonsoft.Json.Formatting"/> is set to <c>Formatting.Indented</c>.
2302
2302
  </summary>
2303
2303
  </member>
2304
2304
  <member name="P:Newtonsoft.Json.JsonTextWriter.QuoteName">
@@ -3960,8 +3960,8 @@
3960
3960
  <summary>
3961
3961
  Determines whether the specified objects are equal.
3962
3962
  </summary>
3963
- <param name="x">The first object of type <paramref name="T"/> to compare.</param>
3964
- <param name="y">The second object of type <paramref name="T"/> to compare.</param>
3963
+ <param name="x">The first object of type <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
3964
+ <param name="y">The second object of type <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>
3965
3965
  <returns>
3966
3966
  true if the specified objects are equal; otherwise, false.
3967
3967
  </returns>
@@ -4560,6 +4560,14 @@
4560
4560
  </summary>
4561
4561
  <value>The default members search flags.</value>
4562
4562
  </member>
4563
+ <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.SerializeCompilerGeneratedMembers">
4564
+ <summary>
4565
+ Gets or sets a value indicating whether compiler generated members should be serialized.
4566
+ </summary>
4567
+ <value>
4568
+ <c>true</c> if serialized compiler generated members; otherwise, <c>false</c>.
4569
+ </value>
4570
+ </member>
4563
4571
  <member name="M:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver.#ctor">
4564
4572
  <summary>
4565
4573
  Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver"/> class.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: json-net
3
3
  version: !ruby/object:Gem::Version
4
- hash: 104207
4
+ hash: 107257
5
5
  prerelease: false
6
6
  segments:
7
7
  - 3
8
8
  - 5
9
9
  - 0
10
- - 52140
11
- version: 3.5.0.52140
10
+ - 53591
11
+ version: 3.5.0.53591
12
12
  platform: ruby
13
13
  authors:
14
14
  - James Newton-King
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-08-03 00:00:00 +02:00
19
+ date: 2010-09-08 00:00:00 +02:00
20
20
  default_executable:
21
21
  dependencies: []
22
22