File: artifacts\obj\System.Collections\Debug\net9.0\System.SR.cs
Project: src\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", @"The lower bound of target array must be zero.");
        /// <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", @"The value '{0}' is not of type '{1}' and cannot be used in this generic collection.");
        /// <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", @"Destination array is not long enough to copy all the items in the collection. Check array index and length.");
        /// <summary>capacity was less than the current size.</summary>
        internal static string @ArgumentOutOfRange_SmallCapacity => GetResourceString("ArgumentOutOfRange_SmallCapacity", @"capacity was less than the current size.");
        /// <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", @"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>An item with the same key has already been added. Key: {0}</summary>
        internal static string @Argument_AddingDuplicate => GetResourceString("Argument_AddingDuplicate", @"An item with the same key has already been added. Key: {0}");
        /// <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", @"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>Queue empty.</summary>
        internal static string @InvalidOperation_EmptyQueue => GetResourceString("InvalidOperation_EmptyQueue", @"Queue empty.");
        /// <summary>Enumeration has either not started or has already finished.</summary>
        internal static string @InvalidOperation_EnumOpCantHappen => GetResourceString("InvalidOperation_EnumOpCantHappen", @"Enumeration has either not started or has already finished.");
        /// <summary>Collection was modified after the enumerator was instantiated.</summary>
        internal static string @InvalidOperation_EnumFailedVersion => GetResourceString("InvalidOperation_EnumFailedVersion", @"Collection was modified after the enumerator was instantiated.");
        /// <summary>Stack empty.</summary>
        internal static string @InvalidOperation_EmptyStack => GetResourceString("InvalidOperation_EmptyStack", @"Stack empty.");
        /// <summary>Enumeration has not started. Call MoveNext.</summary>
        internal static string @InvalidOperation_EnumNotStarted => GetResourceString("InvalidOperation_EnumNotStarted", @"Enumeration has not started. Call MoveNext.");
        /// <summary>Enumeration already finished.</summary>
        internal static string @InvalidOperation_EnumEnded => GetResourceString("InvalidOperation_EnumEnded", @"Enumeration already finished.");
        /// <summary>Mutating a key collection derived from a dictionary is not allowed.</summary>
        internal static string @NotSupported_KeyCollectionSet => GetResourceString("NotSupported_KeyCollectionSet", @"Mutating a key collection derived from a dictionary is not allowed.");
        /// <summary>Mutating a value collection derived from a dictionary is not allowed.</summary>
        internal static string @NotSupported_ValueCollectionSet => GetResourceString("NotSupported_ValueCollectionSet", @"Mutating a value collection derived from a dictionary is not allowed.");
        /// <summary>Array lengths must be the same.</summary>
        internal static string @Arg_ArrayLengthsDiffer => GetResourceString("Arg_ArrayLengthsDiffer", @"Array lengths must be the same.");
        /// <summary>Only supported array types for CopyTo on BitArrays are Boolean[], Int32[] and Byte[].</summary>
        internal static string @Arg_BitArrayTypeUnsupported => GetResourceString("Arg_BitArrayTypeUnsupported", @"Only supported array types for CopyTo on BitArrays are Boolean[], Int32[] and Byte[].");
        /// <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", @"Hashtable's capacity overflowed and went negative. Check load factor, capacity and the current size of the table.");
        /// <summary>Insufficient space in the target location to copy the information.</summary>
        internal static string @Arg_InsufficientSpace => GetResourceString("Arg_InsufficientSpace", @"Insufficient space in the target location to copy the information.");
        /// <summary>Only single dimensional arrays are supported for the requested action.</summary>
        internal static string @Arg_RankMultiDimNotSupported => GetResourceString("Arg_RankMultiDimNotSupported", @"Only single dimensional arrays are supported for the requested action.");
        /// <summary>The input array length must not exceed Int32.MaxValue / {0}. Otherwise BitArray.Length would exceed Int32.MaxValue.</summary>
        internal static string @Argument_ArrayTooLarge => GetResourceString("Argument_ArrayTooLarge", @"The input array length must not exceed Int32.MaxValue / {0}. Otherwise BitArray.Length would exceed Int32.MaxValue.");
        /// <summary>Target array type is not compatible with the type of items in the collection.</summary>
        internal static string @Argument_IncompatibleArrayType => GetResourceString("Argument_IncompatibleArrayType", @"Target array type is not compatible with the type of items in the collection.");
        /// <summary>Must be less than or equal to the size of the collection.</summary>
        internal static string @ArgumentOutOfRange_BiggerThanCollection => GetResourceString("ArgumentOutOfRange_BiggerThanCollection", @"Must be less than or equal to the size of the collection.");
        /// <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", @"Index was out of range. Must be non-negative and less than the size of the collection.");
        /// <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", @"Index was out of range. Must be non-negative and less than or equal to the size of the collection.");
        /// <summary>The LinkedList node does not belong to current LinkedList.</summary>
        internal static string @ExternalLinkedListNode => GetResourceString("ExternalLinkedListNode", @"The LinkedList node does not belong to current LinkedList.");
        /// <summary>The LinkedList is empty.</summary>
        internal static string @LinkedListEmpty => GetResourceString("LinkedListEmpty", @"The LinkedList is empty.");
        /// <summary>The LinkedList node already belongs to a LinkedList.</summary>
        internal static string @LinkedListNodeIsAttached => GetResourceString("LinkedListNodeIsAttached", @"The LinkedList node already belongs to a LinkedList.");
        /// <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", @"This operation is not supported on SortedList nested types because they require modifying the original SortedList.");
        /// <summary>Must be less than or equal to upperValue.</summary>
        internal static string @SortedSet_LowerValueGreaterThanUpperValue => GetResourceString("SortedSet_LowerValueGreaterThanUpperValue", @"Must be less than or equal to upperValue.");
        /// <summary>OnDeserialization method was called while the object was not being deserialized.</summary>
        internal static string @Serialization_InvalidOnDeser => GetResourceString("Serialization_InvalidOnDeser", @"OnDeserialization method was called while the object was not being deserialized.");
        /// <summary>The serialized Count information doesn't match the number of items.</summary>
        internal static string @Serialization_MismatchedCount => GetResourceString("Serialization_MismatchedCount", @"The serialized Count information doesn't match the number of items.");
        /// <summary>The keys for this dictionary are missing.</summary>
        internal static string @Serialization_MissingKeys => GetResourceString("Serialization_MissingKeys", @"The keys for this dictionary are missing.");
        /// <summary>The values for this dictionary are missing.</summary>
        internal static string @Serialization_MissingValues => GetResourceString("Serialization_MissingValues", @"The values for this dictionary are missing.");
        /// <summary>The given key '{0}' was not present in the dictionary.</summary>
        internal static string @Arg_KeyNotFoundWithKey => GetResourceString("Arg_KeyNotFoundWithKey", @"The given key '{0}' was not present in the dictionary.");
 
    }
}