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
Extension Methods
See Also