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

内部データ構造への const 参照です。

参照