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 propertyCurrent
Gets the element in the collection at the current position of the enumerator.
(Inherited from IEnumeratorT.)
Public propertyItem
Gets the item by index from array
(Inherited from IArrayT.)
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetItem
Gets the item by index from array
(Inherited from IArrayT.)
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