Condividi tramite


SumType<T1,T2,T3>.TryGetSecond(T2) Metodo

Definizione

Tenta di ottenere il valore come secondo tipo specificato.

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

Parametri

value
T2

valore nel tipo specificato/>

Restituisce

true se il tipo corrisponde

Si applica a