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

StringFormatMethodAttribute() public method

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