Compartir a través de


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

Definición

Intenta obtener el valor como el segundo tipo especificado.

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

Parámetros

value
T2

el valor del tipo especificado/>

Devoluciones

true si el tipo coincide

Se aplica a