Click or drag to resize

CAEXEnumerableT Class

This class implements a specific enumeration type which wraps an XElement with a CAEXWrapper during enumeration. The enumerator for this class is CAEXSequenceEnumeratorT
Inheritance Hierarchy
SystemObject
  Aml.Engine.CAEXCAEXEnumerableT

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public class CAEXEnumerable<T> : IEnumerable<T>, 
	IEnumerable
where T : CAEXWrapper

Type Parameters

T
Type of the CAEX wrapper

The CAEXEnumerableT type exposes the following members.

Constructors
 NameDescription
Public methodCAEXEnumerableT(IEnumerableXElement) Creates a new instance for the CAEX enumerable without an associated CAEXSequence.
Public methodCAEXEnumerableT(CAEXSequenceT, IEnumerableXElement) Creates a new instance for a CAEXEnumerable with an associated CAEXSequence.
Top
Methods
 NameDescription
Public methodGetEnumerator Gets the CAEXSequenceEnumerator
Top
Explicit Interface Implementations
 NameDescription
Explicit interface implementationPrivate methodIEnumerableGetEnumerator Returns an enumerator that iterates through a collection.
Top
See Also