Re: XmlDocument.SelectNodes()
- From: Jon Skeet [C# MVP] <skeet@xxxxxxxxx>
- Date: Mon, 20 Feb 2006 07:18:47 -0000
PiotrKolodziej <piotr.kolodziej@xxxxxxxxx> wrote:
Anyway here is first ver. of the method:
static private XmlNode checkEgsistance(ref ArrayList mList)
<snip>
Out of interest, why is that a "ref" parameter? I can't see anything
which modifies the value of the variable (as opposed to the object it
refers to).
See http://www.pobox.com/~skeet/csharp/parameters.html for more
information.
--
Jon Skeet - <skeet@xxxxxxxxx>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
.
- Follow-Ups:
- Re: XmlDocument.SelectNodes()
- From: PiotrKolodziej
- Re: XmlDocument.SelectNodes()
- References:
- Re: XmlDocument.SelectNodes()
- From: Jon Skeet [C# MVP]
- Re: XmlDocument.SelectNodes()
- From: PiotrKolodziej
- Re: XmlDocument.SelectNodes()
- Prev by Date: Re: Open Windows Forms
- Next by Date: Re: switch sytax ?
- Previous by thread: Re: XmlDocument.SelectNodes()
- Next by thread: Re: XmlDocument.SelectNodes()
- Index(es):
Relevant Pages
|