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

전체 내에서 값의 인덱스(0부터 시작하는 인덱스) SortedList<TKey,TValue>입니다.

반품

TValue

지정된 인덱스 값입니다.

예외

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

적용 대상