System::Collections::Specialized::StringCollection::data method

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

내부 데이터 구조에 대한 const 참조.

또 보기