System::Collections::Generic::IDictionary::get_Keys method

IDictionary::get_Keys method

Accesses key collection.

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

ReturnValue

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

See Also