System::Collections::Generic::List::data method
List::data() method
기본 데이터 구조 접근 함수입니다.
vector_t & System::Collections::Generic::List<T>::data()
ReturnValue
기본 벡터에 대한 참조.
또 보기
- Typedef vector_t
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::data() const method
기본 데이터 구조 접근 함수입니다.
const vector_t & System::Collections::Generic::List<T>::data() const
ReturnValue
기본 벡터에 대한 상수 참조.
또 보기
- Typedef vector_t
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++