System::Collections::Generic::Stack::data metod

Stack::data() method

Intern åtkomst till datastruktur.

stack_t & System::Collections::Generic::Stack<T>::data()

ReturnValue

Referens till intern datastruktur.

Se även

Stack::data() const method

Intern åtkomst till datastruktur.

const stack_t & System::Collections::Generic::Stack<T>::data() const

ReturnValue

Konstant referens till intern datastruktur.

Se även