SR.tests.cs 1.3 KB

1234567891011121314151617
  1. //
  2. // This file was generated by resx2sr tool
  3. //
  4. partial class SR
  5. {
  6. public const string Arg_KeyNotFoundWithKey = "The given key '{0}' was not present in the dictionary.";
  7. public const string ArrayInitializedStateNotEqual = "Object is not an array with the same initialization state as the array to compare it to.";
  8. public const string ArrayLengthsNotEqual = "Object is not an array with the same number of elements as the array to compare it to.";
  9. public const string CannotFindOldValue = "Cannot find the old value";
  10. public const string CapacityMustBeGreaterThanOrEqualToCount = "Capacity was less than the current Count of elements.";
  11. public const string CapacityMustEqualCountOnMove = "MoveToImmutable can only be performed when Count equals Capacity.";
  12. public const string CollectionModifiedDuringEnumeration = "Collection was modified; enumeration operation may not execute.";
  13. public const string DuplicateKey = "An element with the same key but a different value already exists. Key: {0}";
  14. public const string InvalidEmptyOperation = "This operation does not apply to an empty instance.";
  15. public const string InvalidOperationOnDefaultArray = "This operation cannot be performed on a default instance of ImmutableArray<T>. Consider initializing the array, or checking the ImmutableArray<T>.IsDefault property.";
  16. }