Click or drag to resize

CAEXSequenceEnumeratorT Class

This class implements the CAEX sequence enumerator which creates a CAEXWrapper for each enumerated XML-Element.
Inheritance Hierarchy
SystemObject
  Aml.Engine.CAEXCAEXSequenceEnumeratorT

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

Type Parameters

T

The CAEXSequenceEnumeratorT type exposes the following members.

Constructors
 NameDescription
Public methodCAEXSequenceEnumeratorT Initializes a new instance of the CAEXSequenceEnumeratorT class.
Top
Properties
 NameDescription
Public propertyCurrent Gets the item in the collection at the current position of the enumerator.
Top
Methods
 NameDescription
Public methodDispose Dispose this instance.
Public methodMoveNext Sets the enumerator to the next item in the collection.
Public methodReset Resets the enumerator.
Top
Explicit Interface Implementations
 NameDescription
Explicit interface implementationPrivate propertyIEnumeratorCurrent Gets the item in the collection at the current position of the enumerator.
Top
See Also