JsonConverterCollection
Represents a collection of JsonConverter.
using System.Collections.ObjectModel;
using System.Runtime.CompilerServices;
namespace Newtonsoft.Json
{
[System.Runtime.CompilerServices.Nullable(new byte[] {
0,
1
})]
public class JsonConverterCollection : Collection<JsonConverter>
{
}
}