Partager via


SumType<T1,T2>.TryGetSecond(T2) Méthode

Définition

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

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

Paramètres

value
T2

valeur dans le type spécifié/>

Retours

true si le type correspond

S’applique à