BitArray.ICollection.Count Property
Gets the number of elements in the BitArray.
Assembly: mscorlib (in mscorlib.dll)
Caution
|
|---|
|
This member is not present in the Portable Class Library. If you are developing applications that target the Portable Class Library, use the Count property instead. |
This member is an explicit interface member implementation. It can be used only when the BitArray instance is cast to an ICollection interface.
Caution