CandidateSet.Item[Int32] 属性

定义

获取与 CandidateStateindex的候选项Endpoint关联的 。

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 的引用。 结果按引用返回。

适用于