Click or drag to resize
IIteratorT Interface
Iterator of a generic list

Namespace: FlexRule
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface IIterator<T> : IIterator, 
	IEnumerator<T>, IDisposable, IEnumerator, IArray<T>, IArray

Type Parameters

T

The IIteratorT 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