data()

Stack::data() method

Internal data structure accessor.

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

Return Value

Reference to internal data structure.

Stack::data() const method

Internal data structure accessor.

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

Return Value

Const reference to internal data structure.

See Also