1
Answer

ArrayList

Smart    Lucky

Smart Lucky

13y
1.1k
1
HI

I have Declare an arrayList and Fix it when i write its property to check (is it fix or not) but the property display the false it means it is not fixing in size can any one tell me how can i fix it...?

ArrayList arrList =new ArrayList();

ArrayList myFixedSizeAL = ArrayList.FixedSize(arrList);

Console.WriteLine("    Is FixSize {0}", ar.IsFixedSize+ "\n");
Answers (1)