Click or drag to resize
IIterator Interface
Iterator of a 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 : IEnumerator, 
	IArray

The IIterator type exposes the following members.

Properties
  NameDescription
Public propertyCount
Total numbers of item in the array
(Inherited from IArray.)
Public propertyCurrent
Gets the current element in the collection.
(Inherited from IEnumerator.)
Public propertyItem
Gets the item by index from array
(Inherited from IArray.)
Top
Methods
  NameDescription
Public methodGetItem
Gets the item by index from array
(Inherited from IArray.)
Public methodMoveNext
Advances the enumerator to the next element of the collection.
(Inherited from IEnumerator.)
Public methodReset
Sets the enumerator to its initial position, which is before the first element in the collection.
(Inherited from IEnumerator.)
Top
Extension Methods
See Also