|
// <auto-generated>
using System.Reflection;
namespace FxResources.System.ObjectModel
{
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.ObjectModel.SR)));
/// <summary>The specified threshold for creating dictionary is out of range.</summary>
internal static string @ArgumentOutOfRange_InvalidThreshold => GetResourceString("ArgumentOutOfRange_InvalidThreshold", @"The specified threshold for creating dictionary is out of range.");
/// <summary>The specified item does not exist in this KeyedCollection.</summary>
internal static string @Argument_ItemNotExist => GetResourceString("Argument_ItemNotExist", @"The specified item does not exist in this KeyedCollection.");
/// <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>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>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>Collection is read-only.</summary>
internal static string @NotSupported_ReadOnlyCollection => GetResourceString("NotSupported_ReadOnlyCollection", @"Collection is read-only.");
/// <summary>Cannot change ObservableCollection during a CollectionChanged event.</summary>
internal static string @ObservableCollectionReentrancyNotAllowed => GetResourceString("ObservableCollectionReentrancyNotAllowed", @"Cannot change ObservableCollection during a CollectionChanged event.");
/// <summary>Constructor supports only the '{0}' action.</summary>
internal static string @WrongActionForCtor => GetResourceString("WrongActionForCtor", @"Constructor supports only the '{0}' action.");
/// <summary>Constructor only supports either a Reset, Add, or Remove action.</summary>
internal static string @MustBeResetAddOrRemoveActionForCtor => GetResourceString("MustBeResetAddOrRemoveActionForCtor", @"Constructor only supports either a Reset, Add, or Remove action.");
/// <summary>Reset action must be initialized with no changed items.</summary>
internal static string @ResetActionRequiresNullItem => GetResourceString("ResetActionRequiresNullItem", @"Reset action must be initialized with no changed items.");
/// <summary>Reset action must be initialized with index -1.</summary>
internal static string @ResetActionRequiresIndexMinus1 => GetResourceString("ResetActionRequiresIndexMinus1", @"Reset action must be initialized with index -1.");
/// <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>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>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.");
}
}
|