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

정의

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

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

반환

TValue

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

예외

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

적용 대상