Property | Type | Description | |
---|---|---|---|
SerializedGenericTypeDefinition | Type |
Method | Description | |
---|---|---|
CustomGenericFormatterAttribute ( Type serializedGenericTypeDefinition, int priority ) : System |
Initializes a new instance of the CustomGenericFormatterAttribute class.
|
public CustomGenericFormatterAttribute ( Type serializedGenericTypeDefinition, int priority ) : System | ||
serializedGenericTypeDefinition | Type | The generic type definition of the serialized type. |
priority | int | The priority of the formatter. Of all the available custom formatters, the formatter with the highest priority is always chosen. |
return | System |