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

取得する応答の 0 から始まるインデックス。

プロパティ値

TResponse

指定したインデックス位置の応答。

適用対象