Compartilhar via


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

Definição

Tenta obter o valor como o terceiro 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

o valor no tipo especificado/>

Retornos

true se o tipo corresponder

Aplica-se a