Partager via


ServiceResponseCollection<TResponse>.Item[Int32] Propriété

Définition

Obtient la réponse à l’index spécifié.

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

Paramètres

index
Int32

Index de base zéro de la réponse à obtenir.

Valeur de propriété

TResponse

Réponse à l’index spécifié.

S’applique à