System::Collections::Specialized::BitVector32::Section 类

Section class

表示向量中的一个部分,该部分可以容纳整数。

class Section

方法

方法描述
Equals(const BitVector32::Section&)确定指定的对象是否与当前对象相同。
get_Mask()获取一个在 BitVector32 中隔离此部分的掩码。
get_Offset()获取此部分相对于 BitVector32 起始位置的偏移量。
GetHashCode() const返回当前对象的哈希码。
Section()创建空对象。
Section(int16_t, int16_t)使用指定的掩码和偏移量创建 Section 对象。
static ToString(BitVector32::Section)将由 value 参数表示的值转换为字符串。
ToString() const将当前对象表示的值转换为字符串。

另见