C# Класс Taijutsu.Annotation.StringFormatMethodAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
StringFormatMethodAttribute ( string formatParameterName ) : System

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

Описание методов

StringFormatMethodAttribute() публичный Метод

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 ///
Результат System