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