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 から始まるインデックス。

プロパティ値

読み取り専用のリスト内の指定したインデックスにある要素。

実装

適用対象