IIterable Interface |
Namespace: FlexRule
public interface IIterable : IEnumerable, IArray
The IIterable 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 | |
---|---|---|
![]() | GetItem |
Gets the item by index from array
(Inherited from IArray.) |
![]() | GetIterator |
Gets a new iterator
|
Name | Description | |
---|---|---|
![]() | CastT | (Defined by ArrayExtensions.) |
![]() | IndexOf | (Defined by FindUtility.) |