Partager via


SumType<T1,T2,T3,T4>.TryGetThird(T3) Méthode

Définition

Tente d’obtenir la valeur comme troisième type spécifié.

public:
 bool TryGetThird([Runtime::InteropServices::Out] T3 % value);
public bool TryGetThird (out T3 value);
member this.TryGetThird : 'T3 -> bool
Public Function TryGetThird (ByRef value As T3) As Boolean

Paramètres

value
T3

valeur dans le type spécifié/>

Retours

true si le type correspond

S’applique à