Click or drag to resize
StringFormatMethodAttribute Constructor
Initializes new instance of StringFormatMethodAttribute

Namespace: Slash.Diagnostics.ReSharper.Annotations
Assembly: Slash.Diagnostics (in Slash.Diagnostics.dll) Version: 1.0.6018.40181
Syntax
public StringFormatMethodAttribute(
	string formatParameterName
)

Parameters

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