DIM hClassSymbols AS .ClassSymbols
DIM aString AS String

FOR EACH aString IN hClassSymbols
  ...
NEXT

Enumerates the symbol name of the class.