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

StringFormatMethodAttribute() public méthode

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