//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace dnSpy.Contracts.Logic.Properties { using System; /// /// 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", "15.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class dnSpy_Contracts_Logic_Resources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal dnSpy_Contracts_Logic_Resources() { } /// /// 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)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("dnSpy.Contracts.Logic.Properties.dnSpy.Contracts.Logic.Resources", typeof(dnSpy_Contracts_Logic_Resources).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 must be a boolean value (True or False). /// internal static string InvalidBoolean { get { return ResourceManager.GetString("InvalidBoolean", resourceCulture); } } /// /// Looks up a localized string similar to A character must be enclosed in single quotes ('). /// internal static string InvalidChar { get { return ResourceManager.GetString("InvalidChar", resourceCulture); } } /// /// Looks up a localized string similar to Value must be a DateTime. /// internal static string InvalidDateTime { get { return ResourceManager.GetString("InvalidDateTime", resourceCulture); } } /// /// Looks up a localized string similar to Value must be a Decimal. /// internal static string InvalidDecimal { get { return ResourceManager.GetString("InvalidDecimal", resourceCulture); } } /// /// Looks up a localized string similar to Value must be a 64-bit floating point number. /// internal static string InvalidDouble { get { return ResourceManager.GetString("InvalidDouble", resourceCulture); } } /// /// Looks up a localized string similar to Unknown character escape sequence: \{0}. /// internal static string InvalidEscapeSequence { get { return ResourceManager.GetString("InvalidEscapeSequence", resourceCulture); } } /// /// Looks up a localized string similar to Unknown string escape sequence: \{0}. /// internal static string InvalidEscapeSequence2 { get { return ResourceManager.GetString("InvalidEscapeSequence2", resourceCulture); } } /// /// Looks up a localized string similar to A hex string must contain only hex digits: 0-9 and A-F. /// internal static string InvalidHexCharacter { get { return ResourceManager.GetString("InvalidHexCharacter", resourceCulture); } } /// /// Looks up a localized string similar to A hex string must contain an even number of hex digits. /// internal static string InvalidHexStringSize { get { return ResourceManager.GetString("InvalidHexStringSize", resourceCulture); } } /// /// Looks up a localized string similar to The value is not a hexadecimal or decimal integer. /// internal static string InvalidInteger1 { get { return ResourceManager.GetString("InvalidInteger1", resourceCulture); } } /// /// Looks up a localized string similar to The value is too small. /// internal static string InvalidInteger2 { get { return ResourceManager.GetString("InvalidInteger2", resourceCulture); } } /// /// Looks up a localized string similar to The value is too big. /// internal static string InvalidInteger3 { get { return ResourceManager.GetString("InvalidInteger3", resourceCulture); } } /// /// Looks up a localized string similar to Value must be between {0} and {1} (0x{1:X}) inclusive. /// internal static string InvalidInteger4 { get { return ResourceManager.GetString("InvalidInteger4", resourceCulture); } } /// /// Looks up a localized string similar to Value must be between {0} ({2}0x{0:X}) and {1} (0x{1:X}) inclusive. /// internal static string InvalidInteger5 { get { return ResourceManager.GetString("InvalidInteger5", resourceCulture); } } /// /// Looks up a localized string similar to Value in list can't be empty. /// internal static string InvalidListValue { get { return ResourceManager.GetString("InvalidListValue", resourceCulture); } } /// /// Looks up a localized string similar to List elements must be separated with commas. /// internal static string InvalidListValue2 { get { return ResourceManager.GetString("InvalidListValue2", resourceCulture); } } /// /// Looks up a localized string similar to Value must be a 32-bit floating point number. /// internal static string InvalidSingle { get { return ResourceManager.GetString("InvalidSingle", resourceCulture); } } /// /// Looks up a localized string similar to A string must contain the value 'null' or must be enclosed in double quotes ("). /// internal static string InvalidString1 { get { return ResourceManager.GetString("InvalidString1", resourceCulture); } } /// /// Looks up a localized string similar to A string must be enclosed in double quotes ("). /// internal static string InvalidString2 { get { return ResourceManager.GetString("InvalidString2", resourceCulture); } } /// /// Looks up a localized string similar to Value must be a TimeSpan. /// internal static string InvalidTimeSpan { get { return ResourceManager.GetString("InvalidTimeSpan", resourceCulture); } } /// /// Looks up a localized string similar to Only non-negative integers are allowed. /// internal static string InvalidUnsignedInteger1 { get { return ResourceManager.GetString("InvalidUnsignedInteger1", resourceCulture); } } /// /// Looks up a localized string similar to The value is not an unsigned hexadecimal or decimal integer. /// internal static string InvalidUnsignedInteger2 { get { return ResourceManager.GetString("InvalidUnsignedInteger2", resourceCulture); } } /// /// Looks up a localized string similar to Value must be between {0} and {1} (0x{1:X}) inclusive. /// internal static string InvalidUnsignedInteger3 { get { return ResourceManager.GetString("InvalidUnsignedInteger3", resourceCulture); } } /// /// Looks up a localized string similar to Value must be between {0} (0x{0:X}) and {1} (0x{1:X}) inclusive. /// internal static string InvalidUnsignedInteger4 { get { return ResourceManager.GetString("InvalidUnsignedInteger4", resourceCulture); } } } }