pmMDA.NET

IDataObject.Accept Method 

[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.

void Accept(
   IDataObjectVisitor visitor
);

Parameters

visitor
Visitor to act on the data object.

See Also

IDataObject Interface | PmMda.Net.Dog Namespace