C# Class JetBrains.TeamCity.ServiceMessages.Annotations.StringFormatMethodAttribute

Inheritance: System.Attribute
Mostra file Open project: JetBrains/TeamCity.ServiceMessages

Public Methods

Method Description
StringFormatMethodAttribute ( string formatParameterName ) : System

Initializes new instance of StringFormatMethodAttribute

Method Details

StringFormatMethodAttribute() public method

Initializes new instance of StringFormatMethodAttribute
public StringFormatMethodAttribute ( string formatParameterName ) : System
formatParameterName string Specifies which parameter of an annotated method should be treated as format-string
return System