//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.239 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Microsoft.Internal.Web.Utils { using System; using System.Linq; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class CommonResources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal CommonResources() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { // Find the CommonResources.resources file's full resource name in this assembly string commonResourcesName = global::System.Reflection.Assembly.GetExecutingAssembly().GetManifestResourceNames().Where(s => s.EndsWith("CommonResources.resources", StringComparison.OrdinalIgnoreCase)).Single(); // Trim off the ".resources" commonResourcesName = commonResourcesName.Substring(0, commonResourcesName.Length - 10); // Load the resource manager global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager(commonResourcesName, typeof(CommonResources).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to Value cannot be null or an empty string.. /// internal static string Argument_Cannot_Be_Null_Or_Empty { get { return ResourceManager.GetString("Argument_Cannot_Be_Null_Or_Empty", resourceCulture); } } /// /// Looks up a localized string similar to Value must be between {0} and {1}.. /// internal static string Argument_Must_Be_Between { get { return ResourceManager.GetString("Argument_Must_Be_Between", resourceCulture); } } /// /// Looks up a localized string similar to Value must be a value from the "{0}" enumeration.. /// internal static string Argument_Must_Be_Enum_Member { get { return ResourceManager.GetString("Argument_Must_Be_Enum_Member", resourceCulture); } } /// /// Looks up a localized string similar to Value must be greater than {0}.. /// internal static string Argument_Must_Be_GreaterThan { get { return ResourceManager.GetString("Argument_Must_Be_GreaterThan", resourceCulture); } } /// /// Looks up a localized string similar to Value must be greater than or equal to {0}.. /// internal static string Argument_Must_Be_GreaterThanOrEqualTo { get { return ResourceManager.GetString("Argument_Must_Be_GreaterThanOrEqualTo", resourceCulture); } } /// /// Looks up a localized string similar to Value must be less than {0}.. /// internal static string Argument_Must_Be_LessThan { get { return ResourceManager.GetString("Argument_Must_Be_LessThan", resourceCulture); } } /// /// Looks up a localized string similar to Value must be less than or equal to {0}.. /// internal static string Argument_Must_Be_LessThanOrEqualTo { get { return ResourceManager.GetString("Argument_Must_Be_LessThanOrEqualTo", resourceCulture); } } /// /// Looks up a localized string similar to Value cannot be an empty string. It must either be null or a non-empty string.. /// internal static string Argument_Must_Be_Null_Or_Non_Empty { get { return ResourceManager.GetString("Argument_Must_Be_Null_Or_Non_Empty", resourceCulture); } } } }