System::Collections::Generic::Queue::data method

Queue::data() method

Underlying data structure accessor.

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

ReturnValue

Reference to underlying data structure.

See Also

Queue::data() const method

Underlying data structure accessor.

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

ReturnValue

Const reference to underlying data structure.

See Also