Property | Type | Description | |
---|---|---|---|
Priority | int |
Method | Description | |
---|---|---|
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. |
return | System |