Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fastest way to sort a collection
Message
De
31/01/2013 11:40:36
 
 
À
30/01/2013 18:52:17
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01564757
Message ID:
01564846
Vues:
47
The List class (http://msdn.microsoft.com/en-us/library/6sh2ey19%28v=vs.90%29.aspx) also supports an indeterminate number of items. Given your usage, you may also want to consider using a Dictionary (http://msdn.microsoft.com/en-us/library/xfhwa508%28v=vs.90%29.aspx) as it will provide O(1) access to your data by the field. A dictionary will only work if your field is unique though.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform