BitArray (System.Collections.BitArray)

Inherits: System.Object

Interfaces: ICloneable, IEnumerable, ICollection

Derived Types: 0

Assembly: mscorlib.dll

Manages a compact array of bit values, which are represented as Booleans, where true indicates that the bit is on (1) and false indicates the bit is off (0).

VB.NET C#

VB.NET

Public NotInheritable Class BitArray
  Implements System.ICloneable, System.Collections.IEnumerable, System.Collections.ICollection
End Class

Articles

Mono Documentation

... Class Library : System.Collections.BitArray Overview | Members System.Collections.BitArray ... Value A System.Int32 that specifies the number of elements contained in the ...

Mono Documentation

... Class Library : System.Collections.BitArray Overview | Members System.Collections.BitArray ... Gets or Sets the number of elements contained in the current instance ...

Enums unter C#

System.Collections.BitArray members; System.Collections.Generic.Dictionary mapMember2Index; #endregion #region "ctors" public Set() { Initialize ...

BitArray.Xor Method

Performs the bitwise eXclusive OR operation on the elements in the current BitArray against the corresponding elements in the specified BitArray

BitArray.And Method

Performs the bitwise AND operation on the elements in the current BitArray against the corresponding elements in the specified BitArray . [VisualĀ Basic] Public Function And ...

24104 Delphi implementation of dotNET System.Collections.BitArray

CDN Login Required to Download. (You will be redirected to the login page if you click on the Download Link) To download this, you must have registered:

24104 Delphi implementation of dotNET System.Collections.BitArray

CDN Login Required to Download. (You will be redirected to the login page if you click on the Download Link) To download this, you must have registered:

Peter Golde's Blog : System.Collections.BitArray

It seems slightly unfortunate that System.Collections.BitArray doesn't implement IList<bool>. I supposed the use cases don't overlap that much, but bool[] does implement ...

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support