data()

BaseDictionary::data() method

Underlying data storage accessor.

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

Return Value

Reference to underlying data storage.

BaseDictionary::data() const method

Underlying data storage accessor.

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

Return Value

Const reference to underlying data storage.

See Also