public StringFormatMethodAttribute()

in src/Annotations.cs [165:168]


    public StringFormatMethodAttribute([NotNull] string formatParameterName)
    {
      FormatParameterName = formatParameterName;
    }