|
IBuilderElementVisitorR, TVisitShell Method
|
Visits a shell.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
SyntaxR 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
Parameters
- e
- Type: Karamba.ElementsBuilderShell
Element to visit. - arg
- Type: T
Visitor argument.
Return Value
Type:
RVisitor return object.
See Also