|
// <auto-generated>
using System.Reflection;
namespace Microsoft.Private.Windows.Polyfills.Resources
{
internal static partial class SRF
{
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(SRF)));
internal static global::System.Globalization.CultureInfo Culture { get; set; }
#if !NET20
[global::System.Runtime.CompilerServices.MethodImpl(global::System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]
#endif
internal static string GetResourceString(string resourceKey, string defaultValue = null) => ResourceManager.GetString(resourceKey, Culture);
/// <summary>{0} ('{1}') must be a non-negative value.</summary>
internal static string @ArgumentOutOfRange_Generic_MustBeNonNegative => GetResourceString("ArgumentOutOfRange_Generic_MustBeNonNegative");
/// <summary>Stream was too long.</summary>
internal static string @IO_StreamTooLong => GetResourceString("IO_StreamTooLong");
/// <summary>The value cannot be an empty string.</summary>
internal static string @Argument_EmptyString => GetResourceString("Argument_EmptyString");
/// <summary>The value cannot be an empty string or composed entirely of whitespace.</summary>
internal static string @Argument_EmptyOrWhiteSpaceString => GetResourceString("Argument_EmptyOrWhiteSpaceString");
/// <summary>{0} ('{1}') must be greater than or equal to '{2}'.</summary>
internal static string @ArgumentOutOfRange_Generic_MustBeGreaterOrEqual => GetResourceString("ArgumentOutOfRange_Generic_MustBeGreaterOrEqual");
/// <summary>"Destination span is too short to copy the string."</summary>
internal static string @String_DestinationSpanTooSmall => GetResourceString("String_DestinationSpanTooSmall");
}
}
|