Acces Values in DList

axwro via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Aug 23 07:54:52 PDT 2014


How can i access values in DList?

I save different objects of type "Property" in my DList, but if i 
want to access them this way:

this.properties[0].value.start

i get:

Error: no [] operator overload for type DList!(Property)	


More information about the Digitalmars-d-learn mailing list