CandidateSet.Item[Int32] Eigenschaft

Definition

Ruft den ab, der CandidateState dem Kandidaten Endpoint unter zugeordnet ist 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

Parameter

index
Int32

Der Kandidatenindex.

Eigenschaftswert

Ein Verweis auf CandidateState. Das Ergebnis wird nach Verweis zurückgegeben.

Gilt für: