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
- Typedef SharedPtr
- Class IList
- Class Collection
- Namespace System::Collections::ObjectModel
- Library Aspose.PUB for C++
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
- Class ListPtr
- Class Collection
- Namespace System::Collections::ObjectModel
- Library Aspose.PUB for C++