![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | array of classes 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? |
My System Specs![]() |
| | #2 (permalink) |
| | Re: array of classes > Hi all. Quote: > > 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? it like this: List<YourCustomClass> myList = new List<YourCustomClass>(); |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Fast copy method of sub array (=array range) possible? | VB Script | |||
| How to create array without quotes? $array = (a,b,c) | PowerShell | |||
| Array indexing: Want to say "Item #2 through the rest of the array." | PowerShell | |||
| Stupid Array Tricks: Initializing an Array to a Certain Size | PowerShell | |||
| how to assign values to array and how to create array via variable | PowerShell | |||