Class BitArray32
Represents a large bit array.
Inheritance
System.Object
BitArray32
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class BitArray32
Constructors
BitArray32(Int64)
Creates a new bitvector array.
Declaration
public BitArray32(long size)
Parameters
|
System.Int64
size
|
Properties
Item[Int64]
Returns the element at the given index.
Declaration
public bool this[long idx] { get; set; }
Parameters
|
System.Int64
idx
|
Property Value
|
System.Boolean
|
Length
Returns the length of this array.
Declaration
public long Length { get; }
Property Value
|
System.Int64
|