System::Collections::Generic::SortedList::RemoveAt 方法

SortedList::RemoveAt method

移除指定位置的项。

void System::Collections::Generic::SortedList<TKey, TValue>::RemoveAt(int index)
参数类型描述
索引int要删除元素的索引。

另见