Re: Arraylist.remove problem?? Please help.
- From: "Bruce Wood" <brucewood@xxxxxxxxxx>
- Date: 31 May 2006 23:59:39 -0700
Extremest wrote:
it is running pretty good now I have put in the insert and delete setup
or the db into it...obvioulsy it slowed it down quite a bit but is
still running faster now then it was before with out them. So thank
you very much. Will see what i can do with the group thing.
It probably doesn't help that in my haste I wrote:
public void GetEnumerator()
{
return this._list.GetEnumerator();
}
when I should have written:
public IEnumerator GetEnumerator()
{
return this._list.GetEnumerator();
}
.
- Follow-Ups:
- Re: Arraylist.remove problem?? Please help.
- From: Extremest
- Re: Arraylist.remove problem?? Please help.
- References:
- Re: Arraylist.remove problem?? Please help.
- From: Bjorn Abelli
- Re: Arraylist.remove problem?? Please help.
- From: Extremest
- Re: Arraylist.remove problem?? Please help.
- From: Bruce Wood
- Re: Arraylist.remove problem?? Please help.
- From: Extremest
- Re: Arraylist.remove problem?? Please help.
- From: Extremest
- Re: Arraylist.remove problem?? Please help.
- From: Extremest
- Re: Arraylist.remove problem?? Please help.
- Prev by Date: Re: How to download a file from Server to client
- Next by Date: Using XML DTD
- Previous by thread: Re: Arraylist.remove problem?? Please help.
- Next by thread: Re: Arraylist.remove problem?? Please help.
- Index(es):
Loading