Re: Acces Values in DList

2014-08-23 Thread monarch_dodra via Digitalmars-d-learn
On Saturday, 23 August 2014 at 15:18:15 UTC, axwro wrote: 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:

Re: Acces Values in DList

2014-08-23 Thread axwro via Digitalmars-d-learn
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)

Acces Values in DList

2014-08-23 Thread axwro via Digitalmars-d-learn
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)