次の方法で共有


CandidateSet.Item[Int32] プロパティ

定義

の候補EndpointindexCandidateState関連付けられている を取得します。

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 への参照。 結果は参照によって返されます。

適用対象