System::Collections::Generic::SortedList::get_Values method

SortedList::get_Values method

访问值集合。

SharedPtr<IList<TValue>> System::Collections::Generic::SortedListHelper<TKey, TValue>::get_Values() const

ReturnValue

指向通过 ICollection 接口提供访问存储值的接口的指针。

另见