File: src\runtime\artifacts\obj\System.Collections\Release\net11.0\System.SR.cs
Project: src\runtime\src\libraries\System.Collections\src\System.Collections.csproj (System.Collections)
// <auto-generated>
using System.Reflection;

namespace FxResources.System.Collections
{
    internal static class SR { }
}
namespace System
{
    internal static partial class SR
    {
        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(FxResources.System.Collections.SR)));

        /// <summary>The lower bound of target array must be zero.</summary>
        internal static string @Arg_NonZeroLowerBound => GetResourceString("Arg_NonZeroLowerBound");
        /// <summary>The value '{0}' is not of type '{1}' and cannot be used in this generic collection.</summary>
        internal static string @Arg_WrongType => GetResourceString("Arg_WrongType");
        /// <summary>Destination array is not long enough to copy all the items in the collection. Check array index and length.</summary>
        internal static string @Arg_ArrayPlusOffTooSmall => GetResourceString("Arg_ArrayPlusOffTooSmall");
        /// <summary>capacity was less than the current size.</summary>
        internal static string @ArgumentOutOfRange_SmallCapacity => GetResourceString("ArgumentOutOfRange_SmallCapacity");
        /// <summary>Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection.</summary>
        internal static string @Argument_InvalidOffLen => GetResourceString("Argument_InvalidOffLen");
        /// <summary>An item with the same key has already been added. Key: {0}</summary>
        internal static string @Argument_AddingDuplicate => GetResourceString("Argument_AddingDuplicate");
        /// <summary>Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct.</summary>
        internal static string @InvalidOperation_ConcurrentOperationsNotSupported => GetResourceString("InvalidOperation_ConcurrentOperationsNotSupported");
        /// <summary>Queue empty.</summary>
        internal static string @InvalidOperation_EmptyQueue => GetResourceString("InvalidOperation_EmptyQueue");
        /// <summary>Enumeration has either not started or has already finished.</summary>
        internal static string @InvalidOperation_EnumOpCantHappen => GetResourceString("InvalidOperation_EnumOpCantHappen");
        /// <summary>Collection was modified after the enumerator was instantiated.</summary>
        internal static string @InvalidOperation_EnumFailedVersion => GetResourceString("InvalidOperation_EnumFailedVersion");
        /// <summary>Stack empty.</summary>
        internal static string @InvalidOperation_EmptyStack => GetResourceString("InvalidOperation_EmptyStack");
        /// <summary>Enumeration has not started. Call MoveNext.</summary>
        internal static string @InvalidOperation_EnumNotStarted => GetResourceString("InvalidOperation_EnumNotStarted");
        /// <summary>Enumeration already finished.</summary>
        internal static string @InvalidOperation_EnumEnded => GetResourceString("InvalidOperation_EnumEnded");
        /// <summary>Mutating a key collection derived from a dictionary is not allowed.</summary>
        internal static string @NotSupported_KeyCollectionSet => GetResourceString("NotSupported_KeyCollectionSet");
        /// <summary>Mutating a value collection derived from a dictionary is not allowed.</summary>
        internal static string @NotSupported_ValueCollectionSet => GetResourceString("NotSupported_ValueCollectionSet");
        /// <summary>Hashtable's capacity overflowed and went negative. Check load factor, capacity and the current size of the table.</summary>
        internal static string @Arg_HTCapacityOverflow => GetResourceString("Arg_HTCapacityOverflow");
        /// <summary>Insufficient space in the target location to copy the information.</summary>
        internal static string @Arg_InsufficientSpace => GetResourceString("Arg_InsufficientSpace");
        /// <summary>Only single dimensional arrays are supported for the requested action.</summary>
        internal static string @Arg_RankMultiDimNotSupported => GetResourceString("Arg_RankMultiDimNotSupported");
        /// <summary>Target array type is not compatible with the type of items in the collection.</summary>
        internal static string @Argument_IncompatibleArrayType => GetResourceString("Argument_IncompatibleArrayType");
        /// <summary>Must be less than or equal to the size of the collection.</summary>
        internal static string @ArgumentOutOfRange_BiggerThanCollection => GetResourceString("ArgumentOutOfRange_BiggerThanCollection");
        /// <summary>Index was out of range. Must be non-negative and less than the size of the collection.</summary>
        internal static string @ArgumentOutOfRange_IndexMustBeLess => GetResourceString("ArgumentOutOfRange_IndexMustBeLess");
        /// <summary>Index was out of range. Must be non-negative and less than or equal to the size of the collection.</summary>
        internal static string @ArgumentOutOfRange_IndexMustBeLessOrEqual => GetResourceString("ArgumentOutOfRange_IndexMustBeLessOrEqual");
        /// <summary>The LinkedList node does not belong to current LinkedList.</summary>
        internal static string @ExternalLinkedListNode => GetResourceString("ExternalLinkedListNode");
        /// <summary>The LinkedList is empty.</summary>
        internal static string @LinkedListEmpty => GetResourceString("LinkedListEmpty");
        /// <summary>The LinkedList node already belongs to a LinkedList.</summary>
        internal static string @LinkedListNodeIsAttached => GetResourceString("LinkedListNodeIsAttached");
        /// <summary>This operation is not supported on SortedList nested types because they require modifying the original SortedList.</summary>
        internal static string @NotSupported_SortedListNestedWrite => GetResourceString("NotSupported_SortedListNestedWrite");
        /// <summary>Must be less than or equal to upperValue.</summary>
        internal static string @SortedSet_LowerValueGreaterThanUpperValue => GetResourceString("SortedSet_LowerValueGreaterThanUpperValue");
        /// <summary>OnDeserialization method was called while the object was not being deserialized.</summary>
        internal static string @Serialization_InvalidOnDeser => GetResourceString("Serialization_InvalidOnDeser");
        /// <summary>The serialized Count information doesn't match the number of items.</summary>
        internal static string @Serialization_MismatchedCount => GetResourceString("Serialization_MismatchedCount");
        /// <summary>The keys for this dictionary are missing.</summary>
        internal static string @Serialization_MissingKeys => GetResourceString("Serialization_MissingKeys");
        /// <summary>The values for this dictionary are missing.</summary>
        internal static string @Serialization_MissingValues => GetResourceString("Serialization_MissingValues");
        /// <summary>The given key '{0}' was not present in the dictionary.</summary>
        internal static string @Arg_KeyNotFoundWithKey => GetResourceString("Arg_KeyNotFoundWithKey");

    }
}