DefinitionCollection<T>.Item[Int32] 속성

정의

index로 인덱싱된 값을 가져오거나 설정합니다.

public T this[int index] { get; set; }
member this.Item(int) : 'T with get, set

매개 변수

index
System.Int32

가져오거나 설정할 항목의 위치입니다.

속성 값

T

구현

System.Collections.Generic.IList`1.Item(System.Int32)

적용 대상