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
基礎ベクトルへの const 参照。
参照
- Typedef vector_t
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++