Compartir a través de


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

Definición

Intenta obtener el valor como el cuarto tipo especificado.

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

Parámetros

value
T4

el valor del tipo especificado/>

Devoluciones

true si el tipo coincide

Se aplica a