M Mattias Sjögren Jul 4, 2007 #2 is there a inbuilt function as ArrayList in c#? Click to expand... 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
is there a inbuilt function as ArrayList in c#? Click to expand... 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
R Rad [Visual C# MVP] Jul 4, 2007 #3 MAXX said: is there a inbuilt function as ArrayList in c#? Click to expand... Inbuilt function in what sense? The ArrayList is not so much a C# object but a .NET framework object
MAXX said: is there a inbuilt function as ArrayList in c#? Click to expand... Inbuilt function in what sense? The ArrayList is not so much a C# object but a .NET framework object