System::Collections::Generic::BaseSet::data 方法

BaseSet::data() method

底层数据结构访问器。

set_t & System::Collections::Generic::BaseSet<T, SET_T>::data()

ReturnValue

对底层数据结构的引用。

另见

BaseSet::data() const method

底层数据结构访问器。

const set_t & System::Collections::Generic::BaseSet<T, SET_T>::data() const

ReturnValue

对底层数据结构的 const 引用。

另见