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

StringCollection::data() method

Internal data structure accessor.

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

ReturnValue

Reference to internal data structure.

See Also

StringCollection::data() const method

Internal data structure accessor.

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

ReturnValue

Const reference to internal data structure.

See Also