Partager via


CandidateSet.Item[Int32] Propriété

Définition

Obtient le CandidateState associé au candidat Endpoint à l’adresse 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

Paramètres

index
Int32

Index candidat.

Valeur de propriété

Référence à CandidateState. Le résultat est retourné par référence.

S’applique à