Returns an iterator for the IRB Records.
Syntax

[C#]

virtual IEnumerator<PhotoshopRecord> GetEnumerator();

[Visual Basic]

Overidable Function GetEnumerator() As IEnumerator(Of PhotoshopRecord)
Notes

None.

See Also

Count

Example

None.