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

StringCollection::data() method

Interne gegevensstructuur-toegangsfunctie.

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

ReturnValue

Referentie naar interne datastructuur.

Zie ook

StringCollection::data() const method

Interne gegevensstructuur-toegangsfunctie.

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

ReturnValue

Const referentie naar interne datastructuur.

Zie ook