StringFormatMethodAttribute Constructor |
Namespace:
Resto.Front.Api.Attributes.JetBrains
Assembly:
Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntaxpublic StringFormatMethodAttribute(
string formatParameterName
)
Parameters
- formatParameterName
- Type: SystemString
Specifies which parameter of an annotated method should be treated as format-string
See Also