Свойство | Тип | Описание | |
---|---|---|---|
Priority | int |
Метод | Описание | |
---|---|---|
CustomFormatterAttribute ( ) : System |
Initializes a new instance of the CustomFormatterAttribute class with priority 0.
|
|
CustomFormatterAttribute ( int priority ) : System |
Initializes a new instance of the CustomFormatterAttribute class.
|
public CustomFormatterAttribute ( ) : System | ||
Результат | System |
public CustomFormatterAttribute ( int priority ) : System | ||
priority | int | The priority of the formatter. Of all the available custom formatters, the formatter with the highest priority is always chosen. |
Результат | System |