Compartir a través de


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

Definición

Intenta obtener el valor como el tercer tipo especificado.

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

Parámetros

value
T3

el valor del tipo especificado/>

Devoluciones

true si el tipo coincide

Se aplica a