-
Notifications
You must be signed in to change notification settings - Fork 1
Parser attributes
jasniec edited this page Nov 1, 2019
·
2 revisions
All attributes that implements IParserAttribute
can be used in parsing flow.
Parsers take value from above's attribute (start or parser), changes its value and give it to the next parser attribute or set in the property.
Parsers are not resistant to passing wrong type, in that case an exception will be thrown.