System.Text.Json.Serialization.Converters.ICollectionOfTConverter<TCollection, TElement>
sealed class ICollectionOfTConverter<TCollection, TElement> : IEnumerableDefaultConverter<TCollection, TElement> where TCollection : ICollection<TElement>
namespace System.Text.Json.Serialization.Converters
{
}