
I'm trying to get my AstNode to implement IXmlSerializable but it's not working. Here's my relevant grammar file node:
Thanks,
Brad
Which results in this:
I was expecting this:
Does the root AstNode class support the "Implements" attribute? If not, I can just use a custom AstVisitor but I was hoping to keep it close to the standard XML interfaces.
Thanks,
Brad