System::Collections::ObjectModel::Collection::get_Items method

Collection::get_Items() method

Internal data structure accessor.

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

ReturnValue

Pointer to internal list.

See Also

Collection::get_Items() const method

Internal data structure accessor.

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

ReturnValue

Pointer to internal list.

See Also