Click or drag to resize

ModelBeamAcceptT Method (IModelElementVisitorT, T)

accept an element visitor.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public override void Accept<T>(
	IModelElementVisitor<T> v,
	T arg
)

Parameters

v
Type: Karamba.ElementsIModelElementVisitorT
visitor.
arg
Type: T
argument passed to the accepting object.

Type Parameters

T
type of visitor.
See Also