Dev2.StringFormatMethodAttribute.StringFormatMethodAttribute C# (CSharp) Метод

StringFormatMethodAttribute() публичный Метод

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
Результат System
    public StringFormatMethodAttribute(string formatParameterName)
    {
      FormatParameterName = formatParameterName;
    }
StringFormatMethodAttribute