System::Collections::Specialized::StringCollection::data Methode

StringCollection::data() method

Interner Zugriff auf die Datenstruktur.

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

ReturnValue

Referenz auf die interne Datenstruktur.

Siehe auch

StringCollection::data() const method

Interner Zugriff auf die Datenstruktur.

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

ReturnValue

Konstante Referenz auf die interne Datenstruktur.

Siehe auch