SortedList<TKey,TValue>.GetKeyAtIndex(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与指定索引对应的键。
public:
TKey GetKeyAtIndex(int index);
public TKey GetKeyAtIndex (int index);
member this.GetKeyAtIndex : int -> 'Key
Public Function GetKeyAtIndex (index As Integer) As TKey
参数
- index
- Int32
整个 SortedList<TKey,TValue>中键的从零开始的索引。
返回
TKey
对应于指定索引的键。
例外
指定的索引在范围外。