In C# to create a collection BitArray what do you need? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

In C# to create a collection BitArray what do you need?

i already know the answer just give me your opinions hehe

17th Mar 2017, 11:09 AM
Tariq SADDEK
Tariq SADDEK - avatar
2 Answers
+ 1
Make a class with methods that work with arrays. That is your collection
18th Mar 2017, 4:29 PM
Леон Яровинский
Леон Яровинский - avatar
0
or just create a collection of type BitArray like this hehe BitArray BA = new BitArray (20);
18th Mar 2017, 4:38 PM
Tariq SADDEK
Tariq SADDEK - avatar