Método data de System::Collections::Generic::BaseSet

BaseSet::data() method

Accesor de la estructura de datos subyacente.

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

ReturnValue

Referencia a la estructura de datos subyacente.

Ver también

BaseSet::data() const method

Accesor de la estructura de datos subyacente.

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

ReturnValue

Referencia constante a la estructura de datos subyacente.

Ver también