At.FF.Krems.FullscreenBrowser.Annotations.StringFormatMethodAttribute.StringFormatMethodAttribute C# (CSharp) Méthode

StringFormatMethodAttribute() public méthode

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