Click or drag to resize

CAEXEnumerableT(IEnumerableXElement) Constructor

Creates a new instance for the CAEX enumerable without an associated CAEXSequence.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public CAEXEnumerable(
	IEnumerable<XElement> elements
)

Parameters

elements  IEnumerableXElement
The Xml-Element collection.
See Also