At.FF.Krems.Configuration.Annotations.StringFormatMethodAttribute.StringFormatMethodAttribute C# (CSharp) Method

StringFormatMethodAttribute() public method

public StringFormatMethodAttribute ( [ formatParameterName ) : System
formatParameterName [ /// Specifies which parameter of an annotated method should be treated as format-string ///
return System
    public StringFormatMethodAttribute([NotNull] string formatParameterName)
    {
      FormatParameterName = formatParameterName;
    }
StringFormatMethodAttribute