// Decompiled with JetBrains decompiler // Type: Microsoft.Scripting.Math.MathResources // Assembly: FiestaShark, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null // MVID: 12469781-3753-4869-9C1A-117F1862B52C // Assembly location: E:\Fiesta\Emus\DragonFiesta\Tools\FiestaShark-Farbod\FiestaShark.exe using System.CodeDom.Compiler; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using System.Resources; using System.Runtime.CompilerServices; namespace Microsoft.Scripting.Math { [GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] [DebuggerNonUserCode] [CompilerGenerated] internal class MathResources { private static ResourceManager resourceMan; private static CultureInfo resourceCulture; internal MathResources() { } [EditorBrowsable(EditorBrowsableState.Advanced)] internal static ResourceManager ResourceManager { get { if (MathResources.resourceMan == null) MathResources.resourceMan = new ResourceManager("ScriptNET.IronyLibrary.Microsoft.MathResources", typeof (MathResources).Assembly); return MathResources.resourceMan; } } [EditorBrowsable(EditorBrowsableState.Advanced)] internal static CultureInfo Culture { get { return MathResources.resourceCulture; } set { MathResources.resourceCulture = value; } } internal static string BigIntWontFitByte { get { return MathResources.ResourceManager.GetString(nameof (BigIntWontFitByte), MathResources.resourceCulture); } } internal static string BigIntWontFitChar { get { return MathResources.ResourceManager.GetString(nameof (BigIntWontFitChar), MathResources.resourceCulture); } } internal static string BigIntWontFitDecimal { get { return MathResources.ResourceManager.GetString(nameof (BigIntWontFitDecimal), MathResources.resourceCulture); } } internal static string BigIntWontFitInt { get { return MathResources.ResourceManager.GetString(nameof (BigIntWontFitInt), MathResources.resourceCulture); } } internal static string BigIntWontFitLong { get { return MathResources.ResourceManager.GetString(nameof (BigIntWontFitLong), MathResources.resourceCulture); } } internal static string BigIntWontFitSByte { get { return MathResources.ResourceManager.GetString(nameof (BigIntWontFitSByte), MathResources.resourceCulture); } } internal static string BigIntWontFitShort { get { return MathResources.ResourceManager.GetString(nameof (BigIntWontFitShort), MathResources.resourceCulture); } } internal static string BigIntWontFitUInt { get { return MathResources.ResourceManager.GetString(nameof (BigIntWontFitUInt), MathResources.resourceCulture); } } internal static string BigIntWontFitULong { get { return MathResources.ResourceManager.GetString(nameof (BigIntWontFitULong), MathResources.resourceCulture); } } internal static string BigIntWontFitUShort { get { return MathResources.ResourceManager.GetString(nameof (BigIntWontFitUShort), MathResources.resourceCulture); } } internal static string ComplexDivizionByZero { get { return MathResources.ResourceManager.GetString(nameof (ComplexDivizionByZero), MathResources.resourceCulture); } } internal static string ExpectedInteger { get { return MathResources.ResourceManager.GetString(nameof (ExpectedInteger), MathResources.resourceCulture); } } internal static string FormatNotImplemented { get { return MathResources.ResourceManager.GetString(nameof (FormatNotImplemented), MathResources.resourceCulture); } } internal static string InvalidArgument { get { return MathResources.ResourceManager.GetString(nameof (InvalidArgument), MathResources.resourceCulture); } } internal static string NonNegativePower { get { return MathResources.ResourceManager.GetString(nameof (NonNegativePower), MathResources.resourceCulture); } } internal static string RadixGreaterThan36 { get { return MathResources.ResourceManager.GetString(nameof (RadixGreaterThan36), MathResources.resourceCulture); } } internal static string RadixLessThan2 { get { return MathResources.ResourceManager.GetString(nameof (RadixLessThan2), MathResources.resourceCulture); } } } }