array of classes
am 15.04.2008 19:31:28 von KhanHi all.
I'm new to this.I'm creating asp.net page in c#.
I have a custom class and i want to create an array of that class. How do i
create that array and initialze it?
Hi all.
I'm new to this.I'm creating asp.net page in c#.
I have a custom class and i want to create an array of that class. How do i
create that array and initialze it?
> Hi all.
>
> I'm new to this.I'm creating asp.net page in c#.
> I have a custom class and i want to create an array of that class. How
> do i
> create that array and initialze it?
Hi, you should use a Generic collection-class for type-safety. You can initialize
it like this:
List