IIterator Interface |
Namespace: FlexRule
public interface IIterator : IEnumerator, IArray
The IIterator type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Total numbers of item in the array
(Inherited from IArray.) |
![]() | Item |
Gets the item by index from array
(Inherited from IArray.) |
Name | Description | |
---|---|---|
![]() | CastT | (Defined by ArrayExtensions.) |