R
RFOG
Hi all!
I need a class that will be capable to enumerate some internal data, then
my idea is to implement "for each" loop access. Doc says that I've to inherit
form IEnumerable, but then compiler says
"Error 1 error C2955: 'System::Collections::Generic::IEnumerable' : use of
class generic requires generic argument list"
I understand that my class have to be a generic class, but I don't need that.
Is it possible to do?
Thanks in advance.
I need a class that will be capable to enumerate some internal data, then
my idea is to implement "for each" loop access. Doc says that I've to inherit
form IEnumerable, but then compiler says
"Error 1 error C2955: 'System::Collections::Generic::IEnumerable' : use of
class generic requires generic argument list"
I understand that my class have to be a generic class, but I don't need that.
Is it possible to do?
Thanks in advance.