System.Text.Json.Serialization.IEnumerableConverterFactoryHelpers
namespace System.Text.Json.Serialization
{
internal static class IEnumerableConverterFactoryHelpers
{
public static MethodInfo GetImmutableEnumerableCreateRangeMethod(this Type type, Type elementType);
public static MethodInfo GetImmutableDictionaryCreateRangeMethod(this Type type, Type keyType, Type valueType);
public static bool IsNonGenericStackOrQueue(this Type type);
}
}