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

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

        /// <summary>CompleteAdding may not be used concurrently with additions to the collection.</summary>
        internal static string @BlockingCollection_Add_ConcurrentCompleteAdd => GetResourceString("BlockingCollection_Add_ConcurrentCompleteAdd");
        /// <summary>The underlying collection didn't accept the item.</summary>
        internal static string @BlockingCollection_Add_Failed => GetResourceString("BlockingCollection_Add_Failed");
        /// <summary>At least one of the specified collections is marked as complete with regards to additions.</summary>
        internal static string @BlockingCollection_CantAddAnyWhenCompleted => GetResourceString("BlockingCollection_CantAddAnyWhenCompleted");
        /// <summary>All collections are marked as complete with regards to additions.</summary>
        internal static string @BlockingCollection_CantTakeAnyWhenAllDone => GetResourceString("BlockingCollection_CantTakeAnyWhenAllDone");
        /// <summary>The collection argument is empty and has been marked as complete with regards to additions.</summary>
        internal static string @BlockingCollection_CantTakeWhenDone => GetResourceString("BlockingCollection_CantTakeWhenDone");
        /// <summary>The collection has been marked as complete with regards to additions.</summary>
        internal static string @BlockingCollection_Completed => GetResourceString("BlockingCollection_Completed");
        /// <summary>The array argument is of the incorrect type.</summary>
        internal static string @BlockingCollection_CopyTo_IncorrectType => GetResourceString("BlockingCollection_CopyTo_IncorrectType");
        /// <summary>The array argument is multidimensional.</summary>
        internal static string @BlockingCollection_CopyTo_MultiDim => GetResourceString("BlockingCollection_CopyTo_MultiDim");
        /// <summary>The index argument must be greater than or equal zero.</summary>
        internal static string @BlockingCollection_CopyTo_NonNegative => GetResourceString("BlockingCollection_CopyTo_NonNegative");
        /// <summary>The number of elements in the collection is greater than the available space from index to the end of the destination array.</summary>
        internal static string @Collection_CopyTo_TooManyElems => GetResourceString("Collection_CopyTo_TooManyElems");
        /// <summary>The collection argument contains more items than are allowed by the boundedCapacity.</summary>
        internal static string @BlockingCollection_ctor_CountMoreThanCapacity => GetResourceString("BlockingCollection_ctor_CountMoreThanCapacity");
        /// <summary>The underlying collection was modified from outside of the BlockingCollection&lt;T&gt;.</summary>
        internal static string @BlockingCollection_Take_CollectionModified => GetResourceString("BlockingCollection_Take_CollectionModified");
        /// <summary>The specified timeout must represent a value between -1 and {0}, inclusive.</summary>
        internal static string @BlockingCollection_TimeoutInvalid => GetResourceString("BlockingCollection_TimeoutInvalid");
        /// <summary>The collections argument contains at least one disposed element.</summary>
        internal static string @BlockingCollection_ValidateCollectionsArray_DispElems => GetResourceString("BlockingCollection_ValidateCollectionsArray_DispElems");
        /// <summary>The collections length is greater than the supported range.</summary>
        internal static string @BlockingCollection_ValidateCollectionsArray_LargeSize => GetResourceString("BlockingCollection_ValidateCollectionsArray_LargeSize");
        /// <summary>The collections argument contains at least one null element.</summary>
        internal static string @BlockingCollection_ValidateCollectionsArray_NullElems => GetResourceString("BlockingCollection_ValidateCollectionsArray_NullElems");
        /// <summary>The collections argument is a zero-length array.</summary>
        internal static string @BlockingCollection_ValidateCollectionsArray_ZeroSize => GetResourceString("BlockingCollection_ValidateCollectionsArray_ZeroSize");
        /// <summary>The SyncRoot property may not be used for the synchronization of concurrent collections.</summary>
        internal static string @ConcurrentCollection_SyncRoot_NotSupported => GetResourceString("ConcurrentCollection_SyncRoot_NotSupported");
        /// <summary>The sum of the startIndex and count arguments must be less than or equal to the collection's Count.</summary>
        internal static string @ConcurrentStack_PushPopRange_InvalidCount => GetResourceString("ConcurrentStack_PushPopRange_InvalidCount");
        /// <summary>Dynamic partitions are not supported by this partitioner.</summary>
        internal static string @Partitioner_DynamicPartitionsNotSupported => GetResourceString("Partitioner_DynamicPartitionsNotSupported");
        /// <summary>MoveNext must be called at least once before calling Current.</summary>
        internal static string @PartitionerStatic_CurrentCalledBeforeMoveNext => GetResourceString("PartitionerStatic_CurrentCalledBeforeMoveNext");
        /// <summary>Enumeration has either not started or has already finished.</summary>
        internal static string @ConcurrentBag_Enumerator_EnumerationNotStartedOrAlreadyFinished => GetResourceString("ConcurrentBag_Enumerator_EnumerationNotStartedOrAlreadyFinished");
        /// <summary>The given key '{0}' was not present in the dictionary.</summary>
        internal static string @Arg_KeyNotFoundWithKey => GetResourceString("Arg_KeyNotFoundWithKey");
        /// <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");

    }
}