//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:2.0.50727.42 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace NGenerics.Misc { 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", "2.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class 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 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("NGenerics.Misc.Resources", typeof(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 Column and row count must be larger than 0.. /// internal static string ColumnAndRowCountBiggerThan0 { get { return ResourceManager.GetString("ColumnAndRowCountBiggerThan0", resourceCulture); } } /// /// Looks up a localized string similar to The object to compare against is null.. /// internal static string ComparingNullObject { get { return ResourceManager.GetString("ComparingNullObject", resourceCulture); } } /// /// Looks up a localized string similar to The deque is empty.. /// internal static string DequeIsEmpty { get { return ResourceManager.GetString("DequeIsEmpty", resourceCulture); } } /// /// Looks up a localized string similar to The edge between the vertices specified allready exists.. /// internal static string EdgeAllreadyExists { get { return ResourceManager.GetString("EdgeAllreadyExists", resourceCulture); } } /// /// Looks up a localized string similar to The edge specified was not found on this vertex.. /// internal static string EdgeNotFoundOnVertex { get { return ResourceManager.GetString("EdgeNotFoundOnVertex", resourceCulture); } } /// /// Looks up a localized string similar to The graph is empty.. /// internal static string GraphIsEmpty { get { return ResourceManager.GetString("GraphIsEmpty", resourceCulture); } } /// /// Looks up a localized string similar to The heap is empty.. /// internal static string HeapIsEmpty { get { return ResourceManager.GetString("HeapIsEmpty", resourceCulture); } } /// /// Looks up a localized string similar to Incompatible matrices. For this operation the matrices should be of the same size.. /// internal static string IncompatibleMatricesSameSize { get { return ResourceManager.GetString("IncompatibleMatricesSameSize", resourceCulture); } } /// /// Looks up a localized string similar to Incompatible matrices for this operation. The rows of the input matrix must be equal to the columns of this matrix.. /// internal static string IncompatibleMatricesTimes { get { return ResourceManager.GetString("IncompatibleMatricesTimes", resourceCulture); } } /// /// Looks up a localized string similar to Initial values can not be null.. /// internal static string InitialValuesNull { get { return ResourceManager.GetString("InitialValuesNull", resourceCulture); } } /// /// Looks up a localized string similar to This operation can not be done on the type of matrix specified.. /// internal static string InvalidOperationWrongMatrixType { get { return ResourceManager.GetString("InvalidOperationWrongMatrixType", resourceCulture); } } /// /// Looks up a localized string similar to The probability must be between 0.1 and 0.9. /// internal static string InvalidProbability { get { return ResourceManager.GetString("InvalidProbability", resourceCulture); } } /// /// Looks up a localized string similar to The item is allready contained in the tree.. /// internal static string ItemAllreadyInTree { get { return ResourceManager.GetString("ItemAllreadyInTree", resourceCulture); } } /// /// Looks up a localized string similar to The item is allready in the list.. /// internal static string ItemAlreadyInList { get { return ResourceManager.GetString("ItemAlreadyInList", resourceCulture); } } /// /// Looks up a localized string similar to The item is not in the universe of the set.. /// internal static string ItemNotInUniverse { get { return ResourceManager.GetString("ItemNotInUniverse", resourceCulture); } } /// /// Looks up a localized string similar to The key specified is allready in the collection.. /// internal static string KeyAllreadyExists { get { return ResourceManager.GetString("KeyAllreadyExists", resourceCulture); } } /// /// Looks up a localized string similar to The key does not exist in the list.. /// internal static string KeyDoesNotExist { get { return ResourceManager.GetString("KeyDoesNotExist", resourceCulture); } } /// /// Looks up a localized string similar to The lower bound must be larger or equal to zero.. /// internal static string LowerBoundLargerThanZero { get { return ResourceManager.GetString("LowerBoundLargerThanZero", resourceCulture); } } /// /// Looks up a localized string similar to Matrix is null.. /// internal static string MatrixIsNull { get { return ResourceManager.GetString("MatrixIsNull", resourceCulture); } } /// /// Looks up a localized string similar to The maximum level must be bigger than 0.. /// internal static string MaximumLevelBiggerThan0 { get { return ResourceManager.GetString("MaximumLevelBiggerThan0", resourceCulture); } } /// /// Looks up a localized string similar to The type of edge must be the same as the type of graph (Undirected / Directed). /// internal static string MismatchedEdgeType { get { return ResourceManager.GetString("MismatchedEdgeType", resourceCulture); } } /// /// Looks up a localized string similar to Not enough space in the target array.. /// internal static string NotEnoughSpaceInTargetArray { get { return ResourceManager.GetString("NotEnoughSpaceInTargetArray", resourceCulture); } } /// /// Looks up a localized string similar to The number of values can not be greater than the number of columns.. /// internal static string NumberOfValuesDoNotAgreeWithNumberOfColumns { get { return ResourceManager.GetString("NumberOfValuesDoNotAgreeWithNumberOfColumns", resourceCulture); } } /// /// Looks up a localized string similar to The number of values can not be greater than the number of rows.. /// internal static string NumberOfValuesDoNotAgreeWithNumberOfRows { get { return ResourceManager.GetString("NumberOfValuesDoNotAgreeWithNumberOfRows", resourceCulture); } } /// /// Looks up a localized string similar to Numbers provided must be greater than zero.. /// internal static string NumbersGreaterThanZero { get { return ResourceManager.GetString("NumbersGreaterThanZero", resourceCulture); } } /// /// Looks up a localized string similar to You can only add 1 or more items.. /// internal static string OnlyAddPositiveAmount { get { return ResourceManager.GetString("OnlyAddPositiveAmount", resourceCulture); } } /// /// Looks up a localized string similar to Rows and columns must be nonnegative values.. /// internal static string RowsOrColumnsInvalid { get { return ResourceManager.GetString("RowsOrColumnsInvalid", resourceCulture); } } /// /// Looks up a localized string similar to The search tree is empty.. /// internal static string SearchTreeIsEmpty { get { return ResourceManager.GetString("SearchTreeIsEmpty", resourceCulture); } } /// /// Looks up a localized string similar to The index of an item in a set can not be negative.. /// internal static string SetIndexMustBePostive { get { return ResourceManager.GetString("SetIndexMustBePostive", resourceCulture); } } /// /// Looks up a localized string similar to This operation is only valid on a directed graph. For undirected graphs, rather test for weak connectedness.. /// internal static string UndirectedGraphStrongConnectedness { get { return ResourceManager.GetString("UndirectedGraphStrongConnectedness", resourceCulture); } } /// /// Looks up a localized string similar to The operation requested can only be done if the sets share the same universe.. /// internal static string UniverseNotTheSame { get { return ResourceManager.GetString("UniverseNotTheSame", resourceCulture); } } /// /// Looks up a localized string similar to The upper bound must be larger than the lower bound specified.. /// internal static string UpperBoundMustBeLargerThanLowerBound { get { return ResourceManager.GetString("UpperBoundMustBeLargerThanLowerBound", resourceCulture); } } /// /// Looks up a localized string similar to The vertex already exists in the graph.. /// internal static string VertexAlreadyExists { get { return ResourceManager.GetString("VertexAlreadyExists", resourceCulture); } } /// /// Looks up a localized string similar to The vertex specified could not be found in the graph.. /// internal static string VertexCouldNotBeFound { get { return ResourceManager.GetString("VertexCouldNotBeFound", resourceCulture); } } /// /// Looks up a localized string similar to The vertex specified does not form part of this edge.. /// internal static string VertexNotPartOfEdge { get { return ResourceManager.GetString("VertexNotPartOfEdge", resourceCulture); } } /// /// Looks up a localized string similar to x must be larger than or equal to y.. /// internal static string XMustBeLargerThanY { get { return ResourceManager.GetString("XMustBeLargerThanY", resourceCulture); } } } }