System::Collections::Generic::Queue::data metodo

Queue::data() method

Accessor della struttura dati sottostante.

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

ReturnValue

Riferimento alla struttura dati sottostante.

Vedi anche

Queue::data() const method

Accessor della struttura dati sottostante.

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

ReturnValue

Riferimento const alla struttura dati sottostante.

Vedi anche