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

namespace FxResources.System.Collections.Specialized
{
    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.Specialized.SR)));

        /// <summary>An item with the same key has already been added. Key: {0}</summary>
        internal static string @Argument_AddingDuplicate => GetResourceString("Argument_AddingDuplicate");
        /// <summary>Collection was modified after the enumerator was instantiated.</summary>
        internal static string @InvalidOperation_EnumFailedVersion => GetResourceString("InvalidOperation_EnumFailedVersion");
        /// <summary>Enumeration has either not started or has already finished.</summary>
        internal static string @InvalidOperation_EnumOpCantHappen => GetResourceString("InvalidOperation_EnumOpCantHappen");
        /// <summary>Multi dimension array is not supported on this operation.</summary>
        internal static string @Arg_MultiRank => GetResourceString("Arg_MultiRank");
        /// <summary>Insufficient space in the target location to copy the information.</summary>
        internal static string @Arg_InsufficientSpace => GetResourceString("Arg_InsufficientSpace");
        /// <summary>Collection is read-only.</summary>
        internal static string @CollectionReadOnly => GetResourceString("CollectionReadOnly");
        /// <summary>Bit vector is full.</summary>
        internal static string @BitVectorFull => GetResourceString("BitVectorFull");
        /// <summary>The OrderedDictionary is read-only and cannot be modified.</summary>
        internal static string @OrderedDictionary_ReadOnly => GetResourceString("OrderedDictionary_ReadOnly");
        /// <summary>At least one object must implement IComparable.</summary>
        internal static string @Argument_ImplementIComparable => GetResourceString("Argument_ImplementIComparable");
        /// <summary>There was an error deserializing the OrderedDictionary.  The ArrayList does not contain DictionaryEntries.</summary>
        internal static string @OrderedDictionary_SerializationMismatch => GetResourceString("OrderedDictionary_SerializationMismatch");
        /// <summary>OnDeserialization method was called while the object was not being deserialized.</summary>
        internal static string @Serialization_InvalidOnDeser => GetResourceString("Serialization_InvalidOnDeser");
        /// <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");

    }
}