net10.0
namespace Newtonsoft.Json.Linq
{
    [DefaultMember("Item")]
    public class JObject : JContainer, ICollection<KeyValuePair<string!, JToken?>>, IDictionary<string!, JToken?>, IEnumerable, IEnumerable<KeyValuePair<string!, JToken?>>, ICustomTypeDescriptor, INotifyPropertyChanged, INotifyPropertyChanging
    {
        [RequiresUnreferencedCode("Newtonsoft.Json relies on reflection over types that may be removed when trimming.")]
        public override Task! WriteToAsync(JsonWriter! writer, CancellationToken cancellationToken, params JsonConverter![]! converters);
    }
}
.NET
6.07.08.09.010.0
.NET Framework
4.54.5.14.5.24.64.6.14.6.24.74.7.14.7.24.84.8.1
Information specific to net10.0
Assemblies

Newtonsoft.Json , Version=13.0.0.0, PublicKeyToken=30ad4fe6b2a6aeed

Newtonsoft.Json , Version=13.0.0.0, PublicKeyToken=30ad4fe6b2a6aeed

Referencing

Your project needs a package reference to Newtonsoft.Json.

Package Newtonsoft.Json (13.0.4) net6.0
Platform Restrictions

This API is supported on all platforms.

  • Built-in API
  • Package-provided API