System::Collections::Generic::BaseSet::data メソッド

BaseSet::data() method

基礎となるデータ構造へのアクセサです。

set_t & System::Collections::Generic::BaseSet<T, SET_T>::data()

ReturnValue

基礎データ構造への参照。

参照

BaseSet::data() const method

基礎となるデータ構造へのアクセサです。

const set_t & System::Collections::Generic::BaseSet<T, SET_T>::data() const

ReturnValue

基礎データ構造への const 参照。

参照