سلام
مشکل این کد چیه که ارور میده

   bool[] myBools = new bool[5] { true, false, true, true, false };
BitArray myBA4 = new BitArray(myBools);


از using System.Collections; هم استفاده کردم

اینم ارور
Error 1 'ch5_13.BitArray' does not contain a constructor that takes 1 arguments