REALLoadObjectMethod for Dictionary Iterator

Hello,

I’d like to load Iterator method on Dictionary class.

The method should be Iterator() as Iterator

REALLoadObjectMethod returns nil for all variants I tried.
Has anyone used this and has an idea?

@William_Yu maybe can check if REALLoadObjectMethod can find items, that have attributes? Iterator may be a hidden method.

You’re right, it is hidden, and it probably shouldn’t be since we don’t hide the other Iterators on Set, RowSet, DatabaseRow, etc. We’ll get that changed, thanks for pointing it out.

1 Like

Okay. i made an issue: Make iterator in Dictionary class visible

1 Like