System::Collections::Generic::Queue::data-metod

Queue::data() method

Åtkomst till underliggande datastruktur.

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

ReturnValue

Referens till underliggande datastruktur.

Se även

Queue::data() const method

Åtkomst till underliggande datastruktur.

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

ReturnValue

Konstant referens till underliggande datastruktur.

Se även