Click or drag to resize
IIterableT Interface
Iterable of generic list that has item

Namespace: FlexRule
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface IIterable<out T> : IEnumerable<T>, 
	IIterable, IEnumerable, IArray<T>, IArray

Type Parameters

T

The IIterableT type exposes the following members.

Properties
  NameDescription
Public propertyCount
Total numbers of item in the array
(Inherited from IArray.)
Public propertyItem
Gets the item by index from array
(Inherited from IArrayT.)
Top
Methods
  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableT.)
Public methodGetItem
Gets the item by index from array
(Inherited from IArrayT.)
Public methodGetIteratorT
Gets a new generic iterator
Top
Extension Methods
See Also