| File: src\runtime\artifacts\obj\System.Collections.Immutable\Release\net11.0\System.SR.cs | |
| Project: src\runtime\src\libraries\System.Collections.Immutable\src\System.Collections.Immutable.csproj (System.Collections.Immutable) |
// <auto-generated> using System.Reflection; namespace FxResources.System.Collections.Immutable { 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.Immutable.SR))); /// <summary>The given key '{0}' was not present in the dictionary.</summary> internal static string @Arg_KeyNotFoundWithKey => GetResourceString("Arg_KeyNotFoundWithKey"); /// <summary>Object is not an array with the same initialization state as the array to compare it to.</summary> internal static string @ArrayInitializedStateNotEqual => GetResourceString("ArrayInitializedStateNotEqual"); /// <summary>Object is not an array with the same number of elements as the array to compare it to.</summary> internal static string @ArrayLengthsNotEqual => GetResourceString("ArrayLengthsNotEqual"); /// <summary>Cannot find the old value</summary> internal static string @CannotFindOldValue => GetResourceString("CannotFindOldValue"); /// <summary>Capacity was less than the current Count of elements.</summary> internal static string @CapacityMustBeGreaterThanOrEqualToCount => GetResourceString("CapacityMustBeGreaterThanOrEqualToCount"); /// <summary>MoveToImmutable can only be performed when Count equals Capacity.</summary> internal static string @CapacityMustEqualCountOnMove => GetResourceString("CapacityMustEqualCountOnMove"); /// <summary>Collection was modified; enumeration operation may not execute.</summary> internal static string @CollectionModifiedDuringEnumeration => GetResourceString("CollectionModifiedDuringEnumeration"); /// <summary>An element with the same key but a different value already exists. Key: '{0}'</summary> internal static string @DuplicateKey => GetResourceString("DuplicateKey"); /// <summary>This operation does not apply to an empty instance.</summary> internal static string @InvalidEmptyOperation => GetResourceString("InvalidEmptyOperation"); /// <summary>This operation cannot be performed on a default instance of ImmutableArray<T>. Consider initializing the array, or checking the ImmutableArray<T>.IsDefault property.</summary> internal static string @InvalidOperationOnDefaultArray => GetResourceString("InvalidOperationOnDefaultArray"); /// <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>Only single dimensional arrays are supported for the requested action.</summary> internal static string @Arg_RankMultiDimNotSupported => GetResourceString("Arg_RankMultiDimNotSupported"); /// <summary>The lower bound of target array must be zero.</summary> internal static string @Arg_NonZeroLowerBound => GetResourceString("Arg_NonZeroLowerBound"); /// <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>Target array type is not compatible with the type of items in the collection.</summary> internal static string @Argument_IncompatibleArrayType => GetResourceString("Argument_IncompatibleArrayType"); /// <summary>Non-negative number required.</summary> internal static string @ArgumentOutOfRange_NeedNonNegNum => GetResourceString("ArgumentOutOfRange_NeedNonNegNum"); /// <summary>The collection, in conjunction with its comparer, does not support the specified alternate key type.</summary> internal static string @InvalidOperation_IncompatibleComparer => GetResourceString("InvalidOperation_IncompatibleComparer"); } }