BitVector32 Constructor
Supported by the .NET Compact Framework. |
Overloaded. Initializes a new instance of the BitVector32 structure. |
Data
Supported by the .NET Compact Framework. |
Gets the value of the BitVector32 as an integer. |
Item |
Overloaded. Gets or sets the value of the specified section or bit flag.
In C#, this property is the indexer for the BitVector32 class. |
![]() CreateMask
Supported by the .NET Compact Framework. |
Overloaded. Creates a series of masks that can be used to retrieve individual bits in a BitVector32 that is set up as bit flags. |
![]() CreateSection
Supported by the .NET Compact Framework. |
Overloaded. Creates a series of sections that contain small integers. |
Equals
Supported by the .NET Compact Framework. |
Overridden. Determines whether the specified object is equal to the BitVector32. |
GetHashCode
Supported by the .NET Compact Framework. |
Overridden. Serves as a hash function for the BitVector32. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. |
Gets the Type of the current instance. |
ToString
Supported by the .NET Compact Framework. |
Overloaded. Overridden. See ValueType.ToString. |
Finalize (inherited from Object)
Supported by the .NET Compact Framework. |
Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. |
Creates a shallow copy of the current Object. |
BitVector32 Structure | System.Collections.Specialized Namespace