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