Click or drag to resize

StringFormatMethodAttribute Constructor

Initializes a new instance of the StringFormatMethodAttribute class

Namespace:  Resto.Front.Api.Attributes.JetBrains
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
public StringFormatMethodAttribute(
	string formatParameterName
)

Parameters

formatParameterName
Type: SystemString
Specifies which parameter of an annotated method should be treated as format-string
See Also