CAEXSequence |
public class CAEXSequenceEnumerator<T> : IEnumerator<T>, IEnumerator, IDisposable where T : CAEXWrapper
The CAEXSequenceEnumeratorT type exposes the following members.
| Name | Description | |
|---|---|---|
| CAEXSequenceEnumeratorT | Initializes a new instance of the CAEXSequenceEnumeratorT class. |
| Name | Description | |
|---|---|---|
| Current | Gets the item in the collection at the current position of the enumerator. |
| Name | Description | |
|---|---|---|
| Dispose | Dispose this instance. | |
| MoveNext | Sets the enumerator to the next item in the collection. | |
| Reset | Resets the enumerator. |
| Name | Description | |
|---|---|---|
| IEnumeratorCurrent | Gets the item in the collection at the current position of the enumerator. |