System::Collections::Concurrent::ConcurrentDictionary::get_KeysInternal method

ConcurrentDictionary::get_KeysInternal method

Gibt die Wrapper‑Sammlung zurück, um auf die Wörterbuchschlüssel zuzugreifen.

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

ReturnValue

Neu erstellte Sammlung zum Umhüllen der Schlüssel der Sammlung.

Siehe auch