System::Collections::Generic::Stack::data method

Stack::data() method

Internal data structure accessor.

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

ReturnValue

Reference to internal data structure.

See Also

Stack::data() const method

Internal data structure accessor.

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

ReturnValue

Const reference to internal data structure.

See Also