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)
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)