Acces Values in DList

axwro via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Aug 23 08:18:15 PDT 2014


On Saturday, 23 August 2014 at 14:54:55 UTC, axwro wrote:
> 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)	


Fixed, i just used Array!Property


More information about the Digitalmars-d-learn mailing list