Click or drag to resize

CAEXSequenceEnumeratorT Constructor

Initializes a new instance of the CAEXSequenceEnumeratorT class.

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

Parameters

sequence  CAEXSequenceT
The CAEXSequence, defining the sequence of XML elements.
elements  IEnumerableXElement
The collection of XML elements of the CAEX sequence.
See Also