| IIteratorT Interface |
Namespace: FlexRule
public interface IIterator<T> : IIterator, IEnumerator<T>, IDisposable, IEnumerator, IArray<T>, IArray
The IIteratorT type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Total numbers of item in the array
(Inherited from IArray.) | |
| Current | Gets the element in the collection at the current position of the enumerator. (Inherited from IEnumeratorT.) | |
| Item |
Gets the item by index from array
(Inherited from IArrayT.) |
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| GetItem |
Gets the item by index from array
(Inherited from IArrayT.) | |
| MoveNext | Advances the enumerator to the next element of the collection. (Inherited from IEnumerator.) | |
| Reset | Sets the enumerator to its initial position, which is before the first element in the collection. (Inherited from IEnumerator.) |
| Name | Description | |
|---|---|---|
| CastT | (Defined by ArrayExtensions.) |