Compartir a través de


CandidateSet.Item[Int32] Propiedad

Definición

Obtiene el CandidateState asociado al candidato Endpoint en index.

public:
 property Microsoft::AspNetCore::Routing::Matching::CandidateState % default[int] { Microsoft::AspNetCore::Routing::Matching::CandidateState % get(int index); };
public ref Microsoft.AspNetCore.Routing.Matching.CandidateState this[int index] { get; }
member this.Item(int) : CandidateState
Default Public ReadOnly Property Item(index As Integer) As CandidateState

Parámetros

index
Int32

Índice candidato.

Valor de propiedad

Una referencia a CandidateState. El resultado se devuelve por referencia.

Se aplica a