IModelElementVisitorTVisitShell Method
Visit shell.
Namespace: Karamba.ElementsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
void 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 ModelShell
- Element to be visited.
- arg T
- Visitor argument.