[This is preliminary documentation and subject to change.]
Defines the accept method of the visitor pattern. The accept method dispatches the visitor to all its relevant children. A relevant child is always another data object.
IDataObject Interface | PmMda.Net.Dog Namespace