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

StringCollection::data() method

Accesor interno de la estructura de datos.

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

ReturnValue

Referencia a la estructura de datos interna.

Ver también

StringCollection::data() const method

Accesor interno de la estructura de datos.

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

ReturnValue

Referencia constante a la estructura de datos interna.

Ver también