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 参照です。

参照