Пример #1
0
 public string GetLocalizedTypeErrorAtItemIndexMessage(Localizer localizer, string actualValueString, int itemIndex)
 => PTypeErrorBuilder.GetLocalizedTypeErrorSomewhereMessage(
     localizer,
     LocalizedExpectedTypeDescription(localizer),
     actualValueString,
     PTypeErrorBuilder.GetLocatedAtItemIndexMessage(localizer, itemIndex));