System::Collections::Specialized::StringCollection::data metod

StringCollection::data() method

Intern åtkomst till datastruktur.

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

ReturnValue

Referens till intern datastruktur.

Se även

StringCollection::data() const method

Intern åtkomst till datastruktur.

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

ReturnValue

Konstant referens till intern datastruktur.

Se även