14 references to GetResourceString
System.ObjectModel (14)
artifacts\obj\System.ObjectModel\Debug\net10.0\System.SR.cs (14)
16internal static string @ArgumentOutOfRange_InvalidThreshold => GetResourceString("ArgumentOutOfRange_InvalidThreshold", @"The specified threshold for creating dictionary is out of range."); 18internal static string @Argument_ItemNotExist => GetResourceString("Argument_ItemNotExist", @"The specified item does not exist in this KeyedCollection."); 20internal static string @Argument_AddingDuplicate => GetResourceString("Argument_AddingDuplicate", @"An item with the same key has already been added. Key: {0}"); 22internal static string @Arg_NonZeroLowerBound => GetResourceString("Arg_NonZeroLowerBound", @"The lower bound of target array must be zero."); 24internal 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."); 26internal static string @NotSupported_ReadOnlyCollection => GetResourceString("NotSupported_ReadOnlyCollection", @"Collection is read-only."); 28internal static string @ObservableCollectionReentrancyNotAllowed => GetResourceString("ObservableCollectionReentrancyNotAllowed", @"Cannot change ObservableCollection during a CollectionChanged event."); 30internal static string @WrongActionForCtor => GetResourceString("WrongActionForCtor", @"Constructor supports only the '{0}' action."); 32internal static string @MustBeResetAddOrRemoveActionForCtor => GetResourceString("MustBeResetAddOrRemoveActionForCtor", @"Constructor only supports either a Reset, Add, or Remove action."); 34internal static string @ResetActionRequiresNullItem => GetResourceString("ResetActionRequiresNullItem", @"Reset action must be initialized with no changed items."); 36internal static string @ResetActionRequiresIndexMinus1 => GetResourceString("ResetActionRequiresIndexMinus1", @"Reset action must be initialized with index -1."); 38internal static string @Arg_RankMultiDimNotSupported => GetResourceString("Arg_RankMultiDimNotSupported", @"Only single dimensional arrays are supported for the requested action."); 40internal static string @Argument_IncompatibleArrayType => GetResourceString("Argument_IncompatibleArrayType", @"Target array type is not compatible with the type of items in the collection."); 42internal static string @Arg_KeyNotFoundWithKey => GetResourceString("Arg_KeyNotFoundWithKey", @"The given key '{0}' was not present in the dictionary.");