Click or drag to resize
IIteratorT Properties

The IIteratorT generic 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
See Also