共用方式為


CandidateSet.Item[Int32] 屬性

定義

CandidateState取得與 候選 Endpoint 專案相關聯的 ,網址為 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

參數

index
Int32

候選索引。

屬性值

CandidateState 的參考。 結果會以傳址方式傳回。

適用於