Smart    Lucky

Smart Lucky

  • NA
  • 555
  • 627.7k

ArrayList

Jun 23 2011 8:24 AM
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)