CandidateSet.Item[Int32] Property

Definition

Gets the CandidateState associated with the candidate Endpoint at 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

Parameters

index
Int32

The candidate index.

Property Value

A reference to the CandidateState. The result is returned by reference.

Applies to