SumType<T1,T2,T3,T4>.TryGetThird(T3) Method

Definition

Tries to get the value as the third specified type.

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

Parameters

value
T3

the value in the specified type/>.

Returns

true if the type matches.

Applies to