Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Detect if an index is part of a collection
Message
De
10/01/2013 02:09:15
 
 
À
09/01/2013 15:48:31
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:
01561962
Message ID:
01562008
Vues:
44
>What is the easiest way to detect if an index is part of a collection? I have this oSearch collection. Before doing oSearch.Remove(1), I would like to verify if that key exist first.

Rob gave the answer but you *might* get by just by checking the Remove() return value. This will be false if the item was not found - but also false if the Remove() failed for some other reason (which is the possible downside)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform