Click or drag to resize
IIterator Properties

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