프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 ( 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 |