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