System::Collections::Generic::Stack::data 方法

Stack::data() method

内部数据结构访问器。

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

ReturnValue

指向内部数据结构的引用。

另见

Stack::data() const method

内部数据结构访问器。

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

ReturnValue

指向内部数据结构的常量引用。

另见