IConfigDocNode

Description

interface Tinman.Core.Config.Docs.IConfigDocNode

Derived from

IDocumentNode

Extended by

MemberDocNode sealed
TypeDocNode sealed

Base interface for config doc nodes.

Public / Methods

Accept


public method Accept → (2)

visitor in : IConfigDocNodeVisitor

The visitor to accept. If null the method shall return silently.

userData in : object

Optional user data object.

Accepts the given node visitor.

IOException

If an I/O error has occurred.