ServiceResponseCollection<TResponse>.Item[Int32] 属性

定义

获取指定索引处的响应。

public:
 property TResponse default[int] { TResponse get(int index); };
public TResponse this[int index] { get; }
Default Public ReadOnly Property Item(index As Integer) As TResponse

参数

index
Int32

要获取的响应的从零开始的索引。

属性值

TResponse

指定索引处的响应。

适用于