IModelElementVisitorT, R Interface
Element visitor returning a result and taking one additional argument of type T.
Namespace: Karamba.ElementsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public interface IModelElementVisitor<T, R>
Public Interface IModelElementVisitor(Of T, R)
generic<typename T, typename R>
public interface class IModelElementVisitor
type IModelElementVisitor<'T, 'R> = interface end
Type Parameters
- T
- Visitor argument.
- R
- Second visitor argument.