System::Collections::Generic::BaseSet::data metodo

BaseSet::data() method

Accessor della struttura dati sottostante.

set_t & System::Collections::Generic::BaseSet<T, SET_T>::data()

ReturnValue

Riferimento alla struttura dati sottostante.

Vedi anche

BaseSet::data() const method

Accessor della struttura dati sottostante.

const set_t & System::Collections::Generic::BaseSet<T, SET_T>::data() const

ReturnValue

Riferimento const alla struttura dati sottostante.

Vedi anche