Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Test For Null
Message
 
 
À
04/06/2010 14:30:18
Information générale
Forum:
ASP.NET
Catégorie:
LINQ
Titre:
Divers
Thread ID:
01467359
Message ID:
01467383
Vues:
41
>>>>>RetVal = items.Count==0 ? null : items[0];
>>>>
>>>>It's failing on this line:
>>>>
>>>>List<RuleAction> items = query.ToList();
>>>>
>>>Oh. I thought you said the last line :-}
>>>IAC, that seems odd. I just tested with a query with would have no matches and query.ToList() returned an empty List.....
>>
>>What does <RuleAction> mean in this syntax List<RuleAction> Is it some type?
>
>A generic list. ie. a list that only contains objects of type RuleAction.....

I was just thinking (and I may be completely wrong) could the problem be related with this type?
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform