다음을 통해 공유


OrderedDictionary<TKey,TValue>.ValueCollection.IList<TValue>.Item[Int32] 속성

정의

지정된 인덱스에서 요소를 가져오거나 설정합니다.

property TValue System::Collections::Generic::IList<TValue>::Item[int] { TValue get(int index); void set(int index, TValue value); };
TValue System.Collections.Generic.IList<TValue>.Item[int index] { get; set; }
member this.System.Collections.Generic.IList<TValue>.Item(int) : 'Value with get, set
 Property Item(index As Integer) As TValue Implements IList(Of TValue).Item

매개 변수

index
Int32

가져오기 또는 설정할 요소의 인덱스(0부터 시작)입니다.

속성 값

TValue

지정된 인덱스 요소입니다.

구현

적용 대상