CompletionSourceList.Item[Int32] 속성

정의

읽기 전용 목록에서 지정된 인덱스의 요소를 가져옵니다.

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

매개 변수

index
Int32

가져올 요소의 0부터 시작하는 인덱스입니다.

속성 값

읽기 전용 목록에서 지정된 인덱스의 요소입니다.

구현

적용 대상