BitVector32()

BitVector32::BitVector32() constructor

Initializes a new empty instance of the BitVector32.

System::Collections::Specialized::BitVector32::BitVector32()

BitVector32::BitVector32(int32_t) constructor

Initializes a new instance of the BitVector32 structure with the specified internal data.

System::Collections::Specialized::BitVector32::BitVector32(int32_t data)

Arguments

ParameterTypeDescription
dataint32_tinternal data

BitVector32::BitVector32(const BitVector32&) constructor

Initializes a new instance of the BitVector32 structure with the information in the specified value.

System::Collections::Specialized::BitVector32::BitVector32(const BitVector32 &value)

Arguments

ParameterTypeDescription
valueconst BitVector32&other BitVector32 object

See Also