get_Keys()

IDictionary::get_Keys() const method

Accesses key collection.

virtual SharedPtr<ICollection<TKey>> System::Collections::Generic::IDictionary<TKey, TValue>::get_Keys() const

Return Value

Pointer to interface providing access to stored keys via ICollection interface.

See Also