|
// <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", @"An item with the same key has already been added. Key: {0}");
/// <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>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>Multi dimension array is not supported on this operation.</summary>
internal static string @Arg_MultiRank => GetResourceString("Arg_MultiRank", @"Multi dimension array is not supported on this operation.");
/// <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>Collection is read-only.</summary>
internal static string @CollectionReadOnly => GetResourceString("CollectionReadOnly", @"Collection is read-only.");
/// <summary>Bit vector is full.</summary>
internal static string @BitVectorFull => GetResourceString("BitVectorFull", @"Bit vector is full.");
/// <summary>The OrderedDictionary is read-only and cannot be modified.</summary>
internal static string @OrderedDictionary_ReadOnly => GetResourceString("OrderedDictionary_ReadOnly", @"The OrderedDictionary is read-only and cannot be modified.");
/// <summary>At least one object must implement IComparable.</summary>
internal static string @Argument_ImplementIComparable => GetResourceString("Argument_ImplementIComparable", @"At least one object must implement IComparable.");
/// <summary>There was an error deserializing the OrderedDictionary. The ArrayList does not contain DictionaryEntries.</summary>
internal static string @OrderedDictionary_SerializationMismatch => GetResourceString("OrderedDictionary_SerializationMismatch", @"There was an error deserializing the OrderedDictionary. The ArrayList does not contain DictionaryEntries.");
/// <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>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.");
}
}
|