+ 1
In C# to create a collection BitArray what do you need?
i already know the answer just give me your opinions hehe
2 Réponses
+ 1
Make a class with methods that work with arrays. That is your collection
0
or just create a collection of type BitArray
like this hehe
BitArray BA = new BitArray (20);