System::Collections::Generic::List::data method

List::data() method

基礎となるデータ構造へのアクセス関数です。

vector_t & System::Collections::Generic::List<T>::data()

ReturnValue

基礎ベクトルへの参照。

参照

List::data() const method

基礎となるデータ構造へのアクセス関数です。

const vector_t & System::Collections::Generic::List<T>::data() const

ReturnValue

基礎ベクトルへの const 参照。

参照