Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Visitor
ObjectStructure
C# Class Visitor.ObjectStructure
Datei anzeigen
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