A
Alberto
I have a class and I want to create a property but I need it work as an
indexer. For example:
pupil.calification[3] = 8;
Can you tell me how to do it?
Thank you very much.
indexer. For example:
pupil.calification[3] = 8;
Can you tell me how to do it?
Thank you very much.