IBuilderElementVisitorR, TVisitShell Method
Visits a shell.
Namespace: Karamba.ElementsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
R VisitShell(
BuilderShell e,
T arg
)
Function VisitShell (
e As BuilderShell,
arg As T
) As R
R VisitShell(
BuilderShell^ e,
T arg
)
abstract VisitShell :
e : BuilderShell *
arg : 'T -> 'R
- e BuilderShell
- Element to visit.
- arg T
- Visitor argument.
RVisitor return object.