Click or drag to resize

ModelElementVisitorVisitElements Method (IEnumerableModelElement)

Visit the given elements.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public virtual void VisitElements(
	IEnumerable<ModelElement> elems
)

Parameters

elems
Type: System.Collections.GenericIEnumerableModelElement
Elements to visit.
See Also