System::Collections::Generic::Stack::data 方法
Stack::data() method
内部数据结构访问器。
stack_t & System::Collections::Generic::Stack<T>::data()
ReturnValue
指向内部数据结构的引用。
另见
- Typedef stack_t
- Class Stack
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
Stack::data() const method
内部数据结构访问器。
const stack_t & System::Collections::Generic::Stack<T>::data() const
ReturnValue
指向内部数据结构的常量引用。
另见
- Typedef stack_t
- Class Stack
- Namespace System::Collections::Generic
- Library Aspose.Font for C++