System::Collections::ObjectModel::Collection::get_Items 메서드

Collection::get_Items() method

내부 데이터 구조 접근자.

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

ReturnValue

내부 리스트에 대한 포인터.

또 보기

Collection::get_Items() const method

내부 데이터 구조 접근자.

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

ReturnValue

내부 리스트에 대한 포인터.

또 보기