|
IModelElementVisitorTVisitShell Method
|
Visit shell.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxvoid VisitShell(
ModelShell e,
T arg
)
Sub VisitShell (
e As ModelShell,
arg As T
)
void VisitShell(
ModelShell^ e,
T arg
)
abstract VisitShell :
e : ModelShell *
arg : 'T -> unit
Parameters
- e
- Type: Karamba.ElementsModelShell
Element to be visited. - arg
- Type: T
Visitor argument.
See Also