data()

Queue::data() method

Underlying data structure accessor.

queue_t & System::Collections::Generic::Queue<T>::data()

Return Value

Reference to underlying data structure.

Queue::data() const method

Underlying data structure accessor.

const queue_t & System::Collections::Generic::Queue<T>::data() const

Return Value

Const reference to underlying data structure.

See Also