ActivityCollection.IList.Item[Int32] 속성

정의

인덱스를 기반으로 ICollection의 활동을 가져오거나 설정합니다.

property System::Object ^ System::Collections::IList::Item[int] { System::Object ^ get(int index); void set(int index, System::Object ^ value); };
object System.Collections.IList.Item[int index] { get; set; }
member this.System.Collections.IList.Item(int) : obj with get, set
 Property Item(index As Integer) As Object Implements IList.Item

매개 변수

index
Int32

ICollection의 0부터 시작하는 인덱스입니다.

속성 값

Object

Object호출에서 인덱 ICollection 스가 ICollection지정된 멤버 활동입니다.

구현

적용 대상