Metodo System::Collections::ObjectModel::Collection::get_Items

Collection::get_Items() method

Accessor interno alla struttura dati.

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

ReturnValue

Puntatore alla lista interna.

Vedi anche

Collection::get_Items() const method

Accessor interno alla struttura dati.

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

ReturnValue

Puntatore alla lista interna.

Vedi anche