File: artifacts\obj\System.Linq.Queryable\Debug\net10.0\System.SR.cs
Project: src\src\libraries\System.Linq.Queryable\src\System.Linq.Queryable.csproj (System.Linq.Queryable)
// <auto-generated>
using System.Reflection;
 
namespace FxResources.System.Linq.Queryable
{
    internal static class SR { }
}
namespace System
{
    internal static partial class SR
    {
        private static global::System.Resources.ResourceManager s_resourceManager;
        internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(FxResources.System.Linq.Queryable.SR)));
 
        /// <summary>{0} is not IEnumerable&lt;&gt;</summary>
        internal static string @ArgumentNotIEnumerableGeneric => GetResourceString("ArgumentNotIEnumerableGeneric", @"{0} is not IEnumerable<>");
        /// <summary>Argument {0} is not valid</summary>
        internal static string @ArgumentNotValid => GetResourceString("ArgumentNotValid", @"Argument {0} is not valid");
        /// <summary>There is no method '{0}' on type '{1}'</summary>
        internal static string @NoMethodOnType => GetResourceString("NoMethodOnType", @"There is no method '{0}' on type '{1}'");
        /// <summary>There is no method '{0}' on type '{1}' that matches the specified arguments</summary>
        internal static string @NoMethodOnTypeMatchingArguments => GetResourceString("NoMethodOnTypeMatchingArguments", @"There is no method '{0}' on type '{1}' that matches the specified arguments");
        /// <summary>Cannot enumerate a query created from a null IEnumerable&lt;&gt;</summary>
        internal static string @EnumeratingNullEnumerableExpression => GetResourceString("EnumeratingNullEnumerableExpression", @"Cannot enumerate a query created from a null IEnumerable<>");
 
    }
}