|
Passing ArrayList as reference to function I'm trying to pass ArrayList as [ref] to a function without any success. I
tried .Add which fails because [ref] deosn't have Add method. I tried casting
but to no avail. Does any one have any sample code? thanks. |