Click or drag to resize

CAEXEnumerableT(CAEXSequenceT, IEnumerableXElement) Constructor

Creates a new instance for a CAEXEnumerable with an associated CAEXSequence.

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

Parameters

sequence  CAEXSequenceT
The CAEXSequence containing the Xml-Element collection. If null, the specified Xml-Element collection is not associated with a CAEXSequence.
elements  IEnumerableXElement
The Xml-Element collection. If not associated to a CAEXSequence the specified sequence should be set to null.
See Also