Is there an easy example to show me how to prepare a collection?
I would like to create an 'items' propery.
Not sure if that is handy anyway, afaik foreach() is not supported at this time(?)
Or should i use an item method with index?
I would have a limitted collection so optimized enumeration is not that required at this time.
Though i find real collections the better thing to use.
I would like to create an 'items' propery.
Not sure if that is handy anyway, afaik foreach() is not supported at this time(?)
Or should i use an item method with index?
I would have a limitted collection so optimized enumeration is not that required at this time.
Though i find real collections the better thing to use.
Comment