get_Items()

Collection::get_Items() method

Internal data structure accessor.

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

Return Value

Pointer to internal list.

Collection::get_Items() const method

Internal data structure accessor.

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

Return Value

Pointer to internal list.

See Also