C# Class Visitor.ObjectStructure

Show file Open project: mravinale/gof-patterns Class Usage Examples

Public Methods

Method Description
Accept ( Visitor visitor ) : void
Attach ( Element element ) : void
Detach ( Element element ) : void

Method Details

Accept() public method

public Accept ( Visitor visitor ) : void
visitor Visitor
return void

Attach() public method

public Attach ( Element element ) : void
element Element
return void

Detach() public method

public Detach ( Element element ) : void
element Element
return void