 | StringFormatMethodAttribute Constructor |
Initializes new instance of StringFormatMethodAttribute
Namespace: Slash.Diagnostics.ReSharper.AnnotationsAssembly: Slash.Diagnostics (in Slash.Diagnostics.dll) Version: 1.0.6018.40181
Syntaxpublic StringFormatMethodAttribute(
string formatParameterName
)
Public Sub New (
formatParameterName As String
)
public:
StringFormatMethodAttribute(
String^ formatParameterName
)
new :
formatParameterName : string -> StringFormatMethodAttribute
Parameters
- formatParameterName
- Type: System.String
Specifies which parameter of an annotated method should be treated as format-string
See Also