get_KeysInternal()

ConcurrentDictionary::get_KeysInternal() const method

Gets wrapper collection to access dictionary keys.

virtual SharedPtr<typename ThisType::KeyCollection> System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::get_KeysInternal() const override

Return Value

Newly created collection to wrap collection’s keys.

See Also