data()

List::data() method

Underlying data structure access function.

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

Return Value

Reference to underlying vector.

List::data() const method

Underlying data structure access function.

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

Return Value

Const reference to underlying vector.

See Also