CompletionSourceList.Item[Int32] Propriedade

Definição

Obtém o elemento no índice especificado na lista somente leitura.

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

Parâmetros

index
Int32

O índice baseado em zero do elemento a ser obtido.

Valor da propriedade

O elemento no índice especificado na lista somente leitura.

Implementações

Aplica-se a