System.Text.Json.Serialization.Converters.ImmutableEnumerableOfTConverterWithReflection<TCollection, TElement> sealed class ImmutableEnumerableOfTConverterWithReflection<TCollection, TElement> : ImmutableEnumerableOfTConverter<TCollection, TElement> where TCollection : IEnumerable<TElement> Documentation Code namespace System.Text.Json.Serialization.Converters { }