System::Collections::Generic::BaseDictionary::data method

BaseDictionary::data() method

Underlying data storage accessor.

Map & System::Collections::Generic::BaseDictionary<Map>::data()

ReturnValue

Reference to underlying data storage.

See Also

BaseDictionary::data() const method

Underlying data storage accessor.

const Map & System::Collections::Generic::BaseDictionary<Map>::data() const

ReturnValue

Const reference to underlying data storage.

See Also