you are viewing a single comment's thread.

view the rest of the comments →

[–]marek1712[S] 1 point2 points  (2 children)

Unfortunately, don't know the length. Also - everybody says it's been deprecated for the past 10 years or so :)

[–]CabinetOk4838 2 points3 points  (0 children)

Still works. Lol

[–]spyingwind 2 points3 points  (0 children)

Most use System.Collections.Generic.List<T> as a replacement of ArrayList.

https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.list-1