Search:

Type: Posts; User: VirtualAce

Search: Search took 0.10 seconds.

  1. Replies
    10
    Views
    8,045

    Yes ArrayList is a huge trashbin - literally. I...

    Yes ArrayList is a huge trashbin - literally. I cannot believe they hyped C# as a strongly typed language and then threw in a garbage can container for everyone to use.

    Generics are much better...
  2. Replies
    10
    Views
    8,045

    Yes. Perhaps I was confusing C# Array with...

    Yes. Perhaps I was confusing C# Array with ArrayList. Thanks for the correction Mario. This is why I only code in C# when I absolutely have to. I pretty much suck at it compared to some. :D
  3. Replies
    10
    Views
    8,045

    I guess my point is if you only add X number of...

    I guess my point is if you only add X number of items to the array and the array can handle a theoretical infinite number of items there isn't a need to maintain it's size in a variable. As well if...
  4. Replies
    10
    Views
    8,045

    Why would the array size matter in C#? That's a...

    Why would the array size matter in C#? That's a huge benefit of C# array's - the size is handled and managed by the object and not by the program.
Results 1 to 4 of 4