Posts: 3,133
Threads: 71
Joined: Dec 2013
Reputation:
0
There's not specifically a "limit", although there might be a better way of doing whatever your doing. Is there something specific that you're trying to do?
Posts: 175
Threads: 1
Joined: Apr 2017
Reputation:
0
An enumerator is basically a consecutive list of numbers composed of "name tags". If there is a limit, it would probably be the max integer value.
Posts: 1,147
Threads: 109
Joined: Jul 2013
Reputation:
0
I personally wouldn't use like 100 'name tags' for one single enum lol.. But I'd say, try it out?