// <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<></summary>
internal static string @ArgumentNotIEnumerableGeneric => GetResourceString("ArgumentNotIEnumerableGeneric");
/// <summary>Argument {0} is not valid</summary>
internal static string @ArgumentNotValid => GetResourceString("ArgumentNotValid");
/// <summary>There is no method '{0}' on type '{1}'</summary>
internal static string @NoMethodOnType => GetResourceString("NoMethodOnType");
/// <summary>There is no method '{0}' on type '{1}' that matches the specified arguments</summary>
internal static string @NoMethodOnTypeMatchingArguments => GetResourceString("NoMethodOnTypeMatchingArguments");
/// <summary>Cannot enumerate a query created from a null IEnumerable<></summary>
internal static string @EnumeratingNullEnumerableExpression => GetResourceString("EnumeratingNullEnumerableExpression");
}
}
|