RE: Return ArrayList from Method - How?
From: Vinny Vinn (anonymous_at_discussions.microsoft.com)
Date: 03/24/04
- Next message: codymanix: "Re: current type in static methods"
- Previous message: Dmitriy Lapshin [C# / .NET MVP]: "Re: Where did the IP Adress control gone?"
- In reply to: mp: "Return ArrayList from Method - How?"
- Next in thread: Andreas Håkansson: "Re: Return ArrayList from Method - How?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 24 Mar 2004 06:36:06 -0800
private ArrayList returnArrayList()
{
ArrayList theArrayListToReturn = new ArrayList ();
// Do your work
return theArrayListToReturn;
}
- Next message: codymanix: "Re: current type in static methods"
- Previous message: Dmitriy Lapshin [C# / .NET MVP]: "Re: Where did the IP Adress control gone?"
- In reply to: mp: "Return ArrayList from Method - How?"
- Next in thread: Andreas Håkansson: "Re: Return ArrayList from Method - How?"
- Messages sorted by: [ date ] [ thread ]