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