Método System::Collections::ObjectModel::Collection::get_Items

Collection::get_Items() method

Accesor interno de la estructura de datos.

SharedPtr<Generic::IList<T>> System::Collections::ObjectModel::Collection<T>::get_Items()

ReturnValue

Puntero a la lista interna.

Ver también

Collection::get_Items() const method

Accesor interno de la estructura de datos.

const Generic::ListPtr<T> System::Collections::ObjectModel::Collection<T>::get_Items() const

ReturnValue

Puntero a la lista interna.

Ver también