hello

  • Thread starter Thread starter MAXX
  • Start date Start date
is there a inbuilt function as ArrayList in c#?

ArrayList is a class, not a function.

C# doesn't have any "inbuilt" classes of functions, it relies on the
framework for that. So ArrayList is as built in as it gets.


Mattias
 
MAXX said:
is there a inbuilt function as ArrayList in c#?

Inbuilt function in what sense? The ArrayList is not so much a C# object
but a .NET framework object
 
Back
Top