C# Class Taijutsu.Annotation.StringFormatMethodAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: NikGovorov/Taijutsu

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
StringFormatMethodAttribute ( string formatParameterName ) : System

Initializes a new instance of the StringFormatMethodAttribute class. Initializes new instance of StringFormatMethodAttribute

Method Details

StringFormatMethodAttribute() public méthode

Initializes a new instance of the StringFormatMethodAttribute class. Initializes new instance of StringFormatMethodAttribute
public StringFormatMethodAttribute ( string formatParameterName ) : System
formatParameterName string /// Specifies which parameter of an annotated method should be treated as format-string ///
Résultat System