SynchronizedReadOnlyCollection<T>.IList<T>.Item[Int32] 속성

정의

컬렉션에서 지정된 index를 가진 개체를 반환합니다.

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

매개 변수

index
Int32

컬렉션에서 검색할 요소의 인덱스(0부터 시작)입니다.

속성 값

T

컬렉션에서 지정된 index를 가진 개체입니다.

구현

적용 대상