System::Collections::Specialized::StringCollection::data 方法

StringCollection::data() method

内部数据结构访问器。

std::vector<System::String> & System::Collections::Specialized::StringCollection::data()

ReturnValue

指向内部数据结构的引用。

另见

StringCollection::data() const method

内部数据结构访问器。

const std::vector<System::String> & System::Collections::Specialized::StringCollection::data() const

ReturnValue

指向内部数据结构的常量引用。

另见