System::Collections::BitArray::Get 方法

BitArray::Get method

获取 BitArray 元素。

bool System::Collections::BitArray::Get(int index) const
参数类型描述
索引int要获取的位索引。

ReturnValue

Boolean representation of addressed bit.

另见