SortedList<TKey,TValue>.GetKeyAtIndex(Int32) 메서드

정의

지정된 인덱스 에 해당하는 키를 가져옵니다.

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>내에서 키의 인덱스(0부터 시작)입니다.

반환

TKey

지정된 인덱스 에 해당하는 키입니다.

예외

지정된 인덱스가 범위를 벗어났습니다.

적용 대상