System::Collections::ObjectModel::Collection::get_Items metodu

Collection::get_Items() method

Dahili veri yapısı erişicisi.

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

ReturnValue

İç listeye işaretçi.

Ayrıca Bakınız

Collection::get_Items() const method

Dahili veri yapısı erişicisi.

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

ReturnValue

İç listeye işaretçi.

Ayrıca Bakınız