SumType<T1,T2,T3>.TryGetThird(T3) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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