ReadOnlyStringCollection.Item[Int32] 속성

정의

이 컬렉션의 String 개체를 가져옵니다.

public:
 property System::String ^ default[int] { System::String ^ get(int index); };
public string this[int index] { get; }
member this.Item(int) : string
Default Public ReadOnly Property Item(index As Integer) As String

매개 변수

index
Int32

가져올 String 개체의 인덱스(0부터 시작)입니다.

속성 값

지정된 인덱스의 String 개체입니다.

예외

지정된 index가 컬렉션의 범위를 벗어난 경우

적용 대상

추가 정보