-
Notifications
You must be signed in to change notification settings - Fork 1
ConverterAttribute
jasniec edited this page Nov 1, 2019
·
1 revision
ConverterAttribute was created before IParserInterface
. Now it's recommended to create own attribute than use ConverterAttribute
.
Constructor attributes:
-
Type
converterType - type ofIConverter
class with public default constructor
Takes: object
Returns: object
Class that impements IConverter
is responsible for the convert process. In this attribute it is created and called.