Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

BitArray::Count Property

 

Gets the number of elements contained in the BitArray.

Namespace:   System.Collections
Assembly:  mscorlib (in mscorlib.dll)

public:
property int Count {
	virtual int get() sealed;
}

Property Value

Type: System::Int32

The number of elements contained in the BitArray.

Length and Count return the same value. Length can be set to a specific value, but Count is read-only.

Retrieving the value of this property is an O(1) operation.

.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show:
© 2017 Microsoft