Partager via


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

Définition

Tente d’obtenir la valeur en tant que quatrième type spécifié.

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

Paramètres

value
T4

valeur dans le type spécifié/>

Retours

true si le type correspond

S’applique à