Originariamente inviata da Veronica80 Io vorrei poter filtrare un'oggetto cls_Tilesets in base al suo ID dalla mia list(of cls_Tilesets). Ho provato con lambda: codice: dim res as cls_Tilesets = miaLista.where(function(t) t.id=3).single ma non va Io non ho ben capito di che tipo è miaLista. Inoltre, qual è l'errore?
dim res as cls_Tilesets = miaLista.where(function(t) t.id=3).single
MARCO BREVEGLIERI Software and Web Developer, Teacher and Consultant Home | Blog | Delphi Podcast | Twitch | Altro...
Regole del Forum