Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Setting properties in Generic list
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
C# 5.0
OS:
Windows 7
Network:
SAMBA Server
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01610922
Message ID:
01610953
Vues:
31
>Nice one Viv I'll give it a go

Actually, thinking about it I don't think it's valid (even if I'd used ==) :-{

Update: try:
foreach(Info i in list.Where(x=>x.Postcode.StartsWith("HR")))
            {
                i.SomeProperty = true;
            }
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform