Re: List<>.Exists()???
- From: "Peter Duniho" <NpOeStPeAdM@xxxxxxxxxxxxxxxx>
- Date: Tue, 04 Dec 2007 11:51:06 -0800
On Tue, 04 Dec 2007 07:39:12 -0800, Ben Voigt [C++ MVP] <rbv@xxxxxxxxxxxxx> wrote:
This answer has come up before...
I think it may have something to do with the fact that the help article for
Exists doesn't mention Contains anywhere, never mind as a "Remarks: To find
whether the list contains an element equal to a provided element, use the
Contains method".
Well, that and for some reason it seems that people frequently overlook that for each class there's a doc page that provides a complete list of all members of the class.
For me, that's almost always the first place I go (assuming I didn't find what I was looking for directly in VS using the Intellisense feature) if I'm trying to find out if there's some method or something that does what I want.
Pete
.
- References:
- List<>.Exists()???
- From: A
- Re: List<>.Exists()???
- From: Marc Gravell
- Re: List<>.Exists()???
- From: Ben Voigt [C++ MVP]
- List<>.Exists()???
- Prev by Date: Re: Label Printing
- Next by Date: Re: Passing String to other Applications with SendMessage,...
- Previous by thread: Re: List<>.Exists()???
- Next by thread: Re: List<>.Exists()???
- Index(es):
Relevant Pages
|