data()

StringCollection::data() method

Internal data structure accessor.

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

Return Value

Reference to internal data structure.

StringCollection::data() const method

Internal data structure accessor.

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

Return Value

Const reference to internal data structure.

See Also