Multi Param Attribute
interface MultiParamAttribute
Content copied to clipboard
Allows an attribute to have multiple parameters in the model setter method. Those params are then combined into a single object to be set on the attribute.
This is useful for things like combining a StringRes and format arguments into a single string.