Skip to content

Add support for custom nodes in the hierarchical visitor #12

@kzu

Description

@kzu

Probably with something like:

        public override bool Accept(ISolutionVisitor visitor)
        {
            visitor.VisitEnter<ICustomNode>(this);
            return visitor.VisitLeave<ICustomNode>(this);
        }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions