[This is preliminary documentation and is subject to change.]

Initializes new instance of StringFormatMethodAttribute

Namespace: JetBrains.Annotations
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)

Syntax

   
 C# 
public StringFormatMethodAttribute(
	string formatParameterName
)

Parameters

formatParameterName
String
Specifies which parameter of an annotated method should be treated as format-string

See Also