System::Collections::Generic::List::data 方法

List::data() method

底层数据结构访问函数。

vector_t & System::Collections::Generic::List<T>::data()

ReturnValue

对底层向量的引用。

另见

List::data() const method

底层数据结构访问函数。

const vector_t & System::Collections::Generic::List<T>::data() const

ReturnValue

对底层向量的常量引用。

另见